rm -rf /nvmedata/autobuild/instance-31/output-1/target/usr/info /nvmedata/autobuild/instance-31/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-31/output-1/target/usr/doc /nvmedata/autobuild/instance-31/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-31/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-31/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-31/output-1/target/lib/debug /nvmedata/autobuild/instance-31/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-31/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-31/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-31/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-31/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-31/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-153-g1616816e13"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /nvmedata/autobuild/instance-31/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-31/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-31/output-1/per-package /nvmedata/autobuild/instance-31/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-31/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /nvmedata/autobuild/instance-31/output-1/images rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-31/output-1/target/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot echo "/nvmedata/autobuild/instance-31/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target/init ]; then ln -sf sbin/init /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target/init; fi\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /nvmedata/autobuild/instance-31/output-1/images/rootfs.cpio\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-31/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/cpio/target table='/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" xz -9 -C crc32 -c -T 1 /nvmedata/autobuild/instance-31/output-1/images/rootfs.cpio > /nvmedata/autobuild/instance-31/output-1/images/rootfs.cpio.xz >>> Generating filesystem image rootfs.ubifs mkdir -p /nvmedata/autobuild/instance-31/output-1/images rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-31/output-1/target/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot echo "/nvmedata/autobuild/instance-31/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /nvmedata/autobuild/instance-31/output-1/host/sbin/mkfs.ubifs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /nvmedata/autobuild/instance-31/output-1/images/rootfs.ubifs\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-31/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/ubifs/target table='/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/output-1/host/bin/lzma -9 -c /nvmedata/autobuild/instance-31/output-1/images/rootfs.ubifs > /nvmedata/autobuild/instance-31/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-31/output-1/images rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-31/output-1/target/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-31/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-31/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-31/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-31/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-31/output-1/host/bin:/nvmedata/autobuild/instance-31/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-31/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/nvmedata/autobuild/instance-31/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1453 objects. stage 2: creating image '/nvmedata/autobuild/instance-31/output-1/images/rootfs.yaffs2' [ ] 1/1453 0% [ ] 2/1453 0% [ ] 3/1453 0% [ ] 4/1453 0% [ ] 5/1453 0% [ ] 6/1453 0% [ ] 7/1453 0% [ ] 8/1453 0% [ ] 9/1453 0% [ ] 10/1453 0% [ ] 11/1453 0% [ ] 12/1453 0% [ ] 13/1453 0% [ ] 14/1453 0% [ ] 15/1453 1% [ ] 16/1453 1% [ ] 17/1453 1% [ ] 18/1453 1% [ ] 19/1453 1% [ ] 20/1453 1% [ ] 21/1453 1% [ ] 22/1453 1% [ ] 23/1453 1% [= ] 24/1453 1% [= ] 25/1453 1% [= ] 26/1453 1% [= ] 27/1453 1% [= ] 28/1453 1% [= ] 29/1453 1% [= ] 30/1453 2% [= ] 31/1453 2% [= ] 32/1453 2% [= ] 33/1453 2% [= ] 34/1453 2% [= ] 35/1453 2% [= ] 36/1453 2% [= ] 37/1453 2% [= ] 38/1453 2% [= ] 39/1453 2% [= ] 40/1453 2% [= ] 41/1453 2% [= ] 42/1453 2% [= ] 43/1453 2% [= ] 44/1453 3% [= ] 45/1453 3% [= ] 46/1453 3% [== ] 47/1453 3% [== ] 48/1453 3% [== ] 49/1453 3% [== ] 50/1453 3% [== ] 51/1453 3% [== ] 52/1453 3% [== ] 53/1453 3% [== ] 54/1453 3% [== ] 55/1453 3% [== ] 56/1453 3% [== ] 57/1453 3% [== ] 58/1453 3% [== ] 59/1453 4% [== ] 60/1453 4% [== ] 61/1453 4% [== ] 62/1453 4% [== ] 63/1453 4% [== ] 64/1453 4% [== ] 65/1453 4% [== ] 66/1453 4% [== ] 67/1453 4% [== ] 68/1453 4% [== ] 69/1453 4% [== ] 70/1453 4% [=== ] 71/1453 4% [=== ] 72/1453 4% [=== ] 73/1453 5% [=== ] 74/1453 5% [=== ] 75/1453 5% [=== ] 76/1453 5% [=== ] 77/1453 5% [=== ] 78/1453 5% [=== ] 79/1453 5% [=== ] 80/1453 5% [=== ] 81/1453 5% [=== ] 82/1453 5% [=== ] 83/1453 5% [=== ] 84/1453 5% [=== ] 85/1453 5% [=== ] 86/1453 5% [=== ] 87/1453 5% [=== ] 88/1453 6% [=== ] 89/1453 6% [=== ] 90/1453 6% [=== ] 91/1453 6% [=== ] 92/1453 6% [=== ] 93/1453 6% [==== ] 94/1453 6% [==== ] 95/1453 6% [==== ] 96/1453 6% [==== ] 97/1453 6% [==== ] 98/1453 6% [==== ] 99/1453 6% [==== ] 100/1453 6% [==== ] 101/1453 6% [==== ] 102/1453 7% [==== ] 103/1453 7% [==== ] 104/1453 7% [==== ] 105/1453 7% [==== ] 106/1453 7% [==== ] 107/1453 7% [==== ] 108/1453 7% [==== ] 109/1453 7% [==== ] 110/1453 7% [==== ] 111/1453 7% [==== ] 112/1453 7% [==== ] 113/1453 7% [==== ] 114/1453 7% [==== ] 115/1453 7% [==== ] 116/1453 7% [==== ] 117/1453 8% [===== ] 118/1453 8% [===== ] 119/1453 8% [===== ] 120/1453 8% [===== ] 121/1453 8% [===== ] 122/1453 8% [===== ] 123/1453 8% [===== ] 124/1453 8% [===== ] 125/1453 8% [===== ] 126/1453 8% [===== ] 127/1453 8% [===== ] 128/1453 8% [===== ] 129/1453 8% [===== ] 130/1453 8% [===== ] 131/1453 9% [===== ] 132/1453 9% [===== ] 133/1453 9% [===== ] 134/1453 9% [===== ] 135/1453 9% [===== ] 136/1453 9% [===== ] 137/1453 9% [===== ] 138/1453 9% [===== ] 139/1453 9% [===== ] 140/1453 9% [====== ] 141/1453 9% [====== ] 142/1453 9% [====== ] 143/1453 9% [====== ] 144/1453 9% [====== ] 145/1453 9% [====== ] 146/1453 10% [====== ] 147/1453 10% [====== ] 148/1453 10% [====== ] 149/1453 10% [====== ] 150/1453 10% [====== ] 151/1453 10% [====== ] 152/1453 10% [====== ] 153/1453 10% [====== ] 154/1453 10% [====== ] 155/1453 10% [====== ] 156/1453 10% [====== ] 157/1453 10% [====== ] 158/1453 10% [====== ] 159/1453 10% [====== ] 160/1453 11% [====== ] 161/1453 11% [====== ] 162/1453 11% [====== ] 163/1453 11% [====== ] 164/1453 11% [======= ] 165/1453 11% [======= ] 166/1453 11% [======= ] 167/1453 11% [======= ] 168/1453 11% [======= ] 169/1453 11% [======= ] 170/1453 11% [======= ] 171/1453 11% [======= ] 172/1453 11% [======= ] 173/1453 11% [======= ] 174/1453 11% [======= ] 175/1453 12% [======= ] 176/1453 12% [======= ] 177/1453 12% [======= ] 178/1453 12% [======= ] 179/1453 12% [======= ] 180/1453 12% [======= ] 181/1453 12% [======= ] 182/1453 12% [======= ] 183/1453 12% [======= ] 184/1453 12% [======= ] 185/1453 12% [======= ] 186/1453 12% [======= ] 187/1453 12% [======== ] 188/1453 12% [======== ] 189/1453 13% [======== ] 190/1453 13% [======== ] 191/1453 13% [======== ] 192/1453 13% [======== ] 193/1453 13% [======== ] 194/1453 13% [======== ] 195/1453 13% [======== ] 196/1453 13% [======== ] 197/1453 13% [======== ] 198/1453 13% [======== ] 199/1453 13% [======== ] 200/1453 13% [======== ] 201/1453 13% [======== ] 202/1453 13% [======== ] 203/1453 13% [======== ] 204/1453 14% [======== ] 205/1453 14% [======== ] 206/1453 14% [======== ] 207/1453 14% [======== ] 208/1453 14% [======== ] 209/1453 14% [======== ] 210/1453 14% [========= ] 211/1453 14% [========= ] 212/1453 14% [========= ] 213/1453 14% [========= ] 214/1453 14% [========= ] 215/1453 14% [========= ] 216/1453 14% [========= ] 217/1453 14% [========= ] 218/1453 15% [========= ] 219/1453 15% [========= ] 220/1453 15% [========= ] 221/1453 15% [========= ] 222/1453 15% [========= ] 223/1453 15% [========= ] 224/1453 15% [========= ] 225/1453 15% [========= ] 226/1453 15% [========= ] 227/1453 15% [========= ] 228/1453 15% [========= ] 229/1453 15% [========= ] 230/1453 15% [========= ] 231/1453 15% [========= ] 232/1453 15% [========= ] 233/1453 16% [========= ] 234/1453 16% [========== ] 235/1453 16% [========== ] 236/1453 16% [========== ] 237/1453 16% [========== ] 238/1453 16% [========== ] 239/1453 16% [========== ] 240/1453 16% [========== ] 241/1453 16% [========== ] 242/1453 16% [========== ] 243/1453 16% [========== ] 244/1453 16% [========== ] 245/1453 16% [========== ] 246/1453 16% [========== ] 247/1453 16% [========== ] 248/1453 17% [========== ] 249/1453 17% [========== ] 250/1453 17% [========== ] 251/1453 17% [========== ] 252/1453 17% [========== ] 253/1453 17% [========== ] 254/1453 17% [========== ] 255/1453 17% [========== ] 256/1453 17% [========== ] 257/1453 17% [=========== ] 258/1453 17% [=========== ] 259/1453 17% [=========== ] 260/1453 17% [=========== ] 261/1453 17% [=========== ] 262/1453 18% [=========== ] 263/1453 18% [=========== ] 264/1453 18% [=========== ] 265/1453 18% [=========== ] 266/1453 18% [=========== ] 267/1453 18% [=========== ] 268/1453 18% [=========== ] 269/1453 18% [=========== ] 270/1453 18% [=========== ] 271/1453 18% [=========== ] 272/1453 18% [=========== ] 273/1453 18% [=========== ] 274/1453 18% [=========== ] 275/1453 18% [=========== ] 276/1453 18% [=========== ] 277/1453 19% [=========== ] 278/1453 19% [=========== ] 279/1453 19% [=========== ] 280/1453 19% [=========== ] 281/1453 19% [============ ] 282/1453 19% [============ ] 283/1453 19% [============ ] 284/1453 19% [============ ] 285/1453 19% [============ ] 286/1453 19% [============ ] 287/1453 19% [============ ] 288/1453 19% [============ ] 289/1453 19% [============ ] 290/1453 19% [============ ] 291/1453 20% [============ ] 292/1453 20% [============ ] 293/1453 20% [============ ] 294/1453 20% [============ ] 295/1453 20% [============ ] 296/1453 20% [============ ] 297/1453 20% [============ ] 298/1453 20% [============ ] 299/1453 20% [============ ] 300/1453 20% [============ ] 301/1453 20% [============ ] 302/1453 20% [============ ] 303/1453 20% [============ ] 304/1453 20% [============= ] 305/1453 20% [============= ] 306/1453 21% [============= ] 307/1453 21% [============= ] 308/1453 21% [============= ] 309/1453 21% [============= ] 310/1453 21% [============= ] 311/1453 21% [============= ] 312/1453 21% [============= ] 313/1453 21% [============= ] 314/1453 21% [============= ] 315/1453 21% [============= ] 316/1453 21% [============= ] 317/1453 21% [============= ] 318/1453 21% [============= ] 319/1453 21% [============= ] 320/1453 22% [============= ] 321/1453 22% [============= ] 322/1453 22% [============= ] 323/1453 22% [============= ] 324/1453 22% [============= ] 325/1453 22% [============= ] 326/1453 22% [============= ] 327/1453 22% [============= ] 328/1453 22% [============== ] 329/1453 22% [============== ] 330/1453 22% [============== ] 331/1453 22% [============== ] 332/1453 22% [============== ] 333/1453 22% [============== ] 334/1453 22% [============== ] 335/1453 23% [============== ] 336/1453 23% [============== ] 337/1453 23% [============== ] 338/1453 23% [============== ] 339/1453 23% [============== ] 340/1453 23% [============== ] 341/1453 23% [============== ] 342/1453 23% [============== ] 343/1453 23% [============== ] 344/1453 23% [============== ] 345/1453 23% [============== ] 346/1453 23% [============== ] 347/1453 23% [============== ] 348/1453 23% [============== ] 349/1453 24% [============== ] 350/1453 24% [============== ] 351/1453 24% [=============== ] 352/1453 24% [=============== ] 353/1453 24% [=============== ] 354/1453 24% [=============== ] 355/1453 24% [=============== ] 356/1453 24% [=============== ] 357/1453 24% [=============== ] 358/1453 24% [=============== ] 359/1453 24% [=============== ] 360/1453 24% [=============== ] 361/1453 24% [=============== ] 362/1453 24% [=============== ] 363/1453 24% [=============== ] 364/1453 25% [=============== ] 365/1453 25% [=============== ] 366/1453 25% [=============== ] 367/1453 25% [=============== ] 368/1453 25% [=============== ] 369/1453 25% [=============== ] 370/1453 25% [=============== ] 371/1453 25% [=============== ] 372/1453 25% [=============== ] 373/1453 25% [=============== ] 374/1453 25% [================ ] 375/1453 25% [================ ] 376/1453 25% [================ ] 377/1453 25% [================ ] 378/1453 26% [================ ] 379/1453 26% [================ ] 380/1453 26% [================ ] 381/1453 26% [================ ] 382/1453 26% [================ ] 383/1453 26% [================ ] 384/1453 26% [================ ] 385/1453 26% [================ ] 386/1453 26% [================ ] 387/1453 26% [================ ] 388/1453 26% [================ ] 389/1453 26% [================ ] 390/1453 26% [================ ] 391/1453 26% [================ ] 392/1453 26% [================ ] 393/1453 27% [================ ] 394/1453 27% [================ ] 395/1453 27% [================ ] 396/1453 27% [================ ] 397/1453 27% [================ ] 398/1453 27% [================= ] 399/1453 27% [================= ] 400/1453 27% [================= ] 401/1453 27% [================= ] 402/1453 27% [================= ] 403/1453 27% [================= ] 404/1453 27% [================= ] 405/1453 27% [================= ] 406/1453 27% [================= ] 407/1453 28% [================= ] 408/1453 28% [================= ] 409/1453 28% [================= ] 410/1453 28% [================= ] 411/1453 28% [================= ] 412/1453 28% [================= ] 413/1453 28% [================= ] 414/1453 28% [================= ] 415/1453 28% [================= ] 416/1453 28% [================= ] 417/1453 28% [================= ] 418/1453 28% [================= ] 419/1453 28% [================= ] 420/1453 28% [================= ] 421/1453 28% [================== ] 422/1453 29% [================== ] 423/1453 29% [================== ] 424/1453 29% [================== ] 425/1453 29% [================== ] 426/1453 29% [================== ] 427/1453 29% [================== ] 428/1453 29% [================== ] 429/1453 29% [================== ] 430/1453 29% [================== ] 431/1453 29% [================== ] 432/1453 29% [================== ] 433/1453 29% [================== ] 434/1453 29% [================== ] 435/1453 29% [================== ] 436/1453 30% [================== ] 437/1453 30% [================== ] 438/1453 30% [================== ] 439/1453 30% [================== ] 440/1453 30% [================== ] 441/1453 30% [================== ] 442/1453 30% [================== ] 443/1453 30% [================== ] 444/1453 30% [================== ] 445/1453 30% [=================== ] 446/1453 30% [=================== ] 447/1453 30% [=================== ] 448/1453 30% [=================== ] 449/1453 30% [=================== ] 450/1453 30% [=================== ] 451/1453 31% [=================== ] 452/1453 31% [=================== ] 453/1453 31% [=================== ] 454/1453 31% [=================== ] 455/1453 31% [=================== ] 456/1453 31% [=================== ] 457/1453 31% [=================== ] 458/1453 31% [=================== ] 459/1453 31% [=================== ] 460/1453 31% [=================== ] 461/1453 31% [=================== ] 462/1453 31% [=================== ] 463/1453 31% [=================== ] 464/1453 31% [=================== ] 465/1453 32% [=================== ] 466/1453 32% [=================== ] 467/1453 32% [=================== ] 468/1453 32% [==================== ] 469/1453 32% [==================== ] 470/1453 32% [==================== ] 471/1453 32% [==================== ] 472/1453 32% [==================== ] 473/1453 32% [==================== ] 474/1453 32% [==================== ] 475/1453 32% [==================== ] 476/1453 32% [==================== ] 477/1453 32% [==================== ] 478/1453 32% [==================== ] 479/1453 32% [==================== ] 480/1453 33% [==================== ] 481/1453 33% [==================== ] 482/1453 33% [==================== ] 483/1453 33% [==================== ] 484/1453 33% [==================== ] 485/1453 33% [==================== ] 486/1453 33% [==================== ] 487/1453 33% [==================== ] 488/1453 33% [==================== ] 489/1453 33% [==================== ] 490/1453 33% [==================== ] 491/1453 33% [==================== ] 492/1453 33% [===================== ] 493/1453 33% [===================== ] 494/1453 33% [===================== ] 495/1453 34% [===================== ] 496/1453 34% [===================== ] 497/1453 34% [===================== ] 498/1453 34% [===================== ] 499/1453 34% [===================== ] 500/1453 34% [===================== ] 501/1453 34% [===================== ] 502/1453 34% [===================== ] 503/1453 34% [===================== ] 504/1453 34% [===================== ] 505/1453 34% [===================== ] 506/1453 34% [===================== ] 507/1453 34% [===================== ] 508/1453 34% [===================== ] 509/1453 35% [===================== ] 510/1453 35% [===================== ] 511/1453 35% [===================== ] 512/1453 35% [===================== ] 513/1453 35% [===================== ] 514/1453 35% [===================== ] 515/1453 35% [====================== ] 516/1453 35% [====================== ] 517/1453 35% [====================== ] 518/1453 35% [====================== ] 519/1453 35% [====================== ] 520/1453 35% [====================== ] 521/1453 35% [====================== ] 522/1453 35% [====================== ] 523/1453 35% [====================== ] 524/1453 36% [====================== ] 525/1453 36% [====================== ] 526/1453 36% [====================== ] 527/1453 36% [====================== ] 528/1453 36% [====================== ] 529/1453 36% [====================== ] 530/1453 36% [====================== ] 531/1453 36% [====================== ] 532/1453 36% [====================== ] 533/1453 36% [====================== ] 534/1453 36% [====================== ] 535/1453 36% [====================== ] 536/1453 36% [====================== ] 537/1453 36% [====================== ] 538/1453 37% [====================== ] 539/1453 37% [======================= ] 540/1453 37% [======================= ] 541/1453 37% [======================= ] 542/1453 37% [======================= ] 543/1453 37% [======================= ] 544/1453 37% [======================= ] 545/1453 37% [======================= ] 546/1453 37% [======================= ] 547/1453 37% [======================= ] 548/1453 37% [======================= ] 549/1453 37% [======================= ] 550/1453 37% [======================= ] 551/1453 37% [======================= ] 552/1453 37% [======================= ] 553/1453 38% [======================= ] 554/1453 38% [======================= ] 555/1453 38% [======================= ] 556/1453 38% [======================= ] 557/1453 38% [======================= ] 558/1453 38% [======================= ] 559/1453 38% [======================= ] 560/1453 38% [======================= ] 561/1453 38% [======================= ] 562/1453 38% [======================== ] 563/1453 38% [======================== ] 564/1453 38% [======================== ] 565/1453 38% [======================== ] 566/1453 38% [======================== ] 567/1453 39% [======================== ] 568/1453 39% [======================== ] 569/1453 39% [======================== ] 570/1453 39% [======================== ] 571/1453 39% [======================== ] 572/1453 39% [======================== ] 573/1453 39% [======================== ] 574/1453 39% [======================== ] 575/1453 39% [======================== ] 576/1453 39% [======================== ] 577/1453 39% [======================== ] 578/1453 39% [======================== ] 579/1453 39% [======================== ] 580/1453 39% [======================== ] 581/1453 39% [======================== ] 582/1453 40% [======================== ] 583/1453 40% [======================== ] 584/1453 40% [======================== ] 585/1453 40% [========================= ] 586/1453 40% [========================= ] 587/1453 40% [========================= ] 588/1453 40% [========================= ] 589/1453 40% [========================= ] 590/1453 40% [========================= ] 591/1453 40% [========================= ] 592/1453 40% [========================= ] 593/1453 40% [========================= ] 594/1453 40% [========================= ] 595/1453 40% [========================= ] 596/1453 41% [========================= ] 597/1453 41% [========================= ] 598/1453 41% [========================= ] 599/1453 41% [========================= ] 600/1453 41% [========================= ] 601/1453 41% [========================= ] 602/1453 41% [========================= ] 603/1453 41% [========================= ] 604/1453 41% [========================= ] 605/1453 41% [========================= ] 606/1453 41% [========================= ] 607/1453 41% [========================= ] 608/1453 41% [========================= ] 609/1453 41% [========================== ] 610/1453 41% [========================== ] 611/1453 42% [========================== ] 612/1453 42% [========================== ] 613/1453 42% [========================== ] 614/1453 42% [========================== ] 615/1453 42% [========================== ] 616/1453 42% [========================== ] 617/1453 42% [========================== ] 618/1453 42% [========================== ] 619/1453 42% [========================== ] 620/1453 42% [========================== ] 621/1453 42% [========================== ] 622/1453 42% [========================== ] 623/1453 42% [========================== ] 624/1453 42% [========================== ] 625/1453 43% [========================== ] 626/1453 43% [========================== ] 627/1453 43% [========================== ] 628/1453 43% [========================== ] 629/1453 43% [========================== ] 630/1453 43% [========================== ] 631/1453 43% [========================== ] 632/1453 43% [=========================== ] 633/1453 43% [=========================== ] 634/1453 43% [=========================== ] 635/1453 43% [=========================== ] 636/1453 43% [=========================== ] 637/1453 43% [=========================== ] 638/1453 43% [=========================== ] 639/1453 43% [=========================== ] 640/1453 44% [=========================== ] 641/1453 44% [=========================== ] 642/1453 44% [=========================== ] 643/1453 44% [=========================== ] 644/1453 44% [=========================== ] 645/1453 44% [=========================== ] 646/1453 44% [=========================== ] 647/1453 44% [=========================== ] 648/1453 44% [=========================== ] 649/1453 44% [=========================== ] 650/1453 44% [=========================== ] 651/1453 44% [=========================== ] 652/1453 44% [=========================== ] 653/1453 44% [=========================== ] 654/1453 45% [=========================== ] 655/1453 45% [=========================== ] 656/1453 45% [============================ ] 657/1453 45% [============================ ] 658/1453 45% [============================ ] 659/1453 45% [============================ ] 660/1453 45% [============================ ] 661/1453 45% [============================ ] 662/1453 45% [============================ ] 663/1453 45% [============================ ] 664/1453 45% [============================ ] 665/1453 45% [============================ ] 666/1453 45% [============================ ] 667/1453 45% [============================ ] 668/1453 45% [============================ ] 669/1453 46% [============================ ] 670/1453 46% [============================ ] 671/1453 46% [============================ ] 672/1453 46% [============================ ] 673/1453 46% [============================ ] 674/1453 46% [============================ ] 675/1453 46% [============================ ] 676/1453 46% [============================ ] 677/1453 46% [============================ ] 678/1453 46% [============================ ] 679/1453 46% [============================= ] 680/1453 46% [============================= ] 681/1453 46% [============================= ] 682/1453 46% [============================= ] 683/1453 47% [============================= ] 684/1453 47% [============================= ] 685/1453 47% [============================= ] 686/1453 47% [============================= ] 687/1453 47% [============================= ] 688/1453 47% [============================= ] 689/1453 47% [============================= ] 690/1453 47% [============================= ] 691/1453 47% [============================= ] 692/1453 47% [============================= ] 693/1453 47% [============================= ] 694/1453 47% [============================= ] 695/1453 47% [============================= ] 696/1453 47% [============================= ] 697/1453 47% [============================= ] 698/1453 48% [============================= ] 699/1453 48% [============================= ] 700/1453 48% [============================= ] 701/1453 48% [============================= ] 702/1453 48% [============================= ] 703/1453 48% [============================== ] 704/1453 48% [============================== ] 705/1453 48% [============================== ] 706/1453 48% [============================== ] 707/1453 48% [============================== ] 708/1453 48% [============================== ] 709/1453 48% [============================== ] 710/1453 48% [============================== ] 711/1453 48% [============================== ] 712/1453 49% [============================== ] 713/1453 49% [============================== ] 714/1453 49% [============================== ] 715/1453 49% [============================== ] 716/1453 49% [============================== ] 717/1453 49% [============================== ] 718/1453 49% [============================== ] 719/1453 49% [============================== ] 720/1453 49% [============================== ] 721/1453 49% [============================== ] 722/1453 49% [============================== ] 723/1453 49% [============================== ] 724/1453 49% [============================== ] 725/1453 49% [============================== ] 726/1453 49% [=============================== ] 727/1453 50% [=============================== ] 728/1453 50% [=============================== ] 729/1453 50% [=============================== ] 730/1453 50% [=============================== ] 731/1453 50% [=============================== ] 732/1453 50% [=============================== ] 733/1453 50% [=============================== ] 734/1453 50% [=============================== ] 735/1453 50% [=============================== ] 736/1453 50% [=============================== ] 737/1453 50% [=============================== ] 738/1453 50% [=============================== ] 739/1453 50% [=============================== ] 740/1453 50% [=============================== ] 741/1453 50% [=============================== ] 742/1453 51% [=============================== ] 743/1453 51% [=============================== ] 744/1453 51% [=============================== ] 745/1453 51% [=============================== ] 746/1453 51% [=============================== ] 747/1453 51% [=============================== ] 748/1453 51% [=============================== ] 749/1453 51% [================================ ] 750/1453 51% [================================ ] 751/1453 51% [================================ ] 752/1453 51% [================================ ] 753/1453 51% [================================ ] 754/1453 51% [================================ ] 755/1453 51% [================================ ] 756/1453 52% [================================ ] 757/1453 52% [================================ ] 758/1453 52% [================================ ] 759/1453 52% [================================ ] 760/1453 52% [================================ ] 761/1453 52% [================================ ] 762/1453 52% [================================ ] 763/1453 52% [================================ ] 764/1453 52% [================================ ] 765/1453 52% [================================ ] 766/1453 52% [================================ ] 767/1453 52% [================================ ] 768/1453 52% [================================ ] 769/1453 52% [================================ ] 770/1453 52% [================================ ] 771/1453 53% [================================ ] 772/1453 53% [================================ ] 773/1453 53% [================================= ] 774/1453 53% [================================= ] 775/1453 53% [================================= ] 776/1453 53% [================================= ] 777/1453 53% [================================= ] 778/1453 53% [================================= ] 779/1453 53% [================================= ] 780/1453 53% [================================= ] 781/1453 53% [================================= ] 782/1453 53% [================================= ] 783/1453 53% [================================= ] 784/1453 53% [================================= ] 785/1453 54% [================================= ] 786/1453 54% [================================= ] 787/1453 54% [================================= ] 788/1453 54% [================================= ] 789/1453 54% [================================= ] 790/1453 54% [================================= ] 791/1453 54% [================================= ] 792/1453 54% [================================= ] 793/1453 54% [================================= ] 794/1453 54% [================================= ] 795/1453 54% [================================= ] 796/1453 54% [================================== ] 797/1453 54% [================================== ] 798/1453 54% [================================== ] 799/1453 54% [================================== ] 800/1453 55% [================================== ] 801/1453 55% [================================== ] 802/1453 55% [================================== ] 803/1453 55% [================================== ] 804/1453 55% [================================== ] 805/1453 55% [================================== ] 806/1453 55% [================================== ] 807/1453 55% [================================== ] 808/1453 55% [================================== ] 809/1453 55% [================================== ] 810/1453 55% [================================== ] 811/1453 55% [================================== ] 812/1453 55% [================================== ] 813/1453 55% [================================== ] 814/1453 56% [================================== ] 815/1453 56% [================================== ] 816/1453 56% [================================== ] 817/1453 56% [================================== ] 818/1453 56% [================================== ] 819/1453 56% [================================== ] 820/1453 56% [=================================== ] 821/1453 56% [=================================== ] 822/1453 56% [=================================== ] 823/1453 56% [=================================== ] 824/1453 56% [=================================== ] 825/1453 56% [=================================== ] 826/1453 56% [=================================== ] 827/1453 56% [=================================== ] 828/1453 56% [=================================== ] 829/1453 57% [=================================== ] 830/1453 57% [=================================== ] 831/1453 57% [=================================== ] 832/1453 57% [=================================== ] 833/1453 57% [=================================== ] 834/1453 57% [=================================== ] 835/1453 57% [=================================== ] 836/1453 57% [=================================== ] 837/1453 57% [=================================== ] 838/1453 57% [=================================== ] 839/1453 57% [=================================== ] 840/1453 57% [=================================== ] 841/1453 57% [=================================== ] 842/1453 57% [=================================== ] 843/1453 58% [==================================== ] 844/1453 58% [==================================== ] 845/1453 58% [==================================== ] 846/1453 58% [==================================== ] 847/1453 58% [==================================== ] 848/1453 58% [==================================== ] 849/1453 58% [==================================== ] 850/1453 58% [==================================== ] 851/1453 58% [==================================== ] 852/1453 58% [==================================== ] 853/1453 58% [==================================== ] 854/1453 58% [==================================== ] 855/1453 58% [==================================== ] 856/1453 58% [==================================== ] 857/1453 58% [==================================== ] 858/1453 59% [==================================== ] 859/1453 59% [==================================== ] 860/1453 59% [==================================== ] 861/1453 59% [==================================== ] 862/1453 59% [==================================== ] 863/1453 59% [==================================== ] 864/1453 59% [==================================== ] 865/1453 59% [==================================== ] 866/1453 59% [==================================== ] 867/1453 59% [===================================== ] 868/1453 59% [===================================== ] 869/1453 59% [===================================== ] 870/1453 59% [===================================== ] 871/1453 59% [===================================== ] 872/1453 60% [===================================== ] 873/1453 60% [===================================== ] 874/1453 60% [===================================== ] 875/1453 60% [===================================== ] 876/1453 60% [===================================== ] 877/1453 60% [===================================== ] 878/1453 60% [===================================== ] 879/1453 60% [===================================== ] 880/1453 60% [===================================== ] 881/1453 60% [===================================== ] 882/1453 60% [===================================== ] 883/1453 60% [===================================== ] 884/1453 60% [===================================== ] 885/1453 60% [===================================== ] 886/1453 60% [===================================== ] 887/1453 61% [===================================== ] 888/1453 61% [===================================== ] 889/1453 61% [===================================== ] 890/1453 61% [====================================== ] 891/1453 61% [====================================== ] 892/1453 61% [====================================== ] 893/1453 61% [====================================== ] 894/1453 61% [====================================== ] 895/1453 61% [====================================== ] 896/1453 61% [====================================== ] 897/1453 61% [====================================== ] 898/1453 61% [====================================== ] 899/1453 61% [====================================== ] 900/1453 61% [====================================== ] 901/1453 62% [====================================== ] 902/1453 62% [====================================== ] 903/1453 62% [====================================== ] 904/1453 62% [====================================== ] 905/1453 62% [====================================== ] 906/1453 62% [====================================== ] 907/1453 62% [====================================== ] 908/1453 62% [====================================== ] 909/1453 62% [====================================== ] 910/1453 62% [====================================== ] 911/1453 62% [====================================== ] 912/1453 62% [====================================== ] 913/1453 62% [======================================= ] 914/1453 62% [======================================= ] 915/1453 62% [======================================= ] 916/1453 63% [======================================= ] 917/1453 63% [======================================= ] 918/1453 63% [======================================= ] 919/1453 63% [======================================= ] 920/1453 63% [======================================= ] 921/1453 63% [======================================= ] 922/1453 63% [======================================= ] 923/1453 63% [======================================= ] 924/1453 63% [======================================= ] 925/1453 63% [======================================= ] 926/1453 63% [======================================= ] 927/1453 63% [======================================= ] 928/1453 63% [======================================= ] 929/1453 63% [======================================= ] 930/1453 64% [======================================= ] 931/1453 64% [======================================= ] 932/1453 64% [======================================= ] 933/1453 64% [======================================= ] 934/1453 64% [======================================= ] 935/1453 64% [======================================= ] 936/1453 64% [======================================= ] 937/1453 64% [======================================== ] 938/1453 64% [======================================== ] 939/1453 64% [======================================== ] 940/1453 64% [======================================== ] 941/1453 64% [======================================== ] 942/1453 64% [======================================== ] 943/1453 64% [======================================== ] 944/1453 64% [======================================== ] 945/1453 65% [======================================== ] 946/1453 65% [======================================== ] 947/1453 65% [======================================== ] 948/1453 65% [======================================== ] 949/1453 65% [======================================== ] 950/1453 65% [======================================== ] 951/1453 65% [======================================== ] 952/1453 65% [======================================== ] 953/1453 65% [======================================== ] 954/1453 65% [======================================== ] 955/1453 65% [======================================== ] 956/1453 65% [======================================== ] 957/1453 65% [======================================== ] 958/1453 65% [======================================== ] 959/1453 66% [======================================== ] 960/1453 66% [========================================= ] 961/1453 66% [========================================= ] 962/1453 66% [========================================= ] 963/1453 66% [========================================= ] 964/1453 66% [========================================= ] 965/1453 66% [========================================= ] 966/1453 66% [========================================= ] 967/1453 66% [========================================= ] 968/1453 66% [========================================= ] 969/1453 66% [========================================= ] 970/1453 66% [========================================= ] 971/1453 66% [========================================= ] 972/1453 66% [========================================= ] 973/1453 66% [========================================= ] 974/1453 67% [========================================= ] 975/1453 67% [========================================= ] 976/1453 67% [========================================= ] 977/1453 67% [========================================= ] 978/1453 67% [========================================= ] 979/1453 67% [========================================= ] 980/1453 67% [========================================= ] 981/1453 67% [========================================= ] 982/1453 67% [========================================= ] 983/1453 67% [========================================= ] 984/1453 67% [========================================== ] 985/1453 67% [========================================== ] 986/1453 67% [========================================== ] 987/1453 67% [========================================== ] 988/1453 67% [========================================== ] 989/1453 68% [========================================== ] 990/1453 68% [========================================== ] 991/1453 68% [========================================== ] 992/1453 68% [========================================== ] 993/1453 68% [========================================== ] 994/1453 68% [========================================== ] 995/1453 68% [========================================== ] 996/1453 68% [========================================== ] 997/1453 68% [========================================== ] 998/1453 68% [========================================== ] 999/1453 68% [========================================== ] 1000/1453 68% [========================================== ] 1001/1453 68% [========================================== ] 1002/1453 68% [========================================== ] 1003/1453 69% [========================================== ] 1004/1453 69% [========================================== ] 1005/1453 69% [========================================== ] 1006/1453 69% [========================================== ] 1007/1453 69% [=========================================== ] 1008/1453 69% [=========================================== ] 1009/1453 69% [=========================================== ] 1010/1453 69% [=========================================== ] 1011/1453 69% [=========================================== ] 1012/1453 69% [=========================================== ] 1013/1453 69% [=========================================== ] 1014/1453 69% [=========================================== ] 1015/1453 69% [=========================================== ] 1016/1453 69% [=========================================== ] 1017/1453 69% [=========================================== ] 1018/1453 70% [=========================================== ] 1019/1453 70% [=========================================== ] 1020/1453 70% [=========================================== ] 1021/1453 70% [=========================================== ] 1022/1453 70% [=========================================== ] 1023/1453 70% [=========================================== ] 1024/1453 70% [=========================================== ] 1025/1453 70% [=========================================== ] 1026/1453 70% [=========================================== ] 1027/1453 70% [=========================================== ] 1028/1453 70% [=========================================== ] 1029/1453 70% [=========================================== ] 1030/1453 70% [=========================================== ] 1031/1453 70% [============================================ ] 1032/1453 71% [============================================ ] 1033/1453 71% [============================================ ] 1034/1453 71% [============================================ ] 1035/1453 71% [============================================ ] 1036/1453 71% [============================================ ] 1037/1453 71% [============================================ ] 1038/1453 71% [============================================ ] 1039/1453 71% [============================================ ] 1040/1453 71% [============================================ ] 1041/1453 71% [============================================ ] 1042/1453 71% [============================================ ] 1043/1453 71% [============================================ ] 1044/1453 71% [============================================ ] 1045/1453 71% [============================================ ] 1046/1453 71% [============================================ ] 1047/1453 72% [============================================ ] 1048/1453 72% [============================================ ] 1049/1453 72% [============================================ ] 1050/1453 72% [============================================ ] 1051/1453 72% [============================================ ] 1052/1453 72% [============================================ ] 1053/1453 72% [============================================ ] 1054/1453 72% [============================================= ] 1055/1453 72% [============================================= ] 1056/1453 72% [============================================= ] 1057/1453 72% [============================================= ] 1058/1453 72% [============================================= ] 1059/1453 72% [============================================= ] 1060/1453 72% [============================================= ] 1061/1453 73% [============================================= ] 1062/1453 73% [============================================= ] 1063/1453 73% [============================================= ] 1064/1453 73% [============================================= ] 1065/1453 73% [============================================= ] 1066/1453 73% [============================================= ] 1067/1453 73% [============================================= ] 1068/1453 73% [============================================= ] 1069/1453 73% [============================================= ] 1070/1453 73% [============================================= ] 1071/1453 73% [============================================= ] 1072/1453 73% [============================================= ] 1073/1453 73% [============================================= ] 1074/1453 73% [============================================= ] 1075/1453 73% [============================================= ] 1076/1453 74% [============================================= ] 1077/1453 74% [============================================= ] 1078/1453 74% [============================================== ] 1079/1453 74% [============================================== ] 1080/1453 74% [============================================== ] 1081/1453 74% [============================================== ] 1082/1453 74% [============================================== ] 1083/1453 74% [============================================== ] 1084/1453 74% [============================================== ] 1085/1453 74% [============================================== ] 1086/1453 74% [============================================== ] 1087/1453 74% [============================================== ] 1088/1453 74% [============================================== ] 1089/1453 74% [============================================== ] 1090/1453 75% [============================================== ] 1091/1453 75% [============================================== ] 1092/1453 75% [============================================== ] 1093/1453 75% [============================================== ] 1094/1453 75% [============================================== ] 1095/1453 75% [============================================== ] 1096/1453 75% [============================================== ] 1097/1453 75% [============================================== ] 1098/1453 75% [============================================== ] 1099/1453 75% [============================================== ] 1100/1453 75% [============================================== ] 1101/1453 75% [=============================================== ] 1102/1453 75% [=============================================== ] 1103/1453 75% [=============================================== ] 1104/1453 75% [=============================================== ] 1105/1453 76% [=============================================== ] 1106/1453 76% [=============================================== ] 1107/1453 76% [=============================================== ] 1108/1453 76% [=============================================== ] 1109/1453 76% [=============================================== ] 1110/1453 76% [=============================================== ] 1111/1453 76% [=============================================== ] 1112/1453 76% [=============================================== ] 1113/1453 76% [=============================================== ] 1114/1453 76% [=============================================== ] 1115/1453 76% [=============================================== ] 1116/1453 76% [=============================================== ] 1117/1453 76% [=============================================== ] 1118/1453 76% [=============================================== ] 1119/1453 77% [=============================================== ] 1120/1453 77% [=============================================== ] 1121/1453 77% [=============================================== ] 1122/1453 77% [=============================================== ] 1123/1453 77% [=============================================== ] 1124/1453 77% [================================================ ] 1125/1453 77% [================================================ ] 1126/1453 77% [================================================ ] 1127/1453 77% [================================================ ] 1128/1453 77% [================================================ ] 1129/1453 77% [================================================ ] 1130/1453 77% [================================================ ] 1131/1453 77% [================================================ ] 1132/1453 77% [================================================ ] 1133/1453 77% [================================================ ] 1134/1453 78% [================================================ ] 1135/1453 78% [================================================ ] 1136/1453 78% [================================================ ] 1137/1453 78% [================================================ ] 1138/1453 78% [================================================ ] 1139/1453 78% [================================================ ] 1140/1453 78% [================================================ ] 1141/1453 78% [================================================ ] 1142/1453 78% [================================================ ] 1143/1453 78% [================================================ ] 1144/1453 78% [================================================ ] 1145/1453 78% [================================================ ] 1146/1453 78% [================================================ ] 1147/1453 78% [================================================ ] 1148/1453 79% [================================================= ] 1149/1453 79% [================================================= ] 1150/1453 79% [================================================= ] 1151/1453 79% [================================================= ] 1152/1453 79% [================================================= ] 1153/1453 79% [================================================= ] 1154/1453 79% [================================================= ] 1155/1453 79% [================================================= ] 1156/1453 79% [================================================= ] 1157/1453 79% [================================================= ] 1158/1453 79% [================================================= ] 1159/1453 79% [================================================= ] 1160/1453 79% [================================================= ] 1161/1453 79% [================================================= ] 1162/1453 79% [================================================= ] 1163/1453 80% [================================================= ] 1164/1453 80% [================================================= ] 1165/1453 80% [================================================= ] 1166/1453 80% [================================================= ] 1167/1453 80% [================================================= ] 1168/1453 80% [================================================= ] 1169/1453 80% [================================================= ] 1170/1453 80% [================================================= ] 1171/1453 80% [================================================== ] 1172/1453 80% [================================================== ] 1173/1453 80% [================================================== ] 1174/1453 80% [================================================== ] 1175/1453 80% [================================================== ] 1176/1453 80% [================================================== ] 1177/1453 81% [================================================== ] 1178/1453 81% [================================================== ] 1179/1453 81% [================================================== ] 1180/1453 81% [================================================== ] 1181/1453 81% [================================================== ] 1182/1453 81% [================================================== ] 1183/1453 81% [================================================== ] 1184/1453 81% [================================================== ] 1185/1453 81% [================================================== ] 1186/1453 81% [================================================== ] 1187/1453 81% [================================================== ] 1188/1453 81% [================================================== ] 1189/1453 81% [================================================== ] 1190/1453 81% [================================================== ] 1191/1453 81% [================================================== ] 1192/1453 82% [================================================== ] 1193/1453 82% [================================================== ] 1194/1453 82% [================================================== ] 1195/1453 82% [=================================================== ] 1196/1453 82% [=================================================== ] 1197/1453 82% [=================================================== ] 1198/1453 82% [=================================================== ] 1199/1453 82% [=================================================== ] 1200/1453 82% [=================================================== ] 1201/1453 82% [=================================================== ] 1202/1453 82% [=================================================== ] 1203/1453 82% [=================================================== ] 1204/1453 82% [=================================================== ] 1205/1453 82% [=================================================== ] 1206/1453 83% [=================================================== ] 1207/1453 83% [=================================================== ] 1208/1453 83% [=================================================== ] 1209/1453 83% [=================================================== ] 1210/1453 83% [=================================================== ] 1211/1453 83% [=================================================== ] 1212/1453 83% [=================================================== ] 1213/1453 83% [=================================================== ] 1214/1453 83% [=================================================== ] 1215/1453 83% [=================================================== ] 1216/1453 83% [=================================================== ] 1217/1453 83% [=================================================== ] 1218/1453 83% [==================================================== ] 1219/1453 83% [==================================================== ] 1220/1453 83% [==================================================== ] 1221/1453 84% [==================================================== ] 1222/1453 84% [==================================================== ] 1223/1453 84% [==================================================== ] 1224/1453 84% [==================================================== ] 1225/1453 84% [==================================================== ] 1226/1453 84% [==================================================== ] 1227/1453 84% [==================================================== ] 1228/1453 84% [==================================================== ] 1229/1453 84% [==================================================== ] 1230/1453 84% [==================================================== ] 1231/1453 84% [==================================================== ] 1232/1453 84% [==================================================== ] 1233/1453 84% [==================================================== ] 1234/1453 84% [==================================================== ] 1235/1453 84% [==================================================== ] 1236/1453 85% [==================================================== ] 1237/1453 85% [==================================================== ] 1238/1453 85% [==================================================== ] 1239/1453 85% [==================================================== ] 1240/1453 85% [==================================================== ] 1241/1453 85% [==================================================== ] 1242/1453 85% [===================================================== ] 1243/1453 85% [===================================================== ] 1244/1453 85% [===================================================== ] 1245/1453 85% [===================================================== ] 1246/1453 85% [===================================================== ] 1247/1453 85% [===================================================== ] 1248/1453 85% [===================================================== ] 1249/1453 85% [===================================================== ] 1250/1453 86% [===================================================== ] 1251/1453 86% [===================================================== ] 1252/1453 86% [===================================================== ] 1253/1453 86% [===================================================== ] 1254/1453 86% [===================================================== ] 1255/1453 86% [===================================================== ] 1256/1453 86% [===================================================== ] 1257/1453 86% [===================================================== ] 1258/1453 86% [===================================================== ] 1259/1453 86% [===================================================== ] 1260/1453 86% [===================================================== ] 1261/1453 86% [===================================================== ] 1262/1453 86% [===================================================== ] 1263/1453 86% [===================================================== ] 1264/1453 86% [===================================================== ] 1265/1453 87% [====================================================== ] 1266/1453 87% [====================================================== ] 1267/1453 87% [====================================================== ] 1268/1453 87% [====================================================== ] 1269/1453 87% [====================================================== ] 1270/1453 87% [====================================================== ] 1271/1453 87% [====================================================== ] 1272/1453 87% [====================================================== ] 1273/1453 87% [====================================================== ] 1274/1453 87% [====================================================== ] 1275/1453 87% [====================================================== ] 1276/1453 87% [====================================================== ] 1277/1453 87% [====================================================== ] 1278/1453 87% [====================================================== ] 1279/1453 88% [====================================================== ] 1280/1453 88% [====================================================== ] 1281/1453 88% [====================================================== ] 1282/1453 88% [====================================================== ] 1283/1453 88% [====================================================== ] 1284/1453 88% [====================================================== ] 1285/1453 88% [====================================================== ] 1286/1453 88% [====================================================== ] 1287/1453 88% [====================================================== ] 1288/1453 88% [======================================================= ] 1289/1453 88% [======================================================= ] 1290/1453 88% [======================================================= ] 1291/1453 88% [======================================================= ] 1292/1453 88% [======================================================= ] 1293/1453 88% [======================================================= ] 1294/1453 89% [======================================================= ] 1295/1453 89% [======================================================= ] 1296/1453 89% [======================================================= ] 1297/1453 89% [======================================================= ] 1298/1453 89% [======================================================= ] 1299/1453 89% [======================================================= ] 1300/1453 89% [======================================================= ] 1301/1453 89% [======================================================= ] 1302/1453 89% [======================================================= ] 1303/1453 89% [======================================================= ] 1304/1453 89% [======================================================= ] 1305/1453 89% [======================================================= ] 1306/1453 89% [======================================================= ] 1307/1453 89% [======================================================= ] 1308/1453 90% [======================================================= ] 1309/1453 90% [======================================================= ] 1310/1453 90% [======================================================= ] 1311/1453 90% [======================================================= ] 1312/1453 90% [======================================================== ] 1313/1453 90% [======================================================== ] 1314/1453 90% [======================================================== ] 1315/1453 90% [======================================================== ] 1316/1453 90% [======================================================== ] 1317/1453 90% [======================================================== ] 1318/1453 90% [======================================================== ] 1319/1453 90% [======================================================== ] 1320/1453 90% [======================================================== ] 1321/1453 90% [======================================================== ] 1322/1453 90% [======================================================== ] 1323/1453 91% [======================================================== ] 1324/1453 91% [======================================================== ] 1325/1453 91% [======================================================== ] 1326/1453 91% [======================================================== ] 1327/1453 91% [======================================================== ] 1328/1453 91% [======================================================== ] 1329/1453 91% [======================================================== ] 1330/1453 91% [======================================================== ] 1331/1453 91% [======================================================== ] 1332/1453 91% [======================================================== ] 1333/1453 91% [======================================================== ] 1334/1453 91% [======================================================== ] 1335/1453 91% [========================================================= ] 1336/1453 91% [========================================================= ] 1337/1453 92% [========================================================= ] 1338/1453 92% [========================================================= ] 1339/1453 92% [========================================================= ] 1340/1453 92% [========================================================= ] 1341/1453 92% [========================================================= ] 1342/1453 92% [========================================================= ] 1343/1453 92% [========================================================= ] 1344/1453 92% [========================================================= ] 1345/1453 92% [========================================================= ] 1346/1453 92% [========================================================= ] 1347/1453 92% [========================================================= ] 1348/1453 92% [========================================================= ] 1349/1453 92% [========================================================= ] 1350/1453 92% [========================================================= ] 1351/1453 92% [========================================================= ] 1352/1453 93% [========================================================= ] 1353/1453 93% [========================================================= ] 1354/1453 93% [========================================================= ] 1355/1453 93% [========================================================= ] 1356/1453 93% [========================================================= ] 1357/1453 93% [========================================================= ] 1358/1453 93% [========================================================= ] 1359/1453 93% [========================================================== ] 1360/1453 93% [========================================================== ] 1361/1453 93% [========================================================== ] 1362/1453 93% [========================================================== ] 1363/1453 93% [========================================================== ] 1364/1453 93% [========================================================== ] 1365/1453 93% [========================================================== ] 1366/1453 94% [========================================================== ] 1367/1453 94% [========================================================== ] 1368/1453 94% [========================================================== ] 1369/1453 94% [========================================================== ] 1370/1453 94% [========================================================== ] 1371/1453 94% [========================================================== ] 1372/1453 94% [========================================================== ] 1373/1453 94% [========================================================== ] 1374/1453 94% [========================================================== ] 1375/1453 94% [========================================================== ] 1376/1453 94% [========================================================== ] 1377/1453 94% [========================================================== ] 1378/1453 94% [========================================================== ] 1379/1453 94% [========================================================== ] 1380/1453 94% [========================================================== ] 1381/1453 95% [========================================================== ] 1382/1453 95% [=========================================================== ] 1383/1453 95% [=========================================================== ] 1384/1453 95% [=========================================================== ] 1385/1453 95% [=========================================================== ] 1386/1453 95% [=========================================================== ] 1387/1453 95% [=========================================================== ] 1388/1453 95% [=========================================================== ] 1389/1453 95% [=========================================================== ] 1390/1453 95% [=========================================================== ] 1391/1453 95% [=========================================================== ] 1392/1453 95% [=========================================================== ] 1393/1453 95% [=========================================================== ] 1394/1453 95% [=========================================================== ] 1395/1453 96% [=========================================================== ] 1396/1453 96% [=========================================================== ] 1397/1453 96% [=========================================================== ] 1398/1453 96% [=========================================================== ] 1399/1453 96% [=========================================================== ] 1400/1453 96% [=========================================================== ] 1401/1453 96% [=========================================================== ] 1402/1453 96% [=========================================================== ] 1403/1453 96% [=========================================================== ] 1404/1453 96% [=========================================================== ] 1405/1453 96% [=========================================================== ] 1406/1453 96% [============================================================ ] 1407/1453 96% [============================================================ ] 1408/1453 96% [============================================================ ] 1409/1453 96% [============================================================ ] 1410/1453 97% [============================================================ ] 1411/1453 97% [============================================================ ] 1412/1453 97% [============================================================ ] 1413/1453 97% [============================================================ ] 1414/1453 97% [============================================================ ] 1415/1453 97% [============================================================ ] 1416/1453 97% [============================================================ ] 1417/1453 97% [============================================================ ] 1418/1453 97% [============================================================ ] 1419/1453 97% [============================================================ ] 1420/1453 97% [============================================================ ] 1421/1453 97% [============================================================ ] 1422/1453 97% [============================================================ ] 1423/1453 97% [============================================================ ] 1424/1453 98% [============================================================ ] 1425/1453 98% [============================================================ ] 1426/1453 98% [============================================================ ] 1427/1453 98% [============================================================ ] 1428/1453 98% [============================================================ ] 1429/1453 98% [============================================================= ] 1430/1453 98% [============================================================= ] 1431/1453 98% [============================================================= ] 1432/1453 98% [============================================================= ] 1433/1453 98% [============================================================= ] 1434/1453 98% [============================================================= ] 1435/1453 98% [============================================================= ] 1436/1453 98% [============================================================= ] 1437/1453 98% [============================================================= ] 1438/1453 98% [============================================================= ] 1439/1453 99% [============================================================= ] 1440/1453 99% [============================================================= ] 1441/1453 99% [============================================================= ] 1442/1453 99% [============================================================= ] 1443/1453 99% [============================================================= ] 1444/1453 99% [============================================================= ] 1445/1453 99% [============================================================= ] 1446/1453 99% [============================================================= ] 1447/1453 99% [============================================================= ] 1448/1453 99% [============================================================= ] 1449/1453 99% [============================================================= ] 1450/1453 99% [============================================================= ] 1451/1453 99% [============================================================= ] 1452/1453 99% [==============================================================] 1453/1453 100% operation complete, 1453 objects in 25038 NAND pages. ln -snf /nvmedata/autobuild/instance-31/output-1/host/sparc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-31/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-31/buildroot' make: Entering directory '/nvmedata/autobuild/instance-31/buildroot' >>> Buildroot 2022.08-153-g1616816e13 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 5.10.142 Collecting legal info >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.10.6 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dt 18.32 Collecting legal info LICENSE: OK (sha256: 49f47f20de4b44dc3505ed0cc55bfbfe0fc3e41956ab546f1eeedcf554def54c) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwloc 2.7.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> liburing 2.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe) README: OK (sha256: 1c3351726408c22787dafbb5cc4bfeaa38ca8e92eabf59a36a046a5a2e66108f) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libvpx 1.12.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> libxslt 1.1.36 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lightning 2.1.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mender-artifact 3.8.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: b8462a14975e30fb0dff14ed50e7563e833ccce13c2aa93f95386ffe877ed673) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/google.golang.org/genproto/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/grpc/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/appengine/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/kms/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/iam/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/compute/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/go.opencensus.io/LICENSE: OK (sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd) vendor/github.com/golang/groupcache/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/gopkg.in/square/go-jose.v2/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/oklog/run/LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/google/go-cmp/LICENSE: OK (sha256: 17b5d209ba8f9684257ecfcff87df6ceda6194143a8fbd074f29727cff6f0c40) vendor/golang.org/x/net/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/oauth2/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/text/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/time/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/google.golang.org/api/LICENSE: OK (sha256: 110244b02140866ee37d17fa7449436a377ec3b85a481fbb208f4c87964382de) vendor/google.golang.org/api/internal/third_party/uritemplates/LICENSE: OK (sha256: fc0a2f71df4e8f047902da53d1f85301be43e0f360fc167057a2d04658ed2ba9) vendor/google.golang.org/protobuf/LICENSE: OK (sha256: 4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20) vendor/github.com/golang/protobuf/LICENSE: OK (sha256: 8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903) vendor/github.com/googleapis/gax-go/v2/LICENSE: OK (sha256: b95218cd9607855a6536384c0262922b30a0c2bf56e4ced790240f3a3bac4722) vendor/github.com/golang/snappy/LICENSE: OK (sha256: f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf) vendor/gopkg.in/square/go-jose.v2/json/LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) vendor/github.com/pierrec/lz4/LICENSE: OK (sha256: 6a358d2540ca14048f02d366f23787c0a480157e58f058113f0e27168dd4e447) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/go.uber.org/atomic/LICENSE.txt: OK (sha256: edbb5a4d165ac69376c765b551c0662ff42bea87e1f1eda85f42ac90c34b09d0) vendor/github.com/mitchellh/go-homedir/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/go-testing-interface/LICENSE: OK (sha256: f48b778b7fccb6650f915cf4527c941a9578f8876a2911d035c4e44641a916be) vendor/github.com/mitchellh/mapstructure/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/copystructure/LICENSE: OK (sha256: 3c377fad2e5ae1d7081c7c2f16da867a87cca1d1f5f1aa7ed0b8a16bb553142a) vendor/github.com/mitchellh/reflectwalk/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/ryanuber/go-glob/LICENSE: OK (sha256: 38049e50b486f5394e40b786388f4a006401996e46c7c1cd18925afe7c3b4e34) vendor/github.com/mattn/go-colorable/LICENSE: OK (sha256: 88a2379b3ca34bf5c57127aff9dcb802bbb60ece0805cdbda65b3bd115f971d9) vendor/github.com/fatih/color/LICENSE.md: OK (sha256: de95ed802d2f90e3c72cb3c9a927cca5f2aec234a3ef1250232db0f8178b2d93) vendor/github.com/armon/go-radix/LICENSE: OK (sha256: 831892cd31b9eef0311bb1de9014527ef5d3592eed7add1f9f829510d2065e62) vendor/github.com/armon/go-metrics/LICENSE: OK (sha256: d0bb61dd59b6d59021893751bdd1205ee88c8206dcabd6b4c68d35b94ee19750) vendor/github.com/cenkalti/backoff/v3/LICENSE: OK (sha256: 5c0476add4c38b55d0ed5ac11b85e00c38f26e1caee20dfe3ab58190103d1fbc) vendor/github.com/hashicorp/go-hclog/LICENSE: OK (sha256: b8ce983c0e0b1410115d42b65d5471b3666a8d4f4334a52f29f457a39a71b463) vendor/github.com/hashicorp/go-secure-stdlib/strutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-secure-stdlib/parseutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/errwrap/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/hcl/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-cleanhttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-version/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-rootcerts/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-retryablehttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-uuid/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-plugin/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/go-sockaddr/LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) vendor/github.com/hashicorp/vault/sdk/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/vault/api/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/yamux/LICENSE: OK (sha256: 812e9d96e900a093ae4d1d3f22c5f82f568a0a0461c3007a99d00573d41c5461) vendor/github.com/hashicorp/go-immutable-radix/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-multierror/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/golang-lru/LICENSE: OK (sha256: af175b9d96ee93c21a036152e1b905b0b95304d4ae8c2c921c7609100ba8df7e) >>> host-go 1.19.1 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> minissdpd 1.5.20211105 Collecting legal info LICENSE: OK (sha256: 45950e1d443106906f83a4ec7b9c2e1a9d6457130737a493cff0e5b7a39da570) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> whois 5.5.13 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> xl2tp 1.3.17 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.142: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-31/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-31/buildroot'