>>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-4/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-4/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-4/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-4/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/include /home/autobuild/autobuild/instance-4/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-4/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-4/output-1/target/usr/doc find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-rc2-13-g6d8deb4b23"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' - - seat -1 - - - - -\n\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-4/output-1/host/sbin/mkfs.ext3 -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: b9d01276-6999-4868-a7d2-b05c108de02d Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2.zst /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2 : 0.36% ( 5.00 GiB => 18.2 MiB, /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext2.zst) ln -sf rootfs.ext2.zst /home/autobuild/autobuild/instance-4/output-1/images/rootfs.ext3.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1690 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/1690 0% [ ] 2/1690 0% [ ] 3/1690 0% [ ] 4/1690 0% [ ] 5/1690 0% [ ] 6/1690 0% [ ] 7/1690 0% [ ] 8/1690 0% [ ] 9/1690 0% [ ] 10/1690 0% [ ] 11/1690 0% [ ] 12/1690 0% [ ] 13/1690 0% [ ] 14/1690 0% [ ] 15/1690 0% [ ] 16/1690 0% [ ] 17/1690 1% [ ] 18/1690 1% [ ] 19/1690 1% [ ] 20/1690 1% [ ] 21/1690 1% [ ] 22/1690 1% [ ] 23/1690 1% [ ] 24/1690 1% [ ] 25/1690 1% [ ] 26/1690 1% [ ] 27/1690 1% [= ] 28/1690 1% [= ] 29/1690 1% [= ] 30/1690 1% [= ] 31/1690 1% [= ] 32/1690 1% [= ] 33/1690 1% [= ] 34/1690 2% [= ] 35/1690 2% [= ] 36/1690 2% [= ] 37/1690 2% [= ] 38/1690 2% [= ] 39/1690 2% [= ] 40/1690 2% [= ] 41/1690 2% [= ] 42/1690 2% [= ] 43/1690 2% [= ] 44/1690 2% [= ] 45/1690 2% [= ] 46/1690 2% [= ] 47/1690 2% [= ] 48/1690 2% [= ] 49/1690 2% [= ] 50/1690 2% [= ] 51/1690 3% [= ] 52/1690 3% [= ] 53/1690 3% [= ] 54/1690 3% [== ] 55/1690 3% [== ] 56/1690 3% [== ] 57/1690 3% [== ] 58/1690 3% [== ] 59/1690 3% [== ] 60/1690 3% [== ] 61/1690 3% [== ] 62/1690 3% [== ] 63/1690 3% [== ] 64/1690 3% [== ] 65/1690 3% [== ] 66/1690 3% [== ] 67/1690 3% [== ] 68/1690 4% [== ] 69/1690 4% [== ] 70/1690 4% [== ] 71/1690 4% [== ] 72/1690 4% [== ] 73/1690 4% [== ] 74/1690 4% [== ] 75/1690 4% [== ] 76/1690 4% [== ] 77/1690 4% [== ] 78/1690 4% [== ] 79/1690 4% [== ] 80/1690 4% [== ] 81/1690 4% [=== ] 82/1690 4% [=== ] 83/1690 4% [=== ] 84/1690 4% [=== ] 85/1690 5% [=== ] 86/1690 5% [=== ] 87/1690 5% [=== ] 88/1690 5% [=== ] 89/1690 5% [=== ] 90/1690 5% [=== ] 91/1690 5% [=== ] 92/1690 5% [=== ] 93/1690 5% [=== ] 94/1690 5% [=== ] 95/1690 5% [=== ] 96/1690 5% [=== ] 97/1690 5% [=== ] 98/1690 5% [=== ] 99/1690 5% [=== ] 100/1690 5% [=== ] 101/1690 5% [=== ] 102/1690 6% [=== ] 103/1690 6% [=== ] 104/1690 6% [=== ] 105/1690 6% [=== ] 106/1690 6% [=== ] 107/1690 6% [=== ] 108/1690 6% [=== ] 109/1690 6% [==== ] 110/1690 6% [==== ] 111/1690 6% [==== ] 112/1690 6% [==== ] 113/1690 6% [==== ] 114/1690 6% [==== ] 115/1690 6% [==== ] 116/1690 6% [==== ] 117/1690 6% [==== ] 118/1690 6% [==== ] 119/1690 7% [==== ] 120/1690 7% [==== ] 121/1690 7% [==== ] 122/1690 7% [==== ] 123/1690 7% [==== ] 124/1690 7% [==== ] 125/1690 7% [==== ] 126/1690 7% [==== ] 127/1690 7% [==== ] 128/1690 7% [==== ] 129/1690 7% [==== ] 130/1690 7% [==== ] 131/1690 7% [==== ] 132/1690 7% [==== ] 133/1690 7% [==== ] 134/1690 7% [==== ] 135/1690 7% [==== ] 136/1690 8% [===== ] 137/1690 8% [===== ] 138/1690 8% [===== ] 139/1690 8% [===== ] 140/1690 8% [===== ] 141/1690 8% [===== ] 142/1690 8% [===== ] 143/1690 8% [===== ] 144/1690 8% [===== ] 145/1690 8% [===== ] 146/1690 8% [===== ] 147/1690 8% [===== ] 148/1690 8% [===== ] 149/1690 8% [===== ] 150/1690 8% [===== ] 151/1690 8% [===== ] 152/1690 8% [===== ] 153/1690 9% [===== ] 154/1690 9% [===== ] 155/1690 9% [===== ] 156/1690 9% [===== ] 157/1690 9% [===== ] 158/1690 9% [===== ] 159/1690 9% [===== ] 160/1690 9% [===== ] 161/1690 9% [===== ] 162/1690 9% [===== ] 163/1690 9% [====== ] 164/1690 9% [====== ] 165/1690 9% [====== ] 166/1690 9% [====== ] 167/1690 9% [====== ] 168/1690 9% [====== ] 169/1690 10% [====== ] 170/1690 10% [====== ] 171/1690 10% [====== ] 172/1690 10% [====== ] 173/1690 10% [====== ] 174/1690 10% [====== ] 175/1690 10% [====== ] 176/1690 10% [====== ] 177/1690 10% [====== ] 178/1690 10% [====== ] 179/1690 10% [====== ] 180/1690 10% [====== ] 181/1690 10% [====== ] 182/1690 10% [====== ] 183/1690 10% [====== ] 184/1690 10% [====== ] 185/1690 10% [====== ] 186/1690 11% [====== ] 187/1690 11% [====== ] 188/1690 11% [====== ] 189/1690 11% [====== ] 190/1690 11% [======= ] 191/1690 11% [======= ] 192/1690 11% [======= ] 193/1690 11% [======= ] 194/1690 11% [======= ] 195/1690 11% [======= ] 196/1690 11% [======= ] 197/1690 11% [======= ] 198/1690 11% [======= ] 199/1690 11% [======= ] 200/1690 11% [======= ] 201/1690 11% [======= ] 202/1690 11% [======= ] 203/1690 12% [======= ] 204/1690 12% [======= ] 205/1690 12% [======= ] 206/1690 12% [======= ] 207/1690 12% [======= ] 208/1690 12% [======= ] 209/1690 12% [======= ] 210/1690 12% [======= ] 211/1690 12% [======= ] 212/1690 12% [======= ] 213/1690 12% [======= ] 214/1690 12% [======= ] 215/1690 12% [======= ] 216/1690 12% [======= ] 217/1690 12% [======= ] 218/1690 12% [======== ] 219/1690 12% [======== ] 220/1690 13% [======== ] 221/1690 13% [======== ] 222/1690 13% [======== ] 223/1690 13% [======== ] 224/1690 13% [======== ] 225/1690 13% [======== ] 226/1690 13% [======== ] 227/1690 13% [======== ] 228/1690 13% [======== ] 229/1690 13% [======== ] 230/1690 13% [======== ] 231/1690 13% [======== ] 232/1690 13% [======== ] 233/1690 13% [======== ] 234/1690 13% [======== ] 235/1690 13% [======== ] 236/1690 13% [======== ] 237/1690 14% [======== ] 238/1690 14% [======== ] 239/1690 14% [======== ] 240/1690 14% [======== ] 241/1690 14% [======== ] 242/1690 14% [======== ] 243/1690 14% [======== ] 244/1690 14% [======== ] 245/1690 14% [========= ] 246/1690 14% [========= ] 247/1690 14% [========= ] 248/1690 14% [========= ] 249/1690 14% [========= ] 250/1690 14% [========= ] 251/1690 14% [========= ] 252/1690 14% [========= ] 253/1690 14% [========= ] 254/1690 15% [========= ] 255/1690 15% [========= ] 256/1690 15% [========= ] 257/1690 15% [========= ] 258/1690 15% [========= ] 259/1690 15% [========= ] 260/1690 15% [========= ] 261/1690 15% [========= ] 262/1690 15% [========= ] 263/1690 15% [========= ] 264/1690 15% [========= ] 265/1690 15% [========= ] 266/1690 15% [========= ] 267/1690 15% [========= ] 268/1690 15% [========= ] 269/1690 15% [========= ] 270/1690 15% [========= ] 271/1690 16% [========= ] 272/1690 16% [========== ] 273/1690 16% [========== ] 274/1690 16% [========== ] 275/1690 16% [========== ] 276/1690 16% [========== ] 277/1690 16% [========== ] 278/1690 16% [========== ] 279/1690 16% [========== ] 280/1690 16% [========== ] 281/1690 16% [========== ] 282/1690 16% [========== ] 283/1690 16% [========== ] 284/1690 16% [========== ] 285/1690 16% [========== ] 286/1690 16% [========== ] 287/1690 16% [========== ] 288/1690 17% [========== ] 289/1690 17% [========== ] 290/1690 17% [========== ] 291/1690 17% [========== ] 292/1690 17% [========== ] 293/1690 17% [========== ] 294/1690 17% [========== ] 295/1690 17% [========== ] 296/1690 17% [========== ] 297/1690 17% [========== ] 298/1690 17% [========== ] 299/1690 17% [=========== ] 300/1690 17% [=========== ] 301/1690 17% [=========== ] 302/1690 17% [=========== ] 303/1690 17% [=========== ] 304/1690 17% [=========== ] 305/1690 18% [=========== ] 306/1690 18% [=========== ] 307/1690 18% [=========== ] 308/1690 18% [=========== ] 309/1690 18% [=========== ] 310/1690 18% [=========== ] 311/1690 18% [=========== ] 312/1690 18% [=========== ] 313/1690 18% [=========== ] 314/1690 18% [=========== ] 315/1690 18% [=========== ] 316/1690 18% [=========== ] 317/1690 18% [=========== ] 318/1690 18% [=========== ] 319/1690 18% [=========== ] 320/1690 18% [=========== ] 321/1690 18% [=========== ] 322/1690 19% [=========== ] 323/1690 19% [=========== ] 324/1690 19% [=========== ] 325/1690 19% [=========== ] 326/1690 19% [=========== ] 327/1690 19% [============ ] 328/1690 19% [============ ] 329/1690 19% [============ ] 330/1690 19% [============ ] 331/1690 19% [============ ] 332/1690 19% [============ ] 333/1690 19% [============ ] 334/1690 19% [============ ] 335/1690 19% [============ ] 336/1690 19% [============ ] 337/1690 19% [============ ] 338/1690 20% [============ ] 339/1690 20% [============ ] 340/1690 20% [============ ] 341/1690 20% [============ ] 342/1690 20% [============ ] 343/1690 20% [============ ] 344/1690 20% [============ ] 345/1690 20% [============ ] 346/1690 20% [============ ] 347/1690 20% [============ ] 348/1690 20% [============ ] 349/1690 20% [============ ] 350/1690 20% [============ ] 351/1690 20% [============ ] 352/1690 20% [============ ] 353/1690 20% [============ ] 354/1690 20% [============= ] 355/1690 21% [============= ] 356/1690 21% [============= ] 357/1690 21% [============= ] 358/1690 21% [============= ] 359/1690 21% [============= ] 360/1690 21% [============= ] 361/1690 21% [============= ] 362/1690 21% [============= ] 363/1690 21% [============= ] 364/1690 21% [============= ] 365/1690 21% [============= ] 366/1690 21% [============= ] 367/1690 21% [============= ] 368/1690 21% [============= ] 369/1690 21% [============= ] 370/1690 21% [============= ] 371/1690 21% [============= ] 372/1690 22% [============= ] 373/1690 22% [============= ] 374/1690 22% [============= ] 375/1690 22% [============= ] 376/1690 22% [============= ] 377/1690 22% [============= ] 378/1690 22% [============= ] 379/1690 22% [============= ] 380/1690 22% [============= ] 381/1690 22% [============== ] 382/1690 22% [============== ] 383/1690 22% [============== ] 384/1690 22% [============== ] 385/1690 22% [============== ] 386/1690 22% [============== ] 387/1690 22% [============== ] 388/1690 22% [============== ] 389/1690 23% [============== ] 390/1690 23% [============== ] 391/1690 23% [============== ] 392/1690 23% [============== ] 393/1690 23% [============== ] 394/1690 23% [============== ] 395/1690 23% [============== ] 396/1690 23% [============== ] 397/1690 23% [============== ] 398/1690 23% [============== ] 399/1690 23% [============== ] 400/1690 23% [============== ] 401/1690 23% [============== ] 402/1690 23% [============== ] 403/1690 23% [============== ] 404/1690 23% [============== ] 405/1690 23% [============== ] 406/1690 24% [============== ] 407/1690 24% [============== ] 408/1690 24% [=============== ] 409/1690 24% [=============== ] 410/1690 24% [=============== ] 411/1690 24% [=============== ] 412/1690 24% [=============== ] 413/1690 24% [=============== ] 414/1690 24% [=============== ] 415/1690 24% [=============== ] 416/1690 24% [=============== ] 417/1690 24% [=============== ] 418/1690 24% [=============== ] 419/1690 24% [=============== ] 420/1690 24% [=============== ] 421/1690 24% [=============== ] 422/1690 24% [=============== ] 423/1690 25% [=============== ] 424/1690 25% [=============== ] 425/1690 25% [=============== ] 426/1690 25% [=============== ] 427/1690 25% [=============== ] 428/1690 25% [=============== ] 429/1690 25% [=============== ] 430/1690 25% [=============== ] 431/1690 25% [=============== ] 432/1690 25% [=============== ] 433/1690 25% [=============== ] 434/1690 25% [=============== ] 435/1690 25% [=============== ] 436/1690 25% [================ ] 437/1690 25% [================ ] 438/1690 25% [================ ] 439/1690 25% [================ ] 440/1690 26% [================ ] 441/1690 26% [================ ] 442/1690 26% [================ ] 443/1690 26% [================ ] 444/1690 26% [================ ] 445/1690 26% [================ ] 446/1690 26% [================ ] 447/1690 26% [================ ] 448/1690 26% [================ ] 449/1690 26% [================ ] 450/1690 26% [================ ] 451/1690 26% [================ ] 452/1690 26% [================ ] 453/1690 26% [================ ] 454/1690 26% [================ ] 455/1690 26% [================ ] 456/1690 26% [================ ] 457/1690 27% [================ ] 458/1690 27% [================ ] 459/1690 27% [================ ] 460/1690 27% [================ ] 461/1690 27% [================ ] 462/1690 27% [================ ] 463/1690 27% [================= ] 464/1690 27% [================= ] 465/1690 27% [================= ] 466/1690 27% [================= ] 467/1690 27% [================= ] 468/1690 27% [================= ] 469/1690 27% [================= ] 470/1690 27% [================= ] 471/1690 27% [================= ] 472/1690 27% [================= ] 473/1690 27% [================= ] 474/1690 28% [================= ] 475/1690 28% [================= ] 476/1690 28% [================= ] 477/1690 28% [================= ] 478/1690 28% [================= ] 479/1690 28% [================= ] 480/1690 28% [================= ] 481/1690 28% [================= ] 482/1690 28% [================= ] 483/1690 28% [================= ] 484/1690 28% [================= ] 485/1690 28% [================= ] 486/1690 28% [================= ] 487/1690 28% [================= ] 488/1690 28% [================= ] 489/1690 28% [================= ] 490/1690 28% [================== ] 491/1690 29% [================== ] 492/1690 29% [================== ] 493/1690 29% [================== ] 494/1690 29% [================== ] 495/1690 29% [================== ] 496/1690 29% [================== ] 497/1690 29% [================== ] 498/1690 29% [================== ] 499/1690 29% [================== ] 500/1690 29% [================== ] 501/1690 29% [================== ] 502/1690 29% [================== ] 503/1690 29% [================== ] 504/1690 29% [================== ] 505/1690 29% [================== ] 506/1690 29% [================== ] 507/1690 30% [================== ] 508/1690 30% [================== ] 509/1690 30% [================== ] 510/1690 30% [================== ] 511/1690 30% [================== ] 512/1690 30% [================== ] 513/1690 30% [================== ] 514/1690 30% [================== ] 515/1690 30% [================== ] 516/1690 30% [================== ] 517/1690 30% [=================== ] 518/1690 30% [=================== ] 519/1690 30% [=================== ] 520/1690 30% [=================== ] 521/1690 30% [=================== ] 522/1690 30% [=================== ] 523/1690 30% [=================== ] 524/1690 31% [=================== ] 525/1690 31% [=================== ] 526/1690 31% [=================== ] 527/1690 31% [=================== ] 528/1690 31% [=================== ] 529/1690 31% [=================== ] 530/1690 31% [=================== ] 531/1690 31% [=================== ] 532/1690 31% [=================== ] 533/1690 31% [=================== ] 534/1690 31% [=================== ] 535/1690 31% [=================== ] 536/1690 31% [=================== ] 537/1690 31% [=================== ] 538/1690 31% [=================== ] 539/1690 31% [=================== ] 540/1690 31% [=================== ] 541/1690 32% [=================== ] 542/1690 32% [=================== ] 543/1690 32% [=================== ] 544/1690 32% [=================== ] 545/1690 32% [==================== ] 546/1690 32% [==================== ] 547/1690 32% [==================== ] 548/1690 32% [==================== ] 549/1690 32% [==================== ] 550/1690 32% [==================== ] 551/1690 32% [==================== ] 552/1690 32% [==================== ] 553/1690 32% [==================== ] 554/1690 32% [==================== ] 555/1690 32% [==================== ] 556/1690 32% [==================== ] 557/1690 32% [==================== ] 558/1690 33% [==================== ] 559/1690 33% [==================== ] 560/1690 33% [==================== ] 561/1690 33% [==================== ] 562/1690 33% [==================== ] 563/1690 33% [==================== ] 564/1690 33% [==================== ] 565/1690 33% [==================== ] 566/1690 33% [==================== ] 567/1690 33% [==================== ] 568/1690 33% [==================== ] 569/1690 33% [==================== ] 570/1690 33% [==================== ] 571/1690 33% [==================== ] 572/1690 33% [===================== ] 573/1690 33% [===================== ] 574/1690 33% [===================== ] 575/1690 34% [===================== ] 576/1690 34% [===================== ] 577/1690 34% [===================== ] 578/1690 34% [===================== ] 579/1690 34% [===================== ] 580/1690 34% [===================== ] 581/1690 34% [===================== ] 582/1690 34% [===================== ] 583/1690 34% [===================== ] 584/1690 34% [===================== ] 585/1690 34% [===================== ] 586/1690 34% [===================== ] 587/1690 34% [===================== ] 588/1690 34% [===================== ] 589/1690 34% [===================== ] 590/1690 34% [===================== ] 591/1690 34% [===================== ] 592/1690 35% [===================== ] 593/1690 35% [===================== ] 594/1690 35% [===================== ] 595/1690 35% [===================== ] 596/1690 35% [===================== ] 597/1690 35% [===================== ] 598/1690 35% [===================== ] 599/1690 35% [====================== ] 600/1690 35% [====================== ] 601/1690 35% [====================== ] 602/1690 35% [====================== ] 603/1690 35% [====================== ] 604/1690 35% [====================== ] 605/1690 35% [====================== ] 606/1690 35% [====================== ] 607/1690 35% [====================== ] 608/1690 35% [====================== ] 609/1690 36% [====================== ] 610/1690 36% [====================== ] 611/1690 36% [====================== ] 612/1690 36% [====================== ] 613/1690 36% [====================== ] 614/1690 36% [====================== ] 615/1690 36% [====================== ] 616/1690 36% [====================== ] 617/1690 36% [====================== ] 618/1690 36% [====================== ] 619/1690 36% [====================== ] 620/1690 36% [====================== ] 621/1690 36% [====================== ] 622/1690 36% [====================== ] 623/1690 36% [====================== ] 624/1690 36% [====================== ] 625/1690 36% [====================== ] 626/1690 37% [======================= ] 627/1690 37% [======================= ] 628/1690 37% [======================= ] 629/1690 37% [======================= ] 630/1690 37% [======================= ] 631/1690 37% [======================= ] 632/1690 37% [======================= ] 633/1690 37% [======================= ] 634/1690 37% [======================= ] 635/1690 37% [======================= ] 636/1690 37% [======================= ] 637/1690 37% [======================= ] 638/1690 37% [======================= ] 639/1690 37% [======================= ] 640/1690 37% [======================= ] 641/1690 37% [======================= ] 642/1690 37% [======================= ] 643/1690 38% [======================= ] 644/1690 38% [======================= ] 645/1690 38% [======================= ] 646/1690 38% [======================= ] 647/1690 38% [======================= ] 648/1690 38% [======================= ] 649/1690 38% [======================= ] 650/1690 38% [======================= ] 651/1690 38% [======================= ] 652/1690 38% [======================= ] 653/1690 38% [======================= ] 654/1690 38% [======================== ] 655/1690 38% [======================== ] 656/1690 38% [======================== ] 657/1690 38% [======================== ] 658/1690 38% [======================== ] 659/1690 38% [======================== ] 660/1690 39% [======================== ] 661/1690 39% [======================== ] 662/1690 39% [======================== ] 663/1690 39% [======================== ] 664/1690 39% [======================== ] 665/1690 39% [======================== ] 666/1690 39% [======================== ] 667/1690 39% [======================== ] 668/1690 39% [======================== ] 669/1690 39% [======================== ] 670/1690 39% [======================== ] 671/1690 39% [======================== ] 672/1690 39% [======================== ] 673/1690 39% [======================== ] 674/1690 39% [======================== ] 675/1690 39% [======================== ] 676/1690 40% [======================== ] 677/1690 40% [======================== ] 678/1690 40% [======================== ] 679/1690 40% [======================== ] 680/1690 40% [======================== ] 681/1690 40% [========================= ] 682/1690 40% [========================= ] 683/1690 40% [========================= ] 684/1690 40% [========================= ] 685/1690 40% [========================= ] 686/1690 40% [========================= ] 687/1690 40% [========================= ] 688/1690 40% [========================= ] 689/1690 40% [========================= ] 690/1690 40% [========================= ] 691/1690 40% [========================= ] 692/1690 40% [========================= ] 693/1690 41% [========================= ] 694/1690 41% [========================= ] 695/1690 41% [========================= ] 696/1690 41% [========================= ] 697/1690 41% [========================= ] 698/1690 41% [========================= ] 699/1690 41% [========================= ] 700/1690 41% [========================= ] 701/1690 41% [========================= ] 702/1690 41% [========================= ] 703/1690 41% [========================= ] 704/1690 41% [========================= ] 705/1690 41% [========================= ] 706/1690 41% [========================= ] 707/1690 41% [========================= ] 708/1690 41% [========================== ] 709/1690 41% [========================== ] 710/1690 42% [========================== ] 711/1690 42% [========================== ] 712/1690 42% [========================== ] 713/1690 42% [========================== ] 714/1690 42% [========================== ] 715/1690 42% [========================== ] 716/1690 42% [========================== ] 717/1690 42% [========================== ] 718/1690 42% [========================== ] 719/1690 42% [========================== ] 720/1690 42% [========================== ] 721/1690 42% [========================== ] 722/1690 42% [========================== ] 723/1690 42% [========================== ] 724/1690 42% [========================== ] 725/1690 42% [========================== ] 726/1690 42% [========================== ] 727/1690 43% [========================== ] 728/1690 43% [========================== ] 729/1690 43% [========================== ] 730/1690 43% [========================== ] 731/1690 43% [========================== ] 732/1690 43% [========================== ] 733/1690 43% [========================== ] 734/1690 43% [========================== ] 735/1690 43% [=========================== ] 736/1690 43% [=========================== ] 737/1690 43% [=========================== ] 738/1690 43% [=========================== ] 739/1690 43% [=========================== ] 740/1690 43% [=========================== ] 741/1690 43% [=========================== ] 742/1690 43% [=========================== ] 743/1690 43% [=========================== ] 744/1690 44% [=========================== ] 745/1690 44% [=========================== ] 746/1690 44% [=========================== ] 747/1690 44% [=========================== ] 748/1690 44% [=========================== ] 749/1690 44% [=========================== ] 750/1690 44% [=========================== ] 751/1690 44% [=========================== ] 752/1690 44% [=========================== ] 753/1690 44% [=========================== ] 754/1690 44% [=========================== ] 755/1690 44% [=========================== ] 756/1690 44% [=========================== ] 757/1690 44% [=========================== ] 758/1690 44% [=========================== ] 759/1690 44% [=========================== ] 760/1690 44% [=========================== ] 761/1690 45% [=========================== ] 762/1690 45% [=========================== ] 763/1690 45% [============================ ] 764/1690 45% [============================ ] 765/1690 45% [============================ ] 766/1690 45% [============================ ] 767/1690 45% [============================ ] 768/1690 45% [============================ ] 769/1690 45% [============================ ] 770/1690 45% [============================ ] 771/1690 45% [============================ ] 772/1690 45% [============================ ] 773/1690 45% [============================ ] 774/1690 45% [============================ ] 775/1690 45% [============================ ] 776/1690 45% [============================ ] 777/1690 45% [============================ ] 778/1690 46% [============================ ] 779/1690 46% [============================ ] 780/1690 46% [============================ ] 781/1690 46% [============================ ] 782/1690 46% [============================ ] 783/1690 46% [============================ ] 784/1690 46% [============================ ] 785/1690 46% [============================ ] 786/1690 46% [============================ ] 787/1690 46% [============================ ] 788/1690 46% [============================ ] 789/1690 46% [============================ ] 790/1690 46% [============================= ] 791/1690 46% [============================= ] 792/1690 46% [============================= ] 793/1690 46% [============================= ] 794/1690 46% [============================= ] 795/1690 47% [============================= ] 796/1690 47% [============================= ] 797/1690 47% [============================= ] 798/1690 47% [============================= ] 799/1690 47% [============================= ] 800/1690 47% [============================= ] 801/1690 47% [============================= ] 802/1690 47% [============================= ] 803/1690 47% [============================= ] 804/1690 47% [============================= ] 805/1690 47% [============================= ] 806/1690 47% [============================= ] 807/1690 47% [============================= ] 808/1690 47% [============================= ] 809/1690 47% [============================= ] 810/1690 47% [============================= ] 811/1690 47% [============================= ] 812/1690 48% [============================= ] 813/1690 48% [============================= ] 814/1690 48% [============================= ] 815/1690 48% [============================= ] 816/1690 48% [============================= ] 817/1690 48% [============================== ] 818/1690 48% [============================== ] 819/1690 48% [============================== ] 820/1690 48% [============================== ] 821/1690 48% [============================== ] 822/1690 48% [============================== ] 823/1690 48% [============================== ] 824/1690 48% [============================== ] 825/1690 48% [============================== ] 826/1690 48% [============================== ] 827/1690 48% [============================== ] 828/1690 48% [============================== ] 829/1690 49% [============================== ] 830/1690 49% [============================== ] 831/1690 49% [============================== ] 832/1690 49% [============================== ] 833/1690 49% [============================== ] 834/1690 49% [============================== ] 835/1690 49% [============================== ] 836/1690 49% [============================== ] 837/1690 49% [============================== ] 838/1690 49% [============================== ] 839/1690 49% [============================== ] 840/1690 49% [============================== ] 841/1690 49% [============================== ] 842/1690 49% [============================== ] 843/1690 49% [============================== ] 844/1690 49% [=============================== ] 845/1690 50% [=============================== ] 846/1690 50% [=============================== ] 847/1690 50% [=============================== ] 848/1690 50% [=============================== ] 849/1690 50% [=============================== ] 850/1690 50% [=============================== ] 851/1690 50% [=============================== ] 852/1690 50% [=============================== ] 853/1690 50% [=============================== ] 854/1690 50% [=============================== ] 855/1690 50% [=============================== ] 856/1690 50% [=============================== ] 857/1690 50% [=============================== ] 858/1690 50% [=============================== ] 859/1690 50% [=============================== ] 860/1690 50% [=============================== ] 861/1690 50% [=============================== ] 862/1690 51% [=============================== ] 863/1690 51% [=============================== ] 864/1690 51% [=============================== ] 865/1690 51% [=============================== ] 866/1690 51% [=============================== ] 867/1690 51% [=============================== ] 868/1690 51% [=============================== ] 869/1690 51% [=============================== ] 870/1690 51% [=============================== ] 871/1690 51% [=============================== ] 872/1690 51% [================================ ] 873/1690 51% [================================ ] 874/1690 51% [================================ ] 875/1690 51% [================================ ] 876/1690 51% [================================ ] 877/1690 51% [================================ ] 878/1690 51% [================================ ] 879/1690 52% [================================ ] 880/1690 52% [================================ ] 881/1690 52% [================================ ] 882/1690 52% [================================ ] 883/1690 52% [================================ ] 884/1690 52% [================================ ] 885/1690 52% [================================ ] 886/1690 52% [================================ ] 887/1690 52% [================================ ] 888/1690 52% [================================ ] 889/1690 52% [================================ ] 890/1690 52% [================================ ] 891/1690 52% [================================ ] 892/1690 52% [================================ ] 893/1690 52% [================================ ] 894/1690 52% [================================ ] 895/1690 52% [================================ ] 896/1690 53% [================================ ] 897/1690 53% [================================ ] 898/1690 53% [================================ ] 899/1690 53% [================================= ] 900/1690 53% [================================= ] 901/1690 53% [================================= ] 902/1690 53% [================================= ] 903/1690 53% [================================= ] 904/1690 53% [================================= ] 905/1690 53% [================================= ] 906/1690 53% [================================= ] 907/1690 53% [================================= ] 908/1690 53% [================================= ] 909/1690 53% [================================= ] 910/1690 53% [================================= ] 911/1690 53% [================================= ] 912/1690 53% [================================= ] 913/1690 54% [================================= ] 914/1690 54% [================================= ] 915/1690 54% [================================= ] 916/1690 54% [================================= ] 917/1690 54% [================================= ] 918/1690 54% [================================= ] 919/1690 54% [================================= ] 920/1690 54% [================================= ] 921/1690 54% [================================= ] 922/1690 54% [================================= ] 923/1690 54% [================================= ] 924/1690 54% [================================= ] 925/1690 54% [================================= ] 926/1690 54% [================================== ] 927/1690 54% [================================== ] 928/1690 54% [================================== ] 929/1690 54% [================================== ] 930/1690 55% [================================== ] 931/1690 55% [================================== ] 932/1690 55% [================================== ] 933/1690 55% [================================== ] 934/1690 55% [================================== ] 935/1690 55% [================================== ] 936/1690 55% [================================== ] 937/1690 55% [================================== ] 938/1690 55% [================================== ] 939/1690 55% [================================== ] 940/1690 55% [================================== ] 941/1690 55% [================================== ] 942/1690 55% [================================== ] 943/1690 55% [================================== ] 944/1690 55% [================================== ] 945/1690 55% [================================== ] 946/1690 55% [================================== ] 947/1690 56% [================================== ] 948/1690 56% [================================== ] 949/1690 56% [================================== ] 950/1690 56% [================================== ] 951/1690 56% [================================== ] 952/1690 56% [================================== ] 953/1690 56% [================================== ] 954/1690 56% [=================================== ] 955/1690 56% [=================================== ] 956/1690 56% [=================================== ] 957/1690 56% [=================================== ] 958/1690 56% [=================================== ] 959/1690 56% [=================================== ] 960/1690 56% [=================================== ] 961/1690 56% [=================================== ] 962/1690 56% [=================================== ] 963/1690 56% [=================================== ] 964/1690 57% [=================================== ] 965/1690 57% [=================================== ] 966/1690 57% [=================================== ] 967/1690 57% [=================================== ] 968/1690 57% [=================================== ] 969/1690 57% [=================================== ] 970/1690 57% [=================================== ] 971/1690 57% [=================================== ] 972/1690 57% [=================================== ] 973/1690 57% [=================================== ] 974/1690 57% [=================================== ] 975/1690 57% [=================================== ] 976/1690 57% [=================================== ] 977/1690 57% [=================================== ] 978/1690 57% [=================================== ] 979/1690 57% [=================================== ] 980/1690 57% [=================================== ] 981/1690 58% [==================================== ] 982/1690 58% [==================================== ] 983/1690 58% [==================================== ] 984/1690 58% [==================================== ] 985/1690 58% [==================================== ] 986/1690 58% [==================================== ] 987/1690 58% [==================================== ] 988/1690 58% [==================================== ] 989/1690 58% [==================================== ] 990/1690 58% [==================================== ] 991/1690 58% [==================================== ] 992/1690 58% [==================================== ] 993/1690 58% [==================================== ] 994/1690 58% [==================================== ] 995/1690 58% [==================================== ] 996/1690 58% [==================================== ] 997/1690 58% [==================================== ] 998/1690 59% [==================================== ] 999/1690 59% [==================================== ] 1000/1690 59% [==================================== ] 1001/1690 59% [==================================== ] 1002/1690 59% [==================================== ] 1003/1690 59% [==================================== ] 1004/1690 59% [==================================== ] 1005/1690 59% [==================================== ] 1006/1690 59% [==================================== ] 1007/1690 59% [==================================== ] 1008/1690 59% [===================================== ] 1009/1690 59% [===================================== ] 1010/1690 59% [===================================== ] 1011/1690 59% [===================================== ] 1012/1690 59% [===================================== ] 1013/1690 59% [===================================== ] 1014/1690 60% [===================================== ] 1015/1690 60% [===================================== ] 1016/1690 60% [===================================== ] 1017/1690 60% [===================================== ] 1018/1690 60% [===================================== ] 1019/1690 60% [===================================== ] 1020/1690 60% [===================================== ] 1021/1690 60% [===================================== ] 1022/1690 60% [===================================== ] 1023/1690 60% [===================================== ] 1024/1690 60% [===================================== ] 1025/1690 60% [===================================== ] 1026/1690 60% [===================================== ] 1027/1690 60% [===================================== ] 1028/1690 60% [===================================== ] 1029/1690 60% [===================================== ] 1030/1690 60% [===================================== ] 1031/1690 61% [===================================== ] 1032/1690 61% [===================================== ] 1033/1690 61% [===================================== ] 1034/1690 61% [===================================== ] 1035/1690 61% [====================================== ] 1036/1690 61% [====================================== ] 1037/1690 61% [====================================== ] 1038/1690 61% [====================================== ] 1039/1690 61% [====================================== ] 1040/1690 61% [====================================== ] 1041/1690 61% [====================================== ] 1042/1690 61% [====================================== ] 1043/1690 61% [====================================== ] 1044/1690 61% [====================================== ] 1045/1690 61% [====================================== ] 1046/1690 61% [====================================== ] 1047/1690 61% [====================================== ] 1048/1690 62% [====================================== ] 1049/1690 62% [====================================== ] 1050/1690 62% [====================================== ] 1051/1690 62% [====================================== ] 1052/1690 62% [====================================== ] 1053/1690 62% [====================================== ] 1054/1690 62% [====================================== ] 1055/1690 62% [====================================== ] 1056/1690 62% [====================================== ] 1057/1690 62% [====================================== ] 1058/1690 62% [====================================== ] 1059/1690 62% [====================================== ] 1060/1690 62% [====================================== ] 1061/1690 62% [====================================== ] 1062/1690 62% [====================================== ] 1063/1690 62% [======================================= ] 1064/1690 62% [======================================= ] 1065/1690 63% [======================================= ] 1066/1690 63% [======================================= ] 1067/1690 63% [======================================= ] 1068/1690 63% [======================================= ] 1069/1690 63% [======================================= ] 1070/1690 63% [======================================= ] 1071/1690 63% [======================================= ] 1072/1690 63% [======================================= ] 1073/1690 63% [======================================= ] 1074/1690 63% [======================================= ] 1075/1690 63% [======================================= ] 1076/1690 63% [======================================= ] 1077/1690 63% [======================================= ] 1078/1690 63% [======================================= ] 1079/1690 63% [======================================= ] 1080/1690 63% [======================================= ] 1081/1690 63% [======================================= ] 1082/1690 64% [======================================= ] 1083/1690 64% [======================================= ] 1084/1690 64% [======================================= ] 1085/1690 64% [======================================= ] 1086/1690 64% [======================================= ] 1087/1690 64% [======================================= ] 1088/1690 64% [======================================= ] 1089/1690 64% [======================================= ] 1090/1690 64% [======================================== ] 1091/1690 64% [======================================== ] 1092/1690 64% [======================================== ] 1093/1690 64% [======================================== ] 1094/1690 64% [======================================== ] 1095/1690 64% [======================================== ] 1096/1690 64% [======================================== ] 1097/1690 64% [======================================== ] 1098/1690 64% [======================================== ] 1099/1690 65% [======================================== ] 1100/1690 65% [======================================== ] 1101/1690 65% [======================================== ] 1102/1690 65% [======================================== ] 1103/1690 65% [======================================== ] 1104/1690 65% [======================================== ] 1105/1690 65% [======================================== ] 1106/1690 65% [======================================== ] 1107/1690 65% [======================================== ] 1108/1690 65% [======================================== ] 1109/1690 65% [======================================== ] 1110/1690 65% [======================================== ] 1111/1690 65% [======================================== ] 1112/1690 65% [======================================== ] 1113/1690 65% [======================================== ] 1114/1690 65% [======================================== ] 1115/1690 65% [======================================== ] 1116/1690 66% [======================================== ] 1117/1690 66% [========================================= ] 1118/1690 66% [========================================= ] 1119/1690 66% [========================================= ] 1120/1690 66% [========================================= ] 1121/1690 66% [========================================= ] 1122/1690 66% [========================================= ] 1123/1690 66% [========================================= ] 1124/1690 66% [========================================= ] 1125/1690 66% [========================================= ] 1126/1690 66% [========================================= ] 1127/1690 66% [========================================= ] 1128/1690 66% [========================================= ] 1129/1690 66% [========================================= ] 1130/1690 66% [========================================= ] 1131/1690 66% [========================================= ] 1132/1690 66% [========================================= ] 1133/1690 67% [========================================= ] 1134/1690 67% [========================================= ] 1135/1690 67% [========================================= ] 1136/1690 67% [========================================= ] 1137/1690 67% [========================================= ] 1138/1690 67% [========================================= ] 1139/1690 67% [========================================= ] 1140/1690 67% [========================================= ] 1141/1690 67% [========================================= ] 1142/1690 67% [========================================= ] 1143/1690 67% [========================================= ] 1144/1690 67% [========================================== ] 1145/1690 67% [========================================== ] 1146/1690 67% [========================================== ] 1147/1690 67% [========================================== ] 1148/1690 67% [========================================== ] 1149/1690 67% [========================================== ] 1150/1690 68% [========================================== ] 1151/1690 68% [========================================== ] 1152/1690 68% [========================================== ] 1153/1690 68% [========================================== ] 1154/1690 68% [========================================== ] 1155/1690 68% [========================================== ] 1156/1690 68% [========================================== ] 1157/1690 68% [========================================== ] 1158/1690 68% [========================================== ] 1159/1690 68% [========================================== ] 1160/1690 68% [========================================== ] 1161/1690 68% [========================================== ] 1162/1690 68% [========================================== ] 1163/1690 68% [========================================== ] 1164/1690 68% [========================================== ] 1165/1690 68% [========================================== ] 1166/1690 68% [========================================== ] 1167/1690 69% [========================================== ] 1168/1690 69% [========================================== ] 1169/1690 69% [========================================== ] 1170/1690 69% [========================================== ] 1171/1690 69% [========================================== ] 1172/1690 69% [=========================================== ] 1173/1690 69% [=========================================== ] 1174/1690 69% [=========================================== ] 1175/1690 69% [=========================================== ] 1176/1690 69% [=========================================== ] 1177/1690 69% [=========================================== ] 1178/1690 69% [=========================================== ] 1179/1690 69% [=========================================== ] 1180/1690 69% [=========================================== ] 1181/1690 69% [=========================================== ] 1182/1690 69% [=========================================== ] 1183/1690 70% [=========================================== ] 1184/1690 70% [=========================================== ] 1185/1690 70% [=========================================== ] 1186/1690 70% [=========================================== ] 1187/1690 70% [=========================================== ] 1188/1690 70% [=========================================== ] 1189/1690 70% [=========================================== ] 1190/1690 70% [=========================================== ] 1191/1690 70% [=========================================== ] 1192/1690 70% [=========================================== ] 1193/1690 70% [=========================================== ] 1194/1690 70% [=========================================== ] 1195/1690 70% [=========================================== ] 1196/1690 70% [=========================================== ] 1197/1690 70% [=========================================== ] 1198/1690 70% [=========================================== ] 1199/1690 70% [============================================ ] 1200/1690 71% [============================================ ] 1201/1690 71% [============================================ ] 1202/1690 71% [============================================ ] 1203/1690 71% [============================================ ] 1204/1690 71% [============================================ ] 1205/1690 71% [============================================ ] 1206/1690 71% [============================================ ] 1207/1690 71% [============================================ ] 1208/1690 71% [============================================ ] 1209/1690 71% [============================================ ] 1210/1690 71% [============================================ ] 1211/1690 71% [============================================ ] 1212/1690 71% [============================================ ] 1213/1690 71% [============================================ ] 1214/1690 71% [============================================ ] 1215/1690 71% [============================================ ] 1216/1690 71% [============================================ ] 1217/1690 72% [============================================ ] 1218/1690 72% [============================================ ] 1219/1690 72% [============================================ ] 1220/1690 72% [============================================ ] 1221/1690 72% [============================================ ] 1222/1690 72% [============================================ ] 1223/1690 72% [============================================ ] 1224/1690 72% [============================================ ] 1225/1690 72% [============================================ ] 1226/1690 72% [============================================= ] 1227/1690 72% [============================================= ] 1228/1690 72% [============================================= ] 1229/1690 72% [============================================= ] 1230/1690 72% [============================================= ] 1231/1690 72% [============================================= ] 1232/1690 72% [============================================= ] 1233/1690 72% [============================================= ] 1234/1690 73% [============================================= ] 1235/1690 73% [============================================= ] 1236/1690 73% [============================================= ] 1237/1690 73% [============================================= ] 1238/1690 73% [============================================= ] 1239/1690 73% [============================================= ] 1240/1690 73% [============================================= ] 1241/1690 73% [============================================= ] 1242/1690 73% [============================================= ] 1243/1690 73% [============================================= ] 1244/1690 73% [============================================= ] 1245/1690 73% [============================================= ] 1246/1690 73% [============================================= ] 1247/1690 73% [============================================= ] 1248/1690 73% [============================================= ] 1249/1690 73% [============================================= ] 1250/1690 73% [============================================= ] 1251/1690 74% [============================================= ] 1252/1690 74% [============================================= ] 1253/1690 74% [============================================== ] 1254/1690 74% [============================================== ] 1255/1690 74% [============================================== ] 1256/1690 74% [============================================== ] 1257/1690 74% [============================================== ] 1258/1690 74% [============================================== ] 1259/1690 74% [============================================== ] 1260/1690 74% [============================================== ] 1261/1690 74% [============================================== ] 1262/1690 74% [============================================== ] 1263/1690 74% [============================================== ] 1264/1690 74% [============================================== ] 1265/1690 74% [============================================== ] 1266/1690 74% [============================================== ] 1267/1690 74% [============================================== ] 1268/1690 75% [============================================== ] 1269/1690 75% [============================================== ] 1270/1690 75% [============================================== ] 1271/1690 75% [============================================== ] 1272/1690 75% [============================================== ] 1273/1690 75% [============================================== ] 1274/1690 75% [============================================== ] 1275/1690 75% [============================================== ] 1276/1690 75% [============================================== ] 1277/1690 75% [============================================== ] 1278/1690 75% [============================================== ] 1279/1690 75% [============================================== ] 1280/1690 75% [============================================== ] 1281/1690 75% [=============================================== ] 1282/1690 75% [=============================================== ] 1283/1690 75% [=============================================== ] 1284/1690 75% [=============================================== ] 1285/1690 76% [=============================================== ] 1286/1690 76% [=============================================== ] 1287/1690 76% [=============================================== ] 1288/1690 76% [=============================================== ] 1289/1690 76% [=============================================== ] 1290/1690 76% [=============================================== ] 1291/1690 76% [=============================================== ] 1292/1690 76% [=============================================== ] 1293/1690 76% [=============================================== ] 1294/1690 76% [=============================================== ] 1295/1690 76% [=============================================== ] 1296/1690 76% [=============================================== ] 1297/1690 76% [=============================================== ] 1298/1690 76% [=============================================== ] 1299/1690 76% [=============================================== ] 1300/1690 76% [=============================================== ] 1301/1690 76% [=============================================== ] 1302/1690 77% [=============================================== ] 1303/1690 77% [=============================================== ] 1304/1690 77% [=============================================== ] 1305/1690 77% [=============================================== ] 1306/1690 77% [=============================================== ] 1307/1690 77% [=============================================== ] 1308/1690 77% [================================================ ] 1309/1690 77% [================================================ ] 1310/1690 77% [================================================ ] 1311/1690 77% [================================================ ] 1312/1690 77% [================================================ ] 1313/1690 77% [================================================ ] 1314/1690 77% [================================================ ] 1315/1690 77% [================================================ ] 1316/1690 77% [================================================ ] 1317/1690 77% [================================================ ] 1318/1690 77% [================================================ ] 1319/1690 78% [================================================ ] 1320/1690 78% [================================================ ] 1321/1690 78% [================================================ ] 1322/1690 78% [================================================ ] 1323/1690 78% [================================================ ] 1324/1690 78% [================================================ ] 1325/1690 78% [================================================ ] 1326/1690 78% [================================================ ] 1327/1690 78% [================================================ ] 1328/1690 78% [================================================ ] 1329/1690 78% [================================================ ] 1330/1690 78% [================================================ ] 1331/1690 78% [================================================ ] 1332/1690 78% [================================================ ] 1333/1690 78% [================================================ ] 1334/1690 78% [================================================ ] 1335/1690 78% [================================================= ] 1336/1690 79% [================================================= ] 1337/1690 79% [================================================= ] 1338/1690 79% [================================================= ] 1339/1690 79% [================================================= ] 1340/1690 79% [================================================= ] 1341/1690 79% [================================================= ] 1342/1690 79% [================================================= ] 1343/1690 79% [================================================= ] 1344/1690 79% [================================================= ] 1345/1690 79% [================================================= ] 1346/1690 79% [================================================= ] 1347/1690 79% [================================================= ] 1348/1690 79% [================================================= ] 1349/1690 79% [================================================= ] 1350/1690 79% [================================================= ] 1351/1690 79% [================================================= ] 1352/1690 80% [================================================= ] 1353/1690 80% [================================================= ] 1354/1690 80% [================================================= ] 1355/1690 80% [================================================= ] 1356/1690 80% [================================================= ] 1357/1690 80% [================================================= ] 1358/1690 80% [================================================= ] 1359/1690 80% [================================================= ] 1360/1690 80% [================================================= ] 1361/1690 80% [================================================= ] 1362/1690 80% [================================================== ] 1363/1690 80% [================================================== ] 1364/1690 80% [================================================== ] 1365/1690 80% [================================================== ] 1366/1690 80% [================================================== ] 1367/1690 80% [================================================== ] 1368/1690 80% [================================================== ] 1369/1690 81% [================================================== ] 1370/1690 81% [================================================== ] 1371/1690 81% [================================================== ] 1372/1690 81% [================================================== ] 1373/1690 81% [================================================== ] 1374/1690 81% [================================================== ] 1375/1690 81% [================================================== ] 1376/1690 81% [================================================== ] 1377/1690 81% [================================================== ] 1378/1690 81% [================================================== ] 1379/1690 81% [================================================== ] 1380/1690 81% [================================================== ] 1381/1690 81% [================================================== ] 1382/1690 81% [================================================== ] 1383/1690 81% [================================================== ] 1384/1690 81% [================================================== ] 1385/1690 81% [================================================== ] 1386/1690 82% [================================================== ] 1387/1690 82% [================================================== ] 1388/1690 82% [================================================== ] 1389/1690 82% [================================================== ] 1390/1690 82% [=================================================== ] 1391/1690 82% [=================================================== ] 1392/1690 82% [=================================================== ] 1393/1690 82% [=================================================== ] 1394/1690 82% [=================================================== ] 1395/1690 82% [=================================================== ] 1396/1690 82% [=================================================== ] 1397/1690 82% [=================================================== ] 1398/1690 82% [=================================================== ] 1399/1690 82% [=================================================== ] 1400/1690 82% [=================================================== ] 1401/1690 82% [=================================================== ] 1402/1690 82% [=================================================== ] 1403/1690 83% [=================================================== ] 1404/1690 83% [=================================================== ] 1405/1690 83% [=================================================== ] 1406/1690 83% [=================================================== ] 1407/1690 83% [=================================================== ] 1408/1690 83% [=================================================== ] 1409/1690 83% [=================================================== ] 1410/1690 83% [=================================================== ] 1411/1690 83% [=================================================== ] 1412/1690 83% [=================================================== ] 1413/1690 83% [=================================================== ] 1414/1690 83% [=================================================== ] 1415/1690 83% [=================================================== ] 1416/1690 83% [=================================================== ] 1417/1690 83% [==================================================== ] 1418/1690 83% [==================================================== ] 1419/1690 83% [==================================================== ] 1420/1690 84% [==================================================== ] 1421/1690 84% [==================================================== ] 1422/1690 84% [==================================================== ] 1423/1690 84% [==================================================== ] 1424/1690 84% [==================================================== ] 1425/1690 84% [==================================================== ] 1426/1690 84% [==================================================== ] 1427/1690 84% [==================================================== ] 1428/1690 84% [==================================================== ] 1429/1690 84% [==================================================== ] 1430/1690 84% [==================================================== ] 1431/1690 84% [==================================================== ] 1432/1690 84% [==================================================== ] 1433/1690 84% [==================================================== ] 1434/1690 84% [==================================================== ] 1435/1690 84% [==================================================== ] 1436/1690 84% [==================================================== ] 1437/1690 85% [==================================================== ] 1438/1690 85% [==================================================== ] 1439/1690 85% [==================================================== ] 1440/1690 85% [==================================================== ] 1441/1690 85% [==================================================== ] 1442/1690 85% [==================================================== ] 1443/1690 85% [==================================================== ] 1444/1690 85% [===================================================== ] 1445/1690 85% [===================================================== ] 1446/1690 85% [===================================================== ] 1447/1690 85% [===================================================== ] 1448/1690 85% [===================================================== ] 1449/1690 85% [===================================================== ] 1450/1690 85% [===================================================== ] 1451/1690 85% [===================================================== ] 1452/1690 85% [===================================================== ] 1453/1690 85% [===================================================== ] 1454/1690 86% [===================================================== ] 1455/1690 86% [===================================================== ] 1456/1690 86% [===================================================== ] 1457/1690 86% [===================================================== ] 1458/1690 86% [===================================================== ] 1459/1690 86% [===================================================== ] 1460/1690 86% [===================================================== ] 1461/1690 86% [===================================================== ] 1462/1690 86% [===================================================== ] 1463/1690 86% [===================================================== ] 1464/1690 86% [===================================================== ] 1465/1690 86% [===================================================== ] 1466/1690 86% [===================================================== ] 1467/1690 86% [===================================================== ] 1468/1690 86% [===================================================== ] 1469/1690 86% [===================================================== ] 1470/1690 86% [===================================================== ] 1471/1690 87% [====================================================== ] 1472/1690 87% [====================================================== ] 1473/1690 87% [====================================================== ] 1474/1690 87% [====================================================== ] 1475/1690 87% [====================================================== ] 1476/1690 87% [====================================================== ] 1477/1690 87% [====================================================== ] 1478/1690 87% [====================================================== ] 1479/1690 87% [====================================================== ] 1480/1690 87% [====================================================== ] 1481/1690 87% [====================================================== ] 1482/1690 87% [====================================================== ] 1483/1690 87% [====================================================== ] 1484/1690 87% [====================================================== ] 1485/1690 87% [====================================================== ] 1486/1690 87% [====================================================== ] 1487/1690 87% [====================================================== ] 1488/1690 88% [====================================================== ] 1489/1690 88% [====================================================== ] 1490/1690 88% [====================================================== ] 1491/1690 88% [====================================================== ] 1492/1690 88% [====================================================== ] 1493/1690 88% [====================================================== ] 1494/1690 88% [====================================================== ] 1495/1690 88% [====================================================== ] 1496/1690 88% [====================================================== ] 1497/1690 88% [====================================================== ] 1498/1690 88% [====================================================== ] 1499/1690 88% [======================================================= ] 1500/1690 88% [======================================================= ] 1501/1690 88% [======================================================= ] 1502/1690 88% [======================================================= ] 1503/1690 88% [======================================================= ] 1504/1690 88% [======================================================= ] 1505/1690 89% [======================================================= ] 1506/1690 89% [======================================================= ] 1507/1690 89% [======================================================= ] 1508/1690 89% [======================================================= ] 1509/1690 89% [======================================================= ] 1510/1690 89% [======================================================= ] 1511/1690 89% [======================================================= ] 1512/1690 89% [======================================================= ] 1513/1690 89% [======================================================= ] 1514/1690 89% [======================================================= ] 1515/1690 89% [======================================================= ] 1516/1690 89% [======================================================= ] 1517/1690 89% [======================================================= ] 1518/1690 89% [======================================================= ] 1519/1690 89% [======================================================= ] 1520/1690 89% [======================================================= ] 1521/1690 90% [======================================================= ] 1522/1690 90% [======================================================= ] 1523/1690 90% [======================================================= ] 1524/1690 90% [======================================================= ] 1525/1690 90% [======================================================= ] 1526/1690 90% [======================================================== ] 1527/1690 90% [======================================================== ] 1528/1690 90% [======================================================== ] 1529/1690 90% [======================================================== ] 1530/1690 90% [======================================================== ] 1531/1690 90% [======================================================== ] 1532/1690 90% [======================================================== ] 1533/1690 90% [======================================================== ] 1534/1690 90% [======================================================== ] 1535/1690 90% [======================================================== ] 1536/1690 90% [======================================================== ] 1537/1690 90% [======================================================== ] 1538/1690 91% [======================================================== ] 1539/1690 91% [======================================================== ] 1540/1690 91% [======================================================== ] 1541/1690 91% [======================================================== ] 1542/1690 91% [======================================================== ] 1543/1690 91% [======================================================== ] 1544/1690 91% [======================================================== ] 1545/1690 91% [======================================================== ] 1546/1690 91% [======================================================== ] 1547/1690 91% [======================================================== ] 1548/1690 91% [======================================================== ] 1549/1690 91% [======================================================== ] 1550/1690 91% [======================================================== ] 1551/1690 91% [======================================================== ] 1552/1690 91% [======================================================== ] 1553/1690 91% [========================================================= ] 1554/1690 91% [========================================================= ] 1555/1690 92% [========================================================= ] 1556/1690 92% [========================================================= ] 1557/1690 92% [========================================================= ] 1558/1690 92% [========================================================= ] 1559/1690 92% [========================================================= ] 1560/1690 92% [========================================================= ] 1561/1690 92% [========================================================= ] 1562/1690 92% [========================================================= ] 1563/1690 92% [========================================================= ] 1564/1690 92% [========================================================= ] 1565/1690 92% [========================================================= ] 1566/1690 92% [========================================================= ] 1567/1690 92% [========================================================= ] 1568/1690 92% [========================================================= ] 1569/1690 92% [========================================================= ] 1570/1690 92% [========================================================= ] 1571/1690 92% [========================================================= ] 1572/1690 93% [========================================================= ] 1573/1690 93% [========================================================= ] 1574/1690 93% [========================================================= ] 1575/1690 93% [========================================================= ] 1576/1690 93% [========================================================= ] 1577/1690 93% [========================================================= ] 1578/1690 93% [========================================================= ] 1579/1690 93% [========================================================= ] 1580/1690 93% [========================================================== ] 1581/1690 93% [========================================================== ] 1582/1690 93% [========================================================== ] 1583/1690 93% [========================================================== ] 1584/1690 93% [========================================================== ] 1585/1690 93% [========================================================== ] 1586/1690 93% [========================================================== ] 1587/1690 93% [========================================================== ] 1588/1690 93% [========================================================== ] 1589/1690 94% [========================================================== ] 1590/1690 94% [========================================================== ] 1591/1690 94% [========================================================== ] 1592/1690 94% [========================================================== ] 1593/1690 94% [========================================================== ] 1594/1690 94% [========================================================== ] 1595/1690 94% [========================================================== ] 1596/1690 94% [========================================================== ] 1597/1690 94% [========================================================== ] 1598/1690 94% [========================================================== ] 1599/1690 94% [========================================================== ] 1600/1690 94% [========================================================== ] 1601/1690 94% [========================================================== ] 1602/1690 94% [========================================================== ] 1603/1690 94% [========================================================== ] 1604/1690 94% [========================================================== ] 1605/1690 94% [========================================================== ] 1606/1690 95% [========================================================== ] 1607/1690 95% [========================================================== ] 1608/1690 95% [=========================================================== ] 1609/1690 95% [=========================================================== ] 1610/1690 95% [=========================================================== ] 1611/1690 95% [=========================================================== ] 1612/1690 95% [=========================================================== ] 1613/1690 95% [=========================================================== ] 1614/1690 95% [=========================================================== ] 1615/1690 95% [=========================================================== ] 1616/1690 95% [=========================================================== ] 1617/1690 95% [=========================================================== ] 1618/1690 95% [=========================================================== ] 1619/1690 95% [=========================================================== ] 1620/1690 95% [=========================================================== ] 1621/1690 95% [=========================================================== ] 1622/1690 95% [=========================================================== ] 1623/1690 96% [=========================================================== ] 1624/1690 96% [=========================================================== ] 1625/1690 96% [=========================================================== ] 1626/1690 96% [=========================================================== ] 1627/1690 96% [=========================================================== ] 1628/1690 96% [=========================================================== ] 1629/1690 96% [=========================================================== ] 1630/1690 96% [=========================================================== ] 1631/1690 96% [=========================================================== ] 1632/1690 96% [=========================================================== ] 1633/1690 96% [=========================================================== ] 1634/1690 96% [=========================================================== ] 1635/1690 96% [============================================================ ] 1636/1690 96% [============================================================ ] 1637/1690 96% [============================================================ ] 1638/1690 96% [============================================================ ] 1639/1690 96% [============================================================ ] 1640/1690 97% [============================================================ ] 1641/1690 97% [============================================================ ] 1642/1690 97% [============================================================ ] 1643/1690 97% [============================================================ ] 1644/1690 97% [============================================================ ] 1645/1690 97% [============================================================ ] 1646/1690 97% [============================================================ ] 1647/1690 97% [============================================================ ] 1648/1690 97% [============================================================ ] 1649/1690 97% [============================================================ ] 1650/1690 97% [============================================================ ] 1651/1690 97% [============================================================ ] 1652/1690 97% [============================================================ ] 1653/1690 97% [============================================================ ] 1654/1690 97% [============================================================ ] 1655/1690 97% [============================================================ ] 1656/1690 97% [============================================================ ] 1657/1690 98% [============================================================ ] 1658/1690 98% [============================================================ ] 1659/1690 98% [============================================================ ] 1660/1690 98% [============================================================ ] 1661/1690 98% [============================================================ ] 1662/1690 98% [============================================================= ] 1663/1690 98% [============================================================= ] 1664/1690 98% [============================================================= ] 1665/1690 98% [============================================================= ] 1666/1690 98% [============================================================= ] 1667/1690 98% [============================================================= ] 1668/1690 98% [============================================================= ] 1669/1690 98% [============================================================= ] 1670/1690 98% [============================================================= ] 1671/1690 98% [============================================================= ] 1672/1690 98% [============================================================= ] 1673/1690 98% [============================================================= ] 1674/1690 99% [============================================================= ] 1675/1690 99% [============================================================= ] 1676/1690 99% [============================================================= ] 1677/1690 99% [============================================================= ] 1678/1690 99% [============================================================= ] 1679/1690 99% [============================================================= ] 1680/1690 99% [============================================================= ] 1681/1690 99% [============================================================= ] 1682/1690 99% [============================================================= ] 1683/1690 99% [============================================================= ] 1684/1690 99% [============================================================= ] 1685/1690 99% [============================================================= ] 1686/1690 99% [============================================================= ] 1687/1690 99% [============================================================= ] 1688/1690 99% [============================================================= ] 1689/1690 99% [==============================================================] 1690/1690 100% operation complete, 1690 objects in 46864 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/mips-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2023.08-rc2-13-g6d8deb4b23 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.11 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> dovecot 2.3.20 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gnuplot 5.4.7 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ifupdown-scripts Collecting legal info >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgit2 1.6.4 Collecting legal info COPYING: OK (sha256: 6f3c2cd59b057e366c1acc073b038135c52d77892bb33bd4d931c5369d3f062b) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 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) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> host-mtd 2.1.5 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.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openvpn 2.6.5 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.82.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> host-rust-bin 1.71.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vuejs 3.3.2 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> wireless-regdb 2023.05.03 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-fakeroot 1.32.1 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-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'