if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-9/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-9/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-9/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-9/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-9/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-9/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-9/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-9/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-9/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-9/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-9/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/include /home/autobuild/autobuild/instance-9/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-9/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-9/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-9/output-1/target/usr/doc find /home/autobuild/autobuild/instance-9/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-9/output-1/target/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-9/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-9/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/man /home/autobuild/autobuild/instance-9/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/info /home/autobuild/autobuild/instance-9/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/doc /home/autobuild/autobuild/instance-9/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-9/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-9/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-9/output-1/target/lib/debug /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-9/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-9/output-1/host/bin/x86_64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-9/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-9/output-1/host/bin/x86_64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-9/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-9/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-9/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-656-gd77db2df74"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-9/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-9/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-9/output-1/per-package /home/autobuild/autobuild/instance-9/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-9/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target/init ]; then ln -sf sbin/init /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target/init; fi\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/autobuild/autobuild/instance-9/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-9/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-9/output-1/images/rootfs.cpio.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-9/output-1/target/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-9/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-9/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-9/output-1/host/bin:/home/autobuild/autobuild/instance-9/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-9/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-9/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-9/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1535 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/1535 0% [ ] 2/1535 0% [ ] 3/1535 0% [ ] 4/1535 0% [ ] 5/1535 0% [ ] 6/1535 0% [ ] 7/1535 0% [ ] 8/1535 0% [ ] 9/1535 0% [ ] 10/1535 0% [ ] 11/1535 0% [ ] 12/1535 0% [ ] 13/1535 0% [ ] 14/1535 0% [ ] 15/1535 0% [ ] 16/1535 1% [ ] 17/1535 1% [ ] 18/1535 1% [ ] 19/1535 1% [ ] 20/1535 1% [ ] 21/1535 1% [ ] 22/1535 1% [ ] 23/1535 1% [ ] 24/1535 1% [= ] 25/1535 1% [= ] 26/1535 1% [= ] 27/1535 1% [= ] 28/1535 1% [= ] 29/1535 1% [= ] 30/1535 1% [= ] 31/1535 2% [= ] 32/1535 2% [= ] 33/1535 2% [= ] 34/1535 2% [= ] 35/1535 2% [= ] 36/1535 2% [= ] 37/1535 2% [= ] 38/1535 2% [= ] 39/1535 2% [= ] 40/1535 2% [= ] 41/1535 2% [= ] 42/1535 2% [= ] 43/1535 2% [= ] 44/1535 2% [= ] 45/1535 2% [= ] 46/1535 2% [= ] 47/1535 3% [= ] 48/1535 3% [= ] 49/1535 3% [== ] 50/1535 3% [== ] 51/1535 3% [== ] 52/1535 3% [== ] 53/1535 3% [== ] 54/1535 3% [== ] 55/1535 3% [== ] 56/1535 3% [== ] 57/1535 3% [== ] 58/1535 3% [== ] 59/1535 3% [== ] 60/1535 3% [== ] 61/1535 3% [== ] 62/1535 4% [== ] 63/1535 4% [== ] 64/1535 4% [== ] 65/1535 4% [== ] 66/1535 4% [== ] 67/1535 4% [== ] 68/1535 4% [== ] 69/1535 4% [== ] 70/1535 4% [== ] 71/1535 4% [== ] 72/1535 4% [== ] 73/1535 4% [== ] 74/1535 4% [=== ] 75/1535 4% [=== ] 76/1535 4% [=== ] 77/1535 5% [=== ] 78/1535 5% [=== ] 79/1535 5% [=== ] 80/1535 5% [=== ] 81/1535 5% [=== ] 82/1535 5% [=== ] 83/1535 5% [=== ] 84/1535 5% [=== ] 85/1535 5% [=== ] 86/1535 5% [=== ] 87/1535 5% [=== ] 88/1535 5% [=== ] 89/1535 5% [=== ] 90/1535 5% [=== ] 91/1535 5% [=== ] 92/1535 5% [=== ] 93/1535 6% [=== ] 94/1535 6% [=== ] 95/1535 6% [=== ] 96/1535 6% [=== ] 97/1535 6% [=== ] 98/1535 6% [=== ] 99/1535 6% [==== ] 100/1535 6% [==== ] 101/1535 6% [==== ] 102/1535 6% [==== ] 103/1535 6% [==== ] 104/1535 6% [==== ] 105/1535 6% [==== ] 106/1535 6% [==== ] 107/1535 6% [==== ] 108/1535 7% [==== ] 109/1535 7% [==== ] 110/1535 7% [==== ] 111/1535 7% [==== ] 112/1535 7% [==== ] 113/1535 7% [==== ] 114/1535 7% [==== ] 115/1535 7% [==== ] 116/1535 7% [==== ] 117/1535 7% [==== ] 118/1535 7% [==== ] 119/1535 7% [==== ] 120/1535 7% [==== ] 121/1535 7% [==== ] 122/1535 7% [==== ] 123/1535 8% [===== ] 124/1535 8% [===== ] 125/1535 8% [===== ] 126/1535 8% [===== ] 127/1535 8% [===== ] 128/1535 8% [===== ] 129/1535 8% [===== ] 130/1535 8% [===== ] 131/1535 8% [===== ] 132/1535 8% [===== ] 133/1535 8% [===== ] 134/1535 8% [===== ] 135/1535 8% [===== ] 136/1535 8% [===== ] 137/1535 8% [===== ] 138/1535 8% [===== ] 139/1535 9% [===== ] 140/1535 9% [===== ] 141/1535 9% [===== ] 142/1535 9% [===== ] 143/1535 9% [===== ] 144/1535 9% [===== ] 145/1535 9% [===== ] 146/1535 9% [===== ] 147/1535 9% [===== ] 148/1535 9% [====== ] 149/1535 9% [====== ] 150/1535 9% [====== ] 151/1535 9% [====== ] 152/1535 9% [====== ] 153/1535 9% [====== ] 154/1535 10% [====== ] 155/1535 10% [====== ] 156/1535 10% [====== ] 157/1535 10% [====== ] 158/1535 10% [====== ] 159/1535 10% [====== ] 160/1535 10% [====== ] 161/1535 10% [====== ] 162/1535 10% [====== ] 163/1535 10% [====== ] 164/1535 10% [====== ] 165/1535 10% [====== ] 166/1535 10% [====== ] 167/1535 10% [====== ] 168/1535 10% [====== ] 169/1535 11% [====== ] 170/1535 11% [====== ] 171/1535 11% [====== ] 172/1535 11% [====== ] 173/1535 11% [======= ] 174/1535 11% [======= ] 175/1535 11% [======= ] 176/1535 11% [======= ] 177/1535 11% [======= ] 178/1535 11% [======= ] 179/1535 11% [======= ] 180/1535 11% [======= ] 181/1535 11% [======= ] 182/1535 11% [======= ] 183/1535 11% [======= ] 184/1535 11% [======= ] 185/1535 12% [======= ] 186/1535 12% [======= ] 187/1535 12% [======= ] 188/1535 12% [======= ] 189/1535 12% [======= ] 190/1535 12% [======= ] 191/1535 12% [======= ] 192/1535 12% [======= ] 193/1535 12% [======= ] 194/1535 12% [======= ] 195/1535 12% [======= ] 196/1535 12% [======= ] 197/1535 12% [======= ] 198/1535 12% [======== ] 199/1535 12% [======== ] 200/1535 13% [======== ] 201/1535 13% [======== ] 202/1535 13% [======== ] 203/1535 13% [======== ] 204/1535 13% [======== ] 205/1535 13% [======== ] 206/1535 13% [======== ] 207/1535 13% [======== ] 208/1535 13% [======== ] 209/1535 13% [======== ] 210/1535 13% [======== ] 211/1535 13% [======== ] 212/1535 13% [======== ] 213/1535 13% [======== ] 214/1535 13% [======== ] 215/1535 14% [======== ] 216/1535 14% [======== ] 217/1535 14% [======== ] 218/1535 14% [======== ] 219/1535 14% [======== ] 220/1535 14% [======== ] 221/1535 14% [======== ] 222/1535 14% [========= ] 223/1535 14% [========= ] 224/1535 14% [========= ] 225/1535 14% [========= ] 226/1535 14% [========= ] 227/1535 14% [========= ] 228/1535 14% [========= ] 229/1535 14% [========= ] 230/1535 14% [========= ] 231/1535 15% [========= ] 232/1535 15% [========= ] 233/1535 15% [========= ] 234/1535 15% [========= ] 235/1535 15% [========= ] 236/1535 15% [========= ] 237/1535 15% [========= ] 238/1535 15% [========= ] 239/1535 15% [========= ] 240/1535 15% [========= ] 241/1535 15% [========= ] 242/1535 15% [========= ] 243/1535 15% [========= ] 244/1535 15% [========= ] 245/1535 15% [========= ] 246/1535 16% [========= ] 247/1535 16% [========== ] 248/1535 16% [========== ] 249/1535 16% [========== ] 250/1535 16% [========== ] 251/1535 16% [========== ] 252/1535 16% [========== ] 253/1535 16% [========== ] 254/1535 16% [========== ] 255/1535 16% [========== ] 256/1535 16% [========== ] 257/1535 16% [========== ] 258/1535 16% [========== ] 259/1535 16% [========== ] 260/1535 16% [========== ] 261/1535 17% [========== ] 262/1535 17% [========== ] 263/1535 17% [========== ] 264/1535 17% [========== ] 265/1535 17% [========== ] 266/1535 17% [========== ] 267/1535 17% [========== ] 268/1535 17% [========== ] 269/1535 17% [========== ] 270/1535 17% [========== ] 271/1535 17% [========== ] 272/1535 17% [=========== ] 273/1535 17% [=========== ] 274/1535 17% [=========== ] 275/1535 17% [=========== ] 276/1535 17% [=========== ] 277/1535 18% [=========== ] 278/1535 18% [=========== ] 279/1535 18% [=========== ] 280/1535 18% [=========== ] 281/1535 18% [=========== ] 282/1535 18% [=========== ] 283/1535 18% [=========== ] 284/1535 18% [=========== ] 285/1535 18% [=========== ] 286/1535 18% [=========== ] 287/1535 18% [=========== ] 288/1535 18% [=========== ] 289/1535 18% [=========== ] 290/1535 18% [=========== ] 291/1535 18% [=========== ] 292/1535 19% [=========== ] 293/1535 19% [=========== ] 294/1535 19% [=========== ] 295/1535 19% [=========== ] 296/1535 19% [=========== ] 297/1535 19% [============ ] 298/1535 19% [============ ] 299/1535 19% [============ ] 300/1535 19% [============ ] 301/1535 19% [============ ] 302/1535 19% [============ ] 303/1535 19% [============ ] 304/1535 19% [============ ] 305/1535 19% [============ ] 306/1535 19% [============ ] 307/1535 20% [============ ] 308/1535 20% [============ ] 309/1535 20% [============ ] 310/1535 20% [============ ] 311/1535 20% [============ ] 312/1535 20% [============ ] 313/1535 20% [============ ] 314/1535 20% [============ ] 315/1535 20% [============ ] 316/1535 20% [============ ] 317/1535 20% [============ ] 318/1535 20% [============ ] 319/1535 20% [============ ] 320/1535 20% [============ ] 321/1535 20% [============= ] 322/1535 20% [============= ] 323/1535 21% [============= ] 324/1535 21% [============= ] 325/1535 21% [============= ] 326/1535 21% [============= ] 327/1535 21% [============= ] 328/1535 21% [============= ] 329/1535 21% [============= ] 330/1535 21% [============= ] 331/1535 21% [============= ] 332/1535 21% [============= ] 333/1535 21% [============= ] 334/1535 21% [============= ] 335/1535 21% [============= ] 336/1535 21% [============= ] 337/1535 21% [============= ] 338/1535 22% [============= ] 339/1535 22% [============= ] 340/1535 22% [============= ] 341/1535 22% [============= ] 342/1535 22% [============= ] 343/1535 22% [============= ] 344/1535 22% [============= ] 345/1535 22% [============= ] 346/1535 22% [============== ] 347/1535 22% [============== ] 348/1535 22% [============== ] 349/1535 22% [============== ] 350/1535 22% [============== ] 351/1535 22% [============== ] 352/1535 22% [============== ] 353/1535 22% [============== ] 354/1535 23% [============== ] 355/1535 23% [============== ] 356/1535 23% [============== ] 357/1535 23% [============== ] 358/1535 23% [============== ] 359/1535 23% [============== ] 360/1535 23% [============== ] 361/1535 23% [============== ] 362/1535 23% [============== ] 363/1535 23% [============== ] 364/1535 23% [============== ] 365/1535 23% [============== ] 366/1535 23% [============== ] 367/1535 23% [============== ] 368/1535 23% [============== ] 369/1535 24% [============== ] 370/1535 24% [============== ] 371/1535 24% [=============== ] 372/1535 24% [=============== ] 373/1535 24% [=============== ] 374/1535 24% [=============== ] 375/1535 24% [=============== ] 376/1535 24% [=============== ] 377/1535 24% [=============== ] 378/1535 24% [=============== ] 379/1535 24% [=============== ] 380/1535 24% [=============== ] 381/1535 24% [=============== ] 382/1535 24% [=============== ] 383/1535 24% [=============== ] 384/1535 25% [=============== ] 385/1535 25% [=============== ] 386/1535 25% [=============== ] 387/1535 25% [=============== ] 388/1535 25% [=============== ] 389/1535 25% [=============== ] 390/1535 25% [=============== ] 391/1535 25% [=============== ] 392/1535 25% [=============== ] 393/1535 25% [=============== ] 394/1535 25% [=============== ] 395/1535 25% [=============== ] 396/1535 25% [================ ] 397/1535 25% [================ ] 398/1535 25% [================ ] 399/1535 25% [================ ] 400/1535 26% [================ ] 401/1535 26% [================ ] 402/1535 26% [================ ] 403/1535 26% [================ ] 404/1535 26% [================ ] 405/1535 26% [================ ] 406/1535 26% [================ ] 407/1535 26% [================ ] 408/1535 26% [================ ] 409/1535 26% [================ ] 410/1535 26% [================ ] 411/1535 26% [================ ] 412/1535 26% [================ ] 413/1535 26% [================ ] 414/1535 26% [================ ] 415/1535 27% [================ ] 416/1535 27% [================ ] 417/1535 27% [================ ] 418/1535 27% [================ ] 419/1535 27% [================ ] 420/1535 27% [================= ] 421/1535 27% [================= ] 422/1535 27% [================= ] 423/1535 27% [================= ] 424/1535 27% [================= ] 425/1535 27% [================= ] 426/1535 27% [================= ] 427/1535 27% [================= ] 428/1535 27% [================= ] 429/1535 27% [================= ] 430/1535 28% [================= ] 431/1535 28% [================= ] 432/1535 28% [================= ] 433/1535 28% [================= ] 434/1535 28% [================= ] 435/1535 28% [================= ] 436/1535 28% [================= ] 437/1535 28% [================= ] 438/1535 28% [================= ] 439/1535 28% [================= ] 440/1535 28% [================= ] 441/1535 28% [================= ] 442/1535 28% [================= ] 443/1535 28% [================= ] 444/1535 28% [================= ] 445/1535 28% [================== ] 446/1535 29% [================== ] 447/1535 29% [================== ] 448/1535 29% [================== ] 449/1535 29% [================== ] 450/1535 29% [================== ] 451/1535 29% [================== ] 452/1535 29% [================== ] 453/1535 29% [================== ] 454/1535 29% [================== ] 455/1535 29% [================== ] 456/1535 29% [================== ] 457/1535 29% [================== ] 458/1535 29% [================== ] 459/1535 29% [================== ] 460/1535 29% [================== ] 461/1535 30% [================== ] 462/1535 30% [================== ] 463/1535 30% [================== ] 464/1535 30% [================== ] 465/1535 30% [================== ] 466/1535 30% [================== ] 467/1535 30% [================== ] 468/1535 30% [================== ] 469/1535 30% [================== ] 470/1535 30% [=================== ] 471/1535 30% [=================== ] 472/1535 30% [=================== ] 473/1535 30% [=================== ] 474/1535 30% [=================== ] 475/1535 30% [=================== ] 476/1535 31% [=================== ] 477/1535 31% [=================== ] 478/1535 31% [=================== ] 479/1535 31% [=================== ] 480/1535 31% [=================== ] 481/1535 31% [=================== ] 482/1535 31% [=================== ] 483/1535 31% [=================== ] 484/1535 31% [=================== ] 485/1535 31% [=================== ] 486/1535 31% [=================== ] 487/1535 31% [=================== ] 488/1535 31% [=================== ] 489/1535 31% [=================== ] 490/1535 31% [=================== ] 491/1535 31% [=================== ] 492/1535 32% [=================== ] 493/1535 32% [=================== ] 494/1535 32% [=================== ] 495/1535 32% [==================== ] 496/1535 32% [==================== ] 497/1535 32% [==================== ] 498/1535 32% [==================== ] 499/1535 32% [==================== ] 500/1535 32% [==================== ] 501/1535 32% [==================== ] 502/1535 32% [==================== ] 503/1535 32% [==================== ] 504/1535 32% [==================== ] 505/1535 32% [==================== ] 506/1535 32% [==================== ] 507/1535 33% [==================== ] 508/1535 33% [==================== ] 509/1535 33% [==================== ] 510/1535 33% [==================== ] 511/1535 33% [==================== ] 512/1535 33% [==================== ] 513/1535 33% [==================== ] 514/1535 33% [==================== ] 515/1535 33% [==================== ] 516/1535 33% [==================== ] 517/1535 33% [==================== ] 518/1535 33% [==================== ] 519/1535 33% [===================== ] 520/1535 33% [===================== ] 521/1535 33% [===================== ] 522/1535 34% [===================== ] 523/1535 34% [===================== ] 524/1535 34% [===================== ] 525/1535 34% [===================== ] 526/1535 34% [===================== ] 527/1535 34% [===================== ] 528/1535 34% [===================== ] 529/1535 34% [===================== ] 530/1535 34% [===================== ] 531/1535 34% [===================== ] 532/1535 34% [===================== ] 533/1535 34% [===================== ] 534/1535 34% [===================== ] 535/1535 34% [===================== ] 536/1535 34% [===================== ] 537/1535 34% [===================== ] 538/1535 35% [===================== ] 539/1535 35% [===================== ] 540/1535 35% [===================== ] 541/1535 35% [===================== ] 542/1535 35% [===================== ] 543/1535 35% [===================== ] 544/1535 35% [====================== ] 545/1535 35% [====================== ] 546/1535 35% [====================== ] 547/1535 35% [====================== ] 548/1535 35% [====================== ] 549/1535 35% [====================== ] 550/1535 35% [====================== ] 551/1535 35% [====================== ] 552/1535 35% [====================== ] 553/1535 36% [====================== ] 554/1535 36% [====================== ] 555/1535 36% [====================== ] 556/1535 36% [====================== ] 557/1535 36% [====================== ] 558/1535 36% [====================== ] 559/1535 36% [====================== ] 560/1535 36% [====================== ] 561/1535 36% [====================== ] 562/1535 36% [====================== ] 563/1535 36% [====================== ] 564/1535 36% [====================== ] 565/1535 36% [====================== ] 566/1535 36% [====================== ] 567/1535 36% [====================== ] 568/1535 37% [====================== ] 569/1535 37% [======================= ] 570/1535 37% [======================= ] 571/1535 37% [======================= ] 572/1535 37% [======================= ] 573/1535 37% [======================= ] 574/1535 37% [======================= ] 575/1535 37% [======================= ] 576/1535 37% [======================= ] 577/1535 37% [======================= ] 578/1535 37% [======================= ] 579/1535 37% [======================= ] 580/1535 37% [======================= ] 581/1535 37% [======================= ] 582/1535 37% [======================= ] 583/1535 37% [======================= ] 584/1535 38% [======================= ] 585/1535 38% [======================= ] 586/1535 38% [======================= ] 587/1535 38% [======================= ] 588/1535 38% [======================= ] 589/1535 38% [======================= ] 590/1535 38% [======================= ] 591/1535 38% [======================= ] 592/1535 38% [======================= ] 593/1535 38% [======================= ] 594/1535 38% [======================== ] 595/1535 38% [======================== ] 596/1535 38% [======================== ] 597/1535 38% [======================== ] 598/1535 38% [======================== ] 599/1535 39% [======================== ] 600/1535 39% [======================== ] 601/1535 39% [======================== ] 602/1535 39% [======================== ] 603/1535 39% [======================== ] 604/1535 39% [======================== ] 605/1535 39% [======================== ] 606/1535 39% [======================== ] 607/1535 39% [======================== ] 608/1535 39% [======================== ] 609/1535 39% [======================== ] 610/1535 39% [======================== ] 611/1535 39% [======================== ] 612/1535 39% [======================== ] 613/1535 39% [======================== ] 614/1535 40% [======================== ] 615/1535 40% [======================== ] 616/1535 40% [======================== ] 617/1535 40% [======================== ] 618/1535 40% [========================= ] 619/1535 40% [========================= ] 620/1535 40% [========================= ] 621/1535 40% [========================= ] 622/1535 40% [========================= ] 623/1535 40% [========================= ] 624/1535 40% [========================= ] 625/1535 40% [========================= ] 626/1535 40% [========================= ] 627/1535 40% [========================= ] 628/1535 40% [========================= ] 629/1535 40% [========================= ] 630/1535 41% [========================= ] 631/1535 41% [========================= ] 632/1535 41% [========================= ] 633/1535 41% [========================= ] 634/1535 41% [========================= ] 635/1535 41% [========================= ] 636/1535 41% [========================= ] 637/1535 41% [========================= ] 638/1535 41% [========================= ] 639/1535 41% [========================= ] 640/1535 41% [========================= ] 641/1535 41% [========================= ] 642/1535 41% [========================= ] 643/1535 41% [========================== ] 644/1535 41% [========================== ] 645/1535 42% [========================== ] 646/1535 42% [========================== ] 647/1535 42% [========================== ] 648/1535 42% [========================== ] 649/1535 42% [========================== ] 650/1535 42% [========================== ] 651/1535 42% [========================== ] 652/1535 42% [========================== ] 653/1535 42% [========================== ] 654/1535 42% [========================== ] 655/1535 42% [========================== ] 656/1535 42% [========================== ] 657/1535 42% [========================== ] 658/1535 42% [========================== ] 659/1535 42% [========================== ] 660/1535 42% [========================== ] 661/1535 43% [========================== ] 662/1535 43% [========================== ] 663/1535 43% [========================== ] 664/1535 43% [========================== ] 665/1535 43% [========================== ] 666/1535 43% [========================== ] 667/1535 43% [========================== ] 668/1535 43% [=========================== ] 669/1535 43% [=========================== ] 670/1535 43% [=========================== ] 671/1535 43% [=========================== ] 672/1535 43% [=========================== ] 673/1535 43% [=========================== ] 674/1535 43% [=========================== ] 675/1535 43% [=========================== ] 676/1535 44% [=========================== ] 677/1535 44% [=========================== ] 678/1535 44% [=========================== ] 679/1535 44% [=========================== ] 680/1535 44% [=========================== ] 681/1535 44% [=========================== ] 682/1535 44% [=========================== ] 683/1535 44% [=========================== ] 684/1535 44% [=========================== ] 685/1535 44% [=========================== ] 686/1535 44% [=========================== ] 687/1535 44% [=========================== ] 688/1535 44% [=========================== ] 689/1535 44% [=========================== ] 690/1535 44% [=========================== ] 691/1535 45% [=========================== ] 692/1535 45% [=========================== ] 693/1535 45% [============================ ] 694/1535 45% [============================ ] 695/1535 45% [============================ ] 696/1535 45% [============================ ] 697/1535 45% [============================ ] 698/1535 45% [============================ ] 699/1535 45% [============================ ] 700/1535 45% [============================ ] 701/1535 45% [============================ ] 702/1535 45% [============================ ] 703/1535 45% [============================ ] 704/1535 45% [============================ ] 705/1535 45% [============================ ] 706/1535 45% [============================ ] 707/1535 46% [============================ ] 708/1535 46% [============================ ] 709/1535 46% [============================ ] 710/1535 46% [============================ ] 711/1535 46% [============================ ] 712/1535 46% [============================ ] 713/1535 46% [============================ ] 714/1535 46% [============================ ] 715/1535 46% [============================ ] 716/1535 46% [============================ ] 717/1535 46% [============================= ] 718/1535 46% [============================= ] 719/1535 46% [============================= ] 720/1535 46% [============================= ] 721/1535 46% [============================= ] 722/1535 47% [============================= ] 723/1535 47% [============================= ] 724/1535 47% [============================= ] 725/1535 47% [============================= ] 726/1535 47% [============================= ] 727/1535 47% [============================= ] 728/1535 47% [============================= ] 729/1535 47% [============================= ] 730/1535 47% [============================= ] 731/1535 47% [============================= ] 732/1535 47% [============================= ] 733/1535 47% [============================= ] 734/1535 47% [============================= ] 735/1535 47% [============================= ] 736/1535 47% [============================= ] 737/1535 48% [============================= ] 738/1535 48% [============================= ] 739/1535 48% [============================= ] 740/1535 48% [============================= ] 741/1535 48% [============================= ] 742/1535 48% [============================== ] 743/1535 48% [============================== ] 744/1535 48% [============================== ] 745/1535 48% [============================== ] 746/1535 48% [============================== ] 747/1535 48% [============================== ] 748/1535 48% [============================== ] 749/1535 48% [============================== ] 750/1535 48% [============================== ] 751/1535 48% [============================== ] 752/1535 48% [============================== ] 753/1535 49% [============================== ] 754/1535 49% [============================== ] 755/1535 49% [============================== ] 756/1535 49% [============================== ] 757/1535 49% [============================== ] 758/1535 49% [============================== ] 759/1535 49% [============================== ] 760/1535 49% [============================== ] 761/1535 49% [============================== ] 762/1535 49% [============================== ] 763/1535 49% [============================== ] 764/1535 49% [============================== ] 765/1535 49% [============================== ] 766/1535 49% [============================== ] 767/1535 49% [=============================== ] 768/1535 50% [=============================== ] 769/1535 50% [=============================== ] 770/1535 50% [=============================== ] 771/1535 50% [=============================== ] 772/1535 50% [=============================== ] 773/1535 50% [=============================== ] 774/1535 50% [=============================== ] 775/1535 50% [=============================== ] 776/1535 50% [=============================== ] 777/1535 50% [=============================== ] 778/1535 50% [=============================== ] 779/1535 50% [=============================== ] 780/1535 50% [=============================== ] 781/1535 50% [=============================== ] 782/1535 50% [=============================== ] 783/1535 51% [=============================== ] 784/1535 51% [=============================== ] 785/1535 51% [=============================== ] 786/1535 51% [=============================== ] 787/1535 51% [=============================== ] 788/1535 51% [=============================== ] 789/1535 51% [=============================== ] 790/1535 51% [=============================== ] 791/1535 51% [=============================== ] 792/1535 51% [================================ ] 793/1535 51% [================================ ] 794/1535 51% [================================ ] 795/1535 51% [================================ ] 796/1535 51% [================================ ] 797/1535 51% [================================ ] 798/1535 51% [================================ ] 799/1535 52% [================================ ] 800/1535 52% [================================ ] 801/1535 52% [================================ ] 802/1535 52% [================================ ] 803/1535 52% [================================ ] 804/1535 52% [================================ ] 805/1535 52% [================================ ] 806/1535 52% [================================ ] 807/1535 52% [================================ ] 808/1535 52% [================================ ] 809/1535 52% [================================ ] 810/1535 52% [================================ ] 811/1535 52% [================================ ] 812/1535 52% [================================ ] 813/1535 52% [================================ ] 814/1535 53% [================================ ] 815/1535 53% [================================ ] 816/1535 53% [================================ ] 817/1535 53% [================================= ] 818/1535 53% [================================= ] 819/1535 53% [================================= ] 820/1535 53% [================================= ] 821/1535 53% [================================= ] 822/1535 53% [================================= ] 823/1535 53% [================================= ] 824/1535 53% [================================= ] 825/1535 53% [================================= ] 826/1535 53% [================================= ] 827/1535 53% [================================= ] 828/1535 53% [================================= ] 829/1535 54% [================================= ] 830/1535 54% [================================= ] 831/1535 54% [================================= ] 832/1535 54% [================================= ] 833/1535 54% [================================= ] 834/1535 54% [================================= ] 835/1535 54% [================================= ] 836/1535 54% [================================= ] 837/1535 54% [================================= ] 838/1535 54% [================================= ] 839/1535 54% [================================= ] 840/1535 54% [================================= ] 841/1535 54% [================================== ] 842/1535 54% [================================== ] 843/1535 54% [================================== ] 844/1535 54% [================================== ] 845/1535 55% [================================== ] 846/1535 55% [================================== ] 847/1535 55% [================================== ] 848/1535 55% [================================== ] 849/1535 55% [================================== ] 850/1535 55% [================================== ] 851/1535 55% [================================== ] 852/1535 55% [================================== ] 853/1535 55% [================================== ] 854/1535 55% [================================== ] 855/1535 55% [================================== ] 856/1535 55% [================================== ] 857/1535 55% [================================== ] 858/1535 55% [================================== ] 859/1535 55% [================================== ] 860/1535 56% [================================== ] 861/1535 56% [================================== ] 862/1535 56% [================================== ] 863/1535 56% [================================== ] 864/1535 56% [================================== ] 865/1535 56% [================================== ] 866/1535 56% [=================================== ] 867/1535 56% [=================================== ] 868/1535 56% [=================================== ] 869/1535 56% [=================================== ] 870/1535 56% [=================================== ] 871/1535 56% [=================================== ] 872/1535 56% [=================================== ] 873/1535 56% [=================================== ] 874/1535 56% [=================================== ] 875/1535 57% [=================================== ] 876/1535 57% [=================================== ] 877/1535 57% [=================================== ] 878/1535 57% [=================================== ] 879/1535 57% [=================================== ] 880/1535 57% [=================================== ] 881/1535 57% [=================================== ] 882/1535 57% [=================================== ] 883/1535 57% [=================================== ] 884/1535 57% [=================================== ] 885/1535 57% [=================================== ] 886/1535 57% [=================================== ] 887/1535 57% [=================================== ] 888/1535 57% [=================================== ] 889/1535 57% [=================================== ] 890/1535 57% [=================================== ] 891/1535 58% [==================================== ] 892/1535 58% [==================================== ] 893/1535 58% [==================================== ] 894/1535 58% [==================================== ] 895/1535 58% [==================================== ] 896/1535 58% [==================================== ] 897/1535 58% [==================================== ] 898/1535 58% [==================================== ] 899/1535 58% [==================================== ] 900/1535 58% [==================================== ] 901/1535 58% [==================================== ] 902/1535 58% [==================================== ] 903/1535 58% [==================================== ] 904/1535 58% [==================================== ] 905/1535 58% [==================================== ] 906/1535 59% [==================================== ] 907/1535 59% [==================================== ] 908/1535 59% [==================================== ] 909/1535 59% [==================================== ] 910/1535 59% [==================================== ] 911/1535 59% [==================================== ] 912/1535 59% [==================================== ] 913/1535 59% [==================================== ] 914/1535 59% [==================================== ] 915/1535 59% [==================================== ] 916/1535 59% [===================================== ] 917/1535 59% [===================================== ] 918/1535 59% [===================================== ] 919/1535 59% [===================================== ] 920/1535 59% [===================================== ] 921/1535 60% [===================================== ] 922/1535 60% [===================================== ] 923/1535 60% [===================================== ] 924/1535 60% [===================================== ] 925/1535 60% [===================================== ] 926/1535 60% [===================================== ] 927/1535 60% [===================================== ] 928/1535 60% [===================================== ] 929/1535 60% [===================================== ] 930/1535 60% [===================================== ] 931/1535 60% [===================================== ] 932/1535 60% [===================================== ] 933/1535 60% [===================================== ] 934/1535 60% [===================================== ] 935/1535 60% [===================================== ] 936/1535 60% [===================================== ] 937/1535 61% [===================================== ] 938/1535 61% [===================================== ] 939/1535 61% [===================================== ] 940/1535 61% [====================================== ] 941/1535 61% [====================================== ] 942/1535 61% [====================================== ] 943/1535 61% [====================================== ] 944/1535 61% [====================================== ] 945/1535 61% [====================================== ] 946/1535 61% [====================================== ] 947/1535 61% [====================================== ] 948/1535 61% [====================================== ] 949/1535 61% [====================================== ] 950/1535 61% [====================================== ] 951/1535 61% [====================================== ] 952/1535 62% [====================================== ] 953/1535 62% [====================================== ] 954/1535 62% [====================================== ] 955/1535 62% [====================================== ] 956/1535 62% [====================================== ] 957/1535 62% [====================================== ] 958/1535 62% [====================================== ] 959/1535 62% [====================================== ] 960/1535 62% [====================================== ] 961/1535 62% [====================================== ] 962/1535 62% [====================================== ] 963/1535 62% [====================================== ] 964/1535 62% [====================================== ] 965/1535 62% [======================================= ] 966/1535 62% [======================================= ] 967/1535 62% [======================================= ] 968/1535 63% [======================================= ] 969/1535 63% [======================================= ] 970/1535 63% [======================================= ] 971/1535 63% [======================================= ] 972/1535 63% [======================================= ] 973/1535 63% [======================================= ] 974/1535 63% [======================================= ] 975/1535 63% [======================================= ] 976/1535 63% [======================================= ] 977/1535 63% [======================================= ] 978/1535 63% [======================================= ] 979/1535 63% [======================================= ] 980/1535 63% [======================================= ] 981/1535 63% [======================================= ] 982/1535 63% [======================================= ] 983/1535 64% [======================================= ] 984/1535 64% [======================================= ] 985/1535 64% [======================================= ] 986/1535 64% [======================================= ] 987/1535 64% [======================================= ] 988/1535 64% [======================================= ] 989/1535 64% [======================================= ] 990/1535 64% [======================================== ] 991/1535 64% [======================================== ] 992/1535 64% [======================================== ] 993/1535 64% [======================================== ] 994/1535 64% [======================================== ] 995/1535 64% [======================================== ] 996/1535 64% [======================================== ] 997/1535 64% [======================================== ] 998/1535 65% [======================================== ] 999/1535 65% [======================================== ] 1000/1535 65% [======================================== ] 1001/1535 65% [======================================== ] 1002/1535 65% [======================================== ] 1003/1535 65% [======================================== ] 1004/1535 65% [======================================== ] 1005/1535 65% [======================================== ] 1006/1535 65% [======================================== ] 1007/1535 65% [======================================== ] 1008/1535 65% [======================================== ] 1009/1535 65% [======================================== ] 1010/1535 65% [======================================== ] 1011/1535 65% [======================================== ] 1012/1535 65% [======================================== ] 1013/1535 65% [======================================== ] 1014/1535 66% [======================================== ] 1015/1535 66% [========================================= ] 1016/1535 66% [========================================= ] 1017/1535 66% [========================================= ] 1018/1535 66% [========================================= ] 1019/1535 66% [========================================= ] 1020/1535 66% [========================================= ] 1021/1535 66% [========================================= ] 1022/1535 66% [========================================= ] 1023/1535 66% [========================================= ] 1024/1535 66% [========================================= ] 1025/1535 66% [========================================= ] 1026/1535 66% [========================================= ] 1027/1535 66% [========================================= ] 1028/1535 66% [========================================= ] 1029/1535 67% [========================================= ] 1030/1535 67% [========================================= ] 1031/1535 67% [========================================= ] 1032/1535 67% [========================================= ] 1033/1535 67% [========================================= ] 1034/1535 67% [========================================= ] 1035/1535 67% [========================================= ] 1036/1535 67% [========================================= ] 1037/1535 67% [========================================= ] 1038/1535 67% [========================================= ] 1039/1535 67% [========================================== ] 1040/1535 67% [========================================== ] 1041/1535 67% [========================================== ] 1042/1535 67% [========================================== ] 1043/1535 67% [========================================== ] 1044/1535 68% [========================================== ] 1045/1535 68% [========================================== ] 1046/1535 68% [========================================== ] 1047/1535 68% [========================================== ] 1048/1535 68% [========================================== ] 1049/1535 68% [========================================== ] 1050/1535 68% [========================================== ] 1051/1535 68% [========================================== ] 1052/1535 68% [========================================== ] 1053/1535 68% [========================================== ] 1054/1535 68% [========================================== ] 1055/1535 68% [========================================== ] 1056/1535 68% [========================================== ] 1057/1535 68% [========================================== ] 1058/1535 68% [========================================== ] 1059/1535 68% [========================================== ] 1060/1535 69% [========================================== ] 1061/1535 69% [========================================== ] 1062/1535 69% [========================================== ] 1063/1535 69% [========================================== ] 1064/1535 69% [=========================================== ] 1065/1535 69% [=========================================== ] 1066/1535 69% [=========================================== ] 1067/1535 69% [=========================================== ] 1068/1535 69% [=========================================== ] 1069/1535 69% [=========================================== ] 1070/1535 69% [=========================================== ] 1071/1535 69% [=========================================== ] 1072/1535 69% [=========================================== ] 1073/1535 69% [=========================================== ] 1074/1535 69% [=========================================== ] 1075/1535 70% [=========================================== ] 1076/1535 70% [=========================================== ] 1077/1535 70% [=========================================== ] 1078/1535 70% [=========================================== ] 1079/1535 70% [=========================================== ] 1080/1535 70% [=========================================== ] 1081/1535 70% [=========================================== ] 1082/1535 70% [=========================================== ] 1083/1535 70% [=========================================== ] 1084/1535 70% [=========================================== ] 1085/1535 70% [=========================================== ] 1086/1535 70% [=========================================== ] 1087/1535 70% [=========================================== ] 1088/1535 70% [=========================================== ] 1089/1535 70% [============================================ ] 1090/1535 71% [============================================ ] 1091/1535 71% [============================================ ] 1092/1535 71% [============================================ ] 1093/1535 71% [============================================ ] 1094/1535 71% [============================================ ] 1095/1535 71% [============================================ ] 1096/1535 71% [============================================ ] 1097/1535 71% [============================================ ] 1098/1535 71% [============================================ ] 1099/1535 71% [============================================ ] 1100/1535 71% [============================================ ] 1101/1535 71% [============================================ ] 1102/1535 71% [============================================ ] 1103/1535 71% [============================================ ] 1104/1535 71% [============================================ ] 1105/1535 71% [============================================ ] 1106/1535 72% [============================================ ] 1107/1535 72% [============================================ ] 1108/1535 72% [============================================ ] 1109/1535 72% [============================================ ] 1110/1535 72% [============================================ ] 1111/1535 72% [============================================ ] 1112/1535 72% [============================================ ] 1113/1535 72% [============================================ ] 1114/1535 72% [============================================= ] 1115/1535 72% [============================================= ] 1116/1535 72% [============================================= ] 1117/1535 72% [============================================= ] 1118/1535 72% [============================================= ] 1119/1535 72% [============================================= ] 1120/1535 72% [============================================= ] 1121/1535 73% [============================================= ] 1122/1535 73% [============================================= ] 1123/1535 73% [============================================= ] 1124/1535 73% [============================================= ] 1125/1535 73% [============================================= ] 1126/1535 73% [============================================= ] 1127/1535 73% [============================================= ] 1128/1535 73% [============================================= ] 1129/1535 73% [============================================= ] 1130/1535 73% [============================================= ] 1131/1535 73% [============================================= ] 1132/1535 73% [============================================= ] 1133/1535 73% [============================================= ] 1134/1535 73% [============================================= ] 1135/1535 73% [============================================= ] 1136/1535 74% [============================================= ] 1137/1535 74% [============================================= ] 1138/1535 74% [============================================== ] 1139/1535 74% [============================================== ] 1140/1535 74% [============================================== ] 1141/1535 74% [============================================== ] 1142/1535 74% [============================================== ] 1143/1535 74% [============================================== ] 1144/1535 74% [============================================== ] 1145/1535 74% [============================================== ] 1146/1535 74% [============================================== ] 1147/1535 74% [============================================== ] 1148/1535 74% [============================================== ] 1149/1535 74% [============================================== ] 1150/1535 74% [============================================== ] 1151/1535 74% [============================================== ] 1152/1535 75% [============================================== ] 1153/1535 75% [============================================== ] 1154/1535 75% [============================================== ] 1155/1535 75% [============================================== ] 1156/1535 75% [============================================== ] 1157/1535 75% [============================================== ] 1158/1535 75% [============================================== ] 1159/1535 75% [============================================== ] 1160/1535 75% [============================================== ] 1161/1535 75% [============================================== ] 1162/1535 75% [============================================== ] 1163/1535 75% [=============================================== ] 1164/1535 75% [=============================================== ] 1165/1535 75% [=============================================== ] 1166/1535 75% [=============================================== ] 1167/1535 76% [=============================================== ] 1168/1535 76% [=============================================== ] 1169/1535 76% [=============================================== ] 1170/1535 76% [=============================================== ] 1171/1535 76% [=============================================== ] 1172/1535 76% [=============================================== ] 1173/1535 76% [=============================================== ] 1174/1535 76% [=============================================== ] 1175/1535 76% [=============================================== ] 1176/1535 76% [=============================================== ] 1177/1535 76% [=============================================== ] 1178/1535 76% [=============================================== ] 1179/1535 76% [=============================================== ] 1180/1535 76% [=============================================== ] 1181/1535 76% [=============================================== ] 1182/1535 77% [=============================================== ] 1183/1535 77% [=============================================== ] 1184/1535 77% [=============================================== ] 1185/1535 77% [=============================================== ] 1186/1535 77% [=============================================== ] 1187/1535 77% [=============================================== ] 1188/1535 77% [================================================ ] 1189/1535 77% [================================================ ] 1190/1535 77% [================================================ ] 1191/1535 77% [================================================ ] 1192/1535 77% [================================================ ] 1193/1535 77% [================================================ ] 1194/1535 77% [================================================ ] 1195/1535 77% [================================================ ] 1196/1535 77% [================================================ ] 1197/1535 77% [================================================ ] 1198/1535 78% [================================================ ] 1199/1535 78% [================================================ ] 1200/1535 78% [================================================ ] 1201/1535 78% [================================================ ] 1202/1535 78% [================================================ ] 1203/1535 78% [================================================ ] 1204/1535 78% [================================================ ] 1205/1535 78% [================================================ ] 1206/1535 78% [================================================ ] 1207/1535 78% [================================================ ] 1208/1535 78% [================================================ ] 1209/1535 78% [================================================ ] 1210/1535 78% [================================================ ] 1211/1535 78% [================================================ ] 1212/1535 78% [================================================ ] 1213/1535 79% [================================================= ] 1214/1535 79% [================================================= ] 1215/1535 79% [================================================= ] 1216/1535 79% [================================================= ] 1217/1535 79% [================================================= ] 1218/1535 79% [================================================= ] 1219/1535 79% [================================================= ] 1220/1535 79% [================================================= ] 1221/1535 79% [================================================= ] 1222/1535 79% [================================================= ] 1223/1535 79% [================================================= ] 1224/1535 79% [================================================= ] 1225/1535 79% [================================================= ] 1226/1535 79% [================================================= ] 1227/1535 79% [================================================= ] 1228/1535 80% [================================================= ] 1229/1535 80% [================================================= ] 1230/1535 80% [================================================= ] 1231/1535 80% [================================================= ] 1232/1535 80% [================================================= ] 1233/1535 80% [================================================= ] 1234/1535 80% [================================================= ] 1235/1535 80% [================================================= ] 1236/1535 80% [================================================= ] 1237/1535 80% [================================================== ] 1238/1535 80% [================================================== ] 1239/1535 80% [================================================== ] 1240/1535 80% [================================================== ] 1241/1535 80% [================================================== ] 1242/1535 80% [================================================== ] 1243/1535 80% [================================================== ] 1244/1535 81% [================================================== ] 1245/1535 81% [================================================== ] 1246/1535 81% [================================================== ] 1247/1535 81% [================================================== ] 1248/1535 81% [================================================== ] 1249/1535 81% [================================================== ] 1250/1535 81% [================================================== ] 1251/1535 81% [================================================== ] 1252/1535 81% [================================================== ] 1253/1535 81% [================================================== ] 1254/1535 81% [================================================== ] 1255/1535 81% [================================================== ] 1256/1535 81% [================================================== ] 1257/1535 81% [================================================== ] 1258/1535 81% [================================================== ] 1259/1535 82% [================================================== ] 1260/1535 82% [================================================== ] 1261/1535 82% [================================================== ] 1262/1535 82% [=================================================== ] 1263/1535 82% [=================================================== ] 1264/1535 82% [=================================================== ] 1265/1535 82% [=================================================== ] 1266/1535 82% [=================================================== ] 1267/1535 82% [=================================================== ] 1268/1535 82% [=================================================== ] 1269/1535 82% [=================================================== ] 1270/1535 82% [=================================================== ] 1271/1535 82% [=================================================== ] 1272/1535 82% [=================================================== ] 1273/1535 82% [=================================================== ] 1274/1535 82% [=================================================== ] 1275/1535 83% [=================================================== ] 1276/1535 83% [=================================================== ] 1277/1535 83% [=================================================== ] 1278/1535 83% [=================================================== ] 1279/1535 83% [=================================================== ] 1280/1535 83% [=================================================== ] 1281/1535 83% [=================================================== ] 1282/1535 83% [=================================================== ] 1283/1535 83% [=================================================== ] 1284/1535 83% [=================================================== ] 1285/1535 83% [=================================================== ] 1286/1535 83% [=================================================== ] 1287/1535 83% [==================================================== ] 1288/1535 83% [==================================================== ] 1289/1535 83% [==================================================== ] 1290/1535 84% [==================================================== ] 1291/1535 84% [==================================================== ] 1292/1535 84% [==================================================== ] 1293/1535 84% [==================================================== ] 1294/1535 84% [==================================================== ] 1295/1535 84% [==================================================== ] 1296/1535 84% [==================================================== ] 1297/1535 84% [==================================================== ] 1298/1535 84% [==================================================== ] 1299/1535 84% [==================================================== ] 1300/1535 84% [==================================================== ] 1301/1535 84% [==================================================== ] 1302/1535 84% [==================================================== ] 1303/1535 84% [==================================================== ] 1304/1535 84% [==================================================== ] 1305/1535 85% [==================================================== ] 1306/1535 85% [==================================================== ] 1307/1535 85% [==================================================== ] 1308/1535 85% [==================================================== ] 1309/1535 85% [==================================================== ] 1310/1535 85% [==================================================== ] 1311/1535 85% [==================================================== ] 1312/1535 85% [===================================================== ] 1313/1535 85% [===================================================== ] 1314/1535 85% [===================================================== ] 1315/1535 85% [===================================================== ] 1316/1535 85% [===================================================== ] 1317/1535 85% [===================================================== ] 1318/1535 85% [===================================================== ] 1319/1535 85% [===================================================== ] 1320/1535 85% [===================================================== ] 1321/1535 86% [===================================================== ] 1322/1535 86% [===================================================== ] 1323/1535 86% [===================================================== ] 1324/1535 86% [===================================================== ] 1325/1535 86% [===================================================== ] 1326/1535 86% [===================================================== ] 1327/1535 86% [===================================================== ] 1328/1535 86% [===================================================== ] 1329/1535 86% [===================================================== ] 1330/1535 86% [===================================================== ] 1331/1535 86% [===================================================== ] 1332/1535 86% [===================================================== ] 1333/1535 86% [===================================================== ] 1334/1535 86% [===================================================== ] 1335/1535 86% [===================================================== ] 1336/1535 87% [====================================================== ] 1337/1535 87% [====================================================== ] 1338/1535 87% [====================================================== ] 1339/1535 87% [====================================================== ] 1340/1535 87% [====================================================== ] 1341/1535 87% [====================================================== ] 1342/1535 87% [====================================================== ] 1343/1535 87% [====================================================== ] 1344/1535 87% [====================================================== ] 1345/1535 87% [====================================================== ] 1346/1535 87% [====================================================== ] 1347/1535 87% [====================================================== ] 1348/1535 87% [====================================================== ] 1349/1535 87% [====================================================== ] 1350/1535 87% [====================================================== ] 1351/1535 88% [====================================================== ] 1352/1535 88% [====================================================== ] 1353/1535 88% [====================================================== ] 1354/1535 88% [====================================================== ] 1355/1535 88% [====================================================== ] 1356/1535 88% [====================================================== ] 1357/1535 88% [====================================================== ] 1358/1535 88% [====================================================== ] 1359/1535 88% [====================================================== ] 1360/1535 88% [====================================================== ] 1361/1535 88% [======================================================= ] 1362/1535 88% [======================================================= ] 1363/1535 88% [======================================================= ] 1364/1535 88% [======================================================= ] 1365/1535 88% [======================================================= ] 1366/1535 88% [======================================================= ] 1367/1535 89% [======================================================= ] 1368/1535 89% [======================================================= ] 1369/1535 89% [======================================================= ] 1370/1535 89% [======================================================= ] 1371/1535 89% [======================================================= ] 1372/1535 89% [======================================================= ] 1373/1535 89% [======================================================= ] 1374/1535 89% [======================================================= ] 1375/1535 89% [======================================================= ] 1376/1535 89% [======================================================= ] 1377/1535 89% [======================================================= ] 1378/1535 89% [======================================================= ] 1379/1535 89% [======================================================= ] 1380/1535 89% [======================================================= ] 1381/1535 89% [======================================================= ] 1382/1535 90% [======================================================= ] 1383/1535 90% [======================================================= ] 1384/1535 90% [======================================================= ] 1385/1535 90% [======================================================= ] 1386/1535 90% [======================================================== ] 1387/1535 90% [======================================================== ] 1388/1535 90% [======================================================== ] 1389/1535 90% [======================================================== ] 1390/1535 90% [======================================================== ] 1391/1535 90% [======================================================== ] 1392/1535 90% [======================================================== ] 1393/1535 90% [======================================================== ] 1394/1535 90% [======================================================== ] 1395/1535 90% [======================================================== ] 1396/1535 90% [======================================================== ] 1397/1535 91% [======================================================== ] 1398/1535 91% [======================================================== ] 1399/1535 91% [======================================================== ] 1400/1535 91% [======================================================== ] 1401/1535 91% [======================================================== ] 1402/1535 91% [======================================================== ] 1403/1535 91% [======================================================== ] 1404/1535 91% [======================================================== ] 1405/1535 91% [======================================================== ] 1406/1535 91% [======================================================== ] 1407/1535 91% [======================================================== ] 1408/1535 91% [======================================================== ] 1409/1535 91% [======================================================== ] 1410/1535 91% [======================================================== ] 1411/1535 91% [========================================================= ] 1412/1535 91% [========================================================= ] 1413/1535 92% [========================================================= ] 1414/1535 92% [========================================================= ] 1415/1535 92% [========================================================= ] 1416/1535 92% [========================================================= ] 1417/1535 92% [========================================================= ] 1418/1535 92% [========================================================= ] 1419/1535 92% [========================================================= ] 1420/1535 92% [========================================================= ] 1421/1535 92% [========================================================= ] 1422/1535 92% [========================================================= ] 1423/1535 92% [========================================================= ] 1424/1535 92% [========================================================= ] 1425/1535 92% [========================================================= ] 1426/1535 92% [========================================================= ] 1427/1535 92% [========================================================= ] 1428/1535 93% [========================================================= ] 1429/1535 93% [========================================================= ] 1430/1535 93% [========================================================= ] 1431/1535 93% [========================================================= ] 1432/1535 93% [========================================================= ] 1433/1535 93% [========================================================= ] 1434/1535 93% [========================================================= ] 1435/1535 93% [========================================================== ] 1436/1535 93% [========================================================== ] 1437/1535 93% [========================================================== ] 1438/1535 93% [========================================================== ] 1439/1535 93% [========================================================== ] 1440/1535 93% [========================================================== ] 1441/1535 93% [========================================================== ] 1442/1535 93% [========================================================== ] 1443/1535 94% [========================================================== ] 1444/1535 94% [========================================================== ] 1445/1535 94% [========================================================== ] 1446/1535 94% [========================================================== ] 1447/1535 94% [========================================================== ] 1448/1535 94% [========================================================== ] 1449/1535 94% [========================================================== ] 1450/1535 94% [========================================================== ] 1451/1535 94% [========================================================== ] 1452/1535 94% [========================================================== ] 1453/1535 94% [========================================================== ] 1454/1535 94% [========================================================== ] 1455/1535 94% [========================================================== ] 1456/1535 94% [========================================================== ] 1457/1535 94% [========================================================== ] 1458/1535 94% [========================================================== ] 1459/1535 95% [========================================================== ] 1460/1535 95% [=========================================================== ] 1461/1535 95% [=========================================================== ] 1462/1535 95% [=========================================================== ] 1463/1535 95% [=========================================================== ] 1464/1535 95% [=========================================================== ] 1465/1535 95% [=========================================================== ] 1466/1535 95% [=========================================================== ] 1467/1535 95% [=========================================================== ] 1468/1535 95% [=========================================================== ] 1469/1535 95% [=========================================================== ] 1470/1535 95% [=========================================================== ] 1471/1535 95% [=========================================================== ] 1472/1535 95% [=========================================================== ] 1473/1535 95% [=========================================================== ] 1474/1535 96% [=========================================================== ] 1475/1535 96% [=========================================================== ] 1476/1535 96% [=========================================================== ] 1477/1535 96% [=========================================================== ] 1478/1535 96% [=========================================================== ] 1479/1535 96% [=========================================================== ] 1480/1535 96% [=========================================================== ] 1481/1535 96% [=========================================================== ] 1482/1535 96% [=========================================================== ] 1483/1535 96% [=========================================================== ] 1484/1535 96% [=========================================================== ] 1485/1535 96% [============================================================ ] 1486/1535 96% [============================================================ ] 1487/1535 96% [============================================================ ] 1488/1535 96% [============================================================ ] 1489/1535 97% [============================================================ ] 1490/1535 97% [============================================================ ] 1491/1535 97% [============================================================ ] 1492/1535 97% [============================================================ ] 1493/1535 97% [============================================================ ] 1494/1535 97% [============================================================ ] 1495/1535 97% [============================================================ ] 1496/1535 97% [============================================================ ] 1497/1535 97% [============================================================ ] 1498/1535 97% [============================================================ ] 1499/1535 97% [============================================================ ] 1500/1535 97% [============================================================ ] 1501/1535 97% [============================================================ ] 1502/1535 97% [============================================================ ] 1503/1535 97% [============================================================ ] 1504/1535 97% [============================================================ ] 1505/1535 98% [============================================================ ] 1506/1535 98% [============================================================ ] 1507/1535 98% [============================================================ ] 1508/1535 98% [============================================================ ] 1509/1535 98% [============================================================ ] 1510/1535 98% [============================================================= ] 1511/1535 98% [============================================================= ] 1512/1535 98% [============================================================= ] 1513/1535 98% [============================================================= ] 1514/1535 98% [============================================================= ] 1515/1535 98% [============================================================= ] 1516/1535 98% [============================================================= ] 1517/1535 98% [============================================================= ] 1518/1535 98% [============================================================= ] 1519/1535 98% [============================================================= ] 1520/1535 99% [============================================================= ] 1521/1535 99% [============================================================= ] 1522/1535 99% [============================================================= ] 1523/1535 99% [============================================================= ] 1524/1535 99% [============================================================= ] 1525/1535 99% [============================================================= ] 1526/1535 99% [============================================================= ] 1527/1535 99% [============================================================= ] 1528/1535 99% [============================================================= ] 1529/1535 99% [============================================================= ] 1530/1535 99% [============================================================= ] 1531/1535 99% [============================================================= ] 1532/1535 99% [============================================================= ] 1533/1535 99% [============================================================= ] 1534/1535 99% [==============================================================] 1535/1535 100% operation complete, 1535 objects in 86464 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/x86_64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-9/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-9/buildroot' >>> Buildroot 2022.11-656-gd77db2df74 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.1 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 >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sqlite 3.40.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> 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) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> flac 1.4.2 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> host-genpart 1.0.2 Collecting legal info >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnu-efi 3.0.15 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ifupdown-scripts Collecting legal info >>> igmpproxy 0.4 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> host-imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> intel-microcode 20221108 Collecting legal info license: OK (sha256: 03efb1491c7e899feb2665fa299363e64035e5444c1b8bc1f6ebed30de964e12) >>> iucode-tool 2.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> 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) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> 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) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lightning 2.2.0 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> host-lld 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 11.1.0 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mimic 1.1.0 Collecting legal info COPYING: OK (sha256: c423c1c6d260091d80ee4c00f386a10fea39963a3f1530f2c245f15dd20324ee) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nano 7.0 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-qemu 7.1.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sound-theme-borealis 0.9a Collecting legal info >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> ssdp-responder 1.9 Collecting legal info LICENSE: OK (sha256: 68d6fdc22e337f725fe719bf9ae6d92b1d8d0ca4cff8219b303ab76706670a8d) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> grub2 2.06 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-grub2 2.06 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> 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-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: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'