rm -f /home/autobuild/autobuild/instance-7/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/include /home/autobuild/autobuild/instance-7/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-7/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-7/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-246-g11aa7ac8fa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-7/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-7/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-7/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-7/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-7/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-7/output-1/images/rootfs.ubifs"30836736 bytes (29.4 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1935 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/1935 0% [ ] 2/1935 0% [ ] 3/1935 0% [ ] 4/1935 0% [ ] 5/1935 0% [ ] 6/1935 0% [ ] 7/1935 0% [ ] 8/1935 0% [ ] 9/1935 0% [ ] 10/1935 0% [ ] 11/1935 0% [ ] 12/1935 0% [ ] 13/1935 0% [ ] 14/1935 0% [ ] 15/1935 0% [ ] 16/1935 0% [ ] 17/1935 0% [ ] 18/1935 0% [ ] 19/1935 0% [ ] 20/1935 1% [ ] 21/1935 1% [ ] 22/1935 1% [ ] 23/1935 1% [ ] 24/1935 1% [ ] 25/1935 1% [ ] 26/1935 1% [ ] 27/1935 1% [ ] 28/1935 1% [ ] 29/1935 1% [ ] 30/1935 1% [ ] 31/1935 1% [= ] 32/1935 1% [= ] 33/1935 1% [= ] 34/1935 1% [= ] 35/1935 1% [= ] 36/1935 1% [= ] 37/1935 1% [= ] 38/1935 1% [= ] 39/1935 2% [= ] 40/1935 2% [= ] 41/1935 2% [= ] 42/1935 2% [= ] 43/1935 2% [= ] 44/1935 2% [= ] 45/1935 2% [= ] 46/1935 2% [= ] 47/1935 2% [= ] 48/1935 2% [= ] 49/1935 2% [= ] 50/1935 2% [= ] 51/1935 2% [= ] 52/1935 2% [= ] 53/1935 2% [= ] 54/1935 2% [= ] 55/1935 2% [= ] 56/1935 2% [= ] 57/1935 2% [= ] 58/1935 2% [= ] 59/1935 3% [= ] 60/1935 3% [= ] 61/1935 3% [= ] 62/1935 3% [== ] 63/1935 3% [== ] 64/1935 3% [== ] 65/1935 3% [== ] 66/1935 3% [== ] 67/1935 3% [== ] 68/1935 3% [== ] 69/1935 3% [== ] 70/1935 3% [== ] 71/1935 3% [== ] 72/1935 3% [== ] 73/1935 3% [== ] 74/1935 3% [== ] 75/1935 3% [== ] 76/1935 3% [== ] 77/1935 3% [== ] 78/1935 4% [== ] 79/1935 4% [== ] 80/1935 4% [== ] 81/1935 4% [== ] 82/1935 4% [== ] 83/1935 4% [== ] 84/1935 4% [== ] 85/1935 4% [== ] 86/1935 4% [== ] 87/1935 4% [== ] 88/1935 4% [== ] 89/1935 4% [== ] 90/1935 4% [== ] 91/1935 4% [== ] 92/1935 4% [== ] 93/1935 4% [=== ] 94/1935 4% [=== ] 95/1935 4% [=== ] 96/1935 4% [=== ] 97/1935 5% [=== ] 98/1935 5% [=== ] 99/1935 5% [=== ] 100/1935 5% [=== ] 101/1935 5% [=== ] 102/1935 5% [=== ] 103/1935 5% [=== ] 104/1935 5% [=== ] 105/1935 5% [=== ] 106/1935 5% [=== ] 107/1935 5% [=== ] 108/1935 5% [=== ] 109/1935 5% [=== ] 110/1935 5% [=== ] 111/1935 5% [=== ] 112/1935 5% [=== ] 113/1935 5% [=== ] 114/1935 5% [=== ] 115/1935 5% [=== ] 116/1935 5% [=== ] 117/1935 6% [=== ] 118/1935 6% [=== ] 119/1935 6% [=== ] 120/1935 6% [=== ] 121/1935 6% [=== ] 122/1935 6% [=== ] 123/1935 6% [=== ] 124/1935 6% [==== ] 125/1935 6% [==== ] 126/1935 6% [==== ] 127/1935 6% [==== ] 128/1935 6% [==== ] 129/1935 6% [==== ] 130/1935 6% [==== ] 131/1935 6% [==== ] 132/1935 6% [==== ] 133/1935 6% [==== ] 134/1935 6% [==== ] 135/1935 6% [==== ] 136/1935 7% [==== ] 137/1935 7% [==== ] 138/1935 7% [==== ] 139/1935 7% [==== ] 140/1935 7% [==== ] 141/1935 7% [==== ] 142/1935 7% [==== ] 143/1935 7% [==== ] 144/1935 7% [==== ] 145/1935 7% [==== ] 146/1935 7% [==== ] 147/1935 7% [==== ] 148/1935 7% [==== ] 149/1935 7% [==== ] 150/1935 7% [==== ] 151/1935 7% [==== ] 152/1935 7% [==== ] 153/1935 7% [==== ] 154/1935 7% [==== ] 155/1935 8% [==== ] 156/1935 8% [===== ] 157/1935 8% [===== ] 158/1935 8% [===== ] 159/1935 8% [===== ] 160/1935 8% [===== ] 161/1935 8% [===== ] 162/1935 8% [===== ] 163/1935 8% [===== ] 164/1935 8% [===== ] 165/1935 8% [===== ] 166/1935 8% [===== ] 167/1935 8% [===== ] 168/1935 8% [===== ] 169/1935 8% [===== ] 170/1935 8% [===== ] 171/1935 8% [===== ] 172/1935 8% [===== ] 173/1935 8% [===== ] 174/1935 8% [===== ] 175/1935 9% [===== ] 176/1935 9% [===== ] 177/1935 9% [===== ] 178/1935 9% [===== ] 179/1935 9% [===== ] 180/1935 9% [===== ] 181/1935 9% [===== ] 182/1935 9% [===== ] 183/1935 9% [===== ] 184/1935 9% [===== ] 185/1935 9% [===== ] 186/1935 9% [===== ] 187/1935 9% [====== ] 188/1935 9% [====== ] 189/1935 9% [====== ] 190/1935 9% [====== ] 191/1935 9% [====== ] 192/1935 9% [====== ] 193/1935 9% [====== ] 194/1935 10% [====== ] 195/1935 10% [====== ] 196/1935 10% [====== ] 197/1935 10% [====== ] 198/1935 10% [====== ] 199/1935 10% [====== ] 200/1935 10% [====== ] 201/1935 10% [====== ] 202/1935 10% [====== ] 203/1935 10% [====== ] 204/1935 10% [====== ] 205/1935 10% [====== ] 206/1935 10% [====== ] 207/1935 10% [====== ] 208/1935 10% [====== ] 209/1935 10% [====== ] 210/1935 10% [====== ] 211/1935 10% [====== ] 212/1935 10% [====== ] 213/1935 11% [====== ] 214/1935 11% [====== ] 215/1935 11% [====== ] 216/1935 11% [====== ] 217/1935 11% [====== ] 218/1935 11% [======= ] 219/1935 11% [======= ] 220/1935 11% [======= ] 221/1935 11% [======= ] 222/1935 11% [======= ] 223/1935 11% [======= ] 224/1935 11% [======= ] 225/1935 11% [======= ] 226/1935 11% [======= ] 227/1935 11% [======= ] 228/1935 11% [======= ] 229/1935 11% [======= ] 230/1935 11% [======= ] 231/1935 11% [======= ] 232/1935 11% [======= ] 233/1935 12% [======= ] 234/1935 12% [======= ] 235/1935 12% [======= ] 236/1935 12% [======= ] 237/1935 12% [======= ] 238/1935 12% [======= ] 239/1935 12% [======= ] 240/1935 12% [======= ] 241/1935 12% [======= ] 242/1935 12% [======= ] 243/1935 12% [======= ] 244/1935 12% [======= ] 245/1935 12% [======= ] 246/1935 12% [======= ] 247/1935 12% [======= ] 248/1935 12% [======= ] 249/1935 12% [======== ] 250/1935 12% [======== ] 251/1935 12% [======== ] 252/1935 13% [======== ] 253/1935 13% [======== ] 254/1935 13% [======== ] 255/1935 13% [======== ] 256/1935 13% [======== ] 257/1935 13% [======== ] 258/1935 13% [======== ] 259/1935 13% [======== ] 260/1935 13% [======== ] 261/1935 13% [======== ] 262/1935 13% [======== ] 263/1935 13% [======== ] 264/1935 13% [======== ] 265/1935 13% [======== ] 266/1935 13% [======== ] 267/1935 13% [======== ] 268/1935 13% [======== ] 269/1935 13% [======== ] 270/1935 13% [======== ] 271/1935 14% [======== ] 272/1935 14% [======== ] 273/1935 14% [======== ] 274/1935 14% [======== ] 275/1935 14% [======== ] 276/1935 14% [======== ] 277/1935 14% [======== ] 278/1935 14% [======== ] 279/1935 14% [======== ] 280/1935 14% [========= ] 281/1935 14% [========= ] 282/1935 14% [========= ] 283/1935 14% [========= ] 284/1935 14% [========= ] 285/1935 14% [========= ] 286/1935 14% [========= ] 287/1935 14% [========= ] 288/1935 14% [========= ] 289/1935 14% [========= ] 290/1935 14% [========= ] 291/1935 15% [========= ] 292/1935 15% [========= ] 293/1935 15% [========= ] 294/1935 15% [========= ] 295/1935 15% [========= ] 296/1935 15% [========= ] 297/1935 15% [========= ] 298/1935 15% [========= ] 299/1935 15% [========= ] 300/1935 15% [========= ] 301/1935 15% [========= ] 302/1935 15% [========= ] 303/1935 15% [========= ] 304/1935 15% [========= ] 305/1935 15% [========= ] 306/1935 15% [========= ] 307/1935 15% [========= ] 308/1935 15% [========= ] 309/1935 15% [========= ] 310/1935 16% [========= ] 311/1935 16% [========= ] 312/1935 16% [========== ] 313/1935 16% [========== ] 314/1935 16% [========== ] 315/1935 16% [========== ] 316/1935 16% [========== ] 317/1935 16% [========== ] 318/1935 16% [========== ] 319/1935 16% [========== ] 320/1935 16% [========== ] 321/1935 16% [========== ] 322/1935 16% [========== ] 323/1935 16% [========== ] 324/1935 16% [========== ] 325/1935 16% [========== ] 326/1935 16% [========== ] 327/1935 16% [========== ] 328/1935 16% [========== ] 329/1935 17% [========== ] 330/1935 17% [========== ] 331/1935 17% [========== ] 332/1935 17% [========== ] 333/1935 17% [========== ] 334/1935 17% [========== ] 335/1935 17% [========== ] 336/1935 17% [========== ] 337/1935 17% [========== ] 338/1935 17% [========== ] 339/1935 17% [========== ] 340/1935 17% [========== ] 341/1935 17% [========== ] 342/1935 17% [========== ] 343/1935 17% [=========== ] 344/1935 17% [=========== ] 345/1935 17% [=========== ] 346/1935 17% [=========== ] 347/1935 17% [=========== ] 348/1935 17% [=========== ] 349/1935 18% [=========== ] 350/1935 18% [=========== ] 351/1935 18% [=========== ] 352/1935 18% [=========== ] 353/1935 18% [=========== ] 354/1935 18% [=========== ] 355/1935 18% [=========== ] 356/1935 18% [=========== ] 357/1935 18% [=========== ] 358/1935 18% [=========== ] 359/1935 18% [=========== ] 360/1935 18% [=========== ] 361/1935 18% [=========== ] 362/1935 18% [=========== ] 363/1935 18% [=========== ] 364/1935 18% [=========== ] 365/1935 18% [=========== ] 366/1935 18% [=========== ] 367/1935 18% [=========== ] 368/1935 19% [=========== ] 369/1935 19% [=========== ] 370/1935 19% [=========== ] 371/1935 19% [=========== ] 372/1935 19% [=========== ] 373/1935 19% [=========== ] 374/1935 19% [============ ] 375/1935 19% [============ ] 376/1935 19% [============ ] 377/1935 19% [============ ] 378/1935 19% [============ ] 379/1935 19% [============ ] 380/1935 19% [============ ] 381/1935 19% [============ ] 382/1935 19% [============ ] 383/1935 19% [============ ] 384/1935 19% [============ ] 385/1935 19% [============ ] 386/1935 19% [============ ] 387/1935 20% [============ ] 388/1935 20% [============ ] 389/1935 20% [============ ] 390/1935 20% [============ ] 391/1935 20% [============ ] 392/1935 20% [============ ] 393/1935 20% [============ ] 394/1935 20% [============ ] 395/1935 20% [============ ] 396/1935 20% [============ ] 397/1935 20% [============ ] 398/1935 20% [============ ] 399/1935 20% [============ ] 400/1935 20% [============ ] 401/1935 20% [============ ] 402/1935 20% [============ ] 403/1935 20% [============ ] 404/1935 20% [============ ] 405/1935 20% [============= ] 406/1935 20% [============= ] 407/1935 21% [============= ] 408/1935 21% [============= ] 409/1935 21% [============= ] 410/1935 21% [============= ] 411/1935 21% [============= ] 412/1935 21% [============= ] 413/1935 21% [============= ] 414/1935 21% [============= ] 415/1935 21% [============= ] 416/1935 21% [============= ] 417/1935 21% [============= ] 418/1935 21% [============= ] 419/1935 21% [============= ] 420/1935 21% [============= ] 421/1935 21% [============= ] 422/1935 21% [============= ] 423/1935 21% [============= ] 424/1935 21% [============= ] 425/1935 21% [============= ] 426/1935 22% [============= ] 427/1935 22% [============= ] 428/1935 22% [============= ] 429/1935 22% [============= ] 430/1935 22% [============= ] 431/1935 22% [============= ] 432/1935 22% [============= ] 433/1935 22% [============= ] 434/1935 22% [============= ] 435/1935 22% [============= ] 436/1935 22% [============== ] 437/1935 22% [============== ] 438/1935 22% [============== ] 439/1935 22% [============== ] 440/1935 22% [============== ] 441/1935 22% [============== ] 442/1935 22% [============== ] 443/1935 22% [============== ] 444/1935 22% [============== ] 445/1935 22% [============== ] 446/1935 23% [============== ] 447/1935 23% [============== ] 448/1935 23% [============== ] 449/1935 23% [============== ] 450/1935 23% [============== ] 451/1935 23% [============== ] 452/1935 23% [============== ] 453/1935 23% [============== ] 454/1935 23% [============== ] 455/1935 23% [============== ] 456/1935 23% [============== ] 457/1935 23% [============== ] 458/1935 23% [============== ] 459/1935 23% [============== ] 460/1935 23% [============== ] 461/1935 23% [============== ] 462/1935 23% [============== ] 463/1935 23% [============== ] 464/1935 23% [============== ] 465/1935 24% [============== ] 466/1935 24% [============== ] 467/1935 24% [============== ] 468/1935 24% [=============== ] 469/1935 24% [=============== ] 470/1935 24% [=============== ] 471/1935 24% [=============== ] 472/1935 24% [=============== ] 473/1935 24% [=============== ] 474/1935 24% [=============== ] 475/1935 24% [=============== ] 476/1935 24% [=============== ] 477/1935 24% [=============== ] 478/1935 24% [=============== ] 479/1935 24% [=============== ] 480/1935 24% [=============== ] 481/1935 24% [=============== ] 482/1935 24% [=============== ] 483/1935 24% [=============== ] 484/1935 25% [=============== ] 485/1935 25% [=============== ] 486/1935 25% [=============== ] 487/1935 25% [=============== ] 488/1935 25% [=============== ] 489/1935 25% [=============== ] 490/1935 25% [=============== ] 491/1935 25% [=============== ] 492/1935 25% [=============== ] 493/1935 25% [=============== ] 494/1935 25% [=============== ] 495/1935 25% [=============== ] 496/1935 25% [=============== ] 497/1935 25% [=============== ] 498/1935 25% [=============== ] 499/1935 25% [================ ] 500/1935 25% [================ ] 501/1935 25% [================ ] 502/1935 25% [================ ] 503/1935 25% [================ ] 504/1935 26% [================ ] 505/1935 26% [================ ] 506/1935 26% [================ ] 507/1935 26% [================ ] 508/1935 26% [================ ] 509/1935 26% [================ ] 510/1935 26% [================ ] 511/1935 26% [================ ] 512/1935 26% [================ ] 513/1935 26% [================ ] 514/1935 26% [================ ] 515/1935 26% [================ ] 516/1935 26% [================ ] 517/1935 26% [================ ] 518/1935 26% [================ ] 519/1935 26% [================ ] 520/1935 26% [================ ] 521/1935 26% [================ ] 522/1935 26% [================ ] 523/1935 27% [================ ] 524/1935 27% [================ ] 525/1935 27% [================ ] 526/1935 27% [================ ] 527/1935 27% [================ ] 528/1935 27% [================ ] 529/1935 27% [================ ] 530/1935 27% [================= ] 531/1935 27% [================= ] 532/1935 27% [================= ] 533/1935 27% [================= ] 534/1935 27% [================= ] 535/1935 27% [================= ] 536/1935 27% [================= ] 537/1935 27% [================= ] 538/1935 27% [================= ] 539/1935 27% [================= ] 540/1935 27% [================= ] 541/1935 27% [================= ] 542/1935 28% [================= ] 543/1935 28% [================= ] 544/1935 28% [================= ] 545/1935 28% [================= ] 546/1935 28% [================= ] 547/1935 28% [================= ] 548/1935 28% [================= ] 549/1935 28% [================= ] 550/1935 28% [================= ] 551/1935 28% [================= ] 552/1935 28% [================= ] 553/1935 28% [================= ] 554/1935 28% [================= ] 555/1935 28% [================= ] 556/1935 28% [================= ] 557/1935 28% [================= ] 558/1935 28% [================= ] 559/1935 28% [================= ] 560/1935 28% [================= ] 561/1935 28% [================== ] 562/1935 29% [================== ] 563/1935 29% [================== ] 564/1935 29% [================== ] 565/1935 29% [================== ] 566/1935 29% [================== ] 567/1935 29% [================== ] 568/1935 29% [================== ] 569/1935 29% [================== ] 570/1935 29% [================== ] 571/1935 29% [================== ] 572/1935 29% [================== ] 573/1935 29% [================== ] 574/1935 29% [================== ] 575/1935 29% [================== ] 576/1935 29% [================== ] 577/1935 29% [================== ] 578/1935 29% [================== ] 579/1935 29% [================== ] 580/1935 29% [================== ] 581/1935 30% [================== ] 582/1935 30% [================== ] 583/1935 30% [================== ] 584/1935 30% [================== ] 585/1935 30% [================== ] 586/1935 30% [================== ] 587/1935 30% [================== ] 588/1935 30% [================== ] 589/1935 30% [================== ] 590/1935 30% [================== ] 591/1935 30% [================== ] 592/1935 30% [=================== ] 593/1935 30% [=================== ] 594/1935 30% [=================== ] 595/1935 30% [=================== ] 596/1935 30% [=================== ] 597/1935 30% [=================== ] 598/1935 30% [=================== ] 599/1935 30% [=================== ] 600/1935 31% [=================== ] 601/1935 31% [=================== ] 602/1935 31% [=================== ] 603/1935 31% [=================== ] 604/1935 31% [=================== ] 605/1935 31% [=================== ] 606/1935 31% [=================== ] 607/1935 31% [=================== ] 608/1935 31% [=================== ] 609/1935 31% [=================== ] 610/1935 31% [=================== ] 611/1935 31% [=================== ] 612/1935 31% [=================== ] 613/1935 31% [=================== ] 614/1935 31% [=================== ] 615/1935 31% [=================== ] 616/1935 31% [=================== ] 617/1935 31% [=================== ] 618/1935 31% [=================== ] 619/1935 31% [=================== ] 620/1935 32% [=================== ] 621/1935 32% [=================== ] 622/1935 32% [=================== ] 623/1935 32% [=================== ] 624/1935 32% [==================== ] 625/1935 32% [==================== ] 626/1935 32% [==================== ] 627/1935 32% [==================== ] 628/1935 32% [==================== ] 629/1935 32% [==================== ] 630/1935 32% [==================== ] 631/1935 32% [==================== ] 632/1935 32% [==================== ] 633/1935 32% [==================== ] 634/1935 32% [==================== ] 635/1935 32% [==================== ] 636/1935 32% [==================== ] 637/1935 32% [==================== ] 638/1935 32% [==================== ] 639/1935 33% [==================== ] 640/1935 33% [==================== ] 641/1935 33% [==================== ] 642/1935 33% [==================== ] 643/1935 33% [==================== ] 644/1935 33% [==================== ] 645/1935 33% [==================== ] 646/1935 33% [==================== ] 647/1935 33% [==================== ] 648/1935 33% [==================== ] 649/1935 33% [==================== ] 650/1935 33% [==================== ] 651/1935 33% [==================== ] 652/1935 33% [==================== ] 653/1935 33% [==================== ] 654/1935 33% [==================== ] 655/1935 33% [===================== ] 656/1935 33% [===================== ] 657/1935 33% [===================== ] 658/1935 34% [===================== ] 659/1935 34% [===================== ] 660/1935 34% [===================== ] 661/1935 34% [===================== ] 662/1935 34% [===================== ] 663/1935 34% [===================== ] 664/1935 34% [===================== ] 665/1935 34% [===================== ] 666/1935 34% [===================== ] 667/1935 34% [===================== ] 668/1935 34% [===================== ] 669/1935 34% [===================== ] 670/1935 34% [===================== ] 671/1935 34% [===================== ] 672/1935 34% [===================== ] 673/1935 34% [===================== ] 674/1935 34% [===================== ] 675/1935 34% [===================== ] 676/1935 34% [===================== ] 677/1935 34% [===================== ] 678/1935 35% [===================== ] 679/1935 35% [===================== ] 680/1935 35% [===================== ] 681/1935 35% [===================== ] 682/1935 35% [===================== ] 683/1935 35% [===================== ] 684/1935 35% [===================== ] 685/1935 35% [===================== ] 686/1935 35% [====================== ] 687/1935 35% [====================== ] 688/1935 35% [====================== ] 689/1935 35% [====================== ] 690/1935 35% [====================== ] 691/1935 35% [====================== ] 692/1935 35% [====================== ] 693/1935 35% [====================== ] 694/1935 35% [====================== ] 695/1935 35% [====================== ] 696/1935 35% [====================== ] 697/1935 36% [====================== ] 698/1935 36% [====================== ] 699/1935 36% [====================== ] 700/1935 36% [====================== ] 701/1935 36% [====================== ] 702/1935 36% [====================== ] 703/1935 36% [====================== ] 704/1935 36% [====================== ] 705/1935 36% [====================== ] 706/1935 36% [====================== ] 707/1935 36% [====================== ] 708/1935 36% [====================== ] 709/1935 36% [====================== ] 710/1935 36% [====================== ] 711/1935 36% [====================== ] 712/1935 36% [====================== ] 713/1935 36% [====================== ] 714/1935 36% [====================== ] 715/1935 36% [====================== ] 716/1935 37% [====================== ] 717/1935 37% [======================= ] 718/1935 37% [======================= ] 719/1935 37% [======================= ] 720/1935 37% [======================= ] 721/1935 37% [======================= ] 722/1935 37% [======================= ] 723/1935 37% [======================= ] 724/1935 37% [======================= ] 725/1935 37% [======================= ] 726/1935 37% [======================= ] 727/1935 37% [======================= ] 728/1935 37% [======================= ] 729/1935 37% [======================= ] 730/1935 37% [======================= ] 731/1935 37% [======================= ] 732/1935 37% [======================= ] 733/1935 37% [======================= ] 734/1935 37% [======================= ] 735/1935 37% [======================= ] 736/1935 38% [======================= ] 737/1935 38% [======================= ] 738/1935 38% [======================= ] 739/1935 38% [======================= ] 740/1935 38% [======================= ] 741/1935 38% [======================= ] 742/1935 38% [======================= ] 743/1935 38% [======================= ] 744/1935 38% [======================= ] 745/1935 38% [======================= ] 746/1935 38% [======================= ] 747/1935 38% [======================= ] 748/1935 38% [======================= ] 749/1935 38% [======================== ] 750/1935 38% [======================== ] 751/1935 38% [======================== ] 752/1935 38% [======================== ] 753/1935 38% [======================== ] 754/1935 38% [======================== ] 755/1935 39% [======================== ] 756/1935 39% [======================== ] 757/1935 39% [======================== ] 758/1935 39% [======================== ] 759/1935 39% [======================== ] 760/1935 39% [======================== ] 761/1935 39% [======================== ] 762/1935 39% [======================== ] 763/1935 39% [======================== ] 764/1935 39% [======================== ] 765/1935 39% [======================== ] 766/1935 39% [======================== ] 767/1935 39% [======================== ] 768/1935 39% [======================== ] 769/1935 39% [======================== ] 770/1935 39% [======================== ] 771/1935 39% [======================== ] 772/1935 39% [======================== ] 773/1935 39% [======================== ] 774/1935 40% [======================== ] 775/1935 40% [======================== ] 776/1935 40% [======================== ] 777/1935 40% [======================== ] 778/1935 40% [======================== ] 779/1935 40% [======================== ] 780/1935 40% [========================= ] 781/1935 40% [========================= ] 782/1935 40% [========================= ] 783/1935 40% [========================= ] 784/1935 40% [========================= ] 785/1935 40% [========================= ] 786/1935 40% [========================= ] 787/1935 40% [========================= ] 788/1935 40% [========================= ] 789/1935 40% [========================= ] 790/1935 40% [========================= ] 791/1935 40% [========================= ] 792/1935 40% [========================= ] 793/1935 40% [========================= ] 794/1935 41% [========================= ] 795/1935 41% [========================= ] 796/1935 41% [========================= ] 797/1935 41% [========================= ] 798/1935 41% [========================= ] 799/1935 41% [========================= ] 800/1935 41% [========================= ] 801/1935 41% [========================= ] 802/1935 41% [========================= ] 803/1935 41% [========================= ] 804/1935 41% [========================= ] 805/1935 41% [========================= ] 806/1935 41% [========================= ] 807/1935 41% [========================= ] 808/1935 41% [========================= ] 809/1935 41% [========================= ] 810/1935 41% [========================= ] 811/1935 41% [========================== ] 812/1935 41% [========================== ] 813/1935 42% [========================== ] 814/1935 42% [========================== ] 815/1935 42% [========================== ] 816/1935 42% [========================== ] 817/1935 42% [========================== ] 818/1935 42% [========================== ] 819/1935 42% [========================== ] 820/1935 42% [========================== ] 821/1935 42% [========================== ] 822/1935 42% [========================== ] 823/1935 42% [========================== ] 824/1935 42% [========================== ] 825/1935 42% [========================== ] 826/1935 42% [========================== ] 827/1935 42% [========================== ] 828/1935 42% [========================== ] 829/1935 42% [========================== ] 830/1935 42% [========================== ] 831/1935 42% [========================== ] 832/1935 42% [========================== ] 833/1935 43% [========================== ] 834/1935 43% [========================== ] 835/1935 43% [========================== ] 836/1935 43% [========================== ] 837/1935 43% [========================== ] 838/1935 43% [========================== ] 839/1935 43% [========================== ] 840/1935 43% [========================== ] 841/1935 43% [========================== ] 842/1935 43% [=========================== ] 843/1935 43% [=========================== ] 844/1935 43% [=========================== ] 845/1935 43% [=========================== ] 846/1935 43% [=========================== ] 847/1935 43% [=========================== ] 848/1935 43% [=========================== ] 849/1935 43% [=========================== ] 850/1935 43% [=========================== ] 851/1935 43% [=========================== ] 852/1935 44% [=========================== ] 853/1935 44% [=========================== ] 854/1935 44% [=========================== ] 855/1935 44% [=========================== ] 856/1935 44% [=========================== ] 857/1935 44% [=========================== ] 858/1935 44% [=========================== ] 859/1935 44% [=========================== ] 860/1935 44% [=========================== ] 861/1935 44% [=========================== ] 862/1935 44% [=========================== ] 863/1935 44% [=========================== ] 864/1935 44% [=========================== ] 865/1935 44% [=========================== ] 866/1935 44% [=========================== ] 867/1935 44% [=========================== ] 868/1935 44% [=========================== ] 869/1935 44% [=========================== ] 870/1935 44% [=========================== ] 871/1935 45% [=========================== ] 872/1935 45% [=========================== ] 873/1935 45% [============================ ] 874/1935 45% [============================ ] 875/1935 45% [============================ ] 876/1935 45% [============================ ] 877/1935 45% [============================ ] 878/1935 45% [============================ ] 879/1935 45% [============================ ] 880/1935 45% [============================ ] 881/1935 45% [============================ ] 882/1935 45% [============================ ] 883/1935 45% [============================ ] 884/1935 45% [============================ ] 885/1935 45% [============================ ] 886/1935 45% [============================ ] 887/1935 45% [============================ ] 888/1935 45% [============================ ] 889/1935 45% [============================ ] 890/1935 45% [============================ ] 891/1935 46% [============================ ] 892/1935 46% [============================ ] 893/1935 46% [============================ ] 894/1935 46% [============================ ] 895/1935 46% [============================ ] 896/1935 46% [============================ ] 897/1935 46% [============================ ] 898/1935 46% [============================ ] 899/1935 46% [============================ ] 900/1935 46% [============================ ] 901/1935 46% [============================ ] 902/1935 46% [============================ ] 903/1935 46% [============================ ] 904/1935 46% [============================ ] 905/1935 46% [============================= ] 906/1935 46% [============================= ] 907/1935 46% [============================= ] 908/1935 46% [============================= ] 909/1935 46% [============================= ] 910/1935 47% [============================= ] 911/1935 47% [============================= ] 912/1935 47% [============================= ] 913/1935 47% [============================= ] 914/1935 47% [============================= ] 915/1935 47% [============================= ] 916/1935 47% [============================= ] 917/1935 47% [============================= ] 918/1935 47% [============================= ] 919/1935 47% [============================= ] 920/1935 47% [============================= ] 921/1935 47% [============================= ] 922/1935 47% [============================= ] 923/1935 47% [============================= ] 924/1935 47% [============================= ] 925/1935 47% [============================= ] 926/1935 47% [============================= ] 927/1935 47% [============================= ] 928/1935 47% [============================= ] 929/1935 48% [============================= ] 930/1935 48% [============================= ] 931/1935 48% [============================= ] 932/1935 48% [============================= ] 933/1935 48% [============================= ] 934/1935 48% [============================= ] 935/1935 48% [============================= ] 936/1935 48% [============================== ] 937/1935 48% [============================== ] 938/1935 48% [============================== ] 939/1935 48% [============================== ] 940/1935 48% [============================== ] 941/1935 48% [============================== ] 942/1935 48% [============================== ] 943/1935 48% [============================== ] 944/1935 48% [============================== ] 945/1935 48% [============================== ] 946/1935 48% [============================== ] 947/1935 48% [============================== ] 948/1935 48% [============================== ] 949/1935 49% [============================== ] 950/1935 49% [============================== ] 951/1935 49% [============================== ] 952/1935 49% [============================== ] 953/1935 49% [============================== ] 954/1935 49% [============================== ] 955/1935 49% [============================== ] 956/1935 49% [============================== ] 957/1935 49% [============================== ] 958/1935 49% [============================== ] 959/1935 49% [============================== ] 960/1935 49% [============================== ] 961/1935 49% [============================== ] 962/1935 49% [============================== ] 963/1935 49% [============================== ] 964/1935 49% [============================== ] 965/1935 49% [============================== ] 966/1935 49% [============================== ] 967/1935 49% [=============================== ] 968/1935 50% [=============================== ] 969/1935 50% [=============================== ] 970/1935 50% [=============================== ] 971/1935 50% [=============================== ] 972/1935 50% [=============================== ] 973/1935 50% [=============================== ] 974/1935 50% [=============================== ] 975/1935 50% [=============================== ] 976/1935 50% [=============================== ] 977/1935 50% [=============================== ] 978/1935 50% [=============================== ] 979/1935 50% [=============================== ] 980/1935 50% [=============================== ] 981/1935 50% [=============================== ] 982/1935 50% [=============================== ] 983/1935 50% [=============================== ] 984/1935 50% [=============================== ] 985/1935 50% [=============================== ] 986/1935 50% [=============================== ] 987/1935 51% [=============================== ] 988/1935 51% [=============================== ] 989/1935 51% [=============================== ] 990/1935 51% [=============================== ] 991/1935 51% [=============================== ] 992/1935 51% [=============================== ] 993/1935 51% [=============================== ] 994/1935 51% [=============================== ] 995/1935 51% [=============================== ] 996/1935 51% [=============================== ] 997/1935 51% [=============================== ] 998/1935 51% [================================ ] 999/1935 51% [================================ ] 1000/1935 51% [================================ ] 1001/1935 51% [================================ ] 1002/1935 51% [================================ ] 1003/1935 51% [================================ ] 1004/1935 51% [================================ ] 1005/1935 51% [================================ ] 1006/1935 51% [================================ ] 1007/1935 52% [================================ ] 1008/1935 52% [================================ ] 1009/1935 52% [================================ ] 1010/1935 52% [================================ ] 1011/1935 52% [================================ ] 1012/1935 52% [================================ ] 1013/1935 52% [================================ ] 1014/1935 52% [================================ ] 1015/1935 52% [================================ ] 1016/1935 52% [================================ ] 1017/1935 52% [================================ ] 1018/1935 52% [================================ ] 1019/1935 52% [================================ ] 1020/1935 52% [================================ ] 1021/1935 52% [================================ ] 1022/1935 52% [================================ ] 1023/1935 52% [================================ ] 1024/1935 52% [================================ ] 1025/1935 52% [================================ ] 1026/1935 53% [================================ ] 1027/1935 53% [================================ ] 1028/1935 53% [================================ ] 1029/1935 53% [================================= ] 1030/1935 53% [================================= ] 1031/1935 53% [================================= ] 1032/1935 53% [================================= ] 1033/1935 53% [================================= ] 1034/1935 53% [================================= ] 1035/1935 53% [================================= ] 1036/1935 53% [================================= ] 1037/1935 53% [================================= ] 1038/1935 53% [================================= ] 1039/1935 53% [================================= ] 1040/1935 53% [================================= ] 1041/1935 53% [================================= ] 1042/1935 53% [================================= ] 1043/1935 53% [================================= ] 1044/1935 53% [================================= ] 1045/1935 54% [================================= ] 1046/1935 54% [================================= ] 1047/1935 54% [================================= ] 1048/1935 54% [================================= ] 1049/1935 54% [================================= ] 1050/1935 54% [================================= ] 1051/1935 54% [================================= ] 1052/1935 54% [================================= ] 1053/1935 54% [================================= ] 1054/1935 54% [================================= ] 1055/1935 54% [================================= ] 1056/1935 54% [================================= ] 1057/1935 54% [================================= ] 1058/1935 54% [================================= ] 1059/1935 54% [================================= ] 1060/1935 54% [================================= ] 1061/1935 54% [================================== ] 1062/1935 54% [================================== ] 1063/1935 54% [================================== ] 1064/1935 54% [================================== ] 1065/1935 55% [================================== ] 1066/1935 55% [================================== ] 1067/1935 55% [================================== ] 1068/1935 55% [================================== ] 1069/1935 55% [================================== ] 1070/1935 55% [================================== ] 1071/1935 55% [================================== ] 1072/1935 55% [================================== ] 1073/1935 55% [================================== ] 1074/1935 55% [================================== ] 1075/1935 55% [================================== ] 1076/1935 55% [================================== ] 1077/1935 55% [================================== ] 1078/1935 55% [================================== ] 1079/1935 55% [================================== ] 1080/1935 55% [================================== ] 1081/1935 55% [================================== ] 1082/1935 55% [================================== ] 1083/1935 55% [================================== ] 1084/1935 56% [================================== ] 1085/1935 56% [================================== ] 1086/1935 56% [================================== ] 1087/1935 56% [================================== ] 1088/1935 56% [================================== ] 1089/1935 56% [================================== ] 1090/1935 56% [================================== ] 1091/1935 56% [================================== ] 1092/1935 56% [=================================== ] 1093/1935 56% [=================================== ] 1094/1935 56% [=================================== ] 1095/1935 56% [=================================== ] 1096/1935 56% [=================================== ] 1097/1935 56% [=================================== ] 1098/1935 56% [=================================== ] 1099/1935 56% [=================================== ] 1100/1935 56% [=================================== ] 1101/1935 56% [=================================== ] 1102/1935 56% [=================================== ] 1103/1935 57% [=================================== ] 1104/1935 57% [=================================== ] 1105/1935 57% [=================================== ] 1106/1935 57% [=================================== ] 1107/1935 57% [=================================== ] 1108/1935 57% [=================================== ] 1109/1935 57% [=================================== ] 1110/1935 57% [=================================== ] 1111/1935 57% [=================================== ] 1112/1935 57% [=================================== ] 1113/1935 57% [=================================== ] 1114/1935 57% [=================================== ] 1115/1935 57% [=================================== ] 1116/1935 57% [=================================== ] 1117/1935 57% [=================================== ] 1118/1935 57% [=================================== ] 1119/1935 57% [=================================== ] 1120/1935 57% [=================================== ] 1121/1935 57% [=================================== ] 1122/1935 57% [=================================== ] 1123/1935 58% [==================================== ] 1124/1935 58% [==================================== ] 1125/1935 58% [==================================== ] 1126/1935 58% [==================================== ] 1127/1935 58% [==================================== ] 1128/1935 58% [==================================== ] 1129/1935 58% [==================================== ] 1130/1935 58% [==================================== ] 1131/1935 58% [==================================== ] 1132/1935 58% [==================================== ] 1133/1935 58% [==================================== ] 1134/1935 58% [==================================== ] 1135/1935 58% [==================================== ] 1136/1935 58% [==================================== ] 1137/1935 58% [==================================== ] 1138/1935 58% [==================================== ] 1139/1935 58% [==================================== ] 1140/1935 58% [==================================== ] 1141/1935 58% [==================================== ] 1142/1935 59% [==================================== ] 1143/1935 59% [==================================== ] 1144/1935 59% [==================================== ] 1145/1935 59% [==================================== ] 1146/1935 59% [==================================== ] 1147/1935 59% [==================================== ] 1148/1935 59% [==================================== ] 1149/1935 59% [==================================== ] 1150/1935 59% [==================================== ] 1151/1935 59% [==================================== ] 1152/1935 59% [==================================== ] 1153/1935 59% [==================================== ] 1154/1935 59% [===================================== ] 1155/1935 59% [===================================== ] 1156/1935 59% [===================================== ] 1157/1935 59% [===================================== ] 1158/1935 59% [===================================== ] 1159/1935 59% [===================================== ] 1160/1935 59% [===================================== ] 1161/1935 60% [===================================== ] 1162/1935 60% [===================================== ] 1163/1935 60% [===================================== ] 1164/1935 60% [===================================== ] 1165/1935 60% [===================================== ] 1166/1935 60% [===================================== ] 1167/1935 60% [===================================== ] 1168/1935 60% [===================================== ] 1169/1935 60% [===================================== ] 1170/1935 60% [===================================== ] 1171/1935 60% [===================================== ] 1172/1935 60% [===================================== ] 1173/1935 60% [===================================== ] 1174/1935 60% [===================================== ] 1175/1935 60% [===================================== ] 1176/1935 60% [===================================== ] 1177/1935 60% [===================================== ] 1178/1935 60% [===================================== ] 1179/1935 60% [===================================== ] 1180/1935 60% [===================================== ] 1181/1935 61% [===================================== ] 1182/1935 61% [===================================== ] 1183/1935 61% [===================================== ] 1184/1935 61% [===================================== ] 1185/1935 61% [====================================== ] 1186/1935 61% [====================================== ] 1187/1935 61% [====================================== ] 1188/1935 61% [====================================== ] 1189/1935 61% [====================================== ] 1190/1935 61% [====================================== ] 1191/1935 61% [====================================== ] 1192/1935 61% [====================================== ] 1193/1935 61% [====================================== ] 1194/1935 61% [====================================== ] 1195/1935 61% [====================================== ] 1196/1935 61% [====================================== ] 1197/1935 61% [====================================== ] 1198/1935 61% [====================================== ] 1199/1935 61% [====================================== ] 1200/1935 62% [====================================== ] 1201/1935 62% [====================================== ] 1202/1935 62% [====================================== ] 1203/1935 62% [====================================== ] 1204/1935 62% [====================================== ] 1205/1935 62% [====================================== ] 1206/1935 62% [====================================== ] 1207/1935 62% [====================================== ] 1208/1935 62% [====================================== ] 1209/1935 62% [====================================== ] 1210/1935 62% [====================================== ] 1211/1935 62% [====================================== ] 1212/1935 62% [====================================== ] 1213/1935 62% [====================================== ] 1214/1935 62% [====================================== ] 1215/1935 62% [====================================== ] 1216/1935 62% [====================================== ] 1217/1935 62% [======================================= ] 1218/1935 62% [======================================= ] 1219/1935 62% [======================================= ] 1220/1935 63% [======================================= ] 1221/1935 63% [======================================= ] 1222/1935 63% [======================================= ] 1223/1935 63% [======================================= ] 1224/1935 63% [======================================= ] 1225/1935 63% [======================================= ] 1226/1935 63% [======================================= ] 1227/1935 63% [======================================= ] 1228/1935 63% [======================================= ] 1229/1935 63% [======================================= ] 1230/1935 63% [======================================= ] 1231/1935 63% [======================================= ] 1232/1935 63% [======================================= ] 1233/1935 63% [======================================= ] 1234/1935 63% [======================================= ] 1235/1935 63% [======================================= ] 1236/1935 63% [======================================= ] 1237/1935 63% [======================================= ] 1238/1935 63% [======================================= ] 1239/1935 64% [======================================= ] 1240/1935 64% [======================================= ] 1241/1935 64% [======================================= ] 1242/1935 64% [======================================= ] 1243/1935 64% [======================================= ] 1244/1935 64% [======================================= ] 1245/1935 64% [======================================= ] 1246/1935 64% [======================================= ] 1247/1935 64% [======================================= ] 1248/1935 64% [======================================== ] 1249/1935 64% [======================================== ] 1250/1935 64% [======================================== ] 1251/1935 64% [======================================== ] 1252/1935 64% [======================================== ] 1253/1935 64% [======================================== ] 1254/1935 64% [======================================== ] 1255/1935 64% [======================================== ] 1256/1935 64% [======================================== ] 1257/1935 64% [======================================== ] 1258/1935 65% [======================================== ] 1259/1935 65% [======================================== ] 1260/1935 65% [======================================== ] 1261/1935 65% [======================================== ] 1262/1935 65% [======================================== ] 1263/1935 65% [======================================== ] 1264/1935 65% [======================================== ] 1265/1935 65% [======================================== ] 1266/1935 65% [======================================== ] 1267/1935 65% [======================================== ] 1268/1935 65% [======================================== ] 1269/1935 65% [======================================== ] 1270/1935 65% [======================================== ] 1271/1935 65% [======================================== ] 1272/1935 65% [======================================== ] 1273/1935 65% [======================================== ] 1274/1935 65% [======================================== ] 1275/1935 65% [======================================== ] 1276/1935 65% [======================================== ] 1277/1935 65% [======================================== ] 1278/1935 66% [======================================== ] 1279/1935 66% [========================================= ] 1280/1935 66% [========================================= ] 1281/1935 66% [========================================= ] 1282/1935 66% [========================================= ] 1283/1935 66% [========================================= ] 1284/1935 66% [========================================= ] 1285/1935 66% [========================================= ] 1286/1935 66% [========================================= ] 1287/1935 66% [========================================= ] 1288/1935 66% [========================================= ] 1289/1935 66% [========================================= ] 1290/1935 66% [========================================= ] 1291/1935 66% [========================================= ] 1292/1935 66% [========================================= ] 1293/1935 66% [========================================= ] 1294/1935 66% [========================================= ] 1295/1935 66% [========================================= ] 1296/1935 66% [========================================= ] 1297/1935 67% [========================================= ] 1298/1935 67% [========================================= ] 1299/1935 67% [========================================= ] 1300/1935 67% [========================================= ] 1301/1935 67% [========================================= ] 1302/1935 67% [========================================= ] 1303/1935 67% [========================================= ] 1304/1935 67% [========================================= ] 1305/1935 67% [========================================= ] 1306/1935 67% [========================================= ] 1307/1935 67% [========================================= ] 1308/1935 67% [========================================= ] 1309/1935 67% [========================================= ] 1310/1935 67% [========================================== ] 1311/1935 67% [========================================== ] 1312/1935 67% [========================================== ] 1313/1935 67% [========================================== ] 1314/1935 67% [========================================== ] 1315/1935 67% [========================================== ] 1316/1935 68% [========================================== ] 1317/1935 68% [========================================== ] 1318/1935 68% [========================================== ] 1319/1935 68% [========================================== ] 1320/1935 68% [========================================== ] 1321/1935 68% [========================================== ] 1322/1935 68% [========================================== ] 1323/1935 68% [========================================== ] 1324/1935 68% [========================================== ] 1325/1935 68% [========================================== ] 1326/1935 68% [========================================== ] 1327/1935 68% [========================================== ] 1328/1935 68% [========================================== ] 1329/1935 68% [========================================== ] 1330/1935 68% [========================================== ] 1331/1935 68% [========================================== ] 1332/1935 68% [========================================== ] 1333/1935 68% [========================================== ] 1334/1935 68% [========================================== ] 1335/1935 68% [========================================== ] 1336/1935 69% [========================================== ] 1337/1935 69% [========================================== ] 1338/1935 69% [========================================== ] 1339/1935 69% [========================================== ] 1340/1935 69% [========================================== ] 1341/1935 69% [========================================== ] 1342/1935 69% [=========================================== ] 1343/1935 69% [=========================================== ] 1344/1935 69% [=========================================== ] 1345/1935 69% [=========================================== ] 1346/1935 69% [=========================================== ] 1347/1935 69% [=========================================== ] 1348/1935 69% [=========================================== ] 1349/1935 69% [=========================================== ] 1350/1935 69% [=========================================== ] 1351/1935 69% [=========================================== ] 1352/1935 69% [=========================================== ] 1353/1935 69% [=========================================== ] 1354/1935 69% [=========================================== ] 1355/1935 70% [=========================================== ] 1356/1935 70% [=========================================== ] 1357/1935 70% [=========================================== ] 1358/1935 70% [=========================================== ] 1359/1935 70% [=========================================== ] 1360/1935 70% [=========================================== ] 1361/1935 70% [=========================================== ] 1362/1935 70% [=========================================== ] 1363/1935 70% [=========================================== ] 1364/1935 70% [=========================================== ] 1365/1935 70% [=========================================== ] 1366/1935 70% [=========================================== ] 1367/1935 70% [=========================================== ] 1368/1935 70% [=========================================== ] 1369/1935 70% [=========================================== ] 1370/1935 70% [=========================================== ] 1371/1935 70% [=========================================== ] 1372/1935 70% [=========================================== ] 1373/1935 70% [============================================ ] 1374/1935 71% [============================================ ] 1375/1935 71% [============================================ ] 1376/1935 71% [============================================ ] 1377/1935 71% [============================================ ] 1378/1935 71% [============================================ ] 1379/1935 71% [============================================ ] 1380/1935 71% [============================================ ] 1381/1935 71% [============================================ ] 1382/1935 71% [============================================ ] 1383/1935 71% [============================================ ] 1384/1935 71% [============================================ ] 1385/1935 71% [============================================ ] 1386/1935 71% [============================================ ] 1387/1935 71% [============================================ ] 1388/1935 71% [============================================ ] 1389/1935 71% [============================================ ] 1390/1935 71% [============================================ ] 1391/1935 71% [============================================ ] 1392/1935 71% [============================================ ] 1393/1935 71% [============================================ ] 1394/1935 72% [============================================ ] 1395/1935 72% [============================================ ] 1396/1935 72% [============================================ ] 1397/1935 72% [============================================ ] 1398/1935 72% [============================================ ] 1399/1935 72% [============================================ ] 1400/1935 72% [============================================ ] 1401/1935 72% [============================================ ] 1402/1935 72% [============================================ ] 1403/1935 72% [============================================ ] 1404/1935 72% [============================================= ] 1405/1935 72% [============================================= ] 1406/1935 72% [============================================= ] 1407/1935 72% [============================================= ] 1408/1935 72% [============================================= ] 1409/1935 72% [============================================= ] 1410/1935 72% [============================================= ] 1411/1935 72% [============================================= ] 1412/1935 72% [============================================= ] 1413/1935 73% [============================================= ] 1414/1935 73% [============================================= ] 1415/1935 73% [============================================= ] 1416/1935 73% [============================================= ] 1417/1935 73% [============================================= ] 1418/1935 73% [============================================= ] 1419/1935 73% [============================================= ] 1420/1935 73% [============================================= ] 1421/1935 73% [============================================= ] 1422/1935 73% [============================================= ] 1423/1935 73% [============================================= ] 1424/1935 73% [============================================= ] 1425/1935 73% [============================================= ] 1426/1935 73% [============================================= ] 1427/1935 73% [============================================= ] 1428/1935 73% [============================================= ] 1429/1935 73% [============================================= ] 1430/1935 73% [============================================= ] 1431/1935 73% [============================================= ] 1432/1935 74% [============================================= ] 1433/1935 74% [============================================= ] 1434/1935 74% [============================================= ] 1435/1935 74% [============================================== ] 1436/1935 74% [============================================== ] 1437/1935 74% [============================================== ] 1438/1935 74% [============================================== ] 1439/1935 74% [============================================== ] 1440/1935 74% [============================================== ] 1441/1935 74% [============================================== ] 1442/1935 74% [============================================== ] 1443/1935 74% [============================================== ] 1444/1935 74% [============================================== ] 1445/1935 74% [============================================== ] 1446/1935 74% [============================================== ] 1447/1935 74% [============================================== ] 1448/1935 74% [============================================== ] 1449/1935 74% [============================================== ] 1450/1935 74% [============================================== ] 1451/1935 74% [============================================== ] 1452/1935 75% [============================================== ] 1453/1935 75% [============================================== ] 1454/1935 75% [============================================== ] 1455/1935 75% [============================================== ] 1456/1935 75% [============================================== ] 1457/1935 75% [============================================== ] 1458/1935 75% [============================================== ] 1459/1935 75% [============================================== ] 1460/1935 75% [============================================== ] 1461/1935 75% [============================================== ] 1462/1935 75% [============================================== ] 1463/1935 75% [============================================== ] 1464/1935 75% [============================================== ] 1465/1935 75% [============================================== ] 1466/1935 75% [=============================================== ] 1467/1935 75% [=============================================== ] 1468/1935 75% [=============================================== ] 1469/1935 75% [=============================================== ] 1470/1935 75% [=============================================== ] 1471/1935 76% [=============================================== ] 1472/1935 76% [=============================================== ] 1473/1935 76% [=============================================== ] 1474/1935 76% [=============================================== ] 1475/1935 76% [=============================================== ] 1476/1935 76% [=============================================== ] 1477/1935 76% [=============================================== ] 1478/1935 76% [=============================================== ] 1479/1935 76% [=============================================== ] 1480/1935 76% [=============================================== ] 1481/1935 76% [=============================================== ] 1482/1935 76% [=============================================== ] 1483/1935 76% [=============================================== ] 1484/1935 76% [=============================================== ] 1485/1935 76% [=============================================== ] 1486/1935 76% [=============================================== ] 1487/1935 76% [=============================================== ] 1488/1935 76% [=============================================== ] 1489/1935 76% [=============================================== ] 1490/1935 77% [=============================================== ] 1491/1935 77% [=============================================== ] 1492/1935 77% [=============================================== ] 1493/1935 77% [=============================================== ] 1494/1935 77% [=============================================== ] 1495/1935 77% [=============================================== ] 1496/1935 77% [=============================================== ] 1497/1935 77% [=============================================== ] 1498/1935 77% [================================================ ] 1499/1935 77% [================================================ ] 1500/1935 77% [================================================ ] 1501/1935 77% [================================================ ] 1502/1935 77% [================================================ ] 1503/1935 77% [================================================ ] 1504/1935 77% [================================================ ] 1505/1935 77% [================================================ ] 1506/1935 77% [================================================ ] 1507/1935 77% [================================================ ] 1508/1935 77% [================================================ ] 1509/1935 77% [================================================ ] 1510/1935 78% [================================================ ] 1511/1935 78% [================================================ ] 1512/1935 78% [================================================ ] 1513/1935 78% [================================================ ] 1514/1935 78% [================================================ ] 1515/1935 78% [================================================ ] 1516/1935 78% [================================================ ] 1517/1935 78% [================================================ ] 1518/1935 78% [================================================ ] 1519/1935 78% [================================================ ] 1520/1935 78% [================================================ ] 1521/1935 78% [================================================ ] 1522/1935 78% [================================================ ] 1523/1935 78% [================================================ ] 1524/1935 78% [================================================ ] 1525/1935 78% [================================================ ] 1526/1935 78% [================================================ ] 1527/1935 78% [================================================ ] 1528/1935 78% [================================================ ] 1529/1935 79% [================================================= ] 1530/1935 79% [================================================= ] 1531/1935 79% [================================================= ] 1532/1935 79% [================================================= ] 1533/1935 79% [================================================= ] 1534/1935 79% [================================================= ] 1535/1935 79% [================================================= ] 1536/1935 79% [================================================= ] 1537/1935 79% [================================================= ] 1538/1935 79% [================================================= ] 1539/1935 79% [================================================= ] 1540/1935 79% [================================================= ] 1541/1935 79% [================================================= ] 1542/1935 79% [================================================= ] 1543/1935 79% [================================================= ] 1544/1935 79% [================================================= ] 1545/1935 79% [================================================= ] 1546/1935 79% [================================================= ] 1547/1935 79% [================================================= ] 1548/1935 80% [================================================= ] 1549/1935 80% [================================================= ] 1550/1935 80% [================================================= ] 1551/1935 80% [================================================= ] 1552/1935 80% [================================================= ] 1553/1935 80% [================================================= ] 1554/1935 80% [================================================= ] 1555/1935 80% [================================================= ] 1556/1935 80% [================================================= ] 1557/1935 80% [================================================= ] 1558/1935 80% [================================================= ] 1559/1935 80% [================================================= ] 1560/1935 80% [================================================== ] 1561/1935 80% [================================================== ] 1562/1935 80% [================================================== ] 1563/1935 80% [================================================== ] 1564/1935 80% [================================================== ] 1565/1935 80% [================================================== ] 1566/1935 80% [================================================== ] 1567/1935 80% [================================================== ] 1568/1935 81% [================================================== ] 1569/1935 81% [================================================== ] 1570/1935 81% [================================================== ] 1571/1935 81% [================================================== ] 1572/1935 81% [================================================== ] 1573/1935 81% [================================================== ] 1574/1935 81% [================================================== ] 1575/1935 81% [================================================== ] 1576/1935 81% [================================================== ] 1577/1935 81% [================================================== ] 1578/1935 81% [================================================== ] 1579/1935 81% [================================================== ] 1580/1935 81% [================================================== ] 1581/1935 81% [================================================== ] 1582/1935 81% [================================================== ] 1583/1935 81% [================================================== ] 1584/1935 81% [================================================== ] 1585/1935 81% [================================================== ] 1586/1935 81% [================================================== ] 1587/1935 82% [================================================== ] 1588/1935 82% [================================================== ] 1589/1935 82% [================================================== ] 1590/1935 82% [================================================== ] 1591/1935 82% [=================================================== ] 1592/1935 82% [=================================================== ] 1593/1935 82% [=================================================== ] 1594/1935 82% [=================================================== ] 1595/1935 82% [=================================================== ] 1596/1935 82% [=================================================== ] 1597/1935 82% [=================================================== ] 1598/1935 82% [=================================================== ] 1599/1935 82% [=================================================== ] 1600/1935 82% [=================================================== ] 1601/1935 82% [=================================================== ] 1602/1935 82% [=================================================== ] 1603/1935 82% [=================================================== ] 1604/1935 82% [=================================================== ] 1605/1935 82% [=================================================== ] 1606/1935 82% [=================================================== ] 1607/1935 83% [=================================================== ] 1608/1935 83% [=================================================== ] 1609/1935 83% [=================================================== ] 1610/1935 83% [=================================================== ] 1611/1935 83% [=================================================== ] 1612/1935 83% [=================================================== ] 1613/1935 83% [=================================================== ] 1614/1935 83% [=================================================== ] 1615/1935 83% [=================================================== ] 1616/1935 83% [=================================================== ] 1617/1935 83% [=================================================== ] 1618/1935 83% [=================================================== ] 1619/1935 83% [=================================================== ] 1620/1935 83% [=================================================== ] 1621/1935 83% [=================================================== ] 1622/1935 83% [==================================================== ] 1623/1935 83% [==================================================== ] 1624/1935 83% [==================================================== ] 1625/1935 83% [==================================================== ] 1626/1935 84% [==================================================== ] 1627/1935 84% [==================================================== ] 1628/1935 84% [==================================================== ] 1629/1935 84% [==================================================== ] 1630/1935 84% [==================================================== ] 1631/1935 84% [==================================================== ] 1632/1935 84% [==================================================== ] 1633/1935 84% [==================================================== ] 1634/1935 84% [==================================================== ] 1635/1935 84% [==================================================== ] 1636/1935 84% [==================================================== ] 1637/1935 84% [==================================================== ] 1638/1935 84% [==================================================== ] 1639/1935 84% [==================================================== ] 1640/1935 84% [==================================================== ] 1641/1935 84% [==================================================== ] 1642/1935 84% [==================================================== ] 1643/1935 84% [==================================================== ] 1644/1935 84% [==================================================== ] 1645/1935 85% [==================================================== ] 1646/1935 85% [==================================================== ] 1647/1935 85% [==================================================== ] 1648/1935 85% [==================================================== ] 1649/1935 85% [==================================================== ] 1650/1935 85% [==================================================== ] 1651/1935 85% [==================================================== ] 1652/1935 85% [==================================================== ] 1653/1935 85% [==================================================== ] 1654/1935 85% [===================================================== ] 1655/1935 85% [===================================================== ] 1656/1935 85% [===================================================== ] 1657/1935 85% [===================================================== ] 1658/1935 85% [===================================================== ] 1659/1935 85% [===================================================== ] 1660/1935 85% [===================================================== ] 1661/1935 85% [===================================================== ] 1662/1935 85% [===================================================== ] 1663/1935 85% [===================================================== ] 1664/1935 85% [===================================================== ] 1665/1935 86% [===================================================== ] 1666/1935 86% [===================================================== ] 1667/1935 86% [===================================================== ] 1668/1935 86% [===================================================== ] 1669/1935 86% [===================================================== ] 1670/1935 86% [===================================================== ] 1671/1935 86% [===================================================== ] 1672/1935 86% [===================================================== ] 1673/1935 86% [===================================================== ] 1674/1935 86% [===================================================== ] 1675/1935 86% [===================================================== ] 1676/1935 86% [===================================================== ] 1677/1935 86% [===================================================== ] 1678/1935 86% [===================================================== ] 1679/1935 86% [===================================================== ] 1680/1935 86% [===================================================== ] 1681/1935 86% [===================================================== ] 1682/1935 86% [===================================================== ] 1683/1935 86% [===================================================== ] 1684/1935 87% [===================================================== ] 1685/1935 87% [====================================================== ] 1686/1935 87% [====================================================== ] 1687/1935 87% [====================================================== ] 1688/1935 87% [====================================================== ] 1689/1935 87% [====================================================== ] 1690/1935 87% [====================================================== ] 1691/1935 87% [====================================================== ] 1692/1935 87% [====================================================== ] 1693/1935 87% [====================================================== ] 1694/1935 87% [====================================================== ] 1695/1935 87% [====================================================== ] 1696/1935 87% [====================================================== ] 1697/1935 87% [====================================================== ] 1698/1935 87% [====================================================== ] 1699/1935 87% [====================================================== ] 1700/1935 87% [====================================================== ] 1701/1935 87% [====================================================== ] 1702/1935 87% [====================================================== ] 1703/1935 88% [====================================================== ] 1704/1935 88% [====================================================== ] 1705/1935 88% [====================================================== ] 1706/1935 88% [====================================================== ] 1707/1935 88% [====================================================== ] 1708/1935 88% [====================================================== ] 1709/1935 88% [====================================================== ] 1710/1935 88% [====================================================== ] 1711/1935 88% [====================================================== ] 1712/1935 88% [====================================================== ] 1713/1935 88% [====================================================== ] 1714/1935 88% [====================================================== ] 1715/1935 88% [====================================================== ] 1716/1935 88% [======================================================= ] 1717/1935 88% [======================================================= ] 1718/1935 88% [======================================================= ] 1719/1935 88% [======================================================= ] 1720/1935 88% [======================================================= ] 1721/1935 88% [======================================================= ] 1722/1935 88% [======================================================= ] 1723/1935 89% [======================================================= ] 1724/1935 89% [======================================================= ] 1725/1935 89% [======================================================= ] 1726/1935 89% [======================================================= ] 1727/1935 89% [======================================================= ] 1728/1935 89% [======================================================= ] 1729/1935 89% [======================================================= ] 1730/1935 89% [======================================================= ] 1731/1935 89% [======================================================= ] 1732/1935 89% [======================================================= ] 1733/1935 89% [======================================================= ] 1734/1935 89% [======================================================= ] 1735/1935 89% [======================================================= ] 1736/1935 89% [======================================================= ] 1737/1935 89% [======================================================= ] 1738/1935 89% [======================================================= ] 1739/1935 89% [======================================================= ] 1740/1935 89% [======================================================= ] 1741/1935 89% [======================================================= ] 1742/1935 90% [======================================================= ] 1743/1935 90% [======================================================= ] 1744/1935 90% [======================================================= ] 1745/1935 90% [======================================================= ] 1746/1935 90% [======================================================= ] 1747/1935 90% [======================================================== ] 1748/1935 90% [======================================================== ] 1749/1935 90% [======================================================== ] 1750/1935 90% [======================================================== ] 1751/1935 90% [======================================================== ] 1752/1935 90% [======================================================== ] 1753/1935 90% [======================================================== ] 1754/1935 90% [======================================================== ] 1755/1935 90% [======================================================== ] 1756/1935 90% [======================================================== ] 1757/1935 90% [======================================================== ] 1758/1935 90% [======================================================== ] 1759/1935 90% [======================================================== ] 1760/1935 90% [======================================================== ] 1761/1935 91% [======================================================== ] 1762/1935 91% [======================================================== ] 1763/1935 91% [======================================================== ] 1764/1935 91% [======================================================== ] 1765/1935 91% [======================================================== ] 1766/1935 91% [======================================================== ] 1767/1935 91% [======================================================== ] 1768/1935 91% [======================================================== ] 1769/1935 91% [======================================================== ] 1770/1935 91% [======================================================== ] 1771/1935 91% [======================================================== ] 1772/1935 91% [======================================================== ] 1773/1935 91% [======================================================== ] 1774/1935 91% [======================================================== ] 1775/1935 91% [======================================================== ] 1776/1935 91% [======================================================== ] 1777/1935 91% [======================================================== ] 1778/1935 91% [========================================================= ] 1779/1935 91% [========================================================= ] 1780/1935 91% [========================================================= ] 1781/1935 92% [========================================================= ] 1782/1935 92% [========================================================= ] 1783/1935 92% [========================================================= ] 1784/1935 92% [========================================================= ] 1785/1935 92% [========================================================= ] 1786/1935 92% [========================================================= ] 1787/1935 92% [========================================================= ] 1788/1935 92% [========================================================= ] 1789/1935 92% [========================================================= ] 1790/1935 92% [========================================================= ] 1791/1935 92% [========================================================= ] 1792/1935 92% [========================================================= ] 1793/1935 92% [========================================================= ] 1794/1935 92% [========================================================= ] 1795/1935 92% [========================================================= ] 1796/1935 92% [========================================================= ] 1797/1935 92% [========================================================= ] 1798/1935 92% [========================================================= ] 1799/1935 92% [========================================================= ] 1800/1935 93% [========================================================= ] 1801/1935 93% [========================================================= ] 1802/1935 93% [========================================================= ] 1803/1935 93% [========================================================= ] 1804/1935 93% [========================================================= ] 1805/1935 93% [========================================================= ] 1806/1935 93% [========================================================= ] 1807/1935 93% [========================================================= ] 1808/1935 93% [========================================================= ] 1809/1935 93% [========================================================= ] 1810/1935 93% [========================================================== ] 1811/1935 93% [========================================================== ] 1812/1935 93% [========================================================== ] 1813/1935 93% [========================================================== ] 1814/1935 93% [========================================================== ] 1815/1935 93% [========================================================== ] 1816/1935 93% [========================================================== ] 1817/1935 93% [========================================================== ] 1818/1935 93% [========================================================== ] 1819/1935 94% [========================================================== ] 1820/1935 94% [========================================================== ] 1821/1935 94% [========================================================== ] 1822/1935 94% [========================================================== ] 1823/1935 94% [========================================================== ] 1824/1935 94% [========================================================== ] 1825/1935 94% [========================================================== ] 1826/1935 94% [========================================================== ] 1827/1935 94% [========================================================== ] 1828/1935 94% [========================================================== ] 1829/1935 94% [========================================================== ] 1830/1935 94% [========================================================== ] 1831/1935 94% [========================================================== ] 1832/1935 94% [========================================================== ] 1833/1935 94% [========================================================== ] 1834/1935 94% [========================================================== ] 1835/1935 94% [========================================================== ] 1836/1935 94% [========================================================== ] 1837/1935 94% [========================================================== ] 1838/1935 94% [========================================================== ] 1839/1935 95% [========================================================== ] 1840/1935 95% [========================================================== ] 1841/1935 95% [=========================================================== ] 1842/1935 95% [=========================================================== ] 1843/1935 95% [=========================================================== ] 1844/1935 95% [=========================================================== ] 1845/1935 95% [=========================================================== ] 1846/1935 95% [=========================================================== ] 1847/1935 95% [=========================================================== ] 1848/1935 95% [=========================================================== ] 1849/1935 95% [=========================================================== ] 1850/1935 95% [=========================================================== ] 1851/1935 95% [=========================================================== ] 1852/1935 95% [=========================================================== ] 1853/1935 95% [=========================================================== ] 1854/1935 95% [=========================================================== ] 1855/1935 95% [=========================================================== ] 1856/1935 95% [=========================================================== ] 1857/1935 95% [=========================================================== ] 1858/1935 96% [=========================================================== ] 1859/1935 96% [=========================================================== ] 1860/1935 96% [=========================================================== ] 1861/1935 96% [=========================================================== ] 1862/1935 96% [=========================================================== ] 1863/1935 96% [=========================================================== ] 1864/1935 96% [=========================================================== ] 1865/1935 96% [=========================================================== ] 1866/1935 96% [=========================================================== ] 1867/1935 96% [=========================================================== ] 1868/1935 96% [=========================================================== ] 1869/1935 96% [=========================================================== ] 1870/1935 96% [=========================================================== ] 1871/1935 96% [=========================================================== ] 1872/1935 96% [============================================================ ] 1873/1935 96% [============================================================ ] 1874/1935 96% [============================================================ ] 1875/1935 96% [============================================================ ] 1876/1935 96% [============================================================ ] 1877/1935 97% [============================================================ ] 1878/1935 97% [============================================================ ] 1879/1935 97% [============================================================ ] 1880/1935 97% [============================================================ ] 1881/1935 97% [============================================================ ] 1882/1935 97% [============================================================ ] 1883/1935 97% [============================================================ ] 1884/1935 97% [============================================================ ] 1885/1935 97% [============================================================ ] 1886/1935 97% [============================================================ ] 1887/1935 97% [============================================================ ] 1888/1935 97% [============================================================ ] 1889/1935 97% [============================================================ ] 1890/1935 97% [============================================================ ] 1891/1935 97% [============================================================ ] 1892/1935 97% [============================================================ ] 1893/1935 97% [============================================================ ] 1894/1935 97% [============================================================ ] 1895/1935 97% [============================================================ ] 1896/1935 97% [============================================================ ] 1897/1935 98% [============================================================ ] 1898/1935 98% [============================================================ ] 1899/1935 98% [============================================================ ] 1900/1935 98% [============================================================ ] 1901/1935 98% [============================================================ ] 1902/1935 98% [============================================================ ] 1903/1935 98% [============================================================= ] 1904/1935 98% [============================================================= ] 1905/1935 98% [============================================================= ] 1906/1935 98% [============================================================= ] 1907/1935 98% [============================================================= ] 1908/1935 98% [============================================================= ] 1909/1935 98% [============================================================= ] 1910/1935 98% [============================================================= ] 1911/1935 98% [============================================================= ] 1912/1935 98% [============================================================= ] 1913/1935 98% [============================================================= ] 1914/1935 98% [============================================================= ] 1915/1935 98% [============================================================= ] 1916/1935 99% [============================================================= ] 1917/1935 99% [============================================================= ] 1918/1935 99% [============================================================= ] 1919/1935 99% [============================================================= ] 1920/1935 99% [============================================================= ] 1921/1935 99% [============================================================= ] 1922/1935 99% [============================================================= ] 1923/1935 99% [============================================================= ] 1924/1935 99% [============================================================= ] 1925/1935 99% [============================================================= ] 1926/1935 99% [============================================================= ] 1927/1935 99% [============================================================= ] 1928/1935 99% [============================================================= ] 1929/1935 99% [============================================================= ] 1930/1935 99% [============================================================= ] 1931/1935 99% [============================================================= ] 1932/1935 99% [============================================================= ] 1933/1935 99% [============================================================= ] 1934/1935 99% [==============================================================] 1935/1935 100% operation complete, 1935 objects in 29824 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/m68k-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2023.05-246-g11aa7ac8fa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.25 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 6.3.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4f Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-e2fsprogs 1.47.0 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> openssl Collecting legal info >>> libopenssl 1.1.1u Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> git 2.41.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 8.1.2 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> hwloc 2.9.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ima-evm-utils 1.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libkrb5 1.20.1 Collecting legal info NOTICE: OK (sha256: cfadcf7b2ead2f3af793c25c00638c9908ac0023b101695f40cb9a03b16811dc) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> optee-client 3.21.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> host-parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> 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) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> semodule-utils 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> sqlcipher 4.5.1 Collecting legal info LICENSE: OK (sha256: 3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8) >>> host-tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> urandom-scripts Collecting legal info >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'