if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-7/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-7/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-7/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-7/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-7/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-7/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-7/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/include /home/autobuild/autobuild/instance-7/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-rc1-5-gfd5afab7b6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-rc1\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-7/output-1/images/rootfs.btrfs\n /home/autobuild/autobuild/instance-7/output-1/host/bin/mkfs.btrfs -f -r '\''/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/autobuild/autobuild/instance-7/output-1/images/rootfs.btrfs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/btrfs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match page size 16384 ERROR: zoned: unable to stat /home/autobuild/autobuild/instance-7/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: 1fec8e3d-9802-4de2-a14c-74b886d92485 Node size: 16384 Sector size: 4096 Filesystem size: 149.00MiB Block group profiles: Data: single 68.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 149.00MiB /home/autobuild/autobuild/instance-7/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkcramfs -B /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/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-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1341 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/1341 0% [ ] 2/1341 0% [ ] 3/1341 0% [ ] 4/1341 0% [ ] 5/1341 0% [ ] 6/1341 0% [ ] 7/1341 0% [ ] 8/1341 0% [ ] 9/1341 0% [ ] 10/1341 0% [ ] 11/1341 0% [ ] 12/1341 0% [ ] 13/1341 0% [ ] 14/1341 1% [ ] 15/1341 1% [ ] 16/1341 1% [ ] 17/1341 1% [ ] 18/1341 1% [ ] 19/1341 1% [ ] 20/1341 1% [ ] 21/1341 1% [= ] 22/1341 1% [= ] 23/1341 1% [= ] 24/1341 1% [= ] 25/1341 1% [= ] 26/1341 1% [= ] 27/1341 2% [= ] 28/1341 2% [= ] 29/1341 2% [= ] 30/1341 2% [= ] 31/1341 2% [= ] 32/1341 2% [= ] 33/1341 2% [= ] 34/1341 2% [= ] 35/1341 2% [= ] 36/1341 2% [= ] 37/1341 2% [= ] 38/1341 2% [= ] 39/1341 2% [= ] 40/1341 2% [= ] 41/1341 3% [= ] 42/1341 3% [= ] 43/1341 3% [== ] 44/1341 3% [== ] 45/1341 3% [== ] 46/1341 3% [== ] 47/1341 3% [== ] 48/1341 3% [== ] 49/1341 3% [== ] 50/1341 3% [== ] 51/1341 3% [== ] 52/1341 3% [== ] 53/1341 3% [== ] 54/1341 4% [== ] 55/1341 4% [== ] 56/1341 4% [== ] 57/1341 4% [== ] 58/1341 4% [== ] 59/1341 4% [== ] 60/1341 4% [== ] 61/1341 4% [== ] 62/1341 4% [== ] 63/1341 4% [== ] 64/1341 4% [=== ] 65/1341 4% [=== ] 66/1341 4% [=== ] 67/1341 4% [=== ] 68/1341 5% [=== ] 69/1341 5% [=== ] 70/1341 5% [=== ] 71/1341 5% [=== ] 72/1341 5% [=== ] 73/1341 5% [=== ] 74/1341 5% [=== ] 75/1341 5% [=== ] 76/1341 5% [=== ] 77/1341 5% [=== ] 78/1341 5% [=== ] 79/1341 5% [=== ] 80/1341 5% [=== ] 81/1341 6% [=== ] 82/1341 6% [=== ] 83/1341 6% [=== ] 84/1341 6% [=== ] 85/1341 6% [=== ] 86/1341 6% [==== ] 87/1341 6% [==== ] 88/1341 6% [==== ] 89/1341 6% [==== ] 90/1341 6% [==== ] 91/1341 6% [==== ] 92/1341 6% [==== ] 93/1341 6% [==== ] 94/1341 7% [==== ] 95/1341 7% [==== ] 96/1341 7% [==== ] 97/1341 7% [==== ] 98/1341 7% [==== ] 99/1341 7% [==== ] 100/1341 7% [==== ] 101/1341 7% [==== ] 102/1341 7% [==== ] 103/1341 7% [==== ] 104/1341 7% [==== ] 105/1341 7% [==== ] 106/1341 7% [==== ] 107/1341 7% [==== ] 108/1341 8% [===== ] 109/1341 8% [===== ] 110/1341 8% [===== ] 111/1341 8% [===== ] 112/1341 8% [===== ] 113/1341 8% [===== ] 114/1341 8% [===== ] 115/1341 8% [===== ] 116/1341 8% [===== ] 117/1341 8% [===== ] 118/1341 8% [===== ] 119/1341 8% [===== ] 120/1341 8% [===== ] 121/1341 9% [===== ] 122/1341 9% [===== ] 123/1341 9% [===== ] 124/1341 9% [===== ] 125/1341 9% [===== ] 126/1341 9% [===== ] 127/1341 9% [===== ] 128/1341 9% [===== ] 129/1341 9% [====== ] 130/1341 9% [====== ] 131/1341 9% [====== ] 132/1341 9% [====== ] 133/1341 9% [====== ] 134/1341 9% [====== ] 135/1341 10% [====== ] 136/1341 10% [====== ] 137/1341 10% [====== ] 138/1341 10% [====== ] 139/1341 10% [====== ] 140/1341 10% [====== ] 141/1341 10% [====== ] 142/1341 10% [====== ] 143/1341 10% [====== ] 144/1341 10% [====== ] 145/1341 10% [====== ] 146/1341 10% [====== ] 147/1341 10% [====== ] 148/1341 11% [====== ] 149/1341 11% [====== ] 150/1341 11% [====== ] 151/1341 11% [======= ] 152/1341 11% [======= ] 153/1341 11% [======= ] 154/1341 11% [======= ] 155/1341 11% [======= ] 156/1341 11% [======= ] 157/1341 11% [======= ] 158/1341 11% [======= ] 159/1341 11% [======= ] 160/1341 11% [======= ] 161/1341 12% [======= ] 162/1341 12% [======= ] 163/1341 12% [======= ] 164/1341 12% [======= ] 165/1341 12% [======= ] 166/1341 12% [======= ] 167/1341 12% [======= ] 168/1341 12% [======= ] 169/1341 12% [======= ] 170/1341 12% [======= ] 171/1341 12% [======= ] 172/1341 12% [======= ] 173/1341 12% [======== ] 174/1341 12% [======== ] 175/1341 13% [======== ] 176/1341 13% [======== ] 177/1341 13% [======== ] 178/1341 13% [======== ] 179/1341 13% [======== ] 180/1341 13% [======== ] 181/1341 13% [======== ] 182/1341 13% [======== ] 183/1341 13% [======== ] 184/1341 13% [======== ] 185/1341 13% [======== ] 186/1341 13% [======== ] 187/1341 13% [======== ] 188/1341 14% [======== ] 189/1341 14% [======== ] 190/1341 14% [======== ] 191/1341 14% [======== ] 192/1341 14% [======== ] 193/1341 14% [======== ] 194/1341 14% [========= ] 195/1341 14% [========= ] 196/1341 14% [========= ] 197/1341 14% [========= ] 198/1341 14% [========= ] 199/1341 14% [========= ] 200/1341 14% [========= ] 201/1341 14% [========= ] 202/1341 15% [========= ] 203/1341 15% [========= ] 204/1341 15% [========= ] 205/1341 15% [========= ] 206/1341 15% [========= ] 207/1341 15% [========= ] 208/1341 15% [========= ] 209/1341 15% [========= ] 210/1341 15% [========= ] 211/1341 15% [========= ] 212/1341 15% [========= ] 213/1341 15% [========= ] 214/1341 15% [========= ] 215/1341 16% [========= ] 216/1341 16% [========== ] 217/1341 16% [========== ] 218/1341 16% [========== ] 219/1341 16% [========== ] 220/1341 16% [========== ] 221/1341 16% [========== ] 222/1341 16% [========== ] 223/1341 16% [========== ] 224/1341 16% [========== ] 225/1341 16% [========== ] 226/1341 16% [========== ] 227/1341 16% [========== ] 228/1341 17% [========== ] 229/1341 17% [========== ] 230/1341 17% [========== ] 231/1341 17% [========== ] 232/1341 17% [========== ] 233/1341 17% [========== ] 234/1341 17% [========== ] 235/1341 17% [========== ] 236/1341 17% [========== ] 237/1341 17% [=========== ] 238/1341 17% [=========== ] 239/1341 17% [=========== ] 240/1341 17% [=========== ] 241/1341 17% [=========== ] 242/1341 18% [=========== ] 243/1341 18% [=========== ] 244/1341 18% [=========== ] 245/1341 18% [=========== ] 246/1341 18% [=========== ] 247/1341 18% [=========== ] 248/1341 18% [=========== ] 249/1341 18% [=========== ] 250/1341 18% [=========== ] 251/1341 18% [=========== ] 252/1341 18% [=========== ] 253/1341 18% [=========== ] 254/1341 18% [=========== ] 255/1341 19% [=========== ] 256/1341 19% [=========== ] 257/1341 19% [=========== ] 258/1341 19% [=========== ] 259/1341 19% [============ ] 260/1341 19% [============ ] 261/1341 19% [============ ] 262/1341 19% [============ ] 263/1341 19% [============ ] 264/1341 19% [============ ] 265/1341 19% [============ ] 266/1341 19% [============ ] 267/1341 19% [============ ] 268/1341 19% [============ ] 269/1341 20% [============ ] 270/1341 20% [============ ] 271/1341 20% [============ ] 272/1341 20% [============ ] 273/1341 20% [============ ] 274/1341 20% [============ ] 275/1341 20% [============ ] 276/1341 20% [============ ] 277/1341 20% [============ ] 278/1341 20% [============ ] 279/1341 20% [============ ] 280/1341 20% [============ ] 281/1341 20% [============= ] 282/1341 21% [============= ] 283/1341 21% [============= ] 284/1341 21% [============= ] 285/1341 21% [============= ] 286/1341 21% [============= ] 287/1341 21% [============= ] 288/1341 21% [============= ] 289/1341 21% [============= ] 290/1341 21% [============= ] 291/1341 21% [============= ] 292/1341 21% [============= ] 293/1341 21% [============= ] 294/1341 21% [============= ] 295/1341 21% [============= ] 296/1341 22% [============= ] 297/1341 22% [============= ] 298/1341 22% [============= ] 299/1341 22% [============= ] 300/1341 22% [============= ] 301/1341 22% [============= ] 302/1341 22% [============== ] 303/1341 22% [============== ] 304/1341 22% [============== ] 305/1341 22% [============== ] 306/1341 22% [============== ] 307/1341 22% [============== ] 308/1341 22% [============== ] 309/1341 23% [============== ] 310/1341 23% [============== ] 311/1341 23% [============== ] 312/1341 23% [============== ] 313/1341 23% [============== ] 314/1341 23% [============== ] 315/1341 23% [============== ] 316/1341 23% [============== ] 317/1341 23% [============== ] 318/1341 23% [============== ] 319/1341 23% [============== ] 320/1341 23% [============== ] 321/1341 23% [============== ] 322/1341 24% [============== ] 323/1341 24% [============== ] 324/1341 24% [=============== ] 325/1341 24% [=============== ] 326/1341 24% [=============== ] 327/1341 24% [=============== ] 328/1341 24% [=============== ] 329/1341 24% [=============== ] 330/1341 24% [=============== ] 331/1341 24% [=============== ] 332/1341 24% [=============== ] 333/1341 24% [=============== ] 334/1341 24% [=============== ] 335/1341 24% [=============== ] 336/1341 25% [=============== ] 337/1341 25% [=============== ] 338/1341 25% [=============== ] 339/1341 25% [=============== ] 340/1341 25% [=============== ] 341/1341 25% [=============== ] 342/1341 25% [=============== ] 343/1341 25% [=============== ] 344/1341 25% [=============== ] 345/1341 25% [=============== ] 346/1341 25% [================ ] 347/1341 25% [================ ] 348/1341 25% [================ ] 349/1341 26% [================ ] 350/1341 26% [================ ] 351/1341 26% [================ ] 352/1341 26% [================ ] 353/1341 26% [================ ] 354/1341 26% [================ ] 355/1341 26% [================ ] 356/1341 26% [================ ] 357/1341 26% [================ ] 358/1341 26% [================ ] 359/1341 26% [================ ] 360/1341 26% [================ ] 361/1341 26% [================ ] 362/1341 26% [================ ] 363/1341 27% [================ ] 364/1341 27% [================ ] 365/1341 27% [================ ] 366/1341 27% [================ ] 367/1341 27% [================= ] 368/1341 27% [================= ] 369/1341 27% [================= ] 370/1341 27% [================= ] 371/1341 27% [================= ] 372/1341 27% [================= ] 373/1341 27% [================= ] 374/1341 27% [================= ] 375/1341 27% [================= ] 376/1341 28% [================= ] 377/1341 28% [================= ] 378/1341 28% [================= ] 379/1341 28% [================= ] 380/1341 28% [================= ] 381/1341 28% [================= ] 382/1341 28% [================= ] 383/1341 28% [================= ] 384/1341 28% [================= ] 385/1341 28% [================= ] 386/1341 28% [================= ] 387/1341 28% [================= ] 388/1341 28% [================= ] 389/1341 29% [================== ] 390/1341 29% [================== ] 391/1341 29% [================== ] 392/1341 29% [================== ] 393/1341 29% [================== ] 394/1341 29% [================== ] 395/1341 29% [================== ] 396/1341 29% [================== ] 397/1341 29% [================== ] 398/1341 29% [================== ] 399/1341 29% [================== ] 400/1341 29% [================== ] 401/1341 29% [================== ] 402/1341 29% [================== ] 403/1341 30% [================== ] 404/1341 30% [================== ] 405/1341 30% [================== ] 406/1341 30% [================== ] 407/1341 30% [================== ] 408/1341 30% [================== ] 409/1341 30% [================== ] 410/1341 30% [=================== ] 411/1341 30% [=================== ] 412/1341 30% [=================== ] 413/1341 30% [=================== ] 414/1341 30% [=================== ] 415/1341 30% [=================== ] 416/1341 31% [=================== ] 417/1341 31% [=================== ] 418/1341 31% [=================== ] 419/1341 31% [=================== ] 420/1341 31% [=================== ] 421/1341 31% [=================== ] 422/1341 31% [=================== ] 423/1341 31% [=================== ] 424/1341 31% [=================== ] 425/1341 31% [=================== ] 426/1341 31% [=================== ] 427/1341 31% [=================== ] 428/1341 31% [=================== ] 429/1341 31% [=================== ] 430/1341 32% [=================== ] 431/1341 32% [=================== ] 432/1341 32% [==================== ] 433/1341 32% [==================== ] 434/1341 32% [==================== ] 435/1341 32% [==================== ] 436/1341 32% [==================== ] 437/1341 32% [==================== ] 438/1341 32% [==================== ] 439/1341 32% [==================== ] 440/1341 32% [==================== ] 441/1341 32% [==================== ] 442/1341 32% [==================== ] 443/1341 33% [==================== ] 444/1341 33% [==================== ] 445/1341 33% [==================== ] 446/1341 33% [==================== ] 447/1341 33% [==================== ] 448/1341 33% [==================== ] 449/1341 33% [==================== ] 450/1341 33% [==================== ] 451/1341 33% [==================== ] 452/1341 33% [==================== ] 453/1341 33% [==================== ] 454/1341 33% [===================== ] 455/1341 33% [===================== ] 456/1341 34% [===================== ] 457/1341 34% [===================== ] 458/1341 34% [===================== ] 459/1341 34% [===================== ] 460/1341 34% [===================== ] 461/1341 34% [===================== ] 462/1341 34% [===================== ] 463/1341 34% [===================== ] 464/1341 34% [===================== ] 465/1341 34% [===================== ] 466/1341 34% [===================== ] 467/1341 34% [===================== ] 468/1341 34% [===================== ] 469/1341 34% [===================== ] 470/1341 35% [===================== ] 471/1341 35% [===================== ] 472/1341 35% [===================== ] 473/1341 35% [===================== ] 474/1341 35% [===================== ] 475/1341 35% [====================== ] 476/1341 35% [====================== ] 477/1341 35% [====================== ] 478/1341 35% [====================== ] 479/1341 35% [====================== ] 480/1341 35% [====================== ] 481/1341 35% [====================== ] 482/1341 35% [====================== ] 483/1341 36% [====================== ] 484/1341 36% [====================== ] 485/1341 36% [====================== ] 486/1341 36% [====================== ] 487/1341 36% [====================== ] 488/1341 36% [====================== ] 489/1341 36% [====================== ] 490/1341 36% [====================== ] 491/1341 36% [====================== ] 492/1341 36% [====================== ] 493/1341 36% [====================== ] 494/1341 36% [====================== ] 495/1341 36% [====================== ] 496/1341 36% [====================== ] 497/1341 37% [======================= ] 498/1341 37% [======================= ] 499/1341 37% [======================= ] 500/1341 37% [======================= ] 501/1341 37% [======================= ] 502/1341 37% [======================= ] 503/1341 37% [======================= ] 504/1341 37% [======================= ] 505/1341 37% [======================= ] 506/1341 37% [======================= ] 507/1341 37% [======================= ] 508/1341 37% [======================= ] 509/1341 37% [======================= ] 510/1341 38% [======================= ] 511/1341 38% [======================= ] 512/1341 38% [======================= ] 513/1341 38% [======================= ] 514/1341 38% [======================= ] 515/1341 38% [======================= ] 516/1341 38% [======================= ] 517/1341 38% [======================= ] 518/1341 38% [======================= ] 519/1341 38% [======================== ] 520/1341 38% [======================== ] 521/1341 38% [======================== ] 522/1341 38% [======================== ] 523/1341 39% [======================== ] 524/1341 39% [======================== ] 525/1341 39% [======================== ] 526/1341 39% [======================== ] 527/1341 39% [======================== ] 528/1341 39% [======================== ] 529/1341 39% [======================== ] 530/1341 39% [======================== ] 531/1341 39% [======================== ] 532/1341 39% [======================== ] 533/1341 39% [======================== ] 534/1341 39% [======================== ] 535/1341 39% [======================== ] 536/1341 39% [======================== ] 537/1341 40% [======================== ] 538/1341 40% [======================== ] 539/1341 40% [======================== ] 540/1341 40% [========================= ] 541/1341 40% [========================= ] 542/1341 40% [========================= ] 543/1341 40% [========================= ] 544/1341 40% [========================= ] 545/1341 40% [========================= ] 546/1341 40% [========================= ] 547/1341 40% [========================= ] 548/1341 40% [========================= ] 549/1341 40% [========================= ] 550/1341 41% [========================= ] 551/1341 41% [========================= ] 552/1341 41% [========================= ] 553/1341 41% [========================= ] 554/1341 41% [========================= ] 555/1341 41% [========================= ] 556/1341 41% [========================= ] 557/1341 41% [========================= ] 558/1341 41% [========================= ] 559/1341 41% [========================= ] 560/1341 41% [========================= ] 561/1341 41% [========================= ] 562/1341 41% [========================== ] 563/1341 41% [========================== ] 564/1341 42% [========================== ] 565/1341 42% [========================== ] 566/1341 42% [========================== ] 567/1341 42% [========================== ] 568/1341 42% [========================== ] 569/1341 42% [========================== ] 570/1341 42% [========================== ] 571/1341 42% [========================== ] 572/1341 42% [========================== ] 573/1341 42% [========================== ] 574/1341 42% [========================== ] 575/1341 42% [========================== ] 576/1341 42% [========================== ] 577/1341 43% [========================== ] 578/1341 43% [========================== ] 579/1341 43% [========================== ] 580/1341 43% [========================== ] 581/1341 43% [========================== ] 582/1341 43% [========================== ] 583/1341 43% [=========================== ] 584/1341 43% [=========================== ] 585/1341 43% [=========================== ] 586/1341 43% [=========================== ] 587/1341 43% [=========================== ] 588/1341 43% [=========================== ] 589/1341 43% [=========================== ] 590/1341 43% [=========================== ] 591/1341 44% [=========================== ] 592/1341 44% [=========================== ] 593/1341 44% [=========================== ] 594/1341 44% [=========================== ] 595/1341 44% [=========================== ] 596/1341 44% [=========================== ] 597/1341 44% [=========================== ] 598/1341 44% [=========================== ] 599/1341 44% [=========================== ] 600/1341 44% [=========================== ] 601/1341 44% [=========================== ] 602/1341 44% [=========================== ] 603/1341 44% [=========================== ] 604/1341 45% [=========================== ] 605/1341 45% [============================ ] 606/1341 45% [============================ ] 607/1341 45% [============================ ] 608/1341 45% [============================ ] 609/1341 45% [============================ ] 610/1341 45% [============================ ] 611/1341 45% [============================ ] 612/1341 45% [============================ ] 613/1341 45% [============================ ] 614/1341 45% [============================ ] 615/1341 45% [============================ ] 616/1341 45% [============================ ] 617/1341 46% [============================ ] 618/1341 46% [============================ ] 619/1341 46% [============================ ] 620/1341 46% [============================ ] 621/1341 46% [============================ ] 622/1341 46% [============================ ] 623/1341 46% [============================ ] 624/1341 46% [============================ ] 625/1341 46% [============================ ] 626/1341 46% [============================ ] 627/1341 46% [============================= ] 628/1341 46% [============================= ] 629/1341 46% [============================= ] 630/1341 46% [============================= ] 631/1341 47% [============================= ] 632/1341 47% [============================= ] 633/1341 47% [============================= ] 634/1341 47% [============================= ] 635/1341 47% [============================= ] 636/1341 47% [============================= ] 637/1341 47% [============================= ] 638/1341 47% [============================= ] 639/1341 47% [============================= ] 640/1341 47% [============================= ] 641/1341 47% [============================= ] 642/1341 47% [============================= ] 643/1341 47% [============================= ] 644/1341 48% [============================= ] 645/1341 48% [============================= ] 646/1341 48% [============================= ] 647/1341 48% [============================= ] 648/1341 48% [============================== ] 649/1341 48% [============================== ] 650/1341 48% [============================== ] 651/1341 48% [============================== ] 652/1341 48% [============================== ] 653/1341 48% [============================== ] 654/1341 48% [============================== ] 655/1341 48% [============================== ] 656/1341 48% [============================== ] 657/1341 48% [============================== ] 658/1341 49% [============================== ] 659/1341 49% [============================== ] 660/1341 49% [============================== ] 661/1341 49% [============================== ] 662/1341 49% [============================== ] 663/1341 49% [============================== ] 664/1341 49% [============================== ] 665/1341 49% [============================== ] 666/1341 49% [============================== ] 667/1341 49% [============================== ] 668/1341 49% [============================== ] 669/1341 49% [============================== ] 670/1341 49% [=============================== ] 671/1341 50% [=============================== ] 672/1341 50% [=============================== ] 673/1341 50% [=============================== ] 674/1341 50% [=============================== ] 675/1341 50% [=============================== ] 676/1341 50% [=============================== ] 677/1341 50% [=============================== ] 678/1341 50% [=============================== ] 679/1341 50% [=============================== ] 680/1341 50% [=============================== ] 681/1341 50% [=============================== ] 682/1341 50% [=============================== ] 683/1341 50% [=============================== ] 684/1341 51% [=============================== ] 685/1341 51% [=============================== ] 686/1341 51% [=============================== ] 687/1341 51% [=============================== ] 688/1341 51% [=============================== ] 689/1341 51% [=============================== ] 690/1341 51% [=============================== ] 691/1341 51% [=============================== ] 692/1341 51% [================================ ] 693/1341 51% [================================ ] 694/1341 51% [================================ ] 695/1341 51% [================================ ] 696/1341 51% [================================ ] 697/1341 51% [================================ ] 698/1341 52% [================================ ] 699/1341 52% [================================ ] 700/1341 52% [================================ ] 701/1341 52% [================================ ] 702/1341 52% [================================ ] 703/1341 52% [================================ ] 704/1341 52% [================================ ] 705/1341 52% [================================ ] 706/1341 52% [================================ ] 707/1341 52% [================================ ] 708/1341 52% [================================ ] 709/1341 52% [================================ ] 710/1341 52% [================================ ] 711/1341 53% [================================ ] 712/1341 53% [================================ ] 713/1341 53% [================================= ] 714/1341 53% [================================= ] 715/1341 53% [================================= ] 716/1341 53% [================================= ] 717/1341 53% [================================= ] 718/1341 53% [================================= ] 719/1341 53% [================================= ] 720/1341 53% [================================= ] 721/1341 53% [================================= ] 722/1341 53% [================================= ] 723/1341 53% [================================= ] 724/1341 53% [================================= ] 725/1341 54% [================================= ] 726/1341 54% [================================= ] 727/1341 54% [================================= ] 728/1341 54% [================================= ] 729/1341 54% [================================= ] 730/1341 54% [================================= ] 731/1341 54% [================================= ] 732/1341 54% [================================= ] 733/1341 54% [================================= ] 734/1341 54% [================================= ] 735/1341 54% [================================== ] 736/1341 54% [================================== ] 737/1341 54% [================================== ] 738/1341 55% [================================== ] 739/1341 55% [================================== ] 740/1341 55% [================================== ] 741/1341 55% [================================== ] 742/1341 55% [================================== ] 743/1341 55% [================================== ] 744/1341 55% [================================== ] 745/1341 55% [================================== ] 746/1341 55% [================================== ] 747/1341 55% [================================== ] 748/1341 55% [================================== ] 749/1341 55% [================================== ] 750/1341 55% [================================== ] 751/1341 56% [================================== ] 752/1341 56% [================================== ] 753/1341 56% [================================== ] 754/1341 56% [================================== ] 755/1341 56% [================================== ] 756/1341 56% [================================== ] 757/1341 56% [=================================== ] 758/1341 56% [=================================== ] 759/1341 56% [=================================== ] 760/1341 56% [=================================== ] 761/1341 56% [=================================== ] 762/1341 56% [=================================== ] 763/1341 56% [=================================== ] 764/1341 56% [=================================== ] 765/1341 57% [=================================== ] 766/1341 57% [=================================== ] 767/1341 57% [=================================== ] 768/1341 57% [=================================== ] 769/1341 57% [=================================== ] 770/1341 57% [=================================== ] 771/1341 57% [=================================== ] 772/1341 57% [=================================== ] 773/1341 57% [=================================== ] 774/1341 57% [=================================== ] 775/1341 57% [=================================== ] 776/1341 57% [=================================== ] 777/1341 57% [=================================== ] 778/1341 58% [==================================== ] 779/1341 58% [==================================== ] 780/1341 58% [==================================== ] 781/1341 58% [==================================== ] 782/1341 58% [==================================== ] 783/1341 58% [==================================== ] 784/1341 58% [==================================== ] 785/1341 58% [==================================== ] 786/1341 58% [==================================== ] 787/1341 58% [==================================== ] 788/1341 58% [==================================== ] 789/1341 58% [==================================== ] 790/1341 58% [==================================== ] 791/1341 58% [==================================== ] 792/1341 59% [==================================== ] 793/1341 59% [==================================== ] 794/1341 59% [==================================== ] 795/1341 59% [==================================== ] 796/1341 59% [==================================== ] 797/1341 59% [==================================== ] 798/1341 59% [==================================== ] 799/1341 59% [==================================== ] 800/1341 59% [===================================== ] 801/1341 59% [===================================== ] 802/1341 59% [===================================== ] 803/1341 59% [===================================== ] 804/1341 59% [===================================== ] 805/1341 60% [===================================== ] 806/1341 60% [===================================== ] 807/1341 60% [===================================== ] 808/1341 60% [===================================== ] 809/1341 60% [===================================== ] 810/1341 60% [===================================== ] 811/1341 60% [===================================== ] 812/1341 60% [===================================== ] 813/1341 60% [===================================== ] 814/1341 60% [===================================== ] 815/1341 60% [===================================== ] 816/1341 60% [===================================== ] 817/1341 60% [===================================== ] 818/1341 60% [===================================== ] 819/1341 61% [===================================== ] 820/1341 61% [===================================== ] 821/1341 61% [====================================== ] 822/1341 61% [====================================== ] 823/1341 61% [====================================== ] 824/1341 61% [====================================== ] 825/1341 61% [====================================== ] 826/1341 61% [====================================== ] 827/1341 61% [====================================== ] 828/1341 61% [====================================== ] 829/1341 61% [====================================== ] 830/1341 61% [====================================== ] 831/1341 61% [====================================== ] 832/1341 62% [====================================== ] 833/1341 62% [====================================== ] 834/1341 62% [====================================== ] 835/1341 62% [====================================== ] 836/1341 62% [====================================== ] 837/1341 62% [====================================== ] 838/1341 62% [====================================== ] 839/1341 62% [====================================== ] 840/1341 62% [====================================== ] 841/1341 62% [====================================== ] 842/1341 62% [====================================== ] 843/1341 62% [======================================= ] 844/1341 62% [======================================= ] 845/1341 63% [======================================= ] 846/1341 63% [======================================= ] 847/1341 63% [======================================= ] 848/1341 63% [======================================= ] 849/1341 63% [======================================= ] 850/1341 63% [======================================= ] 851/1341 63% [======================================= ] 852/1341 63% [======================================= ] 853/1341 63% [======================================= ] 854/1341 63% [======================================= ] 855/1341 63% [======================================= ] 856/1341 63% [======================================= ] 857/1341 63% [======================================= ] 858/1341 63% [======================================= ] 859/1341 64% [======================================= ] 860/1341 64% [======================================= ] 861/1341 64% [======================================= ] 862/1341 64% [======================================= ] 863/1341 64% [======================================= ] 864/1341 64% [======================================= ] 865/1341 64% [======================================== ] 866/1341 64% [======================================== ] 867/1341 64% [======================================== ] 868/1341 64% [======================================== ] 869/1341 64% [======================================== ] 870/1341 64% [======================================== ] 871/1341 64% [======================================== ] 872/1341 65% [======================================== ] 873/1341 65% [======================================== ] 874/1341 65% [======================================== ] 875/1341 65% [======================================== ] 876/1341 65% [======================================== ] 877/1341 65% [======================================== ] 878/1341 65% [======================================== ] 879/1341 65% [======================================== ] 880/1341 65% [======================================== ] 881/1341 65% [======================================== ] 882/1341 65% [======================================== ] 883/1341 65% [======================================== ] 884/1341 65% [======================================== ] 885/1341 65% [======================================== ] 886/1341 66% [========================================= ] 887/1341 66% [========================================= ] 888/1341 66% [========================================= ] 889/1341 66% [========================================= ] 890/1341 66% [========================================= ] 891/1341 66% [========================================= ] 892/1341 66% [========================================= ] 893/1341 66% [========================================= ] 894/1341 66% [========================================= ] 895/1341 66% [========================================= ] 896/1341 66% [========================================= ] 897/1341 66% [========================================= ] 898/1341 66% [========================================= ] 899/1341 67% [========================================= ] 900/1341 67% [========================================= ] 901/1341 67% [========================================= ] 902/1341 67% [========================================= ] 903/1341 67% [========================================= ] 904/1341 67% [========================================= ] 905/1341 67% [========================================= ] 906/1341 67% [========================================= ] 907/1341 67% [========================================= ] 908/1341 67% [========================================== ] 909/1341 67% [========================================== ] 910/1341 67% [========================================== ] 911/1341 67% [========================================== ] 912/1341 68% [========================================== ] 913/1341 68% [========================================== ] 914/1341 68% [========================================== ] 915/1341 68% [========================================== ] 916/1341 68% [========================================== ] 917/1341 68% [========================================== ] 918/1341 68% [========================================== ] 919/1341 68% [========================================== ] 920/1341 68% [========================================== ] 921/1341 68% [========================================== ] 922/1341 68% [========================================== ] 923/1341 68% [========================================== ] 924/1341 68% [========================================== ] 925/1341 68% [========================================== ] 926/1341 69% [========================================== ] 927/1341 69% [========================================== ] 928/1341 69% [========================================== ] 929/1341 69% [========================================== ] 930/1341 69% [=========================================== ] 931/1341 69% [=========================================== ] 932/1341 69% [=========================================== ] 933/1341 69% [=========================================== ] 934/1341 69% [=========================================== ] 935/1341 69% [=========================================== ] 936/1341 69% [=========================================== ] 937/1341 69% [=========================================== ] 938/1341 69% [=========================================== ] 939/1341 70% [=========================================== ] 940/1341 70% [=========================================== ] 941/1341 70% [=========================================== ] 942/1341 70% [=========================================== ] 943/1341 70% [=========================================== ] 944/1341 70% [=========================================== ] 945/1341 70% [=========================================== ] 946/1341 70% [=========================================== ] 947/1341 70% [=========================================== ] 948/1341 70% [=========================================== ] 949/1341 70% [=========================================== ] 950/1341 70% [=========================================== ] 951/1341 70% [============================================ ] 952/1341 70% [============================================ ] 953/1341 71% [============================================ ] 954/1341 71% [============================================ ] 955/1341 71% [============================================ ] 956/1341 71% [============================================ ] 957/1341 71% [============================================ ] 958/1341 71% [============================================ ] 959/1341 71% [============================================ ] 960/1341 71% [============================================ ] 961/1341 71% [============================================ ] 962/1341 71% [============================================ ] 963/1341 71% [============================================ ] 964/1341 71% [============================================ ] 965/1341 71% [============================================ ] 966/1341 72% [============================================ ] 967/1341 72% [============================================ ] 968/1341 72% [============================================ ] 969/1341 72% [============================================ ] 970/1341 72% [============================================ ] 971/1341 72% [============================================ ] 972/1341 72% [============================================ ] 973/1341 72% [============================================= ] 974/1341 72% [============================================= ] 975/1341 72% [============================================= ] 976/1341 72% [============================================= ] 977/1341 72% [============================================= ] 978/1341 72% [============================================= ] 979/1341 73% [============================================= ] 980/1341 73% [============================================= ] 981/1341 73% [============================================= ] 982/1341 73% [============================================= ] 983/1341 73% [============================================= ] 984/1341 73% [============================================= ] 985/1341 73% [============================================= ] 986/1341 73% [============================================= ] 987/1341 73% [============================================= ] 988/1341 73% [============================================= ] 989/1341 73% [============================================= ] 990/1341 73% [============================================= ] 991/1341 73% [============================================= ] 992/1341 73% [============================================= ] 993/1341 74% [============================================= ] 994/1341 74% [============================================== ] 995/1341 74% [============================================== ] 996/1341 74% [============================================== ] 997/1341 74% [============================================== ] 998/1341 74% [============================================== ] 999/1341 74% [============================================== ] 1000/1341 74% [============================================== ] 1001/1341 74% [============================================== ] 1002/1341 74% [============================================== ] 1003/1341 74% [============================================== ] 1004/1341 74% [============================================== ] 1005/1341 74% [============================================== ] 1006/1341 75% [============================================== ] 1007/1341 75% [============================================== ] 1008/1341 75% [============================================== ] 1009/1341 75% [============================================== ] 1010/1341 75% [============================================== ] 1011/1341 75% [============================================== ] 1012/1341 75% [============================================== ] 1013/1341 75% [============================================== ] 1014/1341 75% [============================================== ] 1015/1341 75% [============================================== ] 1016/1341 75% [=============================================== ] 1017/1341 75% [=============================================== ] 1018/1341 75% [=============================================== ] 1019/1341 75% [=============================================== ] 1020/1341 76% [=============================================== ] 1021/1341 76% [=============================================== ] 1022/1341 76% [=============================================== ] 1023/1341 76% [=============================================== ] 1024/1341 76% [=============================================== ] 1025/1341 76% [=============================================== ] 1026/1341 76% [=============================================== ] 1027/1341 76% [=============================================== ] 1028/1341 76% [=============================================== ] 1029/1341 76% [=============================================== ] 1030/1341 76% [=============================================== ] 1031/1341 76% [=============================================== ] 1032/1341 76% [=============================================== ] 1033/1341 77% [=============================================== ] 1034/1341 77% [=============================================== ] 1035/1341 77% [=============================================== ] 1036/1341 77% [=============================================== ] 1037/1341 77% [=============================================== ] 1038/1341 77% [================================================ ] 1039/1341 77% [================================================ ] 1040/1341 77% [================================================ ] 1041/1341 77% [================================================ ] 1042/1341 77% [================================================ ] 1043/1341 77% [================================================ ] 1044/1341 77% [================================================ ] 1045/1341 77% [================================================ ] 1046/1341 78% [================================================ ] 1047/1341 78% [================================================ ] 1048/1341 78% [================================================ ] 1049/1341 78% [================================================ ] 1050/1341 78% [================================================ ] 1051/1341 78% [================================================ ] 1052/1341 78% [================================================ ] 1053/1341 78% [================================================ ] 1054/1341 78% [================================================ ] 1055/1341 78% [================================================ ] 1056/1341 78% [================================================ ] 1057/1341 78% [================================================ ] 1058/1341 78% [================================================ ] 1059/1341 78% [================================================= ] 1060/1341 79% [================================================= ] 1061/1341 79% [================================================= ] 1062/1341 79% [================================================= ] 1063/1341 79% [================================================= ] 1064/1341 79% [================================================= ] 1065/1341 79% [================================================= ] 1066/1341 79% [================================================= ] 1067/1341 79% [================================================= ] 1068/1341 79% [================================================= ] 1069/1341 79% [================================================= ] 1070/1341 79% [================================================= ] 1071/1341 79% [================================================= ] 1072/1341 79% [================================================= ] 1073/1341 80% [================================================= ] 1074/1341 80% [================================================= ] 1075/1341 80% [================================================= ] 1076/1341 80% [================================================= ] 1077/1341 80% [================================================= ] 1078/1341 80% [================================================= ] 1079/1341 80% [================================================= ] 1080/1341 80% [================================================= ] 1081/1341 80% [================================================== ] 1082/1341 80% [================================================== ] 1083/1341 80% [================================================== ] 1084/1341 80% [================================================== ] 1085/1341 80% [================================================== ] 1086/1341 80% [================================================== ] 1087/1341 81% [================================================== ] 1088/1341 81% [================================================== ] 1089/1341 81% [================================================== ] 1090/1341 81% [================================================== ] 1091/1341 81% [================================================== ] 1092/1341 81% [================================================== ] 1093/1341 81% [================================================== ] 1094/1341 81% [================================================== ] 1095/1341 81% [================================================== ] 1096/1341 81% [================================================== ] 1097/1341 81% [================================================== ] 1098/1341 81% [================================================== ] 1099/1341 81% [================================================== ] 1100/1341 82% [================================================== ] 1101/1341 82% [================================================== ] 1102/1341 82% [================================================== ] 1103/1341 82% [=================================================== ] 1104/1341 82% [=================================================== ] 1105/1341 82% [=================================================== ] 1106/1341 82% [=================================================== ] 1107/1341 82% [=================================================== ] 1108/1341 82% [=================================================== ] 1109/1341 82% [=================================================== ] 1110/1341 82% [=================================================== ] 1111/1341 82% [=================================================== ] 1112/1341 82% [=================================================== ] 1113/1341 82% [=================================================== ] 1114/1341 83% [=================================================== ] 1115/1341 83% [=================================================== ] 1116/1341 83% [=================================================== ] 1117/1341 83% [=================================================== ] 1118/1341 83% [=================================================== ] 1119/1341 83% [=================================================== ] 1120/1341 83% [=================================================== ] 1121/1341 83% [=================================================== ] 1122/1341 83% [=================================================== ] 1123/1341 83% [=================================================== ] 1124/1341 83% [==================================================== ] 1125/1341 83% [==================================================== ] 1126/1341 83% [==================================================== ] 1127/1341 84% [==================================================== ] 1128/1341 84% [==================================================== ] 1129/1341 84% [==================================================== ] 1130/1341 84% [==================================================== ] 1131/1341 84% [==================================================== ] 1132/1341 84% [==================================================== ] 1133/1341 84% [==================================================== ] 1134/1341 84% [==================================================== ] 1135/1341 84% [==================================================== ] 1136/1341 84% [==================================================== ] 1137/1341 84% [==================================================== ] 1138/1341 84% [==================================================== ] 1139/1341 84% [==================================================== ] 1140/1341 85% [==================================================== ] 1141/1341 85% [==================================================== ] 1142/1341 85% [==================================================== ] 1143/1341 85% [==================================================== ] 1144/1341 85% [==================================================== ] 1145/1341 85% [==================================================== ] 1146/1341 85% [===================================================== ] 1147/1341 85% [===================================================== ] 1148/1341 85% [===================================================== ] 1149/1341 85% [===================================================== ] 1150/1341 85% [===================================================== ] 1151/1341 85% [===================================================== ] 1152/1341 85% [===================================================== ] 1153/1341 85% [===================================================== ] 1154/1341 86% [===================================================== ] 1155/1341 86% [===================================================== ] 1156/1341 86% [===================================================== ] 1157/1341 86% [===================================================== ] 1158/1341 86% [===================================================== ] 1159/1341 86% [===================================================== ] 1160/1341 86% [===================================================== ] 1161/1341 86% [===================================================== ] 1162/1341 86% [===================================================== ] 1163/1341 86% [===================================================== ] 1164/1341 86% [===================================================== ] 1165/1341 86% [===================================================== ] 1166/1341 86% [===================================================== ] 1167/1341 87% [====================================================== ] 1168/1341 87% [====================================================== ] 1169/1341 87% [====================================================== ] 1170/1341 87% [====================================================== ] 1171/1341 87% [====================================================== ] 1172/1341 87% [====================================================== ] 1173/1341 87% [====================================================== ] 1174/1341 87% [====================================================== ] 1175/1341 87% [====================================================== ] 1176/1341 87% [====================================================== ] 1177/1341 87% [====================================================== ] 1178/1341 87% [====================================================== ] 1179/1341 87% [====================================================== ] 1180/1341 87% [====================================================== ] 1181/1341 88% [====================================================== ] 1182/1341 88% [====================================================== ] 1183/1341 88% [====================================================== ] 1184/1341 88% [====================================================== ] 1185/1341 88% [====================================================== ] 1186/1341 88% [====================================================== ] 1187/1341 88% [====================================================== ] 1188/1341 88% [====================================================== ] 1189/1341 88% [======================================================= ] 1190/1341 88% [======================================================= ] 1191/1341 88% [======================================================= ] 1192/1341 88% [======================================================= ] 1193/1341 88% [======================================================= ] 1194/1341 89% [======================================================= ] 1195/1341 89% [======================================================= ] 1196/1341 89% [======================================================= ] 1197/1341 89% [======================================================= ] 1198/1341 89% [======================================================= ] 1199/1341 89% [======================================================= ] 1200/1341 89% [======================================================= ] 1201/1341 89% [======================================================= ] 1202/1341 89% [======================================================= ] 1203/1341 89% [======================================================= ] 1204/1341 89% [======================================================= ] 1205/1341 89% [======================================================= ] 1206/1341 89% [======================================================= ] 1207/1341 90% [======================================================= ] 1208/1341 90% [======================================================= ] 1209/1341 90% [======================================================= ] 1210/1341 90% [======================================================= ] 1211/1341 90% [======================================================== ] 1212/1341 90% [======================================================== ] 1213/1341 90% [======================================================== ] 1214/1341 90% [======================================================== ] 1215/1341 90% [======================================================== ] 1216/1341 90% [======================================================== ] 1217/1341 90% [======================================================== ] 1218/1341 90% [======================================================== ] 1219/1341 90% [======================================================== ] 1220/1341 90% [======================================================== ] 1221/1341 91% [======================================================== ] 1222/1341 91% [======================================================== ] 1223/1341 91% [======================================================== ] 1224/1341 91% [======================================================== ] 1225/1341 91% [======================================================== ] 1226/1341 91% [======================================================== ] 1227/1341 91% [======================================================== ] 1228/1341 91% [======================================================== ] 1229/1341 91% [======================================================== ] 1230/1341 91% [======================================================== ] 1231/1341 91% [======================================================== ] 1232/1341 91% [========================================================= ] 1233/1341 91% [========================================================= ] 1234/1341 92% [========================================================= ] 1235/1341 92% [========================================================= ] 1236/1341 92% [========================================================= ] 1237/1341 92% [========================================================= ] 1238/1341 92% [========================================================= ] 1239/1341 92% [========================================================= ] 1240/1341 92% [========================================================= ] 1241/1341 92% [========================================================= ] 1242/1341 92% [========================================================= ] 1243/1341 92% [========================================================= ] 1244/1341 92% [========================================================= ] 1245/1341 92% [========================================================= ] 1246/1341 92% [========================================================= ] 1247/1341 92% [========================================================= ] 1248/1341 93% [========================================================= ] 1249/1341 93% [========================================================= ] 1250/1341 93% [========================================================= ] 1251/1341 93% [========================================================= ] 1252/1341 93% [========================================================= ] 1253/1341 93% [========================================================= ] 1254/1341 93% [========================================================== ] 1255/1341 93% [========================================================== ] 1256/1341 93% [========================================================== ] 1257/1341 93% [========================================================== ] 1258/1341 93% [========================================================== ] 1259/1341 93% [========================================================== ] 1260/1341 93% [========================================================== ] 1261/1341 94% [========================================================== ] 1262/1341 94% [========================================================== ] 1263/1341 94% [========================================================== ] 1264/1341 94% [========================================================== ] 1265/1341 94% [========================================================== ] 1266/1341 94% [========================================================== ] 1267/1341 94% [========================================================== ] 1268/1341 94% [========================================================== ] 1269/1341 94% [========================================================== ] 1270/1341 94% [========================================================== ] 1271/1341 94% [========================================================== ] 1272/1341 94% [========================================================== ] 1273/1341 94% [========================================================== ] 1274/1341 95% [========================================================== ] 1275/1341 95% [========================================================== ] 1276/1341 95% [=========================================================== ] 1277/1341 95% [=========================================================== ] 1278/1341 95% [=========================================================== ] 1279/1341 95% [=========================================================== ] 1280/1341 95% [=========================================================== ] 1281/1341 95% [=========================================================== ] 1282/1341 95% [=========================================================== ] 1283/1341 95% [=========================================================== ] 1284/1341 95% [=========================================================== ] 1285/1341 95% [=========================================================== ] 1286/1341 95% [=========================================================== ] 1287/1341 95% [=========================================================== ] 1288/1341 96% [=========================================================== ] 1289/1341 96% [=========================================================== ] 1290/1341 96% [=========================================================== ] 1291/1341 96% [=========================================================== ] 1292/1341 96% [=========================================================== ] 1293/1341 96% [=========================================================== ] 1294/1341 96% [=========================================================== ] 1295/1341 96% [=========================================================== ] 1296/1341 96% [=========================================================== ] 1297/1341 96% [============================================================ ] 1298/1341 96% [============================================================ ] 1299/1341 96% [============================================================ ] 1300/1341 96% [============================================================ ] 1301/1341 97% [============================================================ ] 1302/1341 97% [============================================================ ] 1303/1341 97% [============================================================ ] 1304/1341 97% [============================================================ ] 1305/1341 97% [============================================================ ] 1306/1341 97% [============================================================ ] 1307/1341 97% [============================================================ ] 1308/1341 97% [============================================================ ] 1309/1341 97% [============================================================ ] 1310/1341 97% [============================================================ ] 1311/1341 97% [============================================================ ] 1312/1341 97% [============================================================ ] 1313/1341 97% [============================================================ ] 1314/1341 97% [============================================================ ] 1315/1341 98% [============================================================ ] 1316/1341 98% [============================================================ ] 1317/1341 98% [============================================================ ] 1318/1341 98% [============================================================ ] 1319/1341 98% [============================================================= ] 1320/1341 98% [============================================================= ] 1321/1341 98% [============================================================= ] 1322/1341 98% [============================================================= ] 1323/1341 98% [============================================================= ] 1324/1341 98% [============================================================= ] 1325/1341 98% [============================================================= ] 1326/1341 98% [============================================================= ] 1327/1341 98% [============================================================= ] 1328/1341 99% [============================================================= ] 1329/1341 99% [============================================================= ] 1330/1341 99% [============================================================= ] 1331/1341 99% [============================================================= ] 1332/1341 99% [============================================================= ] 1333/1341 99% [============================================================= ] 1334/1341 99% [============================================================= ] 1335/1341 99% [============================================================= ] 1336/1341 99% [============================================================= ] 1337/1341 99% [============================================================= ] 1338/1341 99% [============================================================= ] 1339/1341 99% [============================================================= ] 1340/1341 99% [==============================================================] 1341/1341 100% operation complete, 1341 objects in 23554 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2023.05-rc1-5-gfd5afab7b6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.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.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.3.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.3 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-cryptsetup 2.6.1 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> ethtool 6.2 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fscryptctl 1.0.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> haveged 1.9.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> inadyn 2.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcurl 8.0.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgsm 1.0.19 Collecting legal info COPYRIGHT: OK (sha256: 81c68a3374937ed9b5e4929c709e81a2c4b35b5d1f450ecf8c473e2daea46ff6) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> unbound 1.17.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'