echo "buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-14/output-1/host/bin/sparc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-14/output-1/host/bin/sparc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-14/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-14/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-139-g0c7ba302bd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-14/output-1/images/rootfs.btrfs\n /home/autobuild/autobuild/instance-14/output-1/host/bin/mkfs.btrfs -f -r '\''/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/autobuild/autobuild/instance-14/output-1/images/rootfs.btrfs\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/btrfs/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/autobuild/autobuild/instance-14/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 11f610de-f7cb-419b-bd11-dbbc754af2bf Node size: 16384 Sector size: 4096 Filesystem size: 245.00MiB Block group profiles: Data: single 120.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 245.00MiB /home/autobuild/autobuild/instance-14/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1749 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/1749 0% [ ] 2/1749 0% [ ] 3/1749 0% [ ] 4/1749 0% [ ] 5/1749 0% [ ] 6/1749 0% [ ] 7/1749 0% [ ] 8/1749 0% [ ] 9/1749 0% [ ] 10/1749 0% [ ] 11/1749 0% [ ] 12/1749 0% [ ] 13/1749 0% [ ] 14/1749 0% [ ] 15/1749 0% [ ] 16/1749 0% [ ] 17/1749 0% [ ] 18/1749 1% [ ] 19/1749 1% [ ] 20/1749 1% [ ] 21/1749 1% [ ] 22/1749 1% [ ] 23/1749 1% [ ] 24/1749 1% [ ] 25/1749 1% [ ] 26/1749 1% [ ] 27/1749 1% [ ] 28/1749 1% [= ] 29/1749 1% [= ] 30/1749 1% [= ] 31/1749 1% [= ] 32/1749 1% [= ] 33/1749 1% [= ] 34/1749 1% [= ] 35/1749 2% [= ] 36/1749 2% [= ] 37/1749 2% [= ] 38/1749 2% [= ] 39/1749 2% [= ] 40/1749 2% [= ] 41/1749 2% [= ] 42/1749 2% [= ] 43/1749 2% [= ] 44/1749 2% [= ] 45/1749 2% [= ] 46/1749 2% [= ] 47/1749 2% [= ] 48/1749 2% [= ] 49/1749 2% [= ] 50/1749 2% [= ] 51/1749 2% [= ] 52/1749 2% [= ] 53/1749 3% [= ] 54/1749 3% [= ] 55/1749 3% [= ] 56/1749 3% [== ] 57/1749 3% [== ] 58/1749 3% [== ] 59/1749 3% [== ] 60/1749 3% [== ] 61/1749 3% [== ] 62/1749 3% [== ] 63/1749 3% [== ] 64/1749 3% [== ] 65/1749 3% [== ] 66/1749 3% [== ] 67/1749 3% [== ] 68/1749 3% [== ] 69/1749 3% [== ] 70/1749 4% [== ] 71/1749 4% [== ] 72/1749 4% [== ] 73/1749 4% [== ] 74/1749 4% [== ] 75/1749 4% [== ] 76/1749 4% [== ] 77/1749 4% [== ] 78/1749 4% [== ] 79/1749 4% [== ] 80/1749 4% [== ] 81/1749 4% [== ] 82/1749 4% [== ] 83/1749 4% [== ] 84/1749 4% [=== ] 85/1749 4% [=== ] 86/1749 4% [=== ] 87/1749 4% [=== ] 88/1749 5% [=== ] 89/1749 5% [=== ] 90/1749 5% [=== ] 91/1749 5% [=== ] 92/1749 5% [=== ] 93/1749 5% [=== ] 94/1749 5% [=== ] 95/1749 5% [=== ] 96/1749 5% [=== ] 97/1749 5% [=== ] 98/1749 5% [=== ] 99/1749 5% [=== ] 100/1749 5% [=== ] 101/1749 5% [=== ] 102/1749 5% [=== ] 103/1749 5% [=== ] 104/1749 5% [=== ] 105/1749 6% [=== ] 106/1749 6% [=== ] 107/1749 6% [=== ] 108/1749 6% [=== ] 109/1749 6% [=== ] 110/1749 6% [=== ] 111/1749 6% [=== ] 112/1749 6% [==== ] 113/1749 6% [==== ] 114/1749 6% [==== ] 115/1749 6% [==== ] 116/1749 6% [==== ] 117/1749 6% [==== ] 118/1749 6% [==== ] 119/1749 6% [==== ] 120/1749 6% [==== ] 121/1749 6% [==== ] 122/1749 6% [==== ] 123/1749 7% [==== ] 124/1749 7% [==== ] 125/1749 7% [==== ] 126/1749 7% [==== ] 127/1749 7% [==== ] 128/1749 7% [==== ] 129/1749 7% [==== ] 130/1749 7% [==== ] 131/1749 7% [==== ] 132/1749 7% [==== ] 133/1749 7% [==== ] 134/1749 7% [==== ] 135/1749 7% [==== ] 136/1749 7% [==== ] 137/1749 7% [==== ] 138/1749 7% [==== ] 139/1749 7% [==== ] 140/1749 8% [==== ] 141/1749 8% [===== ] 142/1749 8% [===== ] 143/1749 8% [===== ] 144/1749 8% [===== ] 145/1749 8% [===== ] 146/1749 8% [===== ] 147/1749 8% [===== ] 148/1749 8% [===== ] 149/1749 8% [===== ] 150/1749 8% [===== ] 151/1749 8% [===== ] 152/1749 8% [===== ] 153/1749 8% [===== ] 154/1749 8% [===== ] 155/1749 8% [===== ] 156/1749 8% [===== ] 157/1749 8% [===== ] 158/1749 9% [===== ] 159/1749 9% [===== ] 160/1749 9% [===== ] 161/1749 9% [===== ] 162/1749 9% [===== ] 163/1749 9% [===== ] 164/1749 9% [===== ] 165/1749 9% [===== ] 166/1749 9% [===== ] 167/1749 9% [===== ] 168/1749 9% [===== ] 169/1749 9% [====== ] 170/1749 9% [====== ] 171/1749 9% [====== ] 172/1749 9% [====== ] 173/1749 9% [====== ] 174/1749 9% [====== ] 175/1749 10% [====== ] 176/1749 10% [====== ] 177/1749 10% [====== ] 178/1749 10% [====== ] 179/1749 10% [====== ] 180/1749 10% [====== ] 181/1749 10% [====== ] 182/1749 10% [====== ] 183/1749 10% [====== ] 184/1749 10% [====== ] 185/1749 10% [====== ] 186/1749 10% [====== ] 187/1749 10% [====== ] 188/1749 10% [====== ] 189/1749 10% [====== ] 190/1749 10% [====== ] 191/1749 10% [====== ] 192/1749 10% [====== ] 193/1749 11% [====== ] 194/1749 11% [====== ] 195/1749 11% [====== ] 196/1749 11% [====== ] 197/1749 11% [======= ] 198/1749 11% [======= ] 199/1749 11% [======= ] 200/1749 11% [======= ] 201/1749 11% [======= ] 202/1749 11% [======= ] 203/1749 11% [======= ] 204/1749 11% [======= ] 205/1749 11% [======= ] 206/1749 11% [======= ] 207/1749 11% [======= ] 208/1749 11% [======= ] 209/1749 11% [======= ] 210/1749 12% [======= ] 211/1749 12% [======= ] 212/1749 12% [======= ] 213/1749 12% [======= ] 214/1749 12% [======= ] 215/1749 12% [======= ] 216/1749 12% [======= ] 217/1749 12% [======= ] 218/1749 12% [======= ] 219/1749 12% [======= ] 220/1749 12% [======= ] 221/1749 12% [======= ] 222/1749 12% [======= ] 223/1749 12% [======= ] 224/1749 12% [======= ] 225/1749 12% [======== ] 226/1749 12% [======== ] 227/1749 12% [======== ] 228/1749 13% [======== ] 229/1749 13% [======== ] 230/1749 13% [======== ] 231/1749 13% [======== ] 232/1749 13% [======== ] 233/1749 13% [======== ] 234/1749 13% [======== ] 235/1749 13% [======== ] 236/1749 13% [======== ] 237/1749 13% [======== ] 238/1749 13% [======== ] 239/1749 13% [======== ] 240/1749 13% [======== ] 241/1749 13% [======== ] 242/1749 13% [======== ] 243/1749 13% [======== ] 244/1749 13% [======== ] 245/1749 14% [======== ] 246/1749 14% [======== ] 247/1749 14% [======== ] 248/1749 14% [======== ] 249/1749 14% [======== ] 250/1749 14% [======== ] 251/1749 14% [======== ] 252/1749 14% [======== ] 253/1749 14% [========= ] 254/1749 14% [========= ] 255/1749 14% [========= ] 256/1749 14% [========= ] 257/1749 14% [========= ] 258/1749 14% [========= ] 259/1749 14% [========= ] 260/1749 14% [========= ] 261/1749 14% [========= ] 262/1749 14% [========= ] 263/1749 15% [========= ] 264/1749 15% [========= ] 265/1749 15% [========= ] 266/1749 15% [========= ] 267/1749 15% [========= ] 268/1749 15% [========= ] 269/1749 15% [========= ] 270/1749 15% [========= ] 271/1749 15% [========= ] 272/1749 15% [========= ] 273/1749 15% [========= ] 274/1749 15% [========= ] 275/1749 15% [========= ] 276/1749 15% [========= ] 277/1749 15% [========= ] 278/1749 15% [========= ] 279/1749 15% [========= ] 280/1749 16% [========= ] 281/1749 16% [========= ] 282/1749 16% [========== ] 283/1749 16% [========== ] 284/1749 16% [========== ] 285/1749 16% [========== ] 286/1749 16% [========== ] 287/1749 16% [========== ] 288/1749 16% [========== ] 289/1749 16% [========== ] 290/1749 16% [========== ] 291/1749 16% [========== ] 292/1749 16% [========== ] 293/1749 16% [========== ] 294/1749 16% [========== ] 295/1749 16% [========== ] 296/1749 16% [========== ] 297/1749 16% [========== ] 298/1749 17% [========== ] 299/1749 17% [========== ] 300/1749 17% [========== ] 301/1749 17% [========== ] 302/1749 17% [========== ] 303/1749 17% [========== ] 304/1749 17% [========== ] 305/1749 17% [========== ] 306/1749 17% [========== ] 307/1749 17% [========== ] 308/1749 17% [========== ] 309/1749 17% [========== ] 310/1749 17% [=========== ] 311/1749 17% [=========== ] 312/1749 17% [=========== ] 313/1749 17% [=========== ] 314/1749 17% [=========== ] 315/1749 18% [=========== ] 316/1749 18% [=========== ] 317/1749 18% [=========== ] 318/1749 18% [=========== ] 319/1749 18% [=========== ] 320/1749 18% [=========== ] 321/1749 18% [=========== ] 322/1749 18% [=========== ] 323/1749 18% [=========== ] 324/1749 18% [=========== ] 325/1749 18% [=========== ] 326/1749 18% [=========== ] 327/1749 18% [=========== ] 328/1749 18% [=========== ] 329/1749 18% [=========== ] 330/1749 18% [=========== ] 331/1749 18% [=========== ] 332/1749 18% [=========== ] 333/1749 19% [=========== ] 334/1749 19% [=========== ] 335/1749 19% [=========== ] 336/1749 19% [=========== ] 337/1749 19% [=========== ] 338/1749 19% [============ ] 339/1749 19% [============ ] 340/1749 19% [============ ] 341/1749 19% [============ ] 342/1749 19% [============ ] 343/1749 19% [============ ] 344/1749 19% [============ ] 345/1749 19% [============ ] 346/1749 19% [============ ] 347/1749 19% [============ ] 348/1749 19% [============ ] 349/1749 19% [============ ] 350/1749 20% [============ ] 351/1749 20% [============ ] 352/1749 20% [============ ] 353/1749 20% [============ ] 354/1749 20% [============ ] 355/1749 20% [============ ] 356/1749 20% [============ ] 357/1749 20% [============ ] 358/1749 20% [============ ] 359/1749 20% [============ ] 360/1749 20% [============ ] 361/1749 20% [============ ] 362/1749 20% [============ ] 363/1749 20% [============ ] 364/1749 20% [============ ] 365/1749 20% [============ ] 366/1749 20% [============= ] 367/1749 20% [============= ] 368/1749 21% [============= ] 369/1749 21% [============= ] 370/1749 21% [============= ] 371/1749 21% [============= ] 372/1749 21% [============= ] 373/1749 21% [============= ] 374/1749 21% [============= ] 375/1749 21% [============= ] 376/1749 21% [============= ] 377/1749 21% [============= ] 378/1749 21% [============= ] 379/1749 21% [============= ] 380/1749 21% [============= ] 381/1749 21% [============= ] 382/1749 21% [============= ] 383/1749 21% [============= ] 384/1749 21% [============= ] 385/1749 22% [============= ] 386/1749 22% [============= ] 387/1749 22% [============= ] 388/1749 22% [============= ] 389/1749 22% [============= ] 390/1749 22% [============= ] 391/1749 22% [============= ] 392/1749 22% [============= ] 393/1749 22% [============= ] 394/1749 22% [============== ] 395/1749 22% [============== ] 396/1749 22% [============== ] 397/1749 22% [============== ] 398/1749 22% [============== ] 399/1749 22% [============== ] 400/1749 22% [============== ] 401/1749 22% [============== ] 402/1749 22% [============== ] 403/1749 23% [============== ] 404/1749 23% [============== ] 405/1749 23% [============== ] 406/1749 23% [============== ] 407/1749 23% [============== ] 408/1749 23% [============== ] 409/1749 23% [============== ] 410/1749 23% [============== ] 411/1749 23% [============== ] 412/1749 23% [============== ] 413/1749 23% [============== ] 414/1749 23% [============== ] 415/1749 23% [============== ] 416/1749 23% [============== ] 417/1749 23% [============== ] 418/1749 23% [============== ] 419/1749 23% [============== ] 420/1749 24% [============== ] 421/1749 24% [============== ] 422/1749 24% [============== ] 423/1749 24% [=============== ] 424/1749 24% [=============== ] 425/1749 24% [=============== ] 426/1749 24% [=============== ] 427/1749 24% [=============== ] 428/1749 24% [=============== ] 429/1749 24% [=============== ] 430/1749 24% [=============== ] 431/1749 24% [=============== ] 432/1749 24% [=============== ] 433/1749 24% [=============== ] 434/1749 24% [=============== ] 435/1749 24% [=============== ] 436/1749 24% [=============== ] 437/1749 24% [=============== ] 438/1749 25% [=============== ] 439/1749 25% [=============== ] 440/1749 25% [=============== ] 441/1749 25% [=============== ] 442/1749 25% [=============== ] 443/1749 25% [=============== ] 444/1749 25% [=============== ] 445/1749 25% [=============== ] 446/1749 25% [=============== ] 447/1749 25% [=============== ] 448/1749 25% [=============== ] 449/1749 25% [=============== ] 450/1749 25% [=============== ] 451/1749 25% [================ ] 452/1749 25% [================ ] 453/1749 25% [================ ] 454/1749 25% [================ ] 455/1749 26% [================ ] 456/1749 26% [================ ] 457/1749 26% [================ ] 458/1749 26% [================ ] 459/1749 26% [================ ] 460/1749 26% [================ ] 461/1749 26% [================ ] 462/1749 26% [================ ] 463/1749 26% [================ ] 464/1749 26% [================ ] 465/1749 26% [================ ] 466/1749 26% [================ ] 467/1749 26% [================ ] 468/1749 26% [================ ] 469/1749 26% [================ ] 470/1749 26% [================ ] 471/1749 26% [================ ] 472/1749 26% [================ ] 473/1749 27% [================ ] 474/1749 27% [================ ] 475/1749 27% [================ ] 476/1749 27% [================ ] 477/1749 27% [================ ] 478/1749 27% [================ ] 479/1749 27% [================= ] 480/1749 27% [================= ] 481/1749 27% [================= ] 482/1749 27% [================= ] 483/1749 27% [================= ] 484/1749 27% [================= ] 485/1749 27% [================= ] 486/1749 27% [================= ] 487/1749 27% [================= ] 488/1749 27% [================= ] 489/1749 27% [================= ] 490/1749 28% [================= ] 491/1749 28% [================= ] 492/1749 28% [================= ] 493/1749 28% [================= ] 494/1749 28% [================= ] 495/1749 28% [================= ] 496/1749 28% [================= ] 497/1749 28% [================= ] 498/1749 28% [================= ] 499/1749 28% [================= ] 500/1749 28% [================= ] 501/1749 28% [================= ] 502/1749 28% [================= ] 503/1749 28% [================= ] 504/1749 28% [================= ] 505/1749 28% [================= ] 506/1749 28% [================= ] 507/1749 28% [================== ] 508/1749 29% [================== ] 509/1749 29% [================== ] 510/1749 29% [================== ] 511/1749 29% [================== ] 512/1749 29% [================== ] 513/1749 29% [================== ] 514/1749 29% [================== ] 515/1749 29% [================== ] 516/1749 29% [================== ] 517/1749 29% [================== ] 518/1749 29% [================== ] 519/1749 29% [================== ] 520/1749 29% [================== ] 521/1749 29% [================== ] 522/1749 29% [================== ] 523/1749 29% [================== ] 524/1749 29% [================== ] 525/1749 30% [================== ] 526/1749 30% [================== ] 527/1749 30% [================== ] 528/1749 30% [================== ] 529/1749 30% [================== ] 530/1749 30% [================== ] 531/1749 30% [================== ] 532/1749 30% [================== ] 533/1749 30% [================== ] 534/1749 30% [================== ] 535/1749 30% [=================== ] 536/1749 30% [=================== ] 537/1749 30% [=================== ] 538/1749 30% [=================== ] 539/1749 30% [=================== ] 540/1749 30% [=================== ] 541/1749 30% [=================== ] 542/1749 30% [=================== ] 543/1749 31% [=================== ] 544/1749 31% [=================== ] 545/1749 31% [=================== ] 546/1749 31% [=================== ] 547/1749 31% [=================== ] 548/1749 31% [=================== ] 549/1749 31% [=================== ] 550/1749 31% [=================== ] 551/1749 31% [=================== ] 552/1749 31% [=================== ] 553/1749 31% [=================== ] 554/1749 31% [=================== ] 555/1749 31% [=================== ] 556/1749 31% [=================== ] 557/1749 31% [=================== ] 558/1749 31% [=================== ] 559/1749 31% [=================== ] 560/1749 32% [=================== ] 561/1749 32% [=================== ] 562/1749 32% [=================== ] 563/1749 32% [=================== ] 564/1749 32% [==================== ] 565/1749 32% [==================== ] 566/1749 32% [==================== ] 567/1749 32% [==================== ] 568/1749 32% [==================== ] 569/1749 32% [==================== ] 570/1749 32% [==================== ] 571/1749 32% [==================== ] 572/1749 32% [==================== ] 573/1749 32% [==================== ] 574/1749 32% [==================== ] 575/1749 32% [==================== ] 576/1749 32% [==================== ] 577/1749 32% [==================== ] 578/1749 33% [==================== ] 579/1749 33% [==================== ] 580/1749 33% [==================== ] 581/1749 33% [==================== ] 582/1749 33% [==================== ] 583/1749 33% [==================== ] 584/1749 33% [==================== ] 585/1749 33% [==================== ] 586/1749 33% [==================== ] 587/1749 33% [==================== ] 588/1749 33% [==================== ] 589/1749 33% [==================== ] 590/1749 33% [==================== ] 591/1749 33% [==================== ] 592/1749 33% [===================== ] 593/1749 33% [===================== ] 594/1749 33% [===================== ] 595/1749 34% [===================== ] 596/1749 34% [===================== ] 597/1749 34% [===================== ] 598/1749 34% [===================== ] 599/1749 34% [===================== ] 600/1749 34% [===================== ] 601/1749 34% [===================== ] 602/1749 34% [===================== ] 603/1749 34% [===================== ] 604/1749 34% [===================== ] 605/1749 34% [===================== ] 606/1749 34% [===================== ] 607/1749 34% [===================== ] 608/1749 34% [===================== ] 609/1749 34% [===================== ] 610/1749 34% [===================== ] 611/1749 34% [===================== ] 612/1749 34% [===================== ] 613/1749 35% [===================== ] 614/1749 35% [===================== ] 615/1749 35% [===================== ] 616/1749 35% [===================== ] 617/1749 35% [===================== ] 618/1749 35% [===================== ] 619/1749 35% [===================== ] 620/1749 35% [====================== ] 621/1749 35% [====================== ] 622/1749 35% [====================== ] 623/1749 35% [====================== ] 624/1749 35% [====================== ] 625/1749 35% [====================== ] 626/1749 35% [====================== ] 627/1749 35% [====================== ] 628/1749 35% [====================== ] 629/1749 35% [====================== ] 630/1749 36% [====================== ] 631/1749 36% [====================== ] 632/1749 36% [====================== ] 633/1749 36% [====================== ] 634/1749 36% [====================== ] 635/1749 36% [====================== ] 636/1749 36% [====================== ] 637/1749 36% [====================== ] 638/1749 36% [====================== ] 639/1749 36% [====================== ] 640/1749 36% [====================== ] 641/1749 36% [====================== ] 642/1749 36% [====================== ] 643/1749 36% [====================== ] 644/1749 36% [====================== ] 645/1749 36% [====================== ] 646/1749 36% [====================== ] 647/1749 36% [====================== ] 648/1749 37% [======================= ] 649/1749 37% [======================= ] 650/1749 37% [======================= ] 651/1749 37% [======================= ] 652/1749 37% [======================= ] 653/1749 37% [======================= ] 654/1749 37% [======================= ] 655/1749 37% [======================= ] 656/1749 37% [======================= ] 657/1749 37% [======================= ] 658/1749 37% [======================= ] 659/1749 37% [======================= ] 660/1749 37% [======================= ] 661/1749 37% [======================= ] 662/1749 37% [======================= ] 663/1749 37% [======================= ] 664/1749 37% [======================= ] 665/1749 38% [======================= ] 666/1749 38% [======================= ] 667/1749 38% [======================= ] 668/1749 38% [======================= ] 669/1749 38% [======================= ] 670/1749 38% [======================= ] 671/1749 38% [======================= ] 672/1749 38% [======================= ] 673/1749 38% [======================= ] 674/1749 38% [======================= ] 675/1749 38% [======================= ] 676/1749 38% [======================= ] 677/1749 38% [======================== ] 678/1749 38% [======================== ] 679/1749 38% [======================== ] 680/1749 38% [======================== ] 681/1749 38% [======================== ] 682/1749 38% [======================== ] 683/1749 39% [======================== ] 684/1749 39% [======================== ] 685/1749 39% [======================== ] 686/1749 39% [======================== ] 687/1749 39% [======================== ] 688/1749 39% [======================== ] 689/1749 39% [======================== ] 690/1749 39% [======================== ] 691/1749 39% [======================== ] 692/1749 39% [======================== ] 693/1749 39% [======================== ] 694/1749 39% [======================== ] 695/1749 39% [======================== ] 696/1749 39% [======================== ] 697/1749 39% [======================== ] 698/1749 39% [======================== ] 699/1749 39% [======================== ] 700/1749 40% [======================== ] 701/1749 40% [======================== ] 702/1749 40% [======================== ] 703/1749 40% [======================== ] 704/1749 40% [======================== ] 705/1749 40% [========================= ] 706/1749 40% [========================= ] 707/1749 40% [========================= ] 708/1749 40% [========================= ] 709/1749 40% [========================= ] 710/1749 40% [========================= ] 711/1749 40% [========================= ] 712/1749 40% [========================= ] 713/1749 40% [========================= ] 714/1749 40% [========================= ] 715/1749 40% [========================= ] 716/1749 40% [========================= ] 717/1749 40% [========================= ] 718/1749 41% [========================= ] 719/1749 41% [========================= ] 720/1749 41% [========================= ] 721/1749 41% [========================= ] 722/1749 41% [========================= ] 723/1749 41% [========================= ] 724/1749 41% [========================= ] 725/1749 41% [========================= ] 726/1749 41% [========================= ] 727/1749 41% [========================= ] 728/1749 41% [========================= ] 729/1749 41% [========================= ] 730/1749 41% [========================= ] 731/1749 41% [========================= ] 732/1749 41% [========================= ] 733/1749 41% [========================== ] 734/1749 41% [========================== ] 735/1749 42% [========================== ] 736/1749 42% [========================== ] 737/1749 42% [========================== ] 738/1749 42% [========================== ] 739/1749 42% [========================== ] 740/1749 42% [========================== ] 741/1749 42% [========================== ] 742/1749 42% [========================== ] 743/1749 42% [========================== ] 744/1749 42% [========================== ] 745/1749 42% [========================== ] 746/1749 42% [========================== ] 747/1749 42% [========================== ] 748/1749 42% [========================== ] 749/1749 42% [========================== ] 750/1749 42% [========================== ] 751/1749 42% [========================== ] 752/1749 42% [========================== ] 753/1749 43% [========================== ] 754/1749 43% [========================== ] 755/1749 43% [========================== ] 756/1749 43% [========================== ] 757/1749 43% [========================== ] 758/1749 43% [========================== ] 759/1749 43% [========================== ] 760/1749 43% [========================== ] 761/1749 43% [=========================== ] 762/1749 43% [=========================== ] 763/1749 43% [=========================== ] 764/1749 43% [=========================== ] 765/1749 43% [=========================== ] 766/1749 43% [=========================== ] 767/1749 43% [=========================== ] 768/1749 43% [=========================== ] 769/1749 43% [=========================== ] 770/1749 44% [=========================== ] 771/1749 44% [=========================== ] 772/1749 44% [=========================== ] 773/1749 44% [=========================== ] 774/1749 44% [=========================== ] 775/1749 44% [=========================== ] 776/1749 44% [=========================== ] 777/1749 44% [=========================== ] 778/1749 44% [=========================== ] 779/1749 44% [=========================== ] 780/1749 44% [=========================== ] 781/1749 44% [=========================== ] 782/1749 44% [=========================== ] 783/1749 44% [=========================== ] 784/1749 44% [=========================== ] 785/1749 44% [=========================== ] 786/1749 44% [=========================== ] 787/1749 44% [=========================== ] 788/1749 45% [=========================== ] 789/1749 45% [============================ ] 790/1749 45% [============================ ] 791/1749 45% [============================ ] 792/1749 45% [============================ ] 793/1749 45% [============================ ] 794/1749 45% [============================ ] 795/1749 45% [============================ ] 796/1749 45% [============================ ] 797/1749 45% [============================ ] 798/1749 45% [============================ ] 799/1749 45% [============================ ] 800/1749 45% [============================ ] 801/1749 45% [============================ ] 802/1749 45% [============================ ] 803/1749 45% [============================ ] 804/1749 45% [============================ ] 805/1749 46% [============================ ] 806/1749 46% [============================ ] 807/1749 46% [============================ ] 808/1749 46% [============================ ] 809/1749 46% [============================ ] 810/1749 46% [============================ ] 811/1749 46% [============================ ] 812/1749 46% [============================ ] 813/1749 46% [============================ ] 814/1749 46% [============================ ] 815/1749 46% [============================ ] 816/1749 46% [============================ ] 817/1749 46% [============================ ] 818/1749 46% [============================= ] 819/1749 46% [============================= ] 820/1749 46% [============================= ] 821/1749 46% [============================= ] 822/1749 46% [============================= ] 823/1749 47% [============================= ] 824/1749 47% [============================= ] 825/1749 47% [============================= ] 826/1749 47% [============================= ] 827/1749 47% [============================= ] 828/1749 47% [============================= ] 829/1749 47% [============================= ] 830/1749 47% [============================= ] 831/1749 47% [============================= ] 832/1749 47% [============================= ] 833/1749 47% [============================= ] 834/1749 47% [============================= ] 835/1749 47% [============================= ] 836/1749 47% [============================= ] 837/1749 47% [============================= ] 838/1749 47% [============================= ] 839/1749 47% [============================= ] 840/1749 48% [============================= ] 841/1749 48% [============================= ] 842/1749 48% [============================= ] 843/1749 48% [============================= ] 844/1749 48% [============================= ] 845/1749 48% [============================= ] 846/1749 48% [============================== ] 847/1749 48% [============================== ] 848/1749 48% [============================== ] 849/1749 48% [============================== ] 850/1749 48% [============================== ] 851/1749 48% [============================== ] 852/1749 48% [============================== ] 853/1749 48% [============================== ] 854/1749 48% [============================== ] 855/1749 48% [============================== ] 856/1749 48% [============================== ] 857/1749 48% [============================== ] 858/1749 49% [============================== ] 859/1749 49% [============================== ] 860/1749 49% [============================== ] 861/1749 49% [============================== ] 862/1749 49% [============================== ] 863/1749 49% [============================== ] 864/1749 49% [============================== ] 865/1749 49% [============================== ] 866/1749 49% [============================== ] 867/1749 49% [============================== ] 868/1749 49% [============================== ] 869/1749 49% [============================== ] 870/1749 49% [============================== ] 871/1749 49% [============================== ] 872/1749 49% [============================== ] 873/1749 49% [============================== ] 874/1749 49% [=============================== ] 875/1749 50% [=============================== ] 876/1749 50% [=============================== ] 877/1749 50% [=============================== ] 878/1749 50% [=============================== ] 879/1749 50% [=============================== ] 880/1749 50% [=============================== ] 881/1749 50% [=============================== ] 882/1749 50% [=============================== ] 883/1749 50% [=============================== ] 884/1749 50% [=============================== ] 885/1749 50% [=============================== ] 886/1749 50% [=============================== ] 887/1749 50% [=============================== ] 888/1749 50% [=============================== ] 889/1749 50% [=============================== ] 890/1749 50% [=============================== ] 891/1749 50% [=============================== ] 892/1749 51% [=============================== ] 893/1749 51% [=============================== ] 894/1749 51% [=============================== ] 895/1749 51% [=============================== ] 896/1749 51% [=============================== ] 897/1749 51% [=============================== ] 898/1749 51% [=============================== ] 899/1749 51% [=============================== ] 900/1749 51% [=============================== ] 901/1749 51% [=============================== ] 902/1749 51% [================================ ] 903/1749 51% [================================ ] 904/1749 51% [================================ ] 905/1749 51% [================================ ] 906/1749 51% [================================ ] 907/1749 51% [================================ ] 908/1749 51% [================================ ] 909/1749 51% [================================ ] 910/1749 52% [================================ ] 911/1749 52% [================================ ] 912/1749 52% [================================ ] 913/1749 52% [================================ ] 914/1749 52% [================================ ] 915/1749 52% [================================ ] 916/1749 52% [================================ ] 917/1749 52% [================================ ] 918/1749 52% [================================ ] 919/1749 52% [================================ ] 920/1749 52% [================================ ] 921/1749 52% [================================ ] 922/1749 52% [================================ ] 923/1749 52% [================================ ] 924/1749 52% [================================ ] 925/1749 52% [================================ ] 926/1749 52% [================================ ] 927/1749 53% [================================ ] 928/1749 53% [================================ ] 929/1749 53% [================================ ] 930/1749 53% [================================= ] 931/1749 53% [================================= ] 932/1749 53% [================================= ] 933/1749 53% [================================= ] 934/1749 53% [================================= ] 935/1749 53% [================================= ] 936/1749 53% [================================= ] 937/1749 53% [================================= ] 938/1749 53% [================================= ] 939/1749 53% [================================= ] 940/1749 53% [================================= ] 941/1749 53% [================================= ] 942/1749 53% [================================= ] 943/1749 53% [================================= ] 944/1749 53% [================================= ] 945/1749 54% [================================= ] 946/1749 54% [================================= ] 947/1749 54% [================================= ] 948/1749 54% [================================= ] 949/1749 54% [================================= ] 950/1749 54% [================================= ] 951/1749 54% [================================= ] 952/1749 54% [================================= ] 953/1749 54% [================================= ] 954/1749 54% [================================= ] 955/1749 54% [================================= ] 956/1749 54% [================================= ] 957/1749 54% [================================= ] 958/1749 54% [================================= ] 959/1749 54% [================================== ] 960/1749 54% [================================== ] 961/1749 54% [================================== ] 962/1749 55% [================================== ] 963/1749 55% [================================== ] 964/1749 55% [================================== ] 965/1749 55% [================================== ] 966/1749 55% [================================== ] 967/1749 55% [================================== ] 968/1749 55% [================================== ] 969/1749 55% [================================== ] 970/1749 55% [================================== ] 971/1749 55% [================================== ] 972/1749 55% [================================== ] 973/1749 55% [================================== ] 974/1749 55% [================================== ] 975/1749 55% [================================== ] 976/1749 55% [================================== ] 977/1749 55% [================================== ] 978/1749 55% [================================== ] 979/1749 55% [================================== ] 980/1749 56% [================================== ] 981/1749 56% [================================== ] 982/1749 56% [================================== ] 983/1749 56% [================================== ] 984/1749 56% [================================== ] 985/1749 56% [================================== ] 986/1749 56% [================================== ] 987/1749 56% [=================================== ] 988/1749 56% [=================================== ] 989/1749 56% [=================================== ] 990/1749 56% [=================================== ] 991/1749 56% [=================================== ] 992/1749 56% [=================================== ] 993/1749 56% [=================================== ] 994/1749 56% [=================================== ] 995/1749 56% [=================================== ] 996/1749 56% [=================================== ] 997/1749 57% [=================================== ] 998/1749 57% [=================================== ] 999/1749 57% [=================================== ] 1000/1749 57% [=================================== ] 1001/1749 57% [=================================== ] 1002/1749 57% [=================================== ] 1003/1749 57% [=================================== ] 1004/1749 57% [=================================== ] 1005/1749 57% [=================================== ] 1006/1749 57% [=================================== ] 1007/1749 57% [=================================== ] 1008/1749 57% [=================================== ] 1009/1749 57% [=================================== ] 1010/1749 57% [=================================== ] 1011/1749 57% [=================================== ] 1012/1749 57% [=================================== ] 1013/1749 57% [=================================== ] 1014/1749 57% [=================================== ] 1015/1749 58% [==================================== ] 1016/1749 58% [==================================== ] 1017/1749 58% [==================================== ] 1018/1749 58% [==================================== ] 1019/1749 58% [==================================== ] 1020/1749 58% [==================================== ] 1021/1749 58% [==================================== ] 1022/1749 58% [==================================== ] 1023/1749 58% [==================================== ] 1024/1749 58% [==================================== ] 1025/1749 58% [==================================== ] 1026/1749 58% [==================================== ] 1027/1749 58% [==================================== ] 1028/1749 58% [==================================== ] 1029/1749 58% [==================================== ] 1030/1749 58% [==================================== ] 1031/1749 58% [==================================== ] 1032/1749 59% [==================================== ] 1033/1749 59% [==================================== ] 1034/1749 59% [==================================== ] 1035/1749 59% [==================================== ] 1036/1749 59% [==================================== ] 1037/1749 59% [==================================== ] 1038/1749 59% [==================================== ] 1039/1749 59% [==================================== ] 1040/1749 59% [==================================== ] 1041/1749 59% [==================================== ] 1042/1749 59% [==================================== ] 1043/1749 59% [===================================== ] 1044/1749 59% [===================================== ] 1045/1749 59% [===================================== ] 1046/1749 59% [===================================== ] 1047/1749 59% [===================================== ] 1048/1749 59% [===================================== ] 1049/1749 59% [===================================== ] 1050/1749 60% [===================================== ] 1051/1749 60% [===================================== ] 1052/1749 60% [===================================== ] 1053/1749 60% [===================================== ] 1054/1749 60% [===================================== ] 1055/1749 60% [===================================== ] 1056/1749 60% [===================================== ] 1057/1749 60% [===================================== ] 1058/1749 60% [===================================== ] 1059/1749 60% [===================================== ] 1060/1749 60% [===================================== ] 1061/1749 60% [===================================== ] 1062/1749 60% [===================================== ] 1063/1749 60% [===================================== ] 1064/1749 60% [===================================== ] 1065/1749 60% [===================================== ] 1066/1749 60% [===================================== ] 1067/1749 61% [===================================== ] 1068/1749 61% [===================================== ] 1069/1749 61% [===================================== ] 1070/1749 61% [===================================== ] 1071/1749 61% [====================================== ] 1072/1749 61% [====================================== ] 1073/1749 61% [====================================== ] 1074/1749 61% [====================================== ] 1075/1749 61% [====================================== ] 1076/1749 61% [====================================== ] 1077/1749 61% [====================================== ] 1078/1749 61% [====================================== ] 1079/1749 61% [====================================== ] 1080/1749 61% [====================================== ] 1081/1749 61% [====================================== ] 1082/1749 61% [====================================== ] 1083/1749 61% [====================================== ] 1084/1749 61% [====================================== ] 1085/1749 62% [====================================== ] 1086/1749 62% [====================================== ] 1087/1749 62% [====================================== ] 1088/1749 62% [====================================== ] 1089/1749 62% [====================================== ] 1090/1749 62% [====================================== ] 1091/1749 62% [====================================== ] 1092/1749 62% [====================================== ] 1093/1749 62% [====================================== ] 1094/1749 62% [====================================== ] 1095/1749 62% [====================================== ] 1096/1749 62% [====================================== ] 1097/1749 62% [====================================== ] 1098/1749 62% [====================================== ] 1099/1749 62% [====================================== ] 1100/1749 62% [======================================= ] 1101/1749 62% [======================================= ] 1102/1749 63% [======================================= ] 1103/1749 63% [======================================= ] 1104/1749 63% [======================================= ] 1105/1749 63% [======================================= ] 1106/1749 63% [======================================= ] 1107/1749 63% [======================================= ] 1108/1749 63% [======================================= ] 1109/1749 63% [======================================= ] 1110/1749 63% [======================================= ] 1111/1749 63% [======================================= ] 1112/1749 63% [======================================= ] 1113/1749 63% [======================================= ] 1114/1749 63% [======================================= ] 1115/1749 63% [======================================= ] 1116/1749 63% [======================================= ] 1117/1749 63% [======================================= ] 1118/1749 63% [======================================= ] 1119/1749 63% [======================================= ] 1120/1749 64% [======================================= ] 1121/1749 64% [======================================= ] 1122/1749 64% [======================================= ] 1123/1749 64% [======================================= ] 1124/1749 64% [======================================= ] 1125/1749 64% [======================================= ] 1126/1749 64% [======================================= ] 1127/1749 64% [======================================= ] 1128/1749 64% [======================================== ] 1129/1749 64% [======================================== ] 1130/1749 64% [======================================== ] 1131/1749 64% [======================================== ] 1132/1749 64% [======================================== ] 1133/1749 64% [======================================== ] 1134/1749 64% [======================================== ] 1135/1749 64% [======================================== ] 1136/1749 64% [======================================== ] 1137/1749 65% [======================================== ] 1138/1749 65% [======================================== ] 1139/1749 65% [======================================== ] 1140/1749 65% [======================================== ] 1141/1749 65% [======================================== ] 1142/1749 65% [======================================== ] 1143/1749 65% [======================================== ] 1144/1749 65% [======================================== ] 1145/1749 65% [======================================== ] 1146/1749 65% [======================================== ] 1147/1749 65% [======================================== ] 1148/1749 65% [======================================== ] 1149/1749 65% [======================================== ] 1150/1749 65% [======================================== ] 1151/1749 65% [======================================== ] 1152/1749 65% [======================================== ] 1153/1749 65% [======================================== ] 1154/1749 65% [======================================== ] 1155/1749 66% [======================================== ] 1156/1749 66% [========================================= ] 1157/1749 66% [========================================= ] 1158/1749 66% [========================================= ] 1159/1749 66% [========================================= ] 1160/1749 66% [========================================= ] 1161/1749 66% [========================================= ] 1162/1749 66% [========================================= ] 1163/1749 66% [========================================= ] 1164/1749 66% [========================================= ] 1165/1749 66% [========================================= ] 1166/1749 66% [========================================= ] 1167/1749 66% [========================================= ] 1168/1749 66% [========================================= ] 1169/1749 66% [========================================= ] 1170/1749 66% [========================================= ] 1171/1749 66% [========================================= ] 1172/1749 67% [========================================= ] 1173/1749 67% [========================================= ] 1174/1749 67% [========================================= ] 1175/1749 67% [========================================= ] 1176/1749 67% [========================================= ] 1177/1749 67% [========================================= ] 1178/1749 67% [========================================= ] 1179/1749 67% [========================================= ] 1180/1749 67% [========================================= ] 1181/1749 67% [========================================= ] 1182/1749 67% [========================================= ] 1183/1749 67% [========================================= ] 1184/1749 67% [========================================== ] 1185/1749 67% [========================================== ] 1186/1749 67% [========================================== ] 1187/1749 67% [========================================== ] 1188/1749 67% [========================================== ] 1189/1749 67% [========================================== ] 1190/1749 68% [========================================== ] 1191/1749 68% [========================================== ] 1192/1749 68% [========================================== ] 1193/1749 68% [========================================== ] 1194/1749 68% [========================================== ] 1195/1749 68% [========================================== ] 1196/1749 68% [========================================== ] 1197/1749 68% [========================================== ] 1198/1749 68% [========================================== ] 1199/1749 68% [========================================== ] 1200/1749 68% [========================================== ] 1201/1749 68% [========================================== ] 1202/1749 68% [========================================== ] 1203/1749 68% [========================================== ] 1204/1749 68% [========================================== ] 1205/1749 68% [========================================== ] 1206/1749 68% [========================================== ] 1207/1749 69% [========================================== ] 1208/1749 69% [========================================== ] 1209/1749 69% [========================================== ] 1210/1749 69% [========================================== ] 1211/1749 69% [========================================== ] 1212/1749 69% [========================================== ] 1213/1749 69% [=========================================== ] 1214/1749 69% [=========================================== ] 1215/1749 69% [=========================================== ] 1216/1749 69% [=========================================== ] 1217/1749 69% [=========================================== ] 1218/1749 69% [=========================================== ] 1219/1749 69% [=========================================== ] 1220/1749 69% [=========================================== ] 1221/1749 69% [=========================================== ] 1222/1749 69% [=========================================== ] 1223/1749 69% [=========================================== ] 1224/1749 69% [=========================================== ] 1225/1749 70% [=========================================== ] 1226/1749 70% [=========================================== ] 1227/1749 70% [=========================================== ] 1228/1749 70% [=========================================== ] 1229/1749 70% [=========================================== ] 1230/1749 70% [=========================================== ] 1231/1749 70% [=========================================== ] 1232/1749 70% [=========================================== ] 1233/1749 70% [=========================================== ] 1234/1749 70% [=========================================== ] 1235/1749 70% [=========================================== ] 1236/1749 70% [=========================================== ] 1237/1749 70% [=========================================== ] 1238/1749 70% [=========================================== ] 1239/1749 70% [=========================================== ] 1240/1749 70% [=========================================== ] 1241/1749 70% [============================================ ] 1242/1749 71% [============================================ ] 1243/1749 71% [============================================ ] 1244/1749 71% [============================================ ] 1245/1749 71% [============================================ ] 1246/1749 71% [============================================ ] 1247/1749 71% [============================================ ] 1248/1749 71% [============================================ ] 1249/1749 71% [============================================ ] 1250/1749 71% [============================================ ] 1251/1749 71% [============================================ ] 1252/1749 71% [============================================ ] 1253/1749 71% [============================================ ] 1254/1749 71% [============================================ ] 1255/1749 71% [============================================ ] 1256/1749 71% [============================================ ] 1257/1749 71% [============================================ ] 1258/1749 71% [============================================ ] 1259/1749 71% [============================================ ] 1260/1749 72% [============================================ ] 1261/1749 72% [============================================ ] 1262/1749 72% [============================================ ] 1263/1749 72% [============================================ ] 1264/1749 72% [============================================ ] 1265/1749 72% [============================================ ] 1266/1749 72% [============================================ ] 1267/1749 72% [============================================ ] 1268/1749 72% [============================================ ] 1269/1749 72% [============================================= ] 1270/1749 72% [============================================= ] 1271/1749 72% [============================================= ] 1272/1749 72% [============================================= ] 1273/1749 72% [============================================= ] 1274/1749 72% [============================================= ] 1275/1749 72% [============================================= ] 1276/1749 72% [============================================= ] 1277/1749 73% [============================================= ] 1278/1749 73% [============================================= ] 1279/1749 73% [============================================= ] 1280/1749 73% [============================================= ] 1281/1749 73% [============================================= ] 1282/1749 73% [============================================= ] 1283/1749 73% [============================================= ] 1284/1749 73% [============================================= ] 1285/1749 73% [============================================= ] 1286/1749 73% [============================================= ] 1287/1749 73% [============================================= ] 1288/1749 73% [============================================= ] 1289/1749 73% [============================================= ] 1290/1749 73% [============================================= ] 1291/1749 73% [============================================= ] 1292/1749 73% [============================================= ] 1293/1749 73% [============================================= ] 1294/1749 73% [============================================= ] 1295/1749 74% [============================================= ] 1296/1749 74% [============================================= ] 1297/1749 74% [============================================== ] 1298/1749 74% [============================================== ] 1299/1749 74% [============================================== ] 1300/1749 74% [============================================== ] 1301/1749 74% [============================================== ] 1302/1749 74% [============================================== ] 1303/1749 74% [============================================== ] 1304/1749 74% [============================================== ] 1305/1749 74% [============================================== ] 1306/1749 74% [============================================== ] 1307/1749 74% [============================================== ] 1308/1749 74% [============================================== ] 1309/1749 74% [============================================== ] 1310/1749 74% [============================================== ] 1311/1749 74% [============================================== ] 1312/1749 75% [============================================== ] 1313/1749 75% [============================================== ] 1314/1749 75% [============================================== ] 1315/1749 75% [============================================== ] 1316/1749 75% [============================================== ] 1317/1749 75% [============================================== ] 1318/1749 75% [============================================== ] 1319/1749 75% [============================================== ] 1320/1749 75% [============================================== ] 1321/1749 75% [============================================== ] 1322/1749 75% [============================================== ] 1323/1749 75% [============================================== ] 1324/1749 75% [============================================== ] 1325/1749 75% [=============================================== ] 1326/1749 75% [=============================================== ] 1327/1749 75% [=============================================== ] 1328/1749 75% [=============================================== ] 1329/1749 75% [=============================================== ] 1330/1749 76% [=============================================== ] 1331/1749 76% [=============================================== ] 1332/1749 76% [=============================================== ] 1333/1749 76% [=============================================== ] 1334/1749 76% [=============================================== ] 1335/1749 76% [=============================================== ] 1336/1749 76% [=============================================== ] 1337/1749 76% [=============================================== ] 1338/1749 76% [=============================================== ] 1339/1749 76% [=============================================== ] 1340/1749 76% [=============================================== ] 1341/1749 76% [=============================================== ] 1342/1749 76% [=============================================== ] 1343/1749 76% [=============================================== ] 1344/1749 76% [=============================================== ] 1345/1749 76% [=============================================== ] 1346/1749 76% [=============================================== ] 1347/1749 77% [=============================================== ] 1348/1749 77% [=============================================== ] 1349/1749 77% [=============================================== ] 1350/1749 77% [=============================================== ] 1351/1749 77% [=============================================== ] 1352/1749 77% [=============================================== ] 1353/1749 77% [=============================================== ] 1354/1749 77% [================================================ ] 1355/1749 77% [================================================ ] 1356/1749 77% [================================================ ] 1357/1749 77% [================================================ ] 1358/1749 77% [================================================ ] 1359/1749 77% [================================================ ] 1360/1749 77% [================================================ ] 1361/1749 77% [================================================ ] 1362/1749 77% [================================================ ] 1363/1749 77% [================================================ ] 1364/1749 77% [================================================ ] 1365/1749 78% [================================================ ] 1366/1749 78% [================================================ ] 1367/1749 78% [================================================ ] 1368/1749 78% [================================================ ] 1369/1749 78% [================================================ ] 1370/1749 78% [================================================ ] 1371/1749 78% [================================================ ] 1372/1749 78% [================================================ ] 1373/1749 78% [================================================ ] 1374/1749 78% [================================================ ] 1375/1749 78% [================================================ ] 1376/1749 78% [================================================ ] 1377/1749 78% [================================================ ] 1378/1749 78% [================================================ ] 1379/1749 78% [================================================ ] 1380/1749 78% [================================================ ] 1381/1749 78% [================================================ ] 1382/1749 79% [================================================= ] 1383/1749 79% [================================================= ] 1384/1749 79% [================================================= ] 1385/1749 79% [================================================= ] 1386/1749 79% [================================================= ] 1387/1749 79% [================================================= ] 1388/1749 79% [================================================= ] 1389/1749 79% [================================================= ] 1390/1749 79% [================================================= ] 1391/1749 79% [================================================= ] 1392/1749 79% [================================================= ] 1393/1749 79% [================================================= ] 1394/1749 79% [================================================= ] 1395/1749 79% [================================================= ] 1396/1749 79% [================================================= ] 1397/1749 79% [================================================= ] 1398/1749 79% [================================================= ] 1399/1749 79% [================================================= ] 1400/1749 80% [================================================= ] 1401/1749 80% [================================================= ] 1402/1749 80% [================================================= ] 1403/1749 80% [================================================= ] 1404/1749 80% [================================================= ] 1405/1749 80% [================================================= ] 1406/1749 80% [================================================= ] 1407/1749 80% [================================================= ] 1408/1749 80% [================================================= ] 1409/1749 80% [================================================= ] 1410/1749 80% [================================================== ] 1411/1749 80% [================================================== ] 1412/1749 80% [================================================== ] 1413/1749 80% [================================================== ] 1414/1749 80% [================================================== ] 1415/1749 80% [================================================== ] 1416/1749 80% [================================================== ] 1417/1749 81% [================================================== ] 1418/1749 81% [================================================== ] 1419/1749 81% [================================================== ] 1420/1749 81% [================================================== ] 1421/1749 81% [================================================== ] 1422/1749 81% [================================================== ] 1423/1749 81% [================================================== ] 1424/1749 81% [================================================== ] 1425/1749 81% [================================================== ] 1426/1749 81% [================================================== ] 1427/1749 81% [================================================== ] 1428/1749 81% [================================================== ] 1429/1749 81% [================================================== ] 1430/1749 81% [================================================== ] 1431/1749 81% [================================================== ] 1432/1749 81% [================================================== ] 1433/1749 81% [================================================== ] 1434/1749 81% [================================================== ] 1435/1749 82% [================================================== ] 1436/1749 82% [================================================== ] 1437/1749 82% [================================================== ] 1438/1749 82% [=================================================== ] 1439/1749 82% [=================================================== ] 1440/1749 82% [=================================================== ] 1441/1749 82% [=================================================== ] 1442/1749 82% [=================================================== ] 1443/1749 82% [=================================================== ] 1444/1749 82% [=================================================== ] 1445/1749 82% [=================================================== ] 1446/1749 82% [=================================================== ] 1447/1749 82% [=================================================== ] 1448/1749 82% [=================================================== ] 1449/1749 82% [=================================================== ] 1450/1749 82% [=================================================== ] 1451/1749 82% [=================================================== ] 1452/1749 83% [=================================================== ] 1453/1749 83% [=================================================== ] 1454/1749 83% [=================================================== ] 1455/1749 83% [=================================================== ] 1456/1749 83% [=================================================== ] 1457/1749 83% [=================================================== ] 1458/1749 83% [=================================================== ] 1459/1749 83% [=================================================== ] 1460/1749 83% [=================================================== ] 1461/1749 83% [=================================================== ] 1462/1749 83% [=================================================== ] 1463/1749 83% [=================================================== ] 1464/1749 83% [=================================================== ] 1465/1749 83% [=================================================== ] 1466/1749 83% [==================================================== ] 1467/1749 83% [==================================================== ] 1468/1749 83% [==================================================== ] 1469/1749 83% [==================================================== ] 1470/1749 84% [==================================================== ] 1471/1749 84% [==================================================== ] 1472/1749 84% [==================================================== ] 1473/1749 84% [==================================================== ] 1474/1749 84% [==================================================== ] 1475/1749 84% [==================================================== ] 1476/1749 84% [==================================================== ] 1477/1749 84% [==================================================== ] 1478/1749 84% [==================================================== ] 1479/1749 84% [==================================================== ] 1480/1749 84% [==================================================== ] 1481/1749 84% [==================================================== ] 1482/1749 84% [==================================================== ] 1483/1749 84% [==================================================== ] 1484/1749 84% [==================================================== ] 1485/1749 84% [==================================================== ] 1486/1749 84% [==================================================== ] 1487/1749 85% [==================================================== ] 1488/1749 85% [==================================================== ] 1489/1749 85% [==================================================== ] 1490/1749 85% [==================================================== ] 1491/1749 85% [==================================================== ] 1492/1749 85% [==================================================== ] 1493/1749 85% [==================================================== ] 1494/1749 85% [==================================================== ] 1495/1749 85% [===================================================== ] 1496/1749 85% [===================================================== ] 1497/1749 85% [===================================================== ] 1498/1749 85% [===================================================== ] 1499/1749 85% [===================================================== ] 1500/1749 85% [===================================================== ] 1501/1749 85% [===================================================== ] 1502/1749 85% [===================================================== ] 1503/1749 85% [===================================================== ] 1504/1749 85% [===================================================== ] 1505/1749 86% [===================================================== ] 1506/1749 86% [===================================================== ] 1507/1749 86% [===================================================== ] 1508/1749 86% [===================================================== ] 1509/1749 86% [===================================================== ] 1510/1749 86% [===================================================== ] 1511/1749 86% [===================================================== ] 1512/1749 86% [===================================================== ] 1513/1749 86% [===================================================== ] 1514/1749 86% [===================================================== ] 1515/1749 86% [===================================================== ] 1516/1749 86% [===================================================== ] 1517/1749 86% [===================================================== ] 1518/1749 86% [===================================================== ] 1519/1749 86% [===================================================== ] 1520/1749 86% [===================================================== ] 1521/1749 86% [===================================================== ] 1522/1749 87% [===================================================== ] 1523/1749 87% [====================================================== ] 1524/1749 87% [====================================================== ] 1525/1749 87% [====================================================== ] 1526/1749 87% [====================================================== ] 1527/1749 87% [====================================================== ] 1528/1749 87% [====================================================== ] 1529/1749 87% [====================================================== ] 1530/1749 87% [====================================================== ] 1531/1749 87% [====================================================== ] 1532/1749 87% [====================================================== ] 1533/1749 87% [====================================================== ] 1534/1749 87% [====================================================== ] 1535/1749 87% [====================================================== ] 1536/1749 87% [====================================================== ] 1537/1749 87% [====================================================== ] 1538/1749 87% [====================================================== ] 1539/1749 87% [====================================================== ] 1540/1749 88% [====================================================== ] 1541/1749 88% [====================================================== ] 1542/1749 88% [====================================================== ] 1543/1749 88% [====================================================== ] 1544/1749 88% [====================================================== ] 1545/1749 88% [====================================================== ] 1546/1749 88% [====================================================== ] 1547/1749 88% [====================================================== ] 1548/1749 88% [====================================================== ] 1549/1749 88% [====================================================== ] 1550/1749 88% [====================================================== ] 1551/1749 88% [======================================================= ] 1552/1749 88% [======================================================= ] 1553/1749 88% [======================================================= ] 1554/1749 88% [======================================================= ] 1555/1749 88% [======================================================= ] 1556/1749 88% [======================================================= ] 1557/1749 89% [======================================================= ] 1558/1749 89% [======================================================= ] 1559/1749 89% [======================================================= ] 1560/1749 89% [======================================================= ] 1561/1749 89% [======================================================= ] 1562/1749 89% [======================================================= ] 1563/1749 89% [======================================================= ] 1564/1749 89% [======================================================= ] 1565/1749 89% [======================================================= ] 1566/1749 89% [======================================================= ] 1567/1749 89% [======================================================= ] 1568/1749 89% [======================================================= ] 1569/1749 89% [======================================================= ] 1570/1749 89% [======================================================= ] 1571/1749 89% [======================================================= ] 1572/1749 89% [======================================================= ] 1573/1749 89% [======================================================= ] 1574/1749 89% [======================================================= ] 1575/1749 90% [======================================================= ] 1576/1749 90% [======================================================= ] 1577/1749 90% [======================================================= ] 1578/1749 90% [======================================================= ] 1579/1749 90% [======================================================== ] 1580/1749 90% [======================================================== ] 1581/1749 90% [======================================================== ] 1582/1749 90% [======================================================== ] 1583/1749 90% [======================================================== ] 1584/1749 90% [======================================================== ] 1585/1749 90% [======================================================== ] 1586/1749 90% [======================================================== ] 1587/1749 90% [======================================================== ] 1588/1749 90% [======================================================== ] 1589/1749 90% [======================================================== ] 1590/1749 90% [======================================================== ] 1591/1749 90% [======================================================== ] 1592/1749 91% [======================================================== ] 1593/1749 91% [======================================================== ] 1594/1749 91% [======================================================== ] 1595/1749 91% [======================================================== ] 1596/1749 91% [======================================================== ] 1597/1749 91% [======================================================== ] 1598/1749 91% [======================================================== ] 1599/1749 91% [======================================================== ] 1600/1749 91% [======================================================== ] 1601/1749 91% [======================================================== ] 1602/1749 91% [======================================================== ] 1603/1749 91% [======================================================== ] 1604/1749 91% [======================================================== ] 1605/1749 91% [======================================================== ] 1606/1749 91% [======================================================== ] 1607/1749 91% [========================================================= ] 1608/1749 91% [========================================================= ] 1609/1749 91% [========================================================= ] 1610/1749 92% [========================================================= ] 1611/1749 92% [========================================================= ] 1612/1749 92% [========================================================= ] 1613/1749 92% [========================================================= ] 1614/1749 92% [========================================================= ] 1615/1749 92% [========================================================= ] 1616/1749 92% [========================================================= ] 1617/1749 92% [========================================================= ] 1618/1749 92% [========================================================= ] 1619/1749 92% [========================================================= ] 1620/1749 92% [========================================================= ] 1621/1749 92% [========================================================= ] 1622/1749 92% [========================================================= ] 1623/1749 92% [========================================================= ] 1624/1749 92% [========================================================= ] 1625/1749 92% [========================================================= ] 1626/1749 92% [========================================================= ] 1627/1749 93% [========================================================= ] 1628/1749 93% [========================================================= ] 1629/1749 93% [========================================================= ] 1630/1749 93% [========================================================= ] 1631/1749 93% [========================================================= ] 1632/1749 93% [========================================================= ] 1633/1749 93% [========================================================= ] 1634/1749 93% [========================================================= ] 1635/1749 93% [========================================================= ] 1636/1749 93% [========================================================== ] 1637/1749 93% [========================================================== ] 1638/1749 93% [========================================================== ] 1639/1749 93% [========================================================== ] 1640/1749 93% [========================================================== ] 1641/1749 93% [========================================================== ] 1642/1749 93% [========================================================== ] 1643/1749 93% [========================================================== ] 1644/1749 93% [========================================================== ] 1645/1749 94% [========================================================== ] 1646/1749 94% [========================================================== ] 1647/1749 94% [========================================================== ] 1648/1749 94% [========================================================== ] 1649/1749 94% [========================================================== ] 1650/1749 94% [========================================================== ] 1651/1749 94% [========================================================== ] 1652/1749 94% [========================================================== ] 1653/1749 94% [========================================================== ] 1654/1749 94% [========================================================== ] 1655/1749 94% [========================================================== ] 1656/1749 94% [========================================================== ] 1657/1749 94% [========================================================== ] 1658/1749 94% [========================================================== ] 1659/1749 94% [========================================================== ] 1660/1749 94% [========================================================== ] 1661/1749 94% [========================================================== ] 1662/1749 95% [========================================================== ] 1663/1749 95% [========================================================== ] 1664/1749 95% [=========================================================== ] 1665/1749 95% [=========================================================== ] 1666/1749 95% [=========================================================== ] 1667/1749 95% [=========================================================== ] 1668/1749 95% [=========================================================== ] 1669/1749 95% [=========================================================== ] 1670/1749 95% [=========================================================== ] 1671/1749 95% [=========================================================== ] 1672/1749 95% [=========================================================== ] 1673/1749 95% [=========================================================== ] 1674/1749 95% [=========================================================== ] 1675/1749 95% [=========================================================== ] 1676/1749 95% [=========================================================== ] 1677/1749 95% [=========================================================== ] 1678/1749 95% [=========================================================== ] 1679/1749 95% [=========================================================== ] 1680/1749 96% [=========================================================== ] 1681/1749 96% [=========================================================== ] 1682/1749 96% [=========================================================== ] 1683/1749 96% [=========================================================== ] 1684/1749 96% [=========================================================== ] 1685/1749 96% [=========================================================== ] 1686/1749 96% [=========================================================== ] 1687/1749 96% [=========================================================== ] 1688/1749 96% [=========================================================== ] 1689/1749 96% [=========================================================== ] 1690/1749 96% [=========================================================== ] 1691/1749 96% [=========================================================== ] 1692/1749 96% [============================================================ ] 1693/1749 96% [============================================================ ] 1694/1749 96% [============================================================ ] 1695/1749 96% [============================================================ ] 1696/1749 96% [============================================================ ] 1697/1749 97% [============================================================ ] 1698/1749 97% [============================================================ ] 1699/1749 97% [============================================================ ] 1700/1749 97% [============================================================ ] 1701/1749 97% [============================================================ ] 1702/1749 97% [============================================================ ] 1703/1749 97% [============================================================ ] 1704/1749 97% [============================================================ ] 1705/1749 97% [============================================================ ] 1706/1749 97% [============================================================ ] 1707/1749 97% [============================================================ ] 1708/1749 97% [============================================================ ] 1709/1749 97% [============================================================ ] 1710/1749 97% [============================================================ ] 1711/1749 97% [============================================================ ] 1712/1749 97% [============================================================ ] 1713/1749 97% [============================================================ ] 1714/1749 97% [============================================================ ] 1715/1749 98% [============================================================ ] 1716/1749 98% [============================================================ ] 1717/1749 98% [============================================================ ] 1718/1749 98% [============================================================ ] 1719/1749 98% [============================================================ ] 1720/1749 98% [============================================================= ] 1721/1749 98% [============================================================= ] 1722/1749 98% [============================================================= ] 1723/1749 98% [============================================================= ] 1724/1749 98% [============================================================= ] 1725/1749 98% [============================================================= ] 1726/1749 98% [============================================================= ] 1727/1749 98% [============================================================= ] 1728/1749 98% [============================================================= ] 1729/1749 98% [============================================================= ] 1730/1749 98% [============================================================= ] 1731/1749 98% [============================================================= ] 1732/1749 99% [============================================================= ] 1733/1749 99% [============================================================= ] 1734/1749 99% [============================================================= ] 1735/1749 99% [============================================================= ] 1736/1749 99% [============================================================= ] 1737/1749 99% [============================================================= ] 1738/1749 99% [============================================================= ] 1739/1749 99% [============================================================= ] 1740/1749 99% [============================================================= ] 1741/1749 99% [============================================================= ] 1742/1749 99% [============================================================= ] 1743/1749 99% [============================================================= ] 1744/1749 99% [============================================================= ] 1745/1749 99% [============================================================= ] 1746/1749 99% [============================================================= ] 1747/1749 99% [============================================================= ] 1748/1749 99% [==============================================================] 1749/1749 100% operation complete, 1749 objects in 41986 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2023.02-139-g0c7ba302bd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 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 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> avrdude 6.4 Collecting legal info COPYING: OK (sha256: 201babc7da198873304a77a30dbfc7ca449c9bba52df2dffa4cca0009dbdfcb2) >>> elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> less 608 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> dhcp 4.4.3-P1 Collecting legal info LICENSE: OK (sha256: 45a39c430be0920cb9570f34b32d2378fe6048c034f2f3265b9326d64ada73df) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libva 2.17.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libcurl 7.88.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libstrophe 0.12.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbuffer 20220418 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> poke 3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) jitter/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> qlibc 2.4.7 Collecting legal info LICENSE: OK (sha256: 7c9d03656af4c0acf0a35e29459086498dd64080eac6d2945bc1c064aaf18132) >>> quota 4.09 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rrdtool 1.7.2 Collecting legal info COPYRIGHT: OK (sha256: ab6b4646e9e01f1ec287c29c351c886c4cb7f945c11efc0a1be9f6e5e6cc5320) LICENSE: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> rsync 3.2.7 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> socketcand 69e2201222f015a1abe7a58ecf61325012cd91b1 Collecting legal info socketcand.c: OK (sha256: 18bda0db4e3c56cefdb1b9b01b7eada7764c0746f6321378c30d78f5ee81cfee) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> transmission 3.00 Collecting legal info COPYING: OK (sha256: 2b16da5bd02790d1e4d332cfd42b9dfd7d1b0ed3a16a75dc7e76b6ed239fdba9) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> uacme 1.7.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'