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 ' news -1 news -1 * - - - Leafnode2 daemon\n 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 >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs 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/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/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/axfs/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/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/axfs/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-9/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-9/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/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/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1532 number of 4KB nodes: 39309 Total image size: 146911603 >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/images rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2 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/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/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/ext2/target >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/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/ext2/target" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-9/output-1/host/sbin/mkfs.ext4 -d /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/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/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-9/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 804db8b8-7ffe-41c2-84e4-2c8a0ad4f781 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done 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" bzip2 -9 -c /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext2.bz2 ln -sf rootfs.ext2.bz2 /home/autobuild/autobuild/instance-9/output-1/images/rootfs.ext4.bz2 >>> 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 1532 objects. stage 2: creating image '/home/autobuild/autobuild/instance-9/output-1/images/rootfs.yaffs2' [ ] 1/1532 0% [ ] 2/1532 0% [ ] 3/1532 0% [ ] 4/1532 0% [ ] 5/1532 0% [ ] 6/1532 0% [ ] 7/1532 0% [ ] 8/1532 0% [ ] 9/1532 0% [ ] 10/1532 0% [ ] 11/1532 0% [ ] 12/1532 0% [ ] 13/1532 0% [ ] 14/1532 0% [ ] 15/1532 0% [ ] 16/1532 1% [ ] 17/1532 1% [ ] 18/1532 1% [ ] 19/1532 1% [ ] 20/1532 1% [ ] 21/1532 1% [ ] 22/1532 1% [ ] 23/1532 1% [ ] 24/1532 1% [= ] 25/1532 1% [= ] 26/1532 1% [= ] 27/1532 1% [= ] 28/1532 1% [= ] 29/1532 1% [= ] 30/1532 1% [= ] 31/1532 2% [= ] 32/1532 2% [= ] 33/1532 2% [= ] 34/1532 2% [= ] 35/1532 2% [= ] 36/1532 2% [= ] 37/1532 2% [= ] 38/1532 2% [= ] 39/1532 2% [= ] 40/1532 2% [= ] 41/1532 2% [= ] 42/1532 2% [= ] 43/1532 2% [= ] 44/1532 2% [= ] 45/1532 2% [= ] 46/1532 3% [= ] 47/1532 3% [= ] 48/1532 3% [= ] 49/1532 3% [== ] 50/1532 3% [== ] 51/1532 3% [== ] 52/1532 3% [== ] 53/1532 3% [== ] 54/1532 3% [== ] 55/1532 3% [== ] 56/1532 3% [== ] 57/1532 3% [== ] 58/1532 3% [== ] 59/1532 3% [== ] 60/1532 3% [== ] 61/1532 3% [== ] 62/1532 4% [== ] 63/1532 4% [== ] 64/1532 4% [== ] 65/1532 4% [== ] 66/1532 4% [== ] 67/1532 4% [== ] 68/1532 4% [== ] 69/1532 4% [== ] 70/1532 4% [== ] 71/1532 4% [== ] 72/1532 4% [== ] 73/1532 4% [== ] 74/1532 4% [=== ] 75/1532 4% [=== ] 76/1532 4% [=== ] 77/1532 5% [=== ] 78/1532 5% [=== ] 79/1532 5% [=== ] 80/1532 5% [=== ] 81/1532 5% [=== ] 82/1532 5% [=== ] 83/1532 5% [=== ] 84/1532 5% [=== ] 85/1532 5% [=== ] 86/1532 5% [=== ] 87/1532 5% [=== ] 88/1532 5% [=== ] 89/1532 5% [=== ] 90/1532 5% [=== ] 91/1532 5% [=== ] 92/1532 6% [=== ] 93/1532 6% [=== ] 94/1532 6% [=== ] 95/1532 6% [=== ] 96/1532 6% [=== ] 97/1532 6% [=== ] 98/1532 6% [==== ] 99/1532 6% [==== ] 100/1532 6% [==== ] 101/1532 6% [==== ] 102/1532 6% [==== ] 103/1532 6% [==== ] 104/1532 6% [==== ] 105/1532 6% [==== ] 106/1532 6% [==== ] 107/1532 6% [==== ] 108/1532 7% [==== ] 109/1532 7% [==== ] 110/1532 7% [==== ] 111/1532 7% [==== ] 112/1532 7% [==== ] 113/1532 7% [==== ] 114/1532 7% [==== ] 115/1532 7% [==== ] 116/1532 7% [==== ] 117/1532 7% [==== ] 118/1532 7% [==== ] 119/1532 7% [==== ] 120/1532 7% [==== ] 121/1532 7% [==== ] 122/1532 7% [==== ] 123/1532 8% [===== ] 124/1532 8% [===== ] 125/1532 8% [===== ] 126/1532 8% [===== ] 127/1532 8% [===== ] 128/1532 8% [===== ] 129/1532 8% [===== ] 130/1532 8% [===== ] 131/1532 8% [===== ] 132/1532 8% [===== ] 133/1532 8% [===== ] 134/1532 8% [===== ] 135/1532 8% [===== ] 136/1532 8% [===== ] 137/1532 8% [===== ] 138/1532 9% [===== ] 139/1532 9% [===== ] 140/1532 9% [===== ] 141/1532 9% [===== ] 142/1532 9% [===== ] 143/1532 9% [===== ] 144/1532 9% [===== ] 145/1532 9% [===== ] 146/1532 9% [===== ] 147/1532 9% [===== ] 148/1532 9% [====== ] 149/1532 9% [====== ] 150/1532 9% [====== ] 151/1532 9% [====== ] 152/1532 9% [====== ] 153/1532 9% [====== ] 154/1532 10% [====== ] 155/1532 10% [====== ] 156/1532 10% [====== ] 157/1532 10% [====== ] 158/1532 10% [====== ] 159/1532 10% [====== ] 160/1532 10% [====== ] 161/1532 10% [====== ] 162/1532 10% [====== ] 163/1532 10% [====== ] 164/1532 10% [====== ] 165/1532 10% [====== ] 166/1532 10% [====== ] 167/1532 10% [====== ] 168/1532 10% [====== ] 169/1532 11% [====== ] 170/1532 11% [====== ] 171/1532 11% [====== ] 172/1532 11% [======= ] 173/1532 11% [======= ] 174/1532 11% [======= ] 175/1532 11% [======= ] 176/1532 11% [======= ] 177/1532 11% [======= ] 178/1532 11% [======= ] 179/1532 11% [======= ] 180/1532 11% [======= ] 181/1532 11% [======= ] 182/1532 11% [======= ] 183/1532 11% [======= ] 184/1532 12% [======= ] 185/1532 12% [======= ] 186/1532 12% [======= ] 187/1532 12% [======= ] 188/1532 12% [======= ] 189/1532 12% [======= ] 190/1532 12% [======= ] 191/1532 12% [======= ] 192/1532 12% [======= ] 193/1532 12% [======= ] 194/1532 12% [======= ] 195/1532 12% [======= ] 196/1532 12% [======= ] 197/1532 12% [======== ] 198/1532 12% [======== ] 199/1532 12% [======== ] 200/1532 13% [======== ] 201/1532 13% [======== ] 202/1532 13% [======== ] 203/1532 13% [======== ] 204/1532 13% [======== ] 205/1532 13% [======== ] 206/1532 13% [======== ] 207/1532 13% [======== ] 208/1532 13% [======== ] 209/1532 13% [======== ] 210/1532 13% [======== ] 211/1532 13% [======== ] 212/1532 13% [======== ] 213/1532 13% [======== ] 214/1532 13% [======== ] 215/1532 14% [======== ] 216/1532 14% [======== ] 217/1532 14% [======== ] 218/1532 14% [======== ] 219/1532 14% [======== ] 220/1532 14% [======== ] 221/1532 14% [======== ] 222/1532 14% [========= ] 223/1532 14% [========= ] 224/1532 14% [========= ] 225/1532 14% [========= ] 226/1532 14% [========= ] 227/1532 14% [========= ] 228/1532 14% [========= ] 229/1532 14% [========= ] 230/1532 15% [========= ] 231/1532 15% [========= ] 232/1532 15% [========= ] 233/1532 15% [========= ] 234/1532 15% [========= ] 235/1532 15% [========= ] 236/1532 15% [========= ] 237/1532 15% [========= ] 238/1532 15% [========= ] 239/1532 15% [========= ] 240/1532 15% [========= ] 241/1532 15% [========= ] 242/1532 15% [========= ] 243/1532 15% [========= ] 244/1532 15% [========= ] 245/1532 15% [========= ] 246/1532 16% [========= ] 247/1532 16% [========== ] 248/1532 16% [========== ] 249/1532 16% [========== ] 250/1532 16% [========== ] 251/1532 16% [========== ] 252/1532 16% [========== ] 253/1532 16% [========== ] 254/1532 16% [========== ] 255/1532 16% [========== ] 256/1532 16% [========== ] 257/1532 16% [========== ] 258/1532 16% [========== ] 259/1532 16% [========== ] 260/1532 16% [========== ] 261/1532 17% [========== ] 262/1532 17% [========== ] 263/1532 17% [========== ] 264/1532 17% [========== ] 265/1532 17% [========== ] 266/1532 17% [========== ] 267/1532 17% [========== ] 268/1532 17% [========== ] 269/1532 17% [========== ] 270/1532 17% [========== ] 271/1532 17% [=========== ] 272/1532 17% [=========== ] 273/1532 17% [=========== ] 274/1532 17% [=========== ] 275/1532 17% [=========== ] 276/1532 18% [=========== ] 277/1532 18% [=========== ] 278/1532 18% [=========== ] 279/1532 18% [=========== ] 280/1532 18% [=========== ] 281/1532 18% [=========== ] 282/1532 18% [=========== ] 283/1532 18% [=========== ] 284/1532 18% [=========== ] 285/1532 18% [=========== ] 286/1532 18% [=========== ] 287/1532 18% [=========== ] 288/1532 18% [=========== ] 289/1532 18% [=========== ] 290/1532 18% [=========== ] 291/1532 18% [=========== ] 292/1532 19% [=========== ] 293/1532 19% [=========== ] 294/1532 19% [=========== ] 295/1532 19% [=========== ] 296/1532 19% [============ ] 297/1532 19% [============ ] 298/1532 19% [============ ] 299/1532 19% [============ ] 300/1532 19% [============ ] 301/1532 19% [============ ] 302/1532 19% [============ ] 303/1532 19% [============ ] 304/1532 19% [============ ] 305/1532 19% [============ ] 306/1532 19% [============ ] 307/1532 20% [============ ] 308/1532 20% [============ ] 309/1532 20% [============ ] 310/1532 20% [============ ] 311/1532 20% [============ ] 312/1532 20% [============ ] 313/1532 20% [============ ] 314/1532 20% [============ ] 315/1532 20% [============ ] 316/1532 20% [============ ] 317/1532 20% [============ ] 318/1532 20% [============ ] 319/1532 20% [============ ] 320/1532 20% [============ ] 321/1532 20% [============= ] 322/1532 21% [============= ] 323/1532 21% [============= ] 324/1532 21% [============= ] 325/1532 21% [============= ] 326/1532 21% [============= ] 327/1532 21% [============= ] 328/1532 21% [============= ] 329/1532 21% [============= ] 330/1532 21% [============= ] 331/1532 21% [============= ] 332/1532 21% [============= ] 333/1532 21% [============= ] 334/1532 21% [============= ] 335/1532 21% [============= ] 336/1532 21% [============= ] 337/1532 21% [============= ] 338/1532 22% [============= ] 339/1532 22% [============= ] 340/1532 22% [============= ] 341/1532 22% [============= ] 342/1532 22% [============= ] 343/1532 22% [============= ] 344/1532 22% [============= ] 345/1532 22% [============== ] 346/1532 22% [============== ] 347/1532 22% [============== ] 348/1532 22% [============== ] 349/1532 22% [============== ] 350/1532 22% [============== ] 351/1532 22% [============== ] 352/1532 22% [============== ] 353/1532 23% [============== ] 354/1532 23% [============== ] 355/1532 23% [============== ] 356/1532 23% [============== ] 357/1532 23% [============== ] 358/1532 23% [============== ] 359/1532 23% [============== ] 360/1532 23% [============== ] 361/1532 23% [============== ] 362/1532 23% [============== ] 363/1532 23% [============== ] 364/1532 23% [============== ] 365/1532 23% [============== ] 366/1532 23% [============== ] 367/1532 23% [============== ] 368/1532 24% [============== ] 369/1532 24% [============== ] 370/1532 24% [=============== ] 371/1532 24% [=============== ] 372/1532 24% [=============== ] 373/1532 24% [=============== ] 374/1532 24% [=============== ] 375/1532 24% [=============== ] 376/1532 24% [=============== ] 377/1532 24% [=============== ] 378/1532 24% [=============== ] 379/1532 24% [=============== ] 380/1532 24% [=============== ] 381/1532 24% [=============== ] 382/1532 24% [=============== ] 383/1532 25% [=============== ] 384/1532 25% [=============== ] 385/1532 25% [=============== ] 386/1532 25% [=============== ] 387/1532 25% [=============== ] 388/1532 25% [=============== ] 389/1532 25% [=============== ] 390/1532 25% [=============== ] 391/1532 25% [=============== ] 392/1532 25% [=============== ] 393/1532 25% [=============== ] 394/1532 25% [=============== ] 395/1532 25% [================ ] 396/1532 25% [================ ] 397/1532 25% [================ ] 398/1532 25% [================ ] 399/1532 26% [================ ] 400/1532 26% [================ ] 401/1532 26% [================ ] 402/1532 26% [================ ] 403/1532 26% [================ ] 404/1532 26% [================ ] 405/1532 26% [================ ] 406/1532 26% [================ ] 407/1532 26% [================ ] 408/1532 26% [================ ] 409/1532 26% [================ ] 410/1532 26% [================ ] 411/1532 26% [================ ] 412/1532 26% [================ ] 413/1532 26% [================ ] 414/1532 27% [================ ] 415/1532 27% [================ ] 416/1532 27% [================ ] 417/1532 27% [================ ] 418/1532 27% [================ ] 419/1532 27% [================ ] 420/1532 27% [================= ] 421/1532 27% [================= ] 422/1532 27% [================= ] 423/1532 27% [================= ] 424/1532 27% [================= ] 425/1532 27% [================= ] 426/1532 27% [================= ] 427/1532 27% [================= ] 428/1532 27% [================= ] 429/1532 28% [================= ] 430/1532 28% [================= ] 431/1532 28% [================= ] 432/1532 28% [================= ] 433/1532 28% [================= ] 434/1532 28% [================= ] 435/1532 28% [================= ] 436/1532 28% [================= ] 437/1532 28% [================= ] 438/1532 28% [================= ] 439/1532 28% [================= ] 440/1532 28% [================= ] 441/1532 28% [================= ] 442/1532 28% [================= ] 443/1532 28% [================= ] 444/1532 28% [================== ] 445/1532 29% [================== ] 446/1532 29% [================== ] 447/1532 29% [================== ] 448/1532 29% [================== ] 449/1532 29% [================== ] 450/1532 29% [================== ] 451/1532 29% [================== ] 452/1532 29% [================== ] 453/1532 29% [================== ] 454/1532 29% [================== ] 455/1532 29% [================== ] 456/1532 29% [================== ] 457/1532 29% [================== ] 458/1532 29% [================== ] 459/1532 29% [================== ] 460/1532 30% [================== ] 461/1532 30% [================== ] 462/1532 30% [================== ] 463/1532 30% [================== ] 464/1532 30% [================== ] 465/1532 30% [================== ] 466/1532 30% [================== ] 467/1532 30% [================== ] 468/1532 30% [================== ] 469/1532 30% [=================== ] 470/1532 30% [=================== ] 471/1532 30% [=================== ] 472/1532 30% [=================== ] 473/1532 30% [=================== ] 474/1532 30% [=================== ] 475/1532 31% [=================== ] 476/1532 31% [=================== ] 477/1532 31% [=================== ] 478/1532 31% [=================== ] 479/1532 31% [=================== ] 480/1532 31% [=================== ] 481/1532 31% [=================== ] 482/1532 31% [=================== ] 483/1532 31% [=================== ] 484/1532 31% [=================== ] 485/1532 31% [=================== ] 486/1532 31% [=================== ] 487/1532 31% [=================== ] 488/1532 31% [=================== ] 489/1532 31% [=================== ] 490/1532 31% [=================== ] 491/1532 32% [=================== ] 492/1532 32% [=================== ] 493/1532 32% [=================== ] 494/1532 32% [==================== ] 495/1532 32% [==================== ] 496/1532 32% [==================== ] 497/1532 32% [==================== ] 498/1532 32% [==================== ] 499/1532 32% [==================== ] 500/1532 32% [==================== ] 501/1532 32% [==================== ] 502/1532 32% [==================== ] 503/1532 32% [==================== ] 504/1532 32% [==================== ] 505/1532 32% [==================== ] 506/1532 33% [==================== ] 507/1532 33% [==================== ] 508/1532 33% [==================== ] 509/1532 33% [==================== ] 510/1532 33% [==================== ] 511/1532 33% [==================== ] 512/1532 33% [==================== ] 513/1532 33% [==================== ] 514/1532 33% [==================== ] 515/1532 33% [==================== ] 516/1532 33% [==================== ] 517/1532 33% [==================== ] 518/1532 33% [===================== ] 519/1532 33% [===================== ] 520/1532 33% [===================== ] 521/1532 34% [===================== ] 522/1532 34% [===================== ] 523/1532 34% [===================== ] 524/1532 34% [===================== ] 525/1532 34% [===================== ] 526/1532 34% [===================== ] 527/1532 34% [===================== ] 528/1532 34% [===================== ] 529/1532 34% [===================== ] 530/1532 34% [===================== ] 531/1532 34% [===================== ] 532/1532 34% [===================== ] 533/1532 34% [===================== ] 534/1532 34% [===================== ] 535/1532 34% [===================== ] 536/1532 34% [===================== ] 537/1532 35% [===================== ] 538/1532 35% [===================== ] 539/1532 35% [===================== ] 540/1532 35% [===================== ] 541/1532 35% [===================== ] 542/1532 35% [===================== ] 543/1532 35% [====================== ] 544/1532 35% [====================== ] 545/1532 35% [====================== ] 546/1532 35% [====================== ] 547/1532 35% [====================== ] 548/1532 35% [====================== ] 549/1532 35% [====================== ] 550/1532 35% [====================== ] 551/1532 35% [====================== ] 552/1532 36% [====================== ] 553/1532 36% [====================== ] 554/1532 36% [====================== ] 555/1532 36% [====================== ] 556/1532 36% [====================== ] 557/1532 36% [====================== ] 558/1532 36% [====================== ] 559/1532 36% [====================== ] 560/1532 36% [====================== ] 561/1532 36% [====================== ] 562/1532 36% [====================== ] 563/1532 36% [====================== ] 564/1532 36% [====================== ] 565/1532 36% [====================== ] 566/1532 36% [====================== ] 567/1532 37% [====================== ] 568/1532 37% [======================= ] 569/1532 37% [======================= ] 570/1532 37% [======================= ] 571/1532 37% [======================= ] 572/1532 37% [======================= ] 573/1532 37% [======================= ] 574/1532 37% [======================= ] 575/1532 37% [======================= ] 576/1532 37% [======================= ] 577/1532 37% [======================= ] 578/1532 37% [======================= ] 579/1532 37% [======================= ] 580/1532 37% [======================= ] 581/1532 37% [======================= ] 582/1532 37% [======================= ] 583/1532 38% [======================= ] 584/1532 38% [======================= ] 585/1532 38% [======================= ] 586/1532 38% [======================= ] 587/1532 38% [======================= ] 588/1532 38% [======================= ] 589/1532 38% [======================= ] 590/1532 38% [======================= ] 591/1532 38% [======================= ] 592/1532 38% [======================= ] 593/1532 38% [======================== ] 594/1532 38% [======================== ] 595/1532 38% [======================== ] 596/1532 38% [======================== ] 597/1532 38% [======================== ] 598/1532 39% [======================== ] 599/1532 39% [======================== ] 600/1532 39% [======================== ] 601/1532 39% [======================== ] 602/1532 39% [======================== ] 603/1532 39% [======================== ] 604/1532 39% [======================== ] 605/1532 39% [======================== ] 606/1532 39% [======================== ] 607/1532 39% [======================== ] 608/1532 39% [======================== ] 609/1532 39% [======================== ] 610/1532 39% [======================== ] 611/1532 39% [======================== ] 612/1532 39% [======================== ] 613/1532 40% [======================== ] 614/1532 40% [======================== ] 615/1532 40% [======================== ] 616/1532 40% [======================== ] 617/1532 40% [========================= ] 618/1532 40% [========================= ] 619/1532 40% [========================= ] 620/1532 40% [========================= ] 621/1532 40% [========================= ] 622/1532 40% [========================= ] 623/1532 40% [========================= ] 624/1532 40% [========================= ] 625/1532 40% [========================= ] 626/1532 40% [========================= ] 627/1532 40% [========================= ] 628/1532 40% [========================= ] 629/1532 41% [========================= ] 630/1532 41% [========================= ] 631/1532 41% [========================= ] 632/1532 41% [========================= ] 633/1532 41% [========================= ] 634/1532 41% [========================= ] 635/1532 41% [========================= ] 636/1532 41% [========================= ] 637/1532 41% [========================= ] 638/1532 41% [========================= ] 639/1532 41% [========================= ] 640/1532 41% [========================= ] 641/1532 41% [========================= ] 642/1532 41% [========================== ] 643/1532 41% [========================== ] 644/1532 42% [========================== ] 645/1532 42% [========================== ] 646/1532 42% [========================== ] 647/1532 42% [========================== ] 648/1532 42% [========================== ] 649/1532 42% [========================== ] 650/1532 42% [========================== ] 651/1532 42% [========================== ] 652/1532 42% [========================== ] 653/1532 42% [========================== ] 654/1532 42% [========================== ] 655/1532 42% [========================== ] 656/1532 42% [========================== ] 657/1532 42% [========================== ] 658/1532 42% [========================== ] 659/1532 43% [========================== ] 660/1532 43% [========================== ] 661/1532 43% [========================== ] 662/1532 43% [========================== ] 663/1532 43% [========================== ] 664/1532 43% [========================== ] 665/1532 43% [========================== ] 666/1532 43% [========================== ] 667/1532 43% [=========================== ] 668/1532 43% [=========================== ] 669/1532 43% [=========================== ] 670/1532 43% [=========================== ] 671/1532 43% [=========================== ] 672/1532 43% [=========================== ] 673/1532 43% [=========================== ] 674/1532 43% [=========================== ] 675/1532 44% [=========================== ] 676/1532 44% [=========================== ] 677/1532 44% [=========================== ] 678/1532 44% [=========================== ] 679/1532 44% [=========================== ] 680/1532 44% [=========================== ] 681/1532 44% [=========================== ] 682/1532 44% [=========================== ] 683/1532 44% [=========================== ] 684/1532 44% [=========================== ] 685/1532 44% [=========================== ] 686/1532 44% [=========================== ] 687/1532 44% [=========================== ] 688/1532 44% [=========================== ] 689/1532 44% [=========================== ] 690/1532 45% [=========================== ] 691/1532 45% [============================ ] 692/1532 45% [============================ ] 693/1532 45% [============================ ] 694/1532 45% [============================ ] 695/1532 45% [============================ ] 696/1532 45% [============================ ] 697/1532 45% [============================ ] 698/1532 45% [============================ ] 699/1532 45% [============================ ] 700/1532 45% [============================ ] 701/1532 45% [============================ ] 702/1532 45% [============================ ] 703/1532 45% [============================ ] 704/1532 45% [============================ ] 705/1532 46% [============================ ] 706/1532 46% [============================ ] 707/1532 46% [============================ ] 708/1532 46% [============================ ] 709/1532 46% [============================ ] 710/1532 46% [============================ ] 711/1532 46% [============================ ] 712/1532 46% [============================ ] 713/1532 46% [============================ ] 714/1532 46% [============================ ] 715/1532 46% [============================ ] 716/1532 46% [============================= ] 717/1532 46% [============================= ] 718/1532 46% [============================= ] 719/1532 46% [============================= ] 720/1532 46% [============================= ] 721/1532 47% [============================= ] 722/1532 47% [============================= ] 723/1532 47% [============================= ] 724/1532 47% [============================= ] 725/1532 47% [============================= ] 726/1532 47% [============================= ] 727/1532 47% [============================= ] 728/1532 47% [============================= ] 729/1532 47% [============================= ] 730/1532 47% [============================= ] 731/1532 47% [============================= ] 732/1532 47% [============================= ] 733/1532 47% [============================= ] 734/1532 47% [============================= ] 735/1532 47% [============================= ] 736/1532 48% [============================= ] 737/1532 48% [============================= ] 738/1532 48% [============================= ] 739/1532 48% [============================= ] 740/1532 48% [============================= ] 741/1532 48% [============================== ] 742/1532 48% [============================== ] 743/1532 48% [============================== ] 744/1532 48% [============================== ] 745/1532 48% [============================== ] 746/1532 48% [============================== ] 747/1532 48% [============================== ] 748/1532 48% [============================== ] 749/1532 48% [============================== ] 750/1532 48% [============================== ] 751/1532 49% [============================== ] 752/1532 49% [============================== ] 753/1532 49% [============================== ] 754/1532 49% [============================== ] 755/1532 49% [============================== ] 756/1532 49% [============================== ] 757/1532 49% [============================== ] 758/1532 49% [============================== ] 759/1532 49% [============================== ] 760/1532 49% [============================== ] 761/1532 49% [============================== ] 762/1532 49% [============================== ] 763/1532 49% [============================== ] 764/1532 49% [============================== ] 765/1532 49% [=============================== ] 766/1532 50% [=============================== ] 767/1532 50% [=============================== ] 768/1532 50% [=============================== ] 769/1532 50% [=============================== ] 770/1532 50% [=============================== ] 771/1532 50% [=============================== ] 772/1532 50% [=============================== ] 773/1532 50% [=============================== ] 774/1532 50% [=============================== ] 775/1532 50% [=============================== ] 776/1532 50% [=============================== ] 777/1532 50% [=============================== ] 778/1532 50% [=============================== ] 779/1532 50% [=============================== ] 780/1532 50% [=============================== ] 781/1532 50% [=============================== ] 782/1532 51% [=============================== ] 783/1532 51% [=============================== ] 784/1532 51% [=============================== ] 785/1532 51% [=============================== ] 786/1532 51% [=============================== ] 787/1532 51% [=============================== ] 788/1532 51% [=============================== ] 789/1532 51% [=============================== ] 790/1532 51% [================================ ] 791/1532 51% [================================ ] 792/1532 51% [================================ ] 793/1532 51% [================================ ] 794/1532 51% [================================ ] 795/1532 51% [================================ ] 796/1532 51% [================================ ] 797/1532 52% [================================ ] 798/1532 52% [================================ ] 799/1532 52% [================================ ] 800/1532 52% [================================ ] 801/1532 52% [================================ ] 802/1532 52% [================================ ] 803/1532 52% [================================ ] 804/1532 52% [================================ ] 805/1532 52% [================================ ] 806/1532 52% [================================ ] 807/1532 52% [================================ ] 808/1532 52% [================================ ] 809/1532 52% [================================ ] 810/1532 52% [================================ ] 811/1532 52% [================================ ] 812/1532 53% [================================ ] 813/1532 53% [================================ ] 814/1532 53% [================================ ] 815/1532 53% [================================= ] 816/1532 53% [================================= ] 817/1532 53% [================================= ] 818/1532 53% [================================= ] 819/1532 53% [================================= ] 820/1532 53% [================================= ] 821/1532 53% [================================= ] 822/1532 53% [================================= ] 823/1532 53% [================================= ] 824/1532 53% [================================= ] 825/1532 53% [================================= ] 826/1532 53% [================================= ] 827/1532 53% [================================= ] 828/1532 54% [================================= ] 829/1532 54% [================================= ] 830/1532 54% [================================= ] 831/1532 54% [================================= ] 832/1532 54% [================================= ] 833/1532 54% [================================= ] 834/1532 54% [================================= ] 835/1532 54% [================================= ] 836/1532 54% [================================= ] 837/1532 54% [================================= ] 838/1532 54% [================================= ] 839/1532 54% [================================= ] 840/1532 54% [================================== ] 841/1532 54% [================================== ] 842/1532 54% [================================== ] 843/1532 55% [================================== ] 844/1532 55% [================================== ] 845/1532 55% [================================== ] 846/1532 55% [================================== ] 847/1532 55% [================================== ] 848/1532 55% [================================== ] 849/1532 55% [================================== ] 850/1532 55% [================================== ] 851/1532 55% [================================== ] 852/1532 55% [================================== ] 853/1532 55% [================================== ] 854/1532 55% [================================== ] 855/1532 55% [================================== ] 856/1532 55% [================================== ] 857/1532 55% [================================== ] 858/1532 56% [================================== ] 859/1532 56% [================================== ] 860/1532 56% [================================== ] 861/1532 56% [================================== ] 862/1532 56% [================================== ] 863/1532 56% [================================== ] 864/1532 56% [=================================== ] 865/1532 56% [=================================== ] 866/1532 56% [=================================== ] 867/1532 56% [=================================== ] 868/1532 56% [=================================== ] 869/1532 56% [=================================== ] 870/1532 56% [=================================== ] 871/1532 56% [=================================== ] 872/1532 56% [=================================== ] 873/1532 56% [=================================== ] 874/1532 57% [=================================== ] 875/1532 57% [=================================== ] 876/1532 57% [=================================== ] 877/1532 57% [=================================== ] 878/1532 57% [=================================== ] 879/1532 57% [=================================== ] 880/1532 57% [=================================== ] 881/1532 57% [=================================== ] 882/1532 57% [=================================== ] 883/1532 57% [=================================== ] 884/1532 57% [=================================== ] 885/1532 57% [=================================== ] 886/1532 57% [=================================== ] 887/1532 57% [=================================== ] 888/1532 57% [=================================== ] 889/1532 58% [==================================== ] 890/1532 58% [==================================== ] 891/1532 58% [==================================== ] 892/1532 58% [==================================== ] 893/1532 58% [==================================== ] 894/1532 58% [==================================== ] 895/1532 58% [==================================== ] 896/1532 58% [==================================== ] 897/1532 58% [==================================== ] 898/1532 58% [==================================== ] 899/1532 58% [==================================== ] 900/1532 58% [==================================== ] 901/1532 58% [==================================== ] 902/1532 58% [==================================== ] 903/1532 58% [==================================== ] 904/1532 59% [==================================== ] 905/1532 59% [==================================== ] 906/1532 59% [==================================== ] 907/1532 59% [==================================== ] 908/1532 59% [==================================== ] 909/1532 59% [==================================== ] 910/1532 59% [==================================== ] 911/1532 59% [==================================== ] 912/1532 59% [==================================== ] 913/1532 59% [==================================== ] 914/1532 59% [===================================== ] 915/1532 59% [===================================== ] 916/1532 59% [===================================== ] 917/1532 59% [===================================== ] 918/1532 59% [===================================== ] 919/1532 59% [===================================== ] 920/1532 60% [===================================== ] 921/1532 60% [===================================== ] 922/1532 60% [===================================== ] 923/1532 60% [===================================== ] 924/1532 60% [===================================== ] 925/1532 60% [===================================== ] 926/1532 60% [===================================== ] 927/1532 60% [===================================== ] 928/1532 60% [===================================== ] 929/1532 60% [===================================== ] 930/1532 60% [===================================== ] 931/1532 60% [===================================== ] 932/1532 60% [===================================== ] 933/1532 60% [===================================== ] 934/1532 60% [===================================== ] 935/1532 61% [===================================== ] 936/1532 61% [===================================== ] 937/1532 61% [===================================== ] 938/1532 61% [====================================== ] 939/1532 61% [====================================== ] 940/1532 61% [====================================== ] 941/1532 61% [====================================== ] 942/1532 61% [====================================== ] 943/1532 61% [====================================== ] 944/1532 61% [====================================== ] 945/1532 61% [====================================== ] 946/1532 61% [====================================== ] 947/1532 61% [====================================== ] 948/1532 61% [====================================== ] 949/1532 61% [====================================== ] 950/1532 62% [====================================== ] 951/1532 62% [====================================== ] 952/1532 62% [====================================== ] 953/1532 62% [====================================== ] 954/1532 62% [====================================== ] 955/1532 62% [====================================== ] 956/1532 62% [====================================== ] 957/1532 62% [====================================== ] 958/1532 62% [====================================== ] 959/1532 62% [====================================== ] 960/1532 62% [====================================== ] 961/1532 62% [====================================== ] 962/1532 62% [====================================== ] 963/1532 62% [======================================= ] 964/1532 62% [======================================= ] 965/1532 62% [======================================= ] 966/1532 63% [======================================= ] 967/1532 63% [======================================= ] 968/1532 63% [======================================= ] 969/1532 63% [======================================= ] 970/1532 63% [======================================= ] 971/1532 63% [======================================= ] 972/1532 63% [======================================= ] 973/1532 63% [======================================= ] 974/1532 63% [======================================= ] 975/1532 63% [======================================= ] 976/1532 63% [======================================= ] 977/1532 63% [======================================= ] 978/1532 63% [======================================= ] 979/1532 63% [======================================= ] 980/1532 63% [======================================= ] 981/1532 64% [======================================= ] 982/1532 64% [======================================= ] 983/1532 64% [======================================= ] 984/1532 64% [======================================= ] 985/1532 64% [======================================= ] 986/1532 64% [======================================= ] 987/1532 64% [======================================= ] 988/1532 64% [======================================== ] 989/1532 64% [======================================== ] 990/1532 64% [======================================== ] 991/1532 64% [======================================== ] 992/1532 64% [======================================== ] 993/1532 64% [======================================== ] 994/1532 64% [======================================== ] 995/1532 64% [======================================== ] 996/1532 65% [======================================== ] 997/1532 65% [======================================== ] 998/1532 65% [======================================== ] 999/1532 65% [======================================== ] 1000/1532 65% [======================================== ] 1001/1532 65% [======================================== ] 1002/1532 65% [======================================== ] 1003/1532 65% [======================================== ] 1004/1532 65% [======================================== ] 1005/1532 65% [======================================== ] 1006/1532 65% [======================================== ] 1007/1532 65% [======================================== ] 1008/1532 65% [======================================== ] 1009/1532 65% [======================================== ] 1010/1532 65% [======================================== ] 1011/1532 65% [======================================== ] 1012/1532 66% [======================================== ] 1013/1532 66% [========================================= ] 1014/1532 66% [========================================= ] 1015/1532 66% [========================================= ] 1016/1532 66% [========================================= ] 1017/1532 66% [========================================= ] 1018/1532 66% [========================================= ] 1019/1532 66% [========================================= ] 1020/1532 66% [========================================= ] 1021/1532 66% [========================================= ] 1022/1532 66% [========================================= ] 1023/1532 66% [========================================= ] 1024/1532 66% [========================================= ] 1025/1532 66% [========================================= ] 1026/1532 66% [========================================= ] 1027/1532 67% [========================================= ] 1028/1532 67% [========================================= ] 1029/1532 67% [========================================= ] 1030/1532 67% [========================================= ] 1031/1532 67% [========================================= ] 1032/1532 67% [========================================= ] 1033/1532 67% [========================================= ] 1034/1532 67% [========================================= ] 1035/1532 67% [========================================= ] 1036/1532 67% [========================================= ] 1037/1532 67% [========================================== ] 1038/1532 67% [========================================== ] 1039/1532 67% [========================================== ] 1040/1532 67% [========================================== ] 1041/1532 67% [========================================== ] 1042/1532 68% [========================================== ] 1043/1532 68% [========================================== ] 1044/1532 68% [========================================== ] 1045/1532 68% [========================================== ] 1046/1532 68% [========================================== ] 1047/1532 68% [========================================== ] 1048/1532 68% [========================================== ] 1049/1532 68% [========================================== ] 1050/1532 68% [========================================== ] 1051/1532 68% [========================================== ] 1052/1532 68% [========================================== ] 1053/1532 68% [========================================== ] 1054/1532 68% [========================================== ] 1055/1532 68% [========================================== ] 1056/1532 68% [========================================== ] 1057/1532 68% [========================================== ] 1058/1532 69% [========================================== ] 1059/1532 69% [========================================== ] 1060/1532 69% [========================================== ] 1061/1532 69% [========================================== ] 1062/1532 69% [=========================================== ] 1063/1532 69% [=========================================== ] 1064/1532 69% [=========================================== ] 1065/1532 69% [=========================================== ] 1066/1532 69% [=========================================== ] 1067/1532 69% [=========================================== ] 1068/1532 69% [=========================================== ] 1069/1532 69% [=========================================== ] 1070/1532 69% [=========================================== ] 1071/1532 69% [=========================================== ] 1072/1532 69% [=========================================== ] 1073/1532 70% [=========================================== ] 1074/1532 70% [=========================================== ] 1075/1532 70% [=========================================== ] 1076/1532 70% [=========================================== ] 1077/1532 70% [=========================================== ] 1078/1532 70% [=========================================== ] 1079/1532 70% [=========================================== ] 1080/1532 70% [=========================================== ] 1081/1532 70% [=========================================== ] 1082/1532 70% [=========================================== ] 1083/1532 70% [=========================================== ] 1084/1532 70% [=========================================== ] 1085/1532 70% [=========================================== ] 1086/1532 70% [=========================================== ] 1087/1532 70% [============================================ ] 1088/1532 71% [============================================ ] 1089/1532 71% [============================================ ] 1090/1532 71% [============================================ ] 1091/1532 71% [============================================ ] 1092/1532 71% [============================================ ] 1093/1532 71% [============================================ ] 1094/1532 71% [============================================ ] 1095/1532 71% [============================================ ] 1096/1532 71% [============================================ ] 1097/1532 71% [============================================ ] 1098/1532 71% [============================================ ] 1099/1532 71% [============================================ ] 1100/1532 71% [============================================ ] 1101/1532 71% [============================================ ] 1102/1532 71% [============================================ ] 1103/1532 71% [============================================ ] 1104/1532 72% [============================================ ] 1105/1532 72% [============================================ ] 1106/1532 72% [============================================ ] 1107/1532 72% [============================================ ] 1108/1532 72% [============================================ ] 1109/1532 72% [============================================ ] 1110/1532 72% [============================================ ] 1111/1532 72% [============================================= ] 1112/1532 72% [============================================= ] 1113/1532 72% [============================================= ] 1114/1532 72% [============================================= ] 1115/1532 72% [============================================= ] 1116/1532 72% [============================================= ] 1117/1532 72% [============================================= ] 1118/1532 72% [============================================= ] 1119/1532 73% [============================================= ] 1120/1532 73% [============================================= ] 1121/1532 73% [============================================= ] 1122/1532 73% [============================================= ] 1123/1532 73% [============================================= ] 1124/1532 73% [============================================= ] 1125/1532 73% [============================================= ] 1126/1532 73% [============================================= ] 1127/1532 73% [============================================= ] 1128/1532 73% [============================================= ] 1129/1532 73% [============================================= ] 1130/1532 73% [============================================= ] 1131/1532 73% [============================================= ] 1132/1532 73% [============================================= ] 1133/1532 73% [============================================= ] 1134/1532 74% [============================================= ] 1135/1532 74% [============================================= ] 1136/1532 74% [============================================== ] 1137/1532 74% [============================================== ] 1138/1532 74% [============================================== ] 1139/1532 74% [============================================== ] 1140/1532 74% [============================================== ] 1141/1532 74% [============================================== ] 1142/1532 74% [============================================== ] 1143/1532 74% [============================================== ] 1144/1532 74% [============================================== ] 1145/1532 74% [============================================== ] 1146/1532 74% [============================================== ] 1147/1532 74% [============================================== ] 1148/1532 74% [============================================== ] 1149/1532 75% [============================================== ] 1150/1532 75% [============================================== ] 1151/1532 75% [============================================== ] 1152/1532 75% [============================================== ] 1153/1532 75% [============================================== ] 1154/1532 75% [============================================== ] 1155/1532 75% [============================================== ] 1156/1532 75% [============================================== ] 1157/1532 75% [============================================== ] 1158/1532 75% [============================================== ] 1159/1532 75% [============================================== ] 1160/1532 75% [============================================== ] 1161/1532 75% [=============================================== ] 1162/1532 75% [=============================================== ] 1163/1532 75% [=============================================== ] 1164/1532 75% [=============================================== ] 1165/1532 76% [=============================================== ] 1166/1532 76% [=============================================== ] 1167/1532 76% [=============================================== ] 1168/1532 76% [=============================================== ] 1169/1532 76% [=============================================== ] 1170/1532 76% [=============================================== ] 1171/1532 76% [=============================================== ] 1172/1532 76% [=============================================== ] 1173/1532 76% [=============================================== ] 1174/1532 76% [=============================================== ] 1175/1532 76% [=============================================== ] 1176/1532 76% [=============================================== ] 1177/1532 76% [=============================================== ] 1178/1532 76% [=============================================== ] 1179/1532 76% [=============================================== ] 1180/1532 77% [=============================================== ] 1181/1532 77% [=============================================== ] 1182/1532 77% [=============================================== ] 1183/1532 77% [=============================================== ] 1184/1532 77% [=============================================== ] 1185/1532 77% [=============================================== ] 1186/1532 77% [================================================ ] 1187/1532 77% [================================================ ] 1188/1532 77% [================================================ ] 1189/1532 77% [================================================ ] 1190/1532 77% [================================================ ] 1191/1532 77% [================================================ ] 1192/1532 77% [================================================ ] 1193/1532 77% [================================================ ] 1194/1532 77% [================================================ ] 1195/1532 78% [================================================ ] 1196/1532 78% [================================================ ] 1197/1532 78% [================================================ ] 1198/1532 78% [================================================ ] 1199/1532 78% [================================================ ] 1200/1532 78% [================================================ ] 1201/1532 78% [================================================ ] 1202/1532 78% [================================================ ] 1203/1532 78% [================================================ ] 1204/1532 78% [================================================ ] 1205/1532 78% [================================================ ] 1206/1532 78% [================================================ ] 1207/1532 78% [================================================ ] 1208/1532 78% [================================================ ] 1209/1532 78% [================================================ ] 1210/1532 78% [================================================= ] 1211/1532 79% [================================================= ] 1212/1532 79% [================================================= ] 1213/1532 79% [================================================= ] 1214/1532 79% [================================================= ] 1215/1532 79% [================================================= ] 1216/1532 79% [================================================= ] 1217/1532 79% [================================================= ] 1218/1532 79% [================================================= ] 1219/1532 79% [================================================= ] 1220/1532 79% [================================================= ] 1221/1532 79% [================================================= ] 1222/1532 79% [================================================= ] 1223/1532 79% [================================================= ] 1224/1532 79% [================================================= ] 1225/1532 79% [================================================= ] 1226/1532 80% [================================================= ] 1227/1532 80% [================================================= ] 1228/1532 80% [================================================= ] 1229/1532 80% [================================================= ] 1230/1532 80% [================================================= ] 1231/1532 80% [================================================= ] 1232/1532 80% [================================================= ] 1233/1532 80% [================================================= ] 1234/1532 80% [================================================= ] 1235/1532 80% [================================================== ] 1236/1532 80% [================================================== ] 1237/1532 80% [================================================== ] 1238/1532 80% [================================================== ] 1239/1532 80% [================================================== ] 1240/1532 80% [================================================== ] 1241/1532 81% [================================================== ] 1242/1532 81% [================================================== ] 1243/1532 81% [================================================== ] 1244/1532 81% [================================================== ] 1245/1532 81% [================================================== ] 1246/1532 81% [================================================== ] 1247/1532 81% [================================================== ] 1248/1532 81% [================================================== ] 1249/1532 81% [================================================== ] 1250/1532 81% [================================================== ] 1251/1532 81% [================================================== ] 1252/1532 81% [================================================== ] 1253/1532 81% [================================================== ] 1254/1532 81% [================================================== ] 1255/1532 81% [================================================== ] 1256/1532 81% [================================================== ] 1257/1532 82% [================================================== ] 1258/1532 82% [================================================== ] 1259/1532 82% [================================================== ] 1260/1532 82% [=================================================== ] 1261/1532 82% [=================================================== ] 1262/1532 82% [=================================================== ] 1263/1532 82% [=================================================== ] 1264/1532 82% [=================================================== ] 1265/1532 82% [=================================================== ] 1266/1532 82% [=================================================== ] 1267/1532 82% [=================================================== ] 1268/1532 82% [=================================================== ] 1269/1532 82% [=================================================== ] 1270/1532 82% [=================================================== ] 1271/1532 82% [=================================================== ] 1272/1532 83% [=================================================== ] 1273/1532 83% [=================================================== ] 1274/1532 83% [=================================================== ] 1275/1532 83% [=================================================== ] 1276/1532 83% [=================================================== ] 1277/1532 83% [=================================================== ] 1278/1532 83% [=================================================== ] 1279/1532 83% [=================================================== ] 1280/1532 83% [=================================================== ] 1281/1532 83% [=================================================== ] 1282/1532 83% [=================================================== ] 1283/1532 83% [=================================================== ] 1284/1532 83% [==================================================== ] 1285/1532 83% [==================================================== ] 1286/1532 83% [==================================================== ] 1287/1532 84% [==================================================== ] 1288/1532 84% [==================================================== ] 1289/1532 84% [==================================================== ] 1290/1532 84% [==================================================== ] 1291/1532 84% [==================================================== ] 1292/1532 84% [==================================================== ] 1293/1532 84% [==================================================== ] 1294/1532 84% [==================================================== ] 1295/1532 84% [==================================================== ] 1296/1532 84% [==================================================== ] 1297/1532 84% [==================================================== ] 1298/1532 84% [==================================================== ] 1299/1532 84% [==================================================== ] 1300/1532 84% [==================================================== ] 1301/1532 84% [==================================================== ] 1302/1532 84% [==================================================== ] 1303/1532 85% [==================================================== ] 1304/1532 85% [==================================================== ] 1305/1532 85% [==================================================== ] 1306/1532 85% [==================================================== ] 1307/1532 85% [==================================================== ] 1308/1532 85% [==================================================== ] 1309/1532 85% [===================================================== ] 1310/1532 85% [===================================================== ] 1311/1532 85% [===================================================== ] 1312/1532 85% [===================================================== ] 1313/1532 85% [===================================================== ] 1314/1532 85% [===================================================== ] 1315/1532 85% [===================================================== ] 1316/1532 85% [===================================================== ] 1317/1532 85% [===================================================== ] 1318/1532 86% [===================================================== ] 1319/1532 86% [===================================================== ] 1320/1532 86% [===================================================== ] 1321/1532 86% [===================================================== ] 1322/1532 86% [===================================================== ] 1323/1532 86% [===================================================== ] 1324/1532 86% [===================================================== ] 1325/1532 86% [===================================================== ] 1326/1532 86% [===================================================== ] 1327/1532 86% [===================================================== ] 1328/1532 86% [===================================================== ] 1329/1532 86% [===================================================== ] 1330/1532 86% [===================================================== ] 1331/1532 86% [===================================================== ] 1332/1532 86% [===================================================== ] 1333/1532 87% [===================================================== ] 1334/1532 87% [====================================================== ] 1335/1532 87% [====================================================== ] 1336/1532 87% [====================================================== ] 1337/1532 87% [====================================================== ] 1338/1532 87% [====================================================== ] 1339/1532 87% [====================================================== ] 1340/1532 87% [====================================================== ] 1341/1532 87% [====================================================== ] 1342/1532 87% [====================================================== ] 1343/1532 87% [====================================================== ] 1344/1532 87% [====================================================== ] 1345/1532 87% [====================================================== ] 1346/1532 87% [====================================================== ] 1347/1532 87% [====================================================== ] 1348/1532 87% [====================================================== ] 1349/1532 88% [====================================================== ] 1350/1532 88% [====================================================== ] 1351/1532 88% [====================================================== ] 1352/1532 88% [====================================================== ] 1353/1532 88% [====================================================== ] 1354/1532 88% [====================================================== ] 1355/1532 88% [====================================================== ] 1356/1532 88% [====================================================== ] 1357/1532 88% [====================================================== ] 1358/1532 88% [====================================================== ] 1359/1532 88% [======================================================= ] 1360/1532 88% [======================================================= ] 1361/1532 88% [======================================================= ] 1362/1532 88% [======================================================= ] 1363/1532 88% [======================================================= ] 1364/1532 89% [======================================================= ] 1365/1532 89% [======================================================= ] 1366/1532 89% [======================================================= ] 1367/1532 89% [======================================================= ] 1368/1532 89% [======================================================= ] 1369/1532 89% [======================================================= ] 1370/1532 89% [======================================================= ] 1371/1532 89% [======================================================= ] 1372/1532 89% [======================================================= ] 1373/1532 89% [======================================================= ] 1374/1532 89% [======================================================= ] 1375/1532 89% [======================================================= ] 1376/1532 89% [======================================================= ] 1377/1532 89% [======================================================= ] 1378/1532 89% [======================================================= ] 1379/1532 90% [======================================================= ] 1380/1532 90% [======================================================= ] 1381/1532 90% [======================================================= ] 1382/1532 90% [======================================================= ] 1383/1532 90% [======================================================== ] 1384/1532 90% [======================================================== ] 1385/1532 90% [======================================================== ] 1386/1532 90% [======================================================== ] 1387/1532 90% [======================================================== ] 1388/1532 90% [======================================================== ] 1389/1532 90% [======================================================== ] 1390/1532 90% [======================================================== ] 1391/1532 90% [======================================================== ] 1392/1532 90% [======================================================== ] 1393/1532 90% [======================================================== ] 1394/1532 90% [======================================================== ] 1395/1532 91% [======================================================== ] 1396/1532 91% [======================================================== ] 1397/1532 91% [======================================================== ] 1398/1532 91% [======================================================== ] 1399/1532 91% [======================================================== ] 1400/1532 91% [======================================================== ] 1401/1532 91% [======================================================== ] 1402/1532 91% [======================================================== ] 1403/1532 91% [======================================================== ] 1404/1532 91% [======================================================== ] 1405/1532 91% [======================================================== ] 1406/1532 91% [======================================================== ] 1407/1532 91% [======================================================== ] 1408/1532 91% [========================================================= ] 1409/1532 91% [========================================================= ] 1410/1532 92% [========================================================= ] 1411/1532 92% [========================================================= ] 1412/1532 92% [========================================================= ] 1413/1532 92% [========================================================= ] 1414/1532 92% [========================================================= ] 1415/1532 92% [========================================================= ] 1416/1532 92% [========================================================= ] 1417/1532 92% [========================================================= ] 1418/1532 92% [========================================================= ] 1419/1532 92% [========================================================= ] 1420/1532 92% [========================================================= ] 1421/1532 92% [========================================================= ] 1422/1532 92% [========================================================= ] 1423/1532 92% [========================================================= ] 1424/1532 92% [========================================================= ] 1425/1532 93% [========================================================= ] 1426/1532 93% [========================================================= ] 1427/1532 93% [========================================================= ] 1428/1532 93% [========================================================= ] 1429/1532 93% [========================================================= ] 1430/1532 93% [========================================================= ] 1431/1532 93% [========================================================= ] 1432/1532 93% [========================================================= ] 1433/1532 93% [========================================================== ] 1434/1532 93% [========================================================== ] 1435/1532 93% [========================================================== ] 1436/1532 93% [========================================================== ] 1437/1532 93% [========================================================== ] 1438/1532 93% [========================================================== ] 1439/1532 93% [========================================================== ] 1440/1532 93% [========================================================== ] 1441/1532 94% [========================================================== ] 1442/1532 94% [========================================================== ] 1443/1532 94% [========================================================== ] 1444/1532 94% [========================================================== ] 1445/1532 94% [========================================================== ] 1446/1532 94% [========================================================== ] 1447/1532 94% [========================================================== ] 1448/1532 94% [========================================================== ] 1449/1532 94% [========================================================== ] 1450/1532 94% [========================================================== ] 1451/1532 94% [========================================================== ] 1452/1532 94% [========================================================== ] 1453/1532 94% [========================================================== ] 1454/1532 94% [========================================================== ] 1455/1532 94% [========================================================== ] 1456/1532 95% [========================================================== ] 1457/1532 95% [=========================================================== ] 1458/1532 95% [=========================================================== ] 1459/1532 95% [=========================================================== ] 1460/1532 95% [=========================================================== ] 1461/1532 95% [=========================================================== ] 1462/1532 95% [=========================================================== ] 1463/1532 95% [=========================================================== ] 1464/1532 95% [=========================================================== ] 1465/1532 95% [=========================================================== ] 1466/1532 95% [=========================================================== ] 1467/1532 95% [=========================================================== ] 1468/1532 95% [=========================================================== ] 1469/1532 95% [=========================================================== ] 1470/1532 95% [=========================================================== ] 1471/1532 96% [=========================================================== ] 1472/1532 96% [=========================================================== ] 1473/1532 96% [=========================================================== ] 1474/1532 96% [=========================================================== ] 1475/1532 96% [=========================================================== ] 1476/1532 96% [=========================================================== ] 1477/1532 96% [=========================================================== ] 1478/1532 96% [=========================================================== ] 1479/1532 96% [=========================================================== ] 1480/1532 96% [=========================================================== ] 1481/1532 96% [=========================================================== ] 1482/1532 96% [============================================================ ] 1483/1532 96% [============================================================ ] 1484/1532 96% [============================================================ ] 1485/1532 96% [============================================================ ] 1486/1532 96% [============================================================ ] 1487/1532 97% [============================================================ ] 1488/1532 97% [============================================================ ] 1489/1532 97% [============================================================ ] 1490/1532 97% [============================================================ ] 1491/1532 97% [============================================================ ] 1492/1532 97% [============================================================ ] 1493/1532 97% [============================================================ ] 1494/1532 97% [============================================================ ] 1495/1532 97% [============================================================ ] 1496/1532 97% [============================================================ ] 1497/1532 97% [============================================================ ] 1498/1532 97% [============================================================ ] 1499/1532 97% [============================================================ ] 1500/1532 97% [============================================================ ] 1501/1532 97% [============================================================ ] 1502/1532 98% [============================================================ ] 1503/1532 98% [============================================================ ] 1504/1532 98% [============================================================ ] 1505/1532 98% [============================================================ ] 1506/1532 98% [============================================================ ] 1507/1532 98% [============================================================= ] 1508/1532 98% [============================================================= ] 1509/1532 98% [============================================================= ] 1510/1532 98% [============================================================= ] 1511/1532 98% [============================================================= ] 1512/1532 98% [============================================================= ] 1513/1532 98% [============================================================= ] 1514/1532 98% [============================================================= ] 1515/1532 98% [============================================================= ] 1516/1532 98% [============================================================= ] 1517/1532 99% [============================================================= ] 1518/1532 99% [============================================================= ] 1519/1532 99% [============================================================= ] 1520/1532 99% [============================================================= ] 1521/1532 99% [============================================================= ] 1522/1532 99% [============================================================= ] 1523/1532 99% [============================================================= ] 1524/1532 99% [============================================================= ] 1525/1532 99% [============================================================= ] 1526/1532 99% [============================================================= ] 1527/1532 99% [============================================================= ] 1528/1532 99% [============================================================= ] 1529/1532 99% [============================================================= ] 1530/1532 99% [============================================================= ] 1531/1532 99% [==============================================================] 1532/1532 100% operation complete, 1532 objects in 78612 NAND pages. ln -snf /home/autobuild/autobuild/instance-9/output-1/host/mipsel-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 2023.05-rc1-6-g603df32a0c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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.3.2 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aespipe 2.4f Collecting legal info >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> 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.3 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.9.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.19.0 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> host-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> 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) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> 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) >>> initscripts Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> 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.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> logsurfer 1.8 Collecting legal info >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.82.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> strace 6.2 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-9/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-9/buildroot'