mkdir -p /home/autobuild/autobuild/instance-19/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-19/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-19/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-19/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-19/output-1/target/etc/shells ln -sf mksh /home/autobuild/autobuild/instance-19/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/autobuild/autobuild/instance-19/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-19/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-19/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-19/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/include /home/autobuild/autobuild/instance-19/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-19/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-19/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-19/output-1/target/usr/doc find /home/autobuild/autobuild/instance-19/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-19/output-1/target/lib/ /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-19/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-19/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-19/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/man /home/autobuild/autobuild/instance-19/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/info /home/autobuild/autobuild/instance-19/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/doc /home/autobuild/autobuild/instance-19/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-19/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-19/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-19/output-1/target/lib/debug /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-19/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-19/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-19/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-19/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-19/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-966-gc77c66b7df"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-19/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-19/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-19/output-1/per-package /home/autobuild/autobuild/instance-19/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-19/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-19/output-1/images rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-19/output-1/target/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-19/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-19/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-19/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-19/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-19/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1216 number of 4KB nodes: 23529 Total image size: 78444109 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-19/output-1/images rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-19/output-1/target/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-19/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-19/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-19/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/autobuild/autobuild/instance-19/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-19/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-19/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-19/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-19/output-1/images rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-19/output-1/target/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-19/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-19/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-19/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-19/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-19/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-19/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-19/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-19/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-19/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-19/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-19/output-1/images/rootfs.ubifs"91348992 bytes (87.1 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-19/output-1/images rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-19/output-1/target/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-19/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-19/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-19/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-19/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-19/output-1/host/bin:/home/autobuild/autobuild/instance-19/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-19/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-19/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-19/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-19/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1216 objects. stage 2: creating image '/home/autobuild/autobuild/instance-19/output-1/images/rootfs.yaffs2' [ ] 1/1216 0% [ ] 2/1216 0% [ ] 3/1216 0% [ ] 4/1216 0% [ ] 5/1216 0% [ ] 6/1216 0% [ ] 7/1216 0% [ ] 8/1216 0% [ ] 9/1216 0% [ ] 10/1216 0% [ ] 11/1216 0% [ ] 12/1216 0% [ ] 13/1216 1% [ ] 14/1216 1% [ ] 15/1216 1% [ ] 16/1216 1% [ ] 17/1216 1% [ ] 18/1216 1% [ ] 19/1216 1% [= ] 20/1216 1% [= ] 21/1216 1% [= ] 22/1216 1% [= ] 23/1216 1% [= ] 24/1216 1% [= ] 25/1216 2% [= ] 26/1216 2% [= ] 27/1216 2% [= ] 28/1216 2% [= ] 29/1216 2% [= ] 30/1216 2% [= ] 31/1216 2% [= ] 32/1216 2% [= ] 33/1216 2% [= ] 34/1216 2% [= ] 35/1216 2% [= ] 36/1216 2% [= ] 37/1216 3% [= ] 38/1216 3% [= ] 39/1216 3% [== ] 40/1216 3% [== ] 41/1216 3% [== ] 42/1216 3% [== ] 43/1216 3% [== ] 44/1216 3% [== ] 45/1216 3% [== ] 46/1216 3% [== ] 47/1216 3% [== ] 48/1216 3% [== ] 49/1216 4% [== ] 50/1216 4% [== ] 51/1216 4% [== ] 52/1216 4% [== ] 53/1216 4% [== ] 54/1216 4% [== ] 55/1216 4% [== ] 56/1216 4% [== ] 57/1216 4% [== ] 58/1216 4% [=== ] 59/1216 4% [=== ] 60/1216 4% [=== ] 61/1216 5% [=== ] 62/1216 5% [=== ] 63/1216 5% [=== ] 64/1216 5% [=== ] 65/1216 5% [=== ] 66/1216 5% [=== ] 67/1216 5% [=== ] 68/1216 5% [=== ] 69/1216 5% [=== ] 70/1216 5% [=== ] 71/1216 5% [=== ] 72/1216 5% [=== ] 73/1216 6% [=== ] 74/1216 6% [=== ] 75/1216 6% [=== ] 76/1216 6% [=== ] 77/1216 6% [=== ] 78/1216 6% [==== ] 79/1216 6% [==== ] 80/1216 6% [==== ] 81/1216 6% [==== ] 82/1216 6% [==== ] 83/1216 6% [==== ] 84/1216 6% [==== ] 85/1216 6% [==== ] 86/1216 7% [==== ] 87/1216 7% [==== ] 88/1216 7% [==== ] 89/1216 7% [==== ] 90/1216 7% [==== ] 91/1216 7% [==== ] 92/1216 7% [==== ] 93/1216 7% [==== ] 94/1216 7% [==== ] 95/1216 7% [==== ] 96/1216 7% [==== ] 97/1216 7% [==== ] 98/1216 8% [===== ] 99/1216 8% [===== ] 100/1216 8% [===== ] 101/1216 8% [===== ] 102/1216 8% [===== ] 103/1216 8% [===== ] 104/1216 8% [===== ] 105/1216 8% [===== ] 106/1216 8% [===== ] 107/1216 8% [===== ] 108/1216 8% [===== ] 109/1216 8% [===== ] 110/1216 9% [===== ] 111/1216 9% [===== ] 112/1216 9% [===== ] 113/1216 9% [===== ] 114/1216 9% [===== ] 115/1216 9% [===== ] 116/1216 9% [===== ] 117/1216 9% [====== ] 118/1216 9% [====== ] 119/1216 9% [====== ] 120/1216 9% [====== ] 121/1216 9% [====== ] 122/1216 10% [====== ] 123/1216 10% [====== ] 124/1216 10% [====== ] 125/1216 10% [====== ] 126/1216 10% [====== ] 127/1216 10% [====== ] 128/1216 10% [====== ] 129/1216 10% [====== ] 130/1216 10% [====== ] 131/1216 10% [====== ] 132/1216 10% [====== ] 133/1216 10% [====== ] 134/1216 11% [====== ] 135/1216 11% [====== ] 136/1216 11% [====== ] 137/1216 11% [======= ] 138/1216 11% [======= ] 139/1216 11% [======= ] 140/1216 11% [======= ] 141/1216 11% [======= ] 142/1216 11% [======= ] 143/1216 11% [======= ] 144/1216 11% [======= ] 145/1216 11% [======= ] 146/1216 12% [======= ] 147/1216 12% [======= ] 148/1216 12% [======= ] 149/1216 12% [======= ] 150/1216 12% [======= ] 151/1216 12% [======= ] 152/1216 12% [======= ] 153/1216 12% [======= ] 154/1216 12% [======= ] 155/1216 12% [======= ] 156/1216 12% [======== ] 157/1216 12% [======== ] 158/1216 12% [======== ] 159/1216 13% [======== ] 160/1216 13% [======== ] 161/1216 13% [======== ] 162/1216 13% [======== ] 163/1216 13% [======== ] 164/1216 13% [======== ] 165/1216 13% [======== ] 166/1216 13% [======== ] 167/1216 13% [======== ] 168/1216 13% [======== ] 169/1216 13% [======== ] 170/1216 13% [======== ] 171/1216 14% [======== ] 172/1216 14% [======== ] 173/1216 14% [======== ] 174/1216 14% [======== ] 175/1216 14% [======== ] 176/1216 14% [========= ] 177/1216 14% [========= ] 178/1216 14% [========= ] 179/1216 14% [========= ] 180/1216 14% [========= ] 181/1216 14% [========= ] 182/1216 14% [========= ] 183/1216 15% [========= ] 184/1216 15% [========= ] 185/1216 15% [========= ] 186/1216 15% [========= ] 187/1216 15% [========= ] 188/1216 15% [========= ] 189/1216 15% [========= ] 190/1216 15% [========= ] 191/1216 15% [========= ] 192/1216 15% [========= ] 193/1216 15% [========= ] 194/1216 15% [========= ] 195/1216 16% [========= ] 196/1216 16% [========== ] 197/1216 16% [========== ] 198/1216 16% [========== ] 199/1216 16% [========== ] 200/1216 16% [========== ] 201/1216 16% [========== ] 202/1216 16% [========== ] 203/1216 16% [========== ] 204/1216 16% [========== ] 205/1216 16% [========== ] 206/1216 16% [========== ] 207/1216 17% [========== ] 208/1216 17% [========== ] 209/1216 17% [========== ] 210/1216 17% [========== ] 211/1216 17% [========== ] 212/1216 17% [========== ] 213/1216 17% [========== ] 214/1216 17% [========== ] 215/1216 17% [=========== ] 216/1216 17% [=========== ] 217/1216 17% [=========== ] 218/1216 17% [=========== ] 219/1216 18% [=========== ] 220/1216 18% [=========== ] 221/1216 18% [=========== ] 222/1216 18% [=========== ] 223/1216 18% [=========== ] 224/1216 18% [=========== ] 225/1216 18% [=========== ] 226/1216 18% [=========== ] 227/1216 18% [=========== ] 228/1216 18% [=========== ] 229/1216 18% [=========== ] 230/1216 18% [=========== ] 231/1216 18% [=========== ] 232/1216 19% [=========== ] 233/1216 19% [=========== ] 234/1216 19% [=========== ] 235/1216 19% [============ ] 236/1216 19% [============ ] 237/1216 19% [============ ] 238/1216 19% [============ ] 239/1216 19% [============ ] 240/1216 19% [============ ] 241/1216 19% [============ ] 242/1216 19% [============ ] 243/1216 19% [============ ] 244/1216 20% [============ ] 245/1216 20% [============ ] 246/1216 20% [============ ] 247/1216 20% [============ ] 248/1216 20% [============ ] 249/1216 20% [============ ] 250/1216 20% [============ ] 251/1216 20% [============ ] 252/1216 20% [============ ] 253/1216 20% [============ ] 254/1216 20% [============= ] 255/1216 20% [============= ] 256/1216 21% [============= ] 257/1216 21% [============= ] 258/1216 21% [============= ] 259/1216 21% [============= ] 260/1216 21% [============= ] 261/1216 21% [============= ] 262/1216 21% [============= ] 263/1216 21% [============= ] 264/1216 21% [============= ] 265/1216 21% [============= ] 266/1216 21% [============= ] 267/1216 21% [============= ] 268/1216 22% [============= ] 269/1216 22% [============= ] 270/1216 22% [============= ] 271/1216 22% [============= ] 272/1216 22% [============= ] 273/1216 22% [============= ] 274/1216 22% [============== ] 275/1216 22% [============== ] 276/1216 22% [============== ] 277/1216 22% [============== ] 278/1216 22% [============== ] 279/1216 22% [============== ] 280/1216 23% [============== ] 281/1216 23% [============== ] 282/1216 23% [============== ] 283/1216 23% [============== ] 284/1216 23% [============== ] 285/1216 23% [============== ] 286/1216 23% [============== ] 287/1216 23% [============== ] 288/1216 23% [============== ] 289/1216 23% [============== ] 290/1216 23% [============== ] 291/1216 23% [============== ] 292/1216 24% [============== ] 293/1216 24% [============== ] 294/1216 24% [=============== ] 295/1216 24% [=============== ] 296/1216 24% [=============== ] 297/1216 24% [=============== ] 298/1216 24% [=============== ] 299/1216 24% [=============== ] 300/1216 24% [=============== ] 301/1216 24% [=============== ] 302/1216 24% [=============== ] 303/1216 24% [=============== ] 304/1216 25% [=============== ] 305/1216 25% [=============== ] 306/1216 25% [=============== ] 307/1216 25% [=============== ] 308/1216 25% [=============== ] 309/1216 25% [=============== ] 310/1216 25% [=============== ] 311/1216 25% [=============== ] 312/1216 25% [=============== ] 313/1216 25% [================ ] 314/1216 25% [================ ] 315/1216 25% [================ ] 316/1216 25% [================ ] 317/1216 26% [================ ] 318/1216 26% [================ ] 319/1216 26% [================ ] 320/1216 26% [================ ] 321/1216 26% [================ ] 322/1216 26% [================ ] 323/1216 26% [================ ] 324/1216 26% [================ ] 325/1216 26% [================ ] 326/1216 26% [================ ] 327/1216 26% [================ ] 328/1216 26% [================ ] 329/1216 27% [================ ] 330/1216 27% [================ ] 331/1216 27% [================ ] 332/1216 27% [================ ] 333/1216 27% [================= ] 334/1216 27% [================= ] 335/1216 27% [================= ] 336/1216 27% [================= ] 337/1216 27% [================= ] 338/1216 27% [================= ] 339/1216 27% [================= ] 340/1216 27% [================= ] 341/1216 28% [================= ] 342/1216 28% [================= ] 343/1216 28% [================= ] 344/1216 28% [================= ] 345/1216 28% [================= ] 346/1216 28% [================= ] 347/1216 28% [================= ] 348/1216 28% [================= ] 349/1216 28% [================= ] 350/1216 28% [================= ] 351/1216 28% [================= ] 352/1216 28% [================= ] 353/1216 29% [================== ] 354/1216 29% [================== ] 355/1216 29% [================== ] 356/1216 29% [================== ] 357/1216 29% [================== ] 358/1216 29% [================== ] 359/1216 29% [================== ] 360/1216 29% [================== ] 361/1216 29% [================== ] 362/1216 29% [================== ] 363/1216 29% [================== ] 364/1216 29% [================== ] 365/1216 30% [================== ] 366/1216 30% [================== ] 367/1216 30% [================== ] 368/1216 30% [================== ] 369/1216 30% [================== ] 370/1216 30% [================== ] 371/1216 30% [================== ] 372/1216 30% [=================== ] 373/1216 30% [=================== ] 374/1216 30% [=================== ] 375/1216 30% [=================== ] 376/1216 30% [=================== ] 377/1216 31% [=================== ] 378/1216 31% [=================== ] 379/1216 31% [=================== ] 380/1216 31% [=================== ] 381/1216 31% [=================== ] 382/1216 31% [=================== ] 383/1216 31% [=================== ] 384/1216 31% [=================== ] 385/1216 31% [=================== ] 386/1216 31% [=================== ] 387/1216 31% [=================== ] 388/1216 31% [=================== ] 389/1216 31% [=================== ] 390/1216 32% [=================== ] 391/1216 32% [=================== ] 392/1216 32% [==================== ] 393/1216 32% [==================== ] 394/1216 32% [==================== ] 395/1216 32% [==================== ] 396/1216 32% [==================== ] 397/1216 32% [==================== ] 398/1216 32% [==================== ] 399/1216 32% [==================== ] 400/1216 32% [==================== ] 401/1216 32% [==================== ] 402/1216 33% [==================== ] 403/1216 33% [==================== ] 404/1216 33% [==================== ] 405/1216 33% [==================== ] 406/1216 33% [==================== ] 407/1216 33% [==================== ] 408/1216 33% [==================== ] 409/1216 33% [==================== ] 410/1216 33% [==================== ] 411/1216 33% [===================== ] 412/1216 33% [===================== ] 413/1216 33% [===================== ] 414/1216 34% [===================== ] 415/1216 34% [===================== ] 416/1216 34% [===================== ] 417/1216 34% [===================== ] 418/1216 34% [===================== ] 419/1216 34% [===================== ] 420/1216 34% [===================== ] 421/1216 34% [===================== ] 422/1216 34% [===================== ] 423/1216 34% [===================== ] 424/1216 34% [===================== ] 425/1216 34% [===================== ] 426/1216 35% [===================== ] 427/1216 35% [===================== ] 428/1216 35% [===================== ] 429/1216 35% [===================== ] 430/1216 35% [===================== ] 431/1216 35% [====================== ] 432/1216 35% [====================== ] 433/1216 35% [====================== ] 434/1216 35% [====================== ] 435/1216 35% [====================== ] 436/1216 35% [====================== ] 437/1216 35% [====================== ] 438/1216 36% [====================== ] 439/1216 36% [====================== ] 440/1216 36% [====================== ] 441/1216 36% [====================== ] 442/1216 36% [====================== ] 443/1216 36% [====================== ] 444/1216 36% [====================== ] 445/1216 36% [====================== ] 446/1216 36% [====================== ] 447/1216 36% [====================== ] 448/1216 36% [====================== ] 449/1216 36% [====================== ] 450/1216 37% [====================== ] 451/1216 37% [======================= ] 452/1216 37% [======================= ] 453/1216 37% [======================= ] 454/1216 37% [======================= ] 455/1216 37% [======================= ] 456/1216 37% [======================= ] 457/1216 37% [======================= ] 458/1216 37% [======================= ] 459/1216 37% [======================= ] 460/1216 37% [======================= ] 461/1216 37% [======================= ] 462/1216 37% [======================= ] 463/1216 38% [======================= ] 464/1216 38% [======================= ] 465/1216 38% [======================= ] 466/1216 38% [======================= ] 467/1216 38% [======================= ] 468/1216 38% [======================= ] 469/1216 38% [======================= ] 470/1216 38% [======================== ] 471/1216 38% [======================== ] 472/1216 38% [======================== ] 473/1216 38% [======================== ] 474/1216 38% [======================== ] 475/1216 39% [======================== ] 476/1216 39% [======================== ] 477/1216 39% [======================== ] 478/1216 39% [======================== ] 479/1216 39% [======================== ] 480/1216 39% [======================== ] 481/1216 39% [======================== ] 482/1216 39% [======================== ] 483/1216 39% [======================== ] 484/1216 39% [======================== ] 485/1216 39% [======================== ] 486/1216 39% [======================== ] 487/1216 40% [======================== ] 488/1216 40% [======================== ] 489/1216 40% [======================== ] 490/1216 40% [========================= ] 491/1216 40% [========================= ] 492/1216 40% [========================= ] 493/1216 40% [========================= ] 494/1216 40% [========================= ] 495/1216 40% [========================= ] 496/1216 40% [========================= ] 497/1216 40% [========================= ] 498/1216 40% [========================= ] 499/1216 41% [========================= ] 500/1216 41% [========================= ] 501/1216 41% [========================= ] 502/1216 41% [========================= ] 503/1216 41% [========================= ] 504/1216 41% [========================= ] 505/1216 41% [========================= ] 506/1216 41% [========================= ] 507/1216 41% [========================= ] 508/1216 41% [========================= ] 509/1216 41% [========================== ] 510/1216 41% [========================== ] 511/1216 42% [========================== ] 512/1216 42% [========================== ] 513/1216 42% [========================== ] 514/1216 42% [========================== ] 515/1216 42% [========================== ] 516/1216 42% [========================== ] 517/1216 42% [========================== ] 518/1216 42% [========================== ] 519/1216 42% [========================== ] 520/1216 42% [========================== ] 521/1216 42% [========================== ] 522/1216 42% [========================== ] 523/1216 43% [========================== ] 524/1216 43% [========================== ] 525/1216 43% [========================== ] 526/1216 43% [========================== ] 527/1216 43% [========================== ] 528/1216 43% [========================== ] 529/1216 43% [=========================== ] 530/1216 43% [=========================== ] 531/1216 43% [=========================== ] 532/1216 43% [=========================== ] 533/1216 43% [=========================== ] 534/1216 43% [=========================== ] 535/1216 43% [=========================== ] 536/1216 44% [=========================== ] 537/1216 44% [=========================== ] 538/1216 44% [=========================== ] 539/1216 44% [=========================== ] 540/1216 44% [=========================== ] 541/1216 44% [=========================== ] 542/1216 44% [=========================== ] 543/1216 44% [=========================== ] 544/1216 44% [=========================== ] 545/1216 44% [=========================== ] 546/1216 44% [=========================== ] 547/1216 44% [=========================== ] 548/1216 45% [=========================== ] 549/1216 45% [============================ ] 550/1216 45% [============================ ] 551/1216 45% [============================ ] 552/1216 45% [============================ ] 553/1216 45% [============================ ] 554/1216 45% [============================ ] 555/1216 45% [============================ ] 556/1216 45% [============================ ] 557/1216 45% [============================ ] 558/1216 45% [============================ ] 559/1216 45% [============================ ] 560/1216 46% [============================ ] 561/1216 46% [============================ ] 562/1216 46% [============================ ] 563/1216 46% [============================ ] 564/1216 46% [============================ ] 565/1216 46% [============================ ] 566/1216 46% [============================ ] 567/1216 46% [============================ ] 568/1216 46% [============================= ] 569/1216 46% [============================= ] 570/1216 46% [============================= ] 571/1216 46% [============================= ] 572/1216 47% [============================= ] 573/1216 47% [============================= ] 574/1216 47% [============================= ] 575/1216 47% [============================= ] 576/1216 47% [============================= ] 577/1216 47% [============================= ] 578/1216 47% [============================= ] 579/1216 47% [============================= ] 580/1216 47% [============================= ] 581/1216 47% [============================= ] 582/1216 47% [============================= ] 583/1216 47% [============================= ] 584/1216 48% [============================= ] 585/1216 48% [============================= ] 586/1216 48% [============================= ] 587/1216 48% [============================= ] 588/1216 48% [============================== ] 589/1216 48% [============================== ] 590/1216 48% [============================== ] 591/1216 48% [============================== ] 592/1216 48% [============================== ] 593/1216 48% [============================== ] 594/1216 48% [============================== ] 595/1216 48% [============================== ] 596/1216 49% [============================== ] 597/1216 49% [============================== ] 598/1216 49% [============================== ] 599/1216 49% [============================== ] 600/1216 49% [============================== ] 601/1216 49% [============================== ] 602/1216 49% [============================== ] 603/1216 49% [============================== ] 604/1216 49% [============================== ] 605/1216 49% [============================== ] 606/1216 49% [============================== ] 607/1216 49% [=============================== ] 608/1216 50% [=============================== ] 609/1216 50% [=============================== ] 610/1216 50% [=============================== ] 611/1216 50% [=============================== ] 612/1216 50% [=============================== ] 613/1216 50% [=============================== ] 614/1216 50% [=============================== ] 615/1216 50% [=============================== ] 616/1216 50% [=============================== ] 617/1216 50% [=============================== ] 618/1216 50% [=============================== ] 619/1216 50% [=============================== ] 620/1216 50% [=============================== ] 621/1216 51% [=============================== ] 622/1216 51% [=============================== ] 623/1216 51% [=============================== ] 624/1216 51% [=============================== ] 625/1216 51% [=============================== ] 626/1216 51% [=============================== ] 627/1216 51% [================================ ] 628/1216 51% [================================ ] 629/1216 51% [================================ ] 630/1216 51% [================================ ] 631/1216 51% [================================ ] 632/1216 51% [================================ ] 633/1216 52% [================================ ] 634/1216 52% [================================ ] 635/1216 52% [================================ ] 636/1216 52% [================================ ] 637/1216 52% [================================ ] 638/1216 52% [================================ ] 639/1216 52% [================================ ] 640/1216 52% [================================ ] 641/1216 52% [================================ ] 642/1216 52% [================================ ] 643/1216 52% [================================ ] 644/1216 52% [================================ ] 645/1216 53% [================================ ] 646/1216 53% [================================ ] 647/1216 53% [================================= ] 648/1216 53% [================================= ] 649/1216 53% [================================= ] 650/1216 53% [================================= ] 651/1216 53% [================================= ] 652/1216 53% [================================= ] 653/1216 53% [================================= ] 654/1216 53% [================================= ] 655/1216 53% [================================= ] 656/1216 53% [================================= ] 657/1216 54% [================================= ] 658/1216 54% [================================= ] 659/1216 54% [================================= ] 660/1216 54% [================================= ] 661/1216 54% [================================= ] 662/1216 54% [================================= ] 663/1216 54% [================================= ] 664/1216 54% [================================= ] 665/1216 54% [================================= ] 666/1216 54% [================================== ] 667/1216 54% [================================== ] 668/1216 54% [================================== ] 669/1216 55% [================================== ] 670/1216 55% [================================== ] 671/1216 55% [================================== ] 672/1216 55% [================================== ] 673/1216 55% [================================== ] 674/1216 55% [================================== ] 675/1216 55% [================================== ] 676/1216 55% [================================== ] 677/1216 55% [================================== ] 678/1216 55% [================================== ] 679/1216 55% [================================== ] 680/1216 55% [================================== ] 681/1216 56% [================================== ] 682/1216 56% [================================== ] 683/1216 56% [================================== ] 684/1216 56% [================================== ] 685/1216 56% [================================== ] 686/1216 56% [=================================== ] 687/1216 56% [=================================== ] 688/1216 56% [=================================== ] 689/1216 56% [=================================== ] 690/1216 56% [=================================== ] 691/1216 56% [=================================== ] 692/1216 56% [=================================== ] 693/1216 56% [=================================== ] 694/1216 57% [=================================== ] 695/1216 57% [=================================== ] 696/1216 57% [=================================== ] 697/1216 57% [=================================== ] 698/1216 57% [=================================== ] 699/1216 57% [=================================== ] 700/1216 57% [=================================== ] 701/1216 57% [=================================== ] 702/1216 57% [=================================== ] 703/1216 57% [=================================== ] 704/1216 57% [=================================== ] 705/1216 57% [=================================== ] 706/1216 58% [==================================== ] 707/1216 58% [==================================== ] 708/1216 58% [==================================== ] 709/1216 58% [==================================== ] 710/1216 58% [==================================== ] 711/1216 58% [==================================== ] 712/1216 58% [==================================== ] 713/1216 58% [==================================== ] 714/1216 58% [==================================== ] 715/1216 58% [==================================== ] 716/1216 58% [==================================== ] 717/1216 58% [==================================== ] 718/1216 59% [==================================== ] 719/1216 59% [==================================== ] 720/1216 59% [==================================== ] 721/1216 59% [==================================== ] 722/1216 59% [==================================== ] 723/1216 59% [==================================== ] 724/1216 59% [==================================== ] 725/1216 59% [===================================== ] 726/1216 59% [===================================== ] 727/1216 59% [===================================== ] 728/1216 59% [===================================== ] 729/1216 59% [===================================== ] 730/1216 60% [===================================== ] 731/1216 60% [===================================== ] 732/1216 60% [===================================== ] 733/1216 60% [===================================== ] 734/1216 60% [===================================== ] 735/1216 60% [===================================== ] 736/1216 60% [===================================== ] 737/1216 60% [===================================== ] 738/1216 60% [===================================== ] 739/1216 60% [===================================== ] 740/1216 60% [===================================== ] 741/1216 60% [===================================== ] 742/1216 61% [===================================== ] 743/1216 61% [===================================== ] 744/1216 61% [===================================== ] 745/1216 61% [====================================== ] 746/1216 61% [====================================== ] 747/1216 61% [====================================== ] 748/1216 61% [====================================== ] 749/1216 61% [====================================== ] 750/1216 61% [====================================== ] 751/1216 61% [====================================== ] 752/1216 61% [====================================== ] 753/1216 61% [====================================== ] 754/1216 62% [====================================== ] 755/1216 62% [====================================== ] 756/1216 62% [====================================== ] 757/1216 62% [====================================== ] 758/1216 62% [====================================== ] 759/1216 62% [====================================== ] 760/1216 62% [====================================== ] 761/1216 62% [====================================== ] 762/1216 62% [====================================== ] 763/1216 62% [====================================== ] 764/1216 62% [======================================= ] 765/1216 62% [======================================= ] 766/1216 62% [======================================= ] 767/1216 63% [======================================= ] 768/1216 63% [======================================= ] 769/1216 63% [======================================= ] 770/1216 63% [======================================= ] 771/1216 63% [======================================= ] 772/1216 63% [======================================= ] 773/1216 63% [======================================= ] 774/1216 63% [======================================= ] 775/1216 63% [======================================= ] 776/1216 63% [======================================= ] 777/1216 63% [======================================= ] 778/1216 63% [======================================= ] 779/1216 64% [======================================= ] 780/1216 64% [======================================= ] 781/1216 64% [======================================= ] 782/1216 64% [======================================= ] 783/1216 64% [======================================= ] 784/1216 64% [======================================== ] 785/1216 64% [======================================== ] 786/1216 64% [======================================== ] 787/1216 64% [======================================== ] 788/1216 64% [======================================== ] 789/1216 64% [======================================== ] 790/1216 64% [======================================== ] 791/1216 65% [======================================== ] 792/1216 65% [======================================== ] 793/1216 65% [======================================== ] 794/1216 65% [======================================== ] 795/1216 65% [======================================== ] 796/1216 65% [======================================== ] 797/1216 65% [======================================== ] 798/1216 65% [======================================== ] 799/1216 65% [======================================== ] 800/1216 65% [======================================== ] 801/1216 65% [======================================== ] 802/1216 65% [======================================== ] 803/1216 66% [======================================== ] 804/1216 66% [========================================= ] 805/1216 66% [========================================= ] 806/1216 66% [========================================= ] 807/1216 66% [========================================= ] 808/1216 66% [========================================= ] 809/1216 66% [========================================= ] 810/1216 66% [========================================= ] 811/1216 66% [========================================= ] 812/1216 66% [========================================= ] 813/1216 66% [========================================= ] 814/1216 66% [========================================= ] 815/1216 67% [========================================= ] 816/1216 67% [========================================= ] 817/1216 67% [========================================= ] 818/1216 67% [========================================= ] 819/1216 67% [========================================= ] 820/1216 67% [========================================= ] 821/1216 67% [========================================= ] 822/1216 67% [========================================= ] 823/1216 67% [========================================== ] 824/1216 67% [========================================== ] 825/1216 67% [========================================== ] 826/1216 67% [========================================== ] 827/1216 68% [========================================== ] 828/1216 68% [========================================== ] 829/1216 68% [========================================== ] 830/1216 68% [========================================== ] 831/1216 68% [========================================== ] 832/1216 68% [========================================== ] 833/1216 68% [========================================== ] 834/1216 68% [========================================== ] 835/1216 68% [========================================== ] 836/1216 68% [========================================== ] 837/1216 68% [========================================== ] 838/1216 68% [========================================== ] 839/1216 68% [========================================== ] 840/1216 69% [========================================== ] 841/1216 69% [========================================== ] 842/1216 69% [========================================== ] 843/1216 69% [=========================================== ] 844/1216 69% [=========================================== ] 845/1216 69% [=========================================== ] 846/1216 69% [=========================================== ] 847/1216 69% [=========================================== ] 848/1216 69% [=========================================== ] 849/1216 69% [=========================================== ] 850/1216 69% [=========================================== ] 851/1216 69% [=========================================== ] 852/1216 70% [=========================================== ] 853/1216 70% [=========================================== ] 854/1216 70% [=========================================== ] 855/1216 70% [=========================================== ] 856/1216 70% [=========================================== ] 857/1216 70% [=========================================== ] 858/1216 70% [=========================================== ] 859/1216 70% [=========================================== ] 860/1216 70% [=========================================== ] 861/1216 70% [=========================================== ] 862/1216 70% [============================================ ] 863/1216 70% [============================================ ] 864/1216 71% [============================================ ] 865/1216 71% [============================================ ] 866/1216 71% [============================================ ] 867/1216 71% [============================================ ] 868/1216 71% [============================================ ] 869/1216 71% [============================================ ] 870/1216 71% [============================================ ] 871/1216 71% [============================================ ] 872/1216 71% [============================================ ] 873/1216 71% [============================================ ] 874/1216 71% [============================================ ] 875/1216 71% [============================================ ] 876/1216 72% [============================================ ] 877/1216 72% [============================================ ] 878/1216 72% [============================================ ] 879/1216 72% [============================================ ] 880/1216 72% [============================================ ] 881/1216 72% [============================================ ] 882/1216 72% [============================================= ] 883/1216 72% [============================================= ] 884/1216 72% [============================================= ] 885/1216 72% [============================================= ] 886/1216 72% [============================================= ] 887/1216 72% [============================================= ] 888/1216 73% [============================================= ] 889/1216 73% [============================================= ] 890/1216 73% [============================================= ] 891/1216 73% [============================================= ] 892/1216 73% [============================================= ] 893/1216 73% [============================================= ] 894/1216 73% [============================================= ] 895/1216 73% [============================================= ] 896/1216 73% [============================================= ] 897/1216 73% [============================================= ] 898/1216 73% [============================================= ] 899/1216 73% [============================================= ] 900/1216 74% [============================================= ] 901/1216 74% [============================================= ] 902/1216 74% [============================================== ] 903/1216 74% [============================================== ] 904/1216 74% [============================================== ] 905/1216 74% [============================================== ] 906/1216 74% [============================================== ] 907/1216 74% [============================================== ] 908/1216 74% [============================================== ] 909/1216 74% [============================================== ] 910/1216 74% [============================================== ] 911/1216 74% [============================================== ] 912/1216 75% [============================================== ] 913/1216 75% [============================================== ] 914/1216 75% [============================================== ] 915/1216 75% [============================================== ] 916/1216 75% [============================================== ] 917/1216 75% [============================================== ] 918/1216 75% [============================================== ] 919/1216 75% [============================================== ] 920/1216 75% [============================================== ] 921/1216 75% [=============================================== ] 922/1216 75% [=============================================== ] 923/1216 75% [=============================================== ] 924/1216 75% [=============================================== ] 925/1216 76% [=============================================== ] 926/1216 76% [=============================================== ] 927/1216 76% [=============================================== ] 928/1216 76% [=============================================== ] 929/1216 76% [=============================================== ] 930/1216 76% [=============================================== ] 931/1216 76% [=============================================== ] 932/1216 76% [=============================================== ] 933/1216 76% [=============================================== ] 934/1216 76% [=============================================== ] 935/1216 76% [=============================================== ] 936/1216 76% [=============================================== ] 937/1216 77% [=============================================== ] 938/1216 77% [=============================================== ] 939/1216 77% [=============================================== ] 940/1216 77% [=============================================== ] 941/1216 77% [================================================ ] 942/1216 77% [================================================ ] 943/1216 77% [================================================ ] 944/1216 77% [================================================ ] 945/1216 77% [================================================ ] 946/1216 77% [================================================ ] 947/1216 77% [================================================ ] 948/1216 77% [================================================ ] 949/1216 78% [================================================ ] 950/1216 78% [================================================ ] 951/1216 78% [================================================ ] 952/1216 78% [================================================ ] 953/1216 78% [================================================ ] 954/1216 78% [================================================ ] 955/1216 78% [================================================ ] 956/1216 78% [================================================ ] 957/1216 78% [================================================ ] 958/1216 78% [================================================ ] 959/1216 78% [================================================ ] 960/1216 78% [================================================ ] 961/1216 79% [================================================= ] 962/1216 79% [================================================= ] 963/1216 79% [================================================= ] 964/1216 79% [================================================= ] 965/1216 79% [================================================= ] 966/1216 79% [================================================= ] 967/1216 79% [================================================= ] 968/1216 79% [================================================= ] 969/1216 79% [================================================= ] 970/1216 79% [================================================= ] 971/1216 79% [================================================= ] 972/1216 79% [================================================= ] 973/1216 80% [================================================= ] 974/1216 80% [================================================= ] 975/1216 80% [================================================= ] 976/1216 80% [================================================= ] 977/1216 80% [================================================= ] 978/1216 80% [================================================= ] 979/1216 80% [================================================= ] 980/1216 80% [================================================== ] 981/1216 80% [================================================== ] 982/1216 80% [================================================== ] 983/1216 80% [================================================== ] 984/1216 80% [================================================== ] 985/1216 81% [================================================== ] 986/1216 81% [================================================== ] 987/1216 81% [================================================== ] 988/1216 81% [================================================== ] 989/1216 81% [================================================== ] 990/1216 81% [================================================== ] 991/1216 81% [================================================== ] 992/1216 81% [================================================== ] 993/1216 81% [================================================== ] 994/1216 81% [================================================== ] 995/1216 81% [================================================== ] 996/1216 81% [================================================== ] 997/1216 81% [================================================== ] 998/1216 82% [================================================== ] 999/1216 82% [================================================== ] 1000/1216 82% [=================================================== ] 1001/1216 82% [=================================================== ] 1002/1216 82% [=================================================== ] 1003/1216 82% [=================================================== ] 1004/1216 82% [=================================================== ] 1005/1216 82% [=================================================== ] 1006/1216 82% [=================================================== ] 1007/1216 82% [=================================================== ] 1008/1216 82% [=================================================== ] 1009/1216 82% [=================================================== ] 1010/1216 83% [=================================================== ] 1011/1216 83% [=================================================== ] 1012/1216 83% [=================================================== ] 1013/1216 83% [=================================================== ] 1014/1216 83% [=================================================== ] 1015/1216 83% [=================================================== ] 1016/1216 83% [=================================================== ] 1017/1216 83% [=================================================== ] 1018/1216 83% [=================================================== ] 1019/1216 83% [==================================================== ] 1020/1216 83% [==================================================== ] 1021/1216 83% [==================================================== ] 1022/1216 84% [==================================================== ] 1023/1216 84% [==================================================== ] 1024/1216 84% [==================================================== ] 1025/1216 84% [==================================================== ] 1026/1216 84% [==================================================== ] 1027/1216 84% [==================================================== ] 1028/1216 84% [==================================================== ] 1029/1216 84% [==================================================== ] 1030/1216 84% [==================================================== ] 1031/1216 84% [==================================================== ] 1032/1216 84% [==================================================== ] 1033/1216 84% [==================================================== ] 1034/1216 85% [==================================================== ] 1035/1216 85% [==================================================== ] 1036/1216 85% [==================================================== ] 1037/1216 85% [==================================================== ] 1038/1216 85% [==================================================== ] 1039/1216 85% [===================================================== ] 1040/1216 85% [===================================================== ] 1041/1216 85% [===================================================== ] 1042/1216 85% [===================================================== ] 1043/1216 85% [===================================================== ] 1044/1216 85% [===================================================== ] 1045/1216 85% [===================================================== ] 1046/1216 86% [===================================================== ] 1047/1216 86% [===================================================== ] 1048/1216 86% [===================================================== ] 1049/1216 86% [===================================================== ] 1050/1216 86% [===================================================== ] 1051/1216 86% [===================================================== ] 1052/1216 86% [===================================================== ] 1053/1216 86% [===================================================== ] 1054/1216 86% [===================================================== ] 1055/1216 86% [===================================================== ] 1056/1216 86% [===================================================== ] 1057/1216 86% [===================================================== ] 1058/1216 87% [===================================================== ] 1059/1216 87% [====================================================== ] 1060/1216 87% [====================================================== ] 1061/1216 87% [====================================================== ] 1062/1216 87% [====================================================== ] 1063/1216 87% [====================================================== ] 1064/1216 87% [====================================================== ] 1065/1216 87% [====================================================== ] 1066/1216 87% [====================================================== ] 1067/1216 87% [====================================================== ] 1068/1216 87% [====================================================== ] 1069/1216 87% [====================================================== ] 1070/1216 87% [====================================================== ] 1071/1216 88% [====================================================== ] 1072/1216 88% [====================================================== ] 1073/1216 88% [====================================================== ] 1074/1216 88% [====================================================== ] 1075/1216 88% [====================================================== ] 1076/1216 88% [====================================================== ] 1077/1216 88% [====================================================== ] 1078/1216 88% [======================================================= ] 1079/1216 88% [======================================================= ] 1080/1216 88% [======================================================= ] 1081/1216 88% [======================================================= ] 1082/1216 88% [======================================================= ] 1083/1216 89% [======================================================= ] 1084/1216 89% [======================================================= ] 1085/1216 89% [======================================================= ] 1086/1216 89% [======================================================= ] 1087/1216 89% [======================================================= ] 1088/1216 89% [======================================================= ] 1089/1216 89% [======================================================= ] 1090/1216 89% [======================================================= ] 1091/1216 89% [======================================================= ] 1092/1216 89% [======================================================= ] 1093/1216 89% [======================================================= ] 1094/1216 89% [======================================================= ] 1095/1216 90% [======================================================= ] 1096/1216 90% [======================================================= ] 1097/1216 90% [======================================================= ] 1098/1216 90% [======================================================== ] 1099/1216 90% [======================================================== ] 1100/1216 90% [======================================================== ] 1101/1216 90% [======================================================== ] 1102/1216 90% [======================================================== ] 1103/1216 90% [======================================================== ] 1104/1216 90% [======================================================== ] 1105/1216 90% [======================================================== ] 1106/1216 90% [======================================================== ] 1107/1216 91% [======================================================== ] 1108/1216 91% [======================================================== ] 1109/1216 91% [======================================================== ] 1110/1216 91% [======================================================== ] 1111/1216 91% [======================================================== ] 1112/1216 91% [======================================================== ] 1113/1216 91% [======================================================== ] 1114/1216 91% [======================================================== ] 1115/1216 91% [======================================================== ] 1116/1216 91% [======================================================== ] 1117/1216 91% [========================================================= ] 1118/1216 91% [========================================================= ] 1119/1216 92% [========================================================= ] 1120/1216 92% [========================================================= ] 1121/1216 92% [========================================================= ] 1122/1216 92% [========================================================= ] 1123/1216 92% [========================================================= ] 1124/1216 92% [========================================================= ] 1125/1216 92% [========================================================= ] 1126/1216 92% [========================================================= ] 1127/1216 92% [========================================================= ] 1128/1216 92% [========================================================= ] 1129/1216 92% [========================================================= ] 1130/1216 92% [========================================================= ] 1131/1216 93% [========================================================= ] 1132/1216 93% [========================================================= ] 1133/1216 93% [========================================================= ] 1134/1216 93% [========================================================= ] 1135/1216 93% [========================================================= ] 1136/1216 93% [========================================================= ] 1137/1216 93% [========================================================== ] 1138/1216 93% [========================================================== ] 1139/1216 93% [========================================================== ] 1140/1216 93% [========================================================== ] 1141/1216 93% [========================================================== ] 1142/1216 93% [========================================================== ] 1143/1216 93% [========================================================== ] 1144/1216 94% [========================================================== ] 1145/1216 94% [========================================================== ] 1146/1216 94% [========================================================== ] 1147/1216 94% [========================================================== ] 1148/1216 94% [========================================================== ] 1149/1216 94% [========================================================== ] 1150/1216 94% [========================================================== ] 1151/1216 94% [========================================================== ] 1152/1216 94% [========================================================== ] 1153/1216 94% [========================================================== ] 1154/1216 94% [========================================================== ] 1155/1216 94% [========================================================== ] 1156/1216 95% [========================================================== ] 1157/1216 95% [=========================================================== ] 1158/1216 95% [=========================================================== ] 1159/1216 95% [=========================================================== ] 1160/1216 95% [=========================================================== ] 1161/1216 95% [=========================================================== ] 1162/1216 95% [=========================================================== ] 1163/1216 95% [=========================================================== ] 1164/1216 95% [=========================================================== ] 1165/1216 95% [=========================================================== ] 1166/1216 95% [=========================================================== ] 1167/1216 95% [=========================================================== ] 1168/1216 96% [=========================================================== ] 1169/1216 96% [=========================================================== ] 1170/1216 96% [=========================================================== ] 1171/1216 96% [=========================================================== ] 1172/1216 96% [=========================================================== ] 1173/1216 96% [=========================================================== ] 1174/1216 96% [=========================================================== ] 1175/1216 96% [=========================================================== ] 1176/1216 96% [============================================================ ] 1177/1216 96% [============================================================ ] 1178/1216 96% [============================================================ ] 1179/1216 96% [============================================================ ] 1180/1216 97% [============================================================ ] 1181/1216 97% [============================================================ ] 1182/1216 97% [============================================================ ] 1183/1216 97% [============================================================ ] 1184/1216 97% [============================================================ ] 1185/1216 97% [============================================================ ] 1186/1216 97% [============================================================ ] 1187/1216 97% [============================================================ ] 1188/1216 97% [============================================================ ] 1189/1216 97% [============================================================ ] 1190/1216 97% [============================================================ ] 1191/1216 97% [============================================================ ] 1192/1216 98% [============================================================ ] 1193/1216 98% [============================================================ ] 1194/1216 98% [============================================================ ] 1195/1216 98% [============================================================ ] 1196/1216 98% [============================================================= ] 1197/1216 98% [============================================================= ] 1198/1216 98% [============================================================= ] 1199/1216 98% [============================================================= ] 1200/1216 98% [============================================================= ] 1201/1216 98% [============================================================= ] 1202/1216 98% [============================================================= ] 1203/1216 98% [============================================================= ] 1204/1216 99% [============================================================= ] 1205/1216 99% [============================================================= ] 1206/1216 99% [============================================================= ] 1207/1216 99% [============================================================= ] 1208/1216 99% [============================================================= ] 1209/1216 99% [============================================================= ] 1210/1216 99% [============================================================= ] 1211/1216 99% [============================================================= ] 1212/1216 99% [============================================================= ] 1213/1216 99% [============================================================= ] 1214/1216 99% [============================================================= ] 1215/1216 99% [==============================================================] 1216/1216 100% operation complete, 1216 objects in 47315 NAND pages. ln -snf /home/autobuild/autobuild/instance-19/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot /home/autobuild/autobuild/instance-19/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-19/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-19/buildroot' >>> Buildroot 2022.11-966-gc77c66b7df Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.5 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 >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> kexec 2.0.25 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> lapack 3.10.1 Collecting legal info LICENSE: OK (sha256: 44f7c08ab11e40b21d8bf8220712929ba8d0204645d2174869acf915562d0969) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libubootenv 0.3.3 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> 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) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sound-theme-borealis 0.9a Collecting legal info >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-19/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-19/buildroot'