/usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-22/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-22/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-22/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-22/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-22/output-1/target/etc/shells; fi # Remove any existing certificates under /etc/ssl/certs rm -f /home/autobuild/autobuild/instance-22/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/autobuild/autobuild/instance-22/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/autobuild/autobuild/instance-22/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/autobuild/autobuild/instance-22/output-1/host/bin/c_rehash /home/autobuild/autobuild/instance-22/output-1/target/etc/ssl/certs Doing /home/autobuild/autobuild/instance-22/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/autobuild/autobuild/instance-22/output-1/build/ca-certificates.crt /home/autobuild/autobuild/instance-22/output-1/target/etc/ssl/certs/ca-certificates.crt grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-22/output-1/target/etc/shells grep -qsE '^/usr/bin/screen$' /home/autobuild/autobuild/instance-22/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/autobuild/autobuild/instance-22/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-22/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-22/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-22/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-22/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-22/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-22/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-22/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-22/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-22/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-22/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-22/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-22/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/include /home/autobuild/autobuild/instance-22/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-22/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-22/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-22/output-1/target/usr/doc find /home/autobuild/autobuild/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-22/output-1/target/lib/ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-22/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-22/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/man /home/autobuild/autobuild/instance-22/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/info /home/autobuild/autobuild/instance-22/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/doc /home/autobuild/autobuild/instance-22/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-22/output-1/target/lib/debug /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-22/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-22/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-22/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-22/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-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc2-16-g5dae8cddee"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-22/output-1/per-package \ /home/autobuild/autobuild/instance-22/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-22/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs printf ' snmp -1 snmp -1 * - - - snmpd user\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-22/output-1/images rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-22/output-1/target/ /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-22/output-1/host/bin:/home/autobuild/autobuild/instance-22/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-22/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-22/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target -print0 | xargs -0 -r touch -hd @1723742566\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-22/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-22/output-1/host/bin:/home/autobuild/autobuild/instance-22/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-22/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-22/output-1/images rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-22/output-1/target/ /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-22/output-1/host/bin:/home/autobuild/autobuild/instance-22/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-22/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-22/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1723742566\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-22/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-22/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-22/output-1/host/bin:/home/autobuild/autobuild/instance-22/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-22/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-22/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-22/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2264 objects. stage 2: creating image '/home/autobuild/autobuild/instance-22/output-1/images/rootfs.yaffs2' [ ] 1/2264 0% [ ] 2/2264 0% [ ] 3/2264 0% [ ] 4/2264 0% [ ] 5/2264 0% [ ] 6/2264 0% [ ] 7/2264 0% [ ] 8/2264 0% [ ] 9/2264 0% [ ] 10/2264 0% [ ] 11/2264 0% [ ] 12/2264 0% [ ] 13/2264 0% [ ] 14/2264 0% [ ] 15/2264 0% [ ] 16/2264 0% [ ] 17/2264 0% [ ] 18/2264 0% [ ] 19/2264 0% [ ] 20/2264 0% [ ] 21/2264 0% [ ] 22/2264 0% [ ] 23/2264 1% [ ] 24/2264 1% [ ] 25/2264 1% [ ] 26/2264 1% [ ] 27/2264 1% [ ] 28/2264 1% [ ] 29/2264 1% [ ] 30/2264 1% [ ] 31/2264 1% [ ] 32/2264 1% [ ] 33/2264 1% [ ] 34/2264 1% [ ] 35/2264 1% [ ] 36/2264 1% [= ] 37/2264 1% [= ] 38/2264 1% [= ] 39/2264 1% [= ] 40/2264 1% [= ] 41/2264 1% [= ] 42/2264 1% [= ] 43/2264 1% [= ] 44/2264 1% [= ] 45/2264 1% [= ] 46/2264 2% [= ] 47/2264 2% [= ] 48/2264 2% [= ] 49/2264 2% [= ] 50/2264 2% [= ] 51/2264 2% [= ] 52/2264 2% [= ] 53/2264 2% [= ] 54/2264 2% [= ] 55/2264 2% [= ] 56/2264 2% [= ] 57/2264 2% [= ] 58/2264 2% [= ] 59/2264 2% [= ] 60/2264 2% [= ] 61/2264 2% [= ] 62/2264 2% [= ] 63/2264 2% [= ] 64/2264 2% [= ] 65/2264 2% [= ] 66/2264 2% [= ] 67/2264 2% [= ] 68/2264 3% [= ] 69/2264 3% [= ] 70/2264 3% [= ] 71/2264 3% [= ] 72/2264 3% [= ] 73/2264 3% [== ] 74/2264 3% [== ] 75/2264 3% [== ] 76/2264 3% [== ] 77/2264 3% [== ] 78/2264 3% [== ] 79/2264 3% [== ] 80/2264 3% [== ] 81/2264 3% [== ] 82/2264 3% [== ] 83/2264 3% [== ] 84/2264 3% [== ] 85/2264 3% [== ] 86/2264 3% [== ] 87/2264 3% [== ] 88/2264 3% [== ] 89/2264 3% [== ] 90/2264 3% [== ] 91/2264 4% [== ] 92/2264 4% [== ] 93/2264 4% [== ] 94/2264 4% [== ] 95/2264 4% [== ] 96/2264 4% [== ] 97/2264 4% [== ] 98/2264 4% [== ] 99/2264 4% [== ] 100/2264 4% [== ] 101/2264 4% [== ] 102/2264 4% [== ] 103/2264 4% [== ] 104/2264 4% [== ] 105/2264 4% [== ] 106/2264 4% [== ] 107/2264 4% [== ] 108/2264 4% [== ] 109/2264 4% [=== ] 110/2264 4% [=== ] 111/2264 4% [=== ] 112/2264 4% [=== ] 113/2264 4% [=== ] 114/2264 5% [=== ] 115/2264 5% [=== ] 116/2264 5% [=== ] 117/2264 5% [=== ] 118/2264 5% [=== ] 119/2264 5% [=== ] 120/2264 5% [=== ] 121/2264 5% [=== ] 122/2264 5% [=== ] 123/2264 5% [=== ] 124/2264 5% [=== ] 125/2264 5% [=== ] 126/2264 5% [=== ] 127/2264 5% [=== ] 128/2264 5% [=== ] 129/2264 5% [=== ] 130/2264 5% [=== ] 131/2264 5% [=== ] 132/2264 5% [=== ] 133/2264 5% [=== ] 134/2264 5% [=== ] 135/2264 5% [=== ] 136/2264 6% [=== ] 137/2264 6% [=== ] 138/2264 6% [=== ] 139/2264 6% [=== ] 140/2264 6% [=== ] 141/2264 6% [=== ] 142/2264 6% [=== ] 143/2264 6% [=== ] 144/2264 6% [=== ] 145/2264 6% [=== ] 146/2264 6% [==== ] 147/2264 6% [==== ] 148/2264 6% [==== ] 149/2264 6% [==== ] 150/2264 6% [==== ] 151/2264 6% [==== ] 152/2264 6% [==== ] 153/2264 6% [==== ] 154/2264 6% [==== ] 155/2264 6% [==== ] 156/2264 6% [==== ] 157/2264 6% [==== ] 158/2264 6% [==== ] 159/2264 7% [==== ] 160/2264 7% [==== ] 161/2264 7% [==== ] 162/2264 7% [==== ] 163/2264 7% [==== ] 164/2264 7% [==== ] 165/2264 7% [==== ] 166/2264 7% [==== ] 167/2264 7% [==== ] 168/2264 7% [==== ] 169/2264 7% [==== ] 170/2264 7% [==== ] 171/2264 7% [==== ] 172/2264 7% [==== ] 173/2264 7% [==== ] 174/2264 7% [==== ] 175/2264 7% [==== ] 176/2264 7% [==== ] 177/2264 7% [==== ] 178/2264 7% [==== ] 179/2264 7% [==== ] 180/2264 7% [==== ] 181/2264 7% [==== ] 182/2264 8% [===== ] 183/2264 8% [===== ] 184/2264 8% [===== ] 185/2264 8% [===== ] 186/2264 8% [===== ] 187/2264 8% [===== ] 188/2264 8% [===== ] 189/2264 8% [===== ] 190/2264 8% [===== ] 191/2264 8% [===== ] 192/2264 8% [===== ] 193/2264 8% [===== ] 194/2264 8% [===== ] 195/2264 8% [===== ] 196/2264 8% [===== ] 197/2264 8% [===== ] 198/2264 8% [===== ] 199/2264 8% [===== ] 200/2264 8% [===== ] 201/2264 8% [===== ] 202/2264 8% [===== ] 203/2264 8% [===== ] 204/2264 9% [===== ] 205/2264 9% [===== ] 206/2264 9% [===== ] 207/2264 9% [===== ] 208/2264 9% [===== ] 209/2264 9% [===== ] 210/2264 9% [===== ] 211/2264 9% [===== ] 212/2264 9% [===== ] 213/2264 9% [===== ] 214/2264 9% [===== ] 215/2264 9% [===== ] 216/2264 9% [===== ] 217/2264 9% [===== ] 218/2264 9% [===== ] 219/2264 9% [====== ] 220/2264 9% [====== ] 221/2264 9% [====== ] 222/2264 9% [====== ] 223/2264 9% [====== ] 224/2264 9% [====== ] 225/2264 9% [====== ] 226/2264 9% [====== ] 227/2264 10% [====== ] 228/2264 10% [====== ] 229/2264 10% [====== ] 230/2264 10% [====== ] 231/2264 10% [====== ] 232/2264 10% [====== ] 233/2264 10% [====== ] 234/2264 10% [====== ] 235/2264 10% [====== ] 236/2264 10% [====== ] 237/2264 10% [====== ] 238/2264 10% [====== ] 239/2264 10% [====== ] 240/2264 10% [====== ] 241/2264 10% [====== ] 242/2264 10% [====== ] 243/2264 10% [====== ] 244/2264 10% [====== ] 245/2264 10% [====== ] 246/2264 10% [====== ] 247/2264 10% [====== ] 248/2264 10% [====== ] 249/2264 10% [====== ] 250/2264 11% [====== ] 251/2264 11% [====== ] 252/2264 11% [====== ] 253/2264 11% [====== ] 254/2264 11% [====== ] 255/2264 11% [======= ] 256/2264 11% [======= ] 257/2264 11% [======= ] 258/2264 11% [======= ] 259/2264 11% [======= ] 260/2264 11% [======= ] 261/2264 11% [======= ] 262/2264 11% [======= ] 263/2264 11% [======= ] 264/2264 11% [======= ] 265/2264 11% [======= ] 266/2264 11% [======= ] 267/2264 11% [======= ] 268/2264 11% [======= ] 269/2264 11% [======= ] 270/2264 11% [======= ] 271/2264 11% [======= ] 272/2264 12% [======= ] 273/2264 12% [======= ] 274/2264 12% [======= ] 275/2264 12% [======= ] 276/2264 12% [======= ] 277/2264 12% [======= ] 278/2264 12% [======= ] 279/2264 12% [======= ] 280/2264 12% [======= ] 281/2264 12% [======= ] 282/2264 12% [======= ] 283/2264 12% [======= ] 284/2264 12% [======= ] 285/2264 12% [======= ] 286/2264 12% [======= ] 287/2264 12% [======= ] 288/2264 12% [======= ] 289/2264 12% [======= ] 290/2264 12% [======= ] 291/2264 12% [======= ] 292/2264 12% [======== ] 293/2264 12% [======== ] 294/2264 12% [======== ] 295/2264 13% [======== ] 296/2264 13% [======== ] 297/2264 13% [======== ] 298/2264 13% [======== ] 299/2264 13% [======== ] 300/2264 13% [======== ] 301/2264 13% [======== ] 302/2264 13% [======== ] 303/2264 13% [======== ] 304/2264 13% [======== ] 305/2264 13% [======== ] 306/2264 13% [======== ] 307/2264 13% [======== ] 308/2264 13% [======== ] 309/2264 13% [======== ] 310/2264 13% [======== ] 311/2264 13% [======== ] 312/2264 13% [======== ] 313/2264 13% [======== ] 314/2264 13% [======== ] 315/2264 13% [======== ] 316/2264 13% [======== ] 317/2264 14% [======== ] 318/2264 14% [======== ] 319/2264 14% [======== ] 320/2264 14% [======== ] 321/2264 14% [======== ] 322/2264 14% [======== ] 323/2264 14% [======== ] 324/2264 14% [======== ] 325/2264 14% [======== ] 326/2264 14% [======== ] 327/2264 14% [======== ] 328/2264 14% [========= ] 329/2264 14% [========= ] 330/2264 14% [========= ] 331/2264 14% [========= ] 332/2264 14% [========= ] 333/2264 14% [========= ] 334/2264 14% [========= ] 335/2264 14% [========= ] 336/2264 14% [========= ] 337/2264 14% [========= ] 338/2264 14% [========= ] 339/2264 14% [========= ] 340/2264 15% [========= ] 341/2264 15% [========= ] 342/2264 15% [========= ] 343/2264 15% [========= ] 344/2264 15% [========= ] 345/2264 15% [========= ] 346/2264 15% [========= ] 347/2264 15% [========= ] 348/2264 15% [========= ] 349/2264 15% [========= ] 350/2264 15% [========= ] 351/2264 15% [========= ] 352/2264 15% [========= ] 353/2264 15% [========= ] 354/2264 15% [========= ] 355/2264 15% [========= ] 356/2264 15% [========= ] 357/2264 15% [========= ] 358/2264 15% [========= ] 359/2264 15% [========= ] 360/2264 15% [========= ] 361/2264 15% [========= ] 362/2264 15% [========= ] 363/2264 16% [========= ] 364/2264 16% [========= ] 365/2264 16% [========== ] 366/2264 16% [========== ] 367/2264 16% [========== ] 368/2264 16% [========== ] 369/2264 16% [========== ] 370/2264 16% [========== ] 371/2264 16% [========== ] 372/2264 16% [========== ] 373/2264 16% [========== ] 374/2264 16% [========== ] 375/2264 16% [========== ] 376/2264 16% [========== ] 377/2264 16% [========== ] 378/2264 16% [========== ] 379/2264 16% [========== ] 380/2264 16% [========== ] 381/2264 16% [========== ] 382/2264 16% [========== ] 383/2264 16% [========== ] 384/2264 16% [========== ] 385/2264 17% [========== ] 386/2264 17% [========== ] 387/2264 17% [========== ] 388/2264 17% [========== ] 389/2264 17% [========== ] 390/2264 17% [========== ] 391/2264 17% [========== ] 392/2264 17% [========== ] 393/2264 17% [========== ] 394/2264 17% [========== ] 395/2264 17% [========== ] 396/2264 17% [========== ] 397/2264 17% [========== ] 398/2264 17% [========== ] 399/2264 17% [========== ] 400/2264 17% [========== ] 401/2264 17% [=========== ] 402/2264 17% [=========== ] 403/2264 17% [=========== ] 404/2264 17% [=========== ] 405/2264 17% [=========== ] 406/2264 17% [=========== ] 407/2264 17% [=========== ] 408/2264 18% [=========== ] 409/2264 18% [=========== ] 410/2264 18% [=========== ] 411/2264 18% [=========== ] 412/2264 18% [=========== ] 413/2264 18% [=========== ] 414/2264 18% [=========== ] 415/2264 18% [=========== ] 416/2264 18% [=========== ] 417/2264 18% [=========== ] 418/2264 18% [=========== ] 419/2264 18% [=========== ] 420/2264 18% [=========== ] 421/2264 18% [=========== ] 422/2264 18% [=========== ] 423/2264 18% [=========== ] 424/2264 18% [=========== ] 425/2264 18% [=========== ] 426/2264 18% [=========== ] 427/2264 18% [=========== ] 428/2264 18% [=========== ] 429/2264 18% [=========== ] 430/2264 18% [=========== ] 431/2264 19% [=========== ] 432/2264 19% [=========== ] 433/2264 19% [=========== ] 434/2264 19% [=========== ] 435/2264 19% [=========== ] 436/2264 19% [=========== ] 437/2264 19% [=========== ] 438/2264 19% [============ ] 439/2264 19% [============ ] 440/2264 19% [============ ] 441/2264 19% [============ ] 442/2264 19% [============ ] 443/2264 19% [============ ] 444/2264 19% [============ ] 445/2264 19% [============ ] 446/2264 19% [============ ] 447/2264 19% [============ ] 448/2264 19% [============ ] 449/2264 19% [============ ] 450/2264 19% [============ ] 451/2264 19% [============ ] 452/2264 19% [============ ] 453/2264 20% [============ ] 454/2264 20% [============ ] 455/2264 20% [============ ] 456/2264 20% [============ ] 457/2264 20% [============ ] 458/2264 20% [============ ] 459/2264 20% [============ ] 460/2264 20% [============ ] 461/2264 20% [============ ] 462/2264 20% [============ ] 463/2264 20% [============ ] 464/2264 20% [============ ] 465/2264 20% [============ ] 466/2264 20% [============ ] 467/2264 20% [============ ] 468/2264 20% [============ ] 469/2264 20% [============ ] 470/2264 20% [============ ] 471/2264 20% [============ ] 472/2264 20% [============ ] 473/2264 20% [============ ] 474/2264 20% [============= ] 475/2264 20% [============= ] 476/2264 21% [============= ] 477/2264 21% [============= ] 478/2264 21% [============= ] 479/2264 21% [============= ] 480/2264 21% [============= ] 481/2264 21% [============= ] 482/2264 21% [============= ] 483/2264 21% [============= ] 484/2264 21% [============= ] 485/2264 21% [============= ] 486/2264 21% [============= ] 487/2264 21% [============= ] 488/2264 21% [============= ] 489/2264 21% [============= ] 490/2264 21% [============= ] 491/2264 21% [============= ] 492/2264 21% [============= ] 493/2264 21% [============= ] 494/2264 21% [============= ] 495/2264 21% [============= ] 496/2264 21% [============= ] 497/2264 21% [============= ] 498/2264 21% [============= ] 499/2264 22% [============= ] 500/2264 22% [============= ] 501/2264 22% [============= ] 502/2264 22% [============= ] 503/2264 22% [============= ] 504/2264 22% [============= ] 505/2264 22% [============= ] 506/2264 22% [============= ] 507/2264 22% [============= ] 508/2264 22% [============= ] 509/2264 22% [============= ] 510/2264 22% [============= ] 511/2264 22% [============== ] 512/2264 22% [============== ] 513/2264 22% [============== ] 514/2264 22% [============== ] 515/2264 22% [============== ] 516/2264 22% [============== ] 517/2264 22% [============== ] 518/2264 22% [============== ] 519/2264 22% [============== ] 520/2264 22% [============== ] 521/2264 23% [============== ] 522/2264 23% [============== ] 523/2264 23% [============== ] 524/2264 23% [============== ] 525/2264 23% [============== ] 526/2264 23% [============== ] 527/2264 23% [============== ] 528/2264 23% [============== ] 529/2264 23% [============== ] 530/2264 23% [============== ] 531/2264 23% [============== ] 532/2264 23% [============== ] 533/2264 23% [============== ] 534/2264 23% [============== ] 535/2264 23% [============== ] 536/2264 23% [============== ] 537/2264 23% [============== ] 538/2264 23% [============== ] 539/2264 23% [============== ] 540/2264 23% [============== ] 541/2264 23% [============== ] 542/2264 23% [============== ] 543/2264 23% [============== ] 544/2264 24% [============== ] 545/2264 24% [============== ] 546/2264 24% [============== ] 547/2264 24% [=============== ] 548/2264 24% [=============== ] 549/2264 24% [=============== ] 550/2264 24% [=============== ] 551/2264 24% [=============== ] 552/2264 24% [=============== ] 553/2264 24% [=============== ] 554/2264 24% [=============== ] 555/2264 24% [=============== ] 556/2264 24% [=============== ] 557/2264 24% [=============== ] 558/2264 24% [=============== ] 559/2264 24% [=============== ] 560/2264 24% [=============== ] 561/2264 24% [=============== ] 562/2264 24% [=============== ] 563/2264 24% [=============== ] 564/2264 24% [=============== ] 565/2264 24% [=============== ] 566/2264 25% [=============== ] 567/2264 25% [=============== ] 568/2264 25% [=============== ] 569/2264 25% [=============== ] 570/2264 25% [=============== ] 571/2264 25% [=============== ] 572/2264 25% [=============== ] 573/2264 25% [=============== ] 574/2264 25% [=============== ] 575/2264 25% [=============== ] 576/2264 25% [=============== ] 577/2264 25% [=============== ] 578/2264 25% [=============== ] 579/2264 25% [=============== ] 580/2264 25% [=============== ] 581/2264 25% [=============== ] 582/2264 25% [=============== ] 583/2264 25% [=============== ] 584/2264 25% [================ ] 585/2264 25% [================ ] 586/2264 25% [================ ] 587/2264 25% [================ ] 588/2264 25% [================ ] 589/2264 26% [================ ] 590/2264 26% [================ ] 591/2264 26% [================ ] 592/2264 26% [================ ] 593/2264 26% [================ ] 594/2264 26% [================ ] 595/2264 26% [================ ] 596/2264 26% [================ ] 597/2264 26% [================ ] 598/2264 26% [================ ] 599/2264 26% [================ ] 600/2264 26% [================ ] 601/2264 26% [================ ] 602/2264 26% [================ ] 603/2264 26% [================ ] 604/2264 26% [================ ] 605/2264 26% [================ ] 606/2264 26% [================ ] 607/2264 26% [================ ] 608/2264 26% [================ ] 609/2264 26% [================ ] 610/2264 26% [================ ] 611/2264 26% [================ ] 612/2264 27% [================ ] 613/2264 27% [================ ] 614/2264 27% [================ ] 615/2264 27% [================ ] 616/2264 27% [================ ] 617/2264 27% [================ ] 618/2264 27% [================ ] 619/2264 27% [================ ] 620/2264 27% [================= ] 621/2264 27% [================= ] 622/2264 27% [================= ] 623/2264 27% [================= ] 624/2264 27% [================= ] 625/2264 27% [================= ] 626/2264 27% [================= ] 627/2264 27% [================= ] 628/2264 27% [================= ] 629/2264 27% [================= ] 630/2264 27% [================= ] 631/2264 27% [================= ] 632/2264 27% [================= ] 633/2264 27% [================= ] 634/2264 28% [================= ] 635/2264 28% [================= ] 636/2264 28% [================= ] 637/2264 28% [================= ] 638/2264 28% [================= ] 639/2264 28% [================= ] 640/2264 28% [================= ] 641/2264 28% [================= ] 642/2264 28% [================= ] 643/2264 28% [================= ] 644/2264 28% [================= ] 645/2264 28% [================= ] 646/2264 28% [================= ] 647/2264 28% [================= ] 648/2264 28% [================= ] 649/2264 28% [================= ] 650/2264 28% [================= ] 651/2264 28% [================= ] 652/2264 28% [================= ] 653/2264 28% [================= ] 654/2264 28% [================= ] 655/2264 28% [================= ] 656/2264 28% [================= ] 657/2264 29% [================== ] 658/2264 29% [================== ] 659/2264 29% [================== ] 660/2264 29% [================== ] 661/2264 29% [================== ] 662/2264 29% [================== ] 663/2264 29% [================== ] 664/2264 29% [================== ] 665/2264 29% [================== ] 666/2264 29% [================== ] 667/2264 29% [================== ] 668/2264 29% [================== ] 669/2264 29% [================== ] 670/2264 29% [================== ] 671/2264 29% [================== ] 672/2264 29% [================== ] 673/2264 29% [================== ] 674/2264 29% [================== ] 675/2264 29% [================== ] 676/2264 29% [================== ] 677/2264 29% [================== ] 678/2264 29% [================== ] 679/2264 29% [================== ] 680/2264 30% [================== ] 681/2264 30% [================== ] 682/2264 30% [================== ] 683/2264 30% [================== ] 684/2264 30% [================== ] 685/2264 30% [================== ] 686/2264 30% [================== ] 687/2264 30% [================== ] 688/2264 30% [================== ] 689/2264 30% [================== ] 690/2264 30% [================== ] 691/2264 30% [================== ] 692/2264 30% [================== ] 693/2264 30% [=================== ] 694/2264 30% [=================== ] 695/2264 30% [=================== ] 696/2264 30% [=================== ] 697/2264 30% [=================== ] 698/2264 30% [=================== ] 699/2264 30% [=================== ] 700/2264 30% [=================== ] 701/2264 30% [=================== ] 702/2264 31% [=================== ] 703/2264 31% [=================== ] 704/2264 31% [=================== ] 705/2264 31% [=================== ] 706/2264 31% [=================== ] 707/2264 31% [=================== ] 708/2264 31% [=================== ] 709/2264 31% [=================== ] 710/2264 31% [=================== ] 711/2264 31% [=================== ] 712/2264 31% [=================== ] 713/2264 31% [=================== ] 714/2264 31% [=================== ] 715/2264 31% [=================== ] 716/2264 31% [=================== ] 717/2264 31% [=================== ] 718/2264 31% [=================== ] 719/2264 31% [=================== ] 720/2264 31% [=================== ] 721/2264 31% [=================== ] 722/2264 31% [=================== ] 723/2264 31% [=================== ] 724/2264 31% [=================== ] 725/2264 32% [=================== ] 726/2264 32% [=================== ] 727/2264 32% [=================== ] 728/2264 32% [=================== ] 729/2264 32% [=================== ] 730/2264 32% [==================== ] 731/2264 32% [==================== ] 732/2264 32% [==================== ] 733/2264 32% [==================== ] 734/2264 32% [==================== ] 735/2264 32% [==================== ] 736/2264 32% [==================== ] 737/2264 32% [==================== ] 738/2264 32% [==================== ] 739/2264 32% [==================== ] 740/2264 32% [==================== ] 741/2264 32% [==================== ] 742/2264 32% [==================== ] 743/2264 32% [==================== ] 744/2264 32% [==================== ] 745/2264 32% [==================== ] 746/2264 32% [==================== ] 747/2264 32% [==================== ] 748/2264 33% [==================== ] 749/2264 33% [==================== ] 750/2264 33% [==================== ] 751/2264 33% [==================== ] 752/2264 33% [==================== ] 753/2264 33% [==================== ] 754/2264 33% [==================== ] 755/2264 33% [==================== ] 756/2264 33% [==================== ] 757/2264 33% [==================== ] 758/2264 33% [==================== ] 759/2264 33% [==================== ] 760/2264 33% [==================== ] 761/2264 33% [==================== ] 762/2264 33% [==================== ] 763/2264 33% [==================== ] 764/2264 33% [==================== ] 765/2264 33% [==================== ] 766/2264 33% [===================== ] 767/2264 33% [===================== ] 768/2264 33% [===================== ] 769/2264 33% [===================== ] 770/2264 34% [===================== ] 771/2264 34% [===================== ] 772/2264 34% [===================== ] 773/2264 34% [===================== ] 774/2264 34% [===================== ] 775/2264 34% [===================== ] 776/2264 34% [===================== ] 777/2264 34% [===================== ] 778/2264 34% [===================== ] 779/2264 34% [===================== ] 780/2264 34% [===================== ] 781/2264 34% [===================== ] 782/2264 34% [===================== ] 783/2264 34% [===================== ] 784/2264 34% [===================== ] 785/2264 34% [===================== ] 786/2264 34% [===================== ] 787/2264 34% [===================== ] 788/2264 34% [===================== ] 789/2264 34% [===================== ] 790/2264 34% [===================== ] 791/2264 34% [===================== ] 792/2264 34% [===================== ] 793/2264 35% [===================== ] 794/2264 35% [===================== ] 795/2264 35% [===================== ] 796/2264 35% [===================== ] 797/2264 35% [===================== ] 798/2264 35% [===================== ] 799/2264 35% [===================== ] 800/2264 35% [===================== ] 801/2264 35% [===================== ] 802/2264 35% [===================== ] 803/2264 35% [====================== ] 804/2264 35% [====================== ] 805/2264 35% [====================== ] 806/2264 35% [====================== ] 807/2264 35% [====================== ] 808/2264 35% [====================== ] 809/2264 35% [====================== ] 810/2264 35% [====================== ] 811/2264 35% [====================== ] 812/2264 35% [====================== ] 813/2264 35% [====================== ] 814/2264 35% [====================== ] 815/2264 35% [====================== ] 816/2264 36% [====================== ] 817/2264 36% [====================== ] 818/2264 36% [====================== ] 819/2264 36% [====================== ] 820/2264 36% [====================== ] 821/2264 36% [====================== ] 822/2264 36% [====================== ] 823/2264 36% [====================== ] 824/2264 36% [====================== ] 825/2264 36% [====================== ] 826/2264 36% [====================== ] 827/2264 36% [====================== ] 828/2264 36% [====================== ] 829/2264 36% [====================== ] 830/2264 36% [====================== ] 831/2264 36% [====================== ] 832/2264 36% [====================== ] 833/2264 36% [====================== ] 834/2264 36% [====================== ] 835/2264 36% [====================== ] 836/2264 36% [====================== ] 837/2264 36% [====================== ] 838/2264 37% [====================== ] 839/2264 37% [======================= ] 840/2264 37% [======================= ] 841/2264 37% [======================= ] 842/2264 37% [======================= ] 843/2264 37% [======================= ] 844/2264 37% [======================= ] 845/2264 37% [======================= ] 846/2264 37% [======================= ] 847/2264 37% [======================= ] 848/2264 37% [======================= ] 849/2264 37% [======================= ] 850/2264 37% [======================= ] 851/2264 37% [======================= ] 852/2264 37% [======================= ] 853/2264 37% [======================= ] 854/2264 37% [======================= ] 855/2264 37% [======================= ] 856/2264 37% [======================= ] 857/2264 37% [======================= ] 858/2264 37% [======================= ] 859/2264 37% [======================= ] 860/2264 37% [======================= ] 861/2264 38% [======================= ] 862/2264 38% [======================= ] 863/2264 38% [======================= ] 864/2264 38% [======================= ] 865/2264 38% [======================= ] 866/2264 38% [======================= ] 867/2264 38% [======================= ] 868/2264 38% [======================= ] 869/2264 38% [======================= ] 870/2264 38% [======================= ] 871/2264 38% [======================= ] 872/2264 38% [======================= ] 873/2264 38% [======================= ] 874/2264 38% [======================= ] 875/2264 38% [======================= ] 876/2264 38% [======================== ] 877/2264 38% [======================== ] 878/2264 38% [======================== ] 879/2264 38% [======================== ] 880/2264 38% [======================== ] 881/2264 38% [======================== ] 882/2264 38% [======================== ] 883/2264 39% [======================== ] 884/2264 39% [======================== ] 885/2264 39% [======================== ] 886/2264 39% [======================== ] 887/2264 39% [======================== ] 888/2264 39% [======================== ] 889/2264 39% [======================== ] 890/2264 39% [======================== ] 891/2264 39% [======================== ] 892/2264 39% [======================== ] 893/2264 39% [======================== ] 894/2264 39% [======================== ] 895/2264 39% [======================== ] 896/2264 39% [======================== ] 897/2264 39% [======================== ] 898/2264 39% [======================== ] 899/2264 39% [======================== ] 900/2264 39% [======================== ] 901/2264 39% [======================== ] 902/2264 39% [======================== ] 903/2264 39% [======================== ] 904/2264 39% [======================== ] 905/2264 39% [======================== ] 906/2264 40% [======================== ] 907/2264 40% [======================== ] 908/2264 40% [======================== ] 909/2264 40% [======================== ] 910/2264 40% [======================== ] 911/2264 40% [======================== ] 912/2264 40% [========================= ] 913/2264 40% [========================= ] 914/2264 40% [========================= ] 915/2264 40% [========================= ] 916/2264 40% [========================= ] 917/2264 40% [========================= ] 918/2264 40% [========================= ] 919/2264 40% [========================= ] 920/2264 40% [========================= ] 921/2264 40% [========================= ] 922/2264 40% [========================= ] 923/2264 40% [========================= ] 924/2264 40% [========================= ] 925/2264 40% [========================= ] 926/2264 40% [========================= ] 927/2264 40% [========================= ] 928/2264 40% [========================= ] 929/2264 41% [========================= ] 930/2264 41% [========================= ] 931/2264 41% [========================= ] 932/2264 41% [========================= ] 933/2264 41% [========================= ] 934/2264 41% [========================= ] 935/2264 41% [========================= ] 936/2264 41% [========================= ] 937/2264 41% [========================= ] 938/2264 41% [========================= ] 939/2264 41% [========================= ] 940/2264 41% [========================= ] 941/2264 41% [========================= ] 942/2264 41% [========================= ] 943/2264 41% [========================= ] 944/2264 41% [========================= ] 945/2264 41% [========================= ] 946/2264 41% [========================= ] 947/2264 41% [========================= ] 948/2264 41% [========================= ] 949/2264 41% [========================== ] 950/2264 41% [========================== ] 951/2264 42% [========================== ] 952/2264 42% [========================== ] 953/2264 42% [========================== ] 954/2264 42% [========================== ] 955/2264 42% [========================== ] 956/2264 42% [========================== ] 957/2264 42% [========================== ] 958/2264 42% [========================== ] 959/2264 42% [========================== ] 960/2264 42% [========================== ] 961/2264 42% [========================== ] 962/2264 42% [========================== ] 963/2264 42% [========================== ] 964/2264 42% [========================== ] 965/2264 42% [========================== ] 966/2264 42% [========================== ] 967/2264 42% [========================== ] 968/2264 42% [========================== ] 969/2264 42% [========================== ] 970/2264 42% [========================== ] 971/2264 42% [========================== ] 972/2264 42% [========================== ] 973/2264 42% [========================== ] 974/2264 43% [========================== ] 975/2264 43% [========================== ] 976/2264 43% [========================== ] 977/2264 43% [========================== ] 978/2264 43% [========================== ] 979/2264 43% [========================== ] 980/2264 43% [========================== ] 981/2264 43% [========================== ] 982/2264 43% [========================== ] 983/2264 43% [========================== ] 984/2264 43% [========================== ] 985/2264 43% [=========================== ] 986/2264 43% [=========================== ] 987/2264 43% [=========================== ] 988/2264 43% [=========================== ] 989/2264 43% [=========================== ] 990/2264 43% [=========================== ] 991/2264 43% [=========================== ] 992/2264 43% [=========================== ] 993/2264 43% [=========================== ] 994/2264 43% [=========================== ] 995/2264 43% [=========================== ] 996/2264 43% [=========================== ] 997/2264 44% [=========================== ] 998/2264 44% [=========================== ] 999/2264 44% [=========================== ] 1000/2264 44% [=========================== ] 1001/2264 44% [=========================== ] 1002/2264 44% [=========================== ] 1003/2264 44% [=========================== ] 1004/2264 44% [=========================== ] 1005/2264 44% [=========================== ] 1006/2264 44% [=========================== ] 1007/2264 44% [=========================== ] 1008/2264 44% [=========================== ] 1009/2264 44% [=========================== ] 1010/2264 44% [=========================== ] 1011/2264 44% [=========================== ] 1012/2264 44% [=========================== ] 1013/2264 44% [=========================== ] 1014/2264 44% [=========================== ] 1015/2264 44% [=========================== ] 1016/2264 44% [=========================== ] 1017/2264 44% [=========================== ] 1018/2264 44% [=========================== ] 1019/2264 45% [=========================== ] 1020/2264 45% [=========================== ] 1021/2264 45% [=========================== ] 1022/2264 45% [============================ ] 1023/2264 45% [============================ ] 1024/2264 45% [============================ ] 1025/2264 45% [============================ ] 1026/2264 45% [============================ ] 1027/2264 45% [============================ ] 1028/2264 45% [============================ ] 1029/2264 45% [============================ ] 1030/2264 45% [============================ ] 1031/2264 45% [============================ ] 1032/2264 45% [============================ ] 1033/2264 45% [============================ ] 1034/2264 45% [============================ ] 1035/2264 45% [============================ ] 1036/2264 45% [============================ ] 1037/2264 45% [============================ ] 1038/2264 45% [============================ ] 1039/2264 45% [============================ ] 1040/2264 45% [============================ ] 1041/2264 45% [============================ ] 1042/2264 46% [============================ ] 1043/2264 46% [============================ ] 1044/2264 46% [============================ ] 1045/2264 46% [============================ ] 1046/2264 46% [============================ ] 1047/2264 46% [============================ ] 1048/2264 46% [============================ ] 1049/2264 46% [============================ ] 1050/2264 46% [============================ ] 1051/2264 46% [============================ ] 1052/2264 46% [============================ ] 1053/2264 46% [============================ ] 1054/2264 46% [============================ ] 1055/2264 46% [============================ ] 1056/2264 46% [============================ ] 1057/2264 46% [============================ ] 1058/2264 46% [============================= ] 1059/2264 46% [============================= ] 1060/2264 46% [============================= ] 1061/2264 46% [============================= ] 1062/2264 46% [============================= ] 1063/2264 46% [============================= ] 1064/2264 46% [============================= ] 1065/2264 47% [============================= ] 1066/2264 47% [============================= ] 1067/2264 47% [============================= ] 1068/2264 47% [============================= ] 1069/2264 47% [============================= ] 1070/2264 47% [============================= ] 1071/2264 47% [============================= ] 1072/2264 47% [============================= ] 1073/2264 47% [============================= ] 1074/2264 47% [============================= ] 1075/2264 47% [============================= ] 1076/2264 47% [============================= ] 1077/2264 47% [============================= ] 1078/2264 47% [============================= ] 1079/2264 47% [============================= ] 1080/2264 47% [============================= ] 1081/2264 47% [============================= ] 1082/2264 47% [============================= ] 1083/2264 47% [============================= ] 1084/2264 47% [============================= ] 1085/2264 47% [============================= ] 1086/2264 47% [============================= ] 1087/2264 48% [============================= ] 1088/2264 48% [============================= ] 1089/2264 48% [============================= ] 1090/2264 48% [============================= ] 1091/2264 48% [============================= ] 1092/2264 48% [============================= ] 1093/2264 48% [============================= ] 1094/2264 48% [============================= ] 1095/2264 48% [============================== ] 1096/2264 48% [============================== ] 1097/2264 48% [============================== ] 1098/2264 48% [============================== ] 1099/2264 48% [============================== ] 1100/2264 48% [============================== ] 1101/2264 48% [============================== ] 1102/2264 48% [============================== ] 1103/2264 48% [============================== ] 1104/2264 48% [============================== ] 1105/2264 48% [============================== ] 1106/2264 48% [============================== ] 1107/2264 48% [============================== ] 1108/2264 48% [============================== ] 1109/2264 48% [============================== ] 1110/2264 49% [============================== ] 1111/2264 49% [============================== ] 1112/2264 49% [============================== ] 1113/2264 49% [============================== ] 1114/2264 49% [============================== ] 1115/2264 49% [============================== ] 1116/2264 49% [============================== ] 1117/2264 49% [============================== ] 1118/2264 49% [============================== ] 1119/2264 49% [============================== ] 1120/2264 49% [============================== ] 1121/2264 49% [============================== ] 1122/2264 49% [============================== ] 1123/2264 49% [============================== ] 1124/2264 49% [============================== ] 1125/2264 49% [============================== ] 1126/2264 49% [============================== ] 1127/2264 49% [============================== ] 1128/2264 49% [============================== ] 1129/2264 49% [============================== ] 1130/2264 49% [============================== ] 1131/2264 49% [=============================== ] 1132/2264 50% [=============================== ] 1133/2264 50% [=============================== ] 1134/2264 50% [=============================== ] 1135/2264 50% [=============================== ] 1136/2264 50% [=============================== ] 1137/2264 50% [=============================== ] 1138/2264 50% [=============================== ] 1139/2264 50% [=============================== ] 1140/2264 50% [=============================== ] 1141/2264 50% [=============================== ] 1142/2264 50% [=============================== ] 1143/2264 50% [=============================== ] 1144/2264 50% [=============================== ] 1145/2264 50% [=============================== ] 1146/2264 50% [=============================== ] 1147/2264 50% [=============================== ] 1148/2264 50% [=============================== ] 1149/2264 50% [=============================== ] 1150/2264 50% [=============================== ] 1151/2264 50% [=============================== ] 1152/2264 50% [=============================== ] 1153/2264 50% [=============================== ] 1154/2264 50% [=============================== ] 1155/2264 51% [=============================== ] 1156/2264 51% [=============================== ] 1157/2264 51% [=============================== ] 1158/2264 51% [=============================== ] 1159/2264 51% [=============================== ] 1160/2264 51% [=============================== ] 1161/2264 51% [=============================== ] 1162/2264 51% [=============================== ] 1163/2264 51% [=============================== ] 1164/2264 51% [=============================== ] 1165/2264 51% [=============================== ] 1166/2264 51% [=============================== ] 1167/2264 51% [=============================== ] 1168/2264 51% [================================ ] 1169/2264 51% [================================ ] 1170/2264 51% [================================ ] 1171/2264 51% [================================ ] 1172/2264 51% [================================ ] 1173/2264 51% [================================ ] 1174/2264 51% [================================ ] 1175/2264 51% [================================ ] 1176/2264 51% [================================ ] 1177/2264 51% [================================ ] 1178/2264 52% [================================ ] 1179/2264 52% [================================ ] 1180/2264 52% [================================ ] 1181/2264 52% [================================ ] 1182/2264 52% [================================ ] 1183/2264 52% [================================ ] 1184/2264 52% [================================ ] 1185/2264 52% [================================ ] 1186/2264 52% [================================ ] 1187/2264 52% [================================ ] 1188/2264 52% [================================ ] 1189/2264 52% [================================ ] 1190/2264 52% [================================ ] 1191/2264 52% [================================ ] 1192/2264 52% [================================ ] 1193/2264 52% [================================ ] 1194/2264 52% [================================ ] 1195/2264 52% [================================ ] 1196/2264 52% [================================ ] 1197/2264 52% [================================ ] 1198/2264 52% [================================ ] 1199/2264 52% [================================ ] 1200/2264 53% [================================ ] 1201/2264 53% [================================ ] 1202/2264 53% [================================ ] 1203/2264 53% [================================ ] 1204/2264 53% [================================ ] 1205/2264 53% [================================= ] 1206/2264 53% [================================= ] 1207/2264 53% [================================= ] 1208/2264 53% [================================= ] 1209/2264 53% [================================= ] 1210/2264 53% [================================= ] 1211/2264 53% [================================= ] 1212/2264 53% [================================= ] 1213/2264 53% [================================= ] 1214/2264 53% [================================= ] 1215/2264 53% [================================= ] 1216/2264 53% [================================= ] 1217/2264 53% [================================= ] 1218/2264 53% [================================= ] 1219/2264 53% [================================= ] 1220/2264 53% [================================= ] 1221/2264 53% [================================= ] 1222/2264 53% [================================= ] 1223/2264 54% [================================= ] 1224/2264 54% [================================= ] 1225/2264 54% [================================= ] 1226/2264 54% [================================= ] 1227/2264 54% [================================= ] 1228/2264 54% [================================= ] 1229/2264 54% [================================= ] 1230/2264 54% [================================= ] 1231/2264 54% [================================= ] 1232/2264 54% [================================= ] 1233/2264 54% [================================= ] 1234/2264 54% [================================= ] 1235/2264 54% [================================= ] 1236/2264 54% [================================= ] 1237/2264 54% [================================= ] 1238/2264 54% [================================= ] 1239/2264 54% [================================= ] 1240/2264 54% [================================= ] 1241/2264 54% [================================== ] 1242/2264 54% [================================== ] 1243/2264 54% [================================== ] 1244/2264 54% [================================== ] 1245/2264 54% [================================== ] 1246/2264 55% [================================== ] 1247/2264 55% [================================== ] 1248/2264 55% [================================== ] 1249/2264 55% [================================== ] 1250/2264 55% [================================== ] 1251/2264 55% [================================== ] 1252/2264 55% [================================== ] 1253/2264 55% [================================== ] 1254/2264 55% [================================== ] 1255/2264 55% [================================== ] 1256/2264 55% [================================== ] 1257/2264 55% [================================== ] 1258/2264 55% [================================== ] 1259/2264 55% [================================== ] 1260/2264 55% [================================== ] 1261/2264 55% [================================== ] 1262/2264 55% [================================== ] 1263/2264 55% [================================== ] 1264/2264 55% [================================== ] 1265/2264 55% [================================== ] 1266/2264 55% [================================== ] 1267/2264 55% [================================== ] 1268/2264 56% [================================== ] 1269/2264 56% [================================== ] 1270/2264 56% [================================== ] 1271/2264 56% [================================== ] 1272/2264 56% [================================== ] 1273/2264 56% [================================== ] 1274/2264 56% [================================== ] 1275/2264 56% [================================== ] 1276/2264 56% [================================== ] 1277/2264 56% [================================== ] 1278/2264 56% [=================================== ] 1279/2264 56% [=================================== ] 1280/2264 56% [=================================== ] 1281/2264 56% [=================================== ] 1282/2264 56% [=================================== ] 1283/2264 56% [=================================== ] 1284/2264 56% [=================================== ] 1285/2264 56% [=================================== ] 1286/2264 56% [=================================== ] 1287/2264 56% [=================================== ] 1288/2264 56% [=================================== ] 1289/2264 56% [=================================== ] 1290/2264 56% [=================================== ] 1291/2264 57% [=================================== ] 1292/2264 57% [=================================== ] 1293/2264 57% [=================================== ] 1294/2264 57% [=================================== ] 1295/2264 57% [=================================== ] 1296/2264 57% [=================================== ] 1297/2264 57% [=================================== ] 1298/2264 57% [=================================== ] 1299/2264 57% [=================================== ] 1300/2264 57% [=================================== ] 1301/2264 57% [=================================== ] 1302/2264 57% [=================================== ] 1303/2264 57% [=================================== ] 1304/2264 57% [=================================== ] 1305/2264 57% [=================================== ] 1306/2264 57% [=================================== ] 1307/2264 57% [=================================== ] 1308/2264 57% [=================================== ] 1309/2264 57% [=================================== ] 1310/2264 57% [=================================== ] 1311/2264 57% [=================================== ] 1312/2264 57% [=================================== ] 1313/2264 57% [=================================== ] 1314/2264 58% [==================================== ] 1315/2264 58% [==================================== ] 1316/2264 58% [==================================== ] 1317/2264 58% [==================================== ] 1318/2264 58% [==================================== ] 1319/2264 58% [==================================== ] 1320/2264 58% [==================================== ] 1321/2264 58% [==================================== ] 1322/2264 58% [==================================== ] 1323/2264 58% [==================================== ] 1324/2264 58% [==================================== ] 1325/2264 58% [==================================== ] 1326/2264 58% [==================================== ] 1327/2264 58% [==================================== ] 1328/2264 58% [==================================== ] 1329/2264 58% [==================================== ] 1330/2264 58% [==================================== ] 1331/2264 58% [==================================== ] 1332/2264 58% [==================================== ] 1333/2264 58% [==================================== ] 1334/2264 58% [==================================== ] 1335/2264 58% [==================================== ] 1336/2264 59% [==================================== ] 1337/2264 59% [==================================== ] 1338/2264 59% [==================================== ] 1339/2264 59% [==================================== ] 1340/2264 59% [==================================== ] 1341/2264 59% [==================================== ] 1342/2264 59% [==================================== ] 1343/2264 59% [==================================== ] 1344/2264 59% [==================================== ] 1345/2264 59% [==================================== ] 1346/2264 59% [==================================== ] 1347/2264 59% [==================================== ] 1348/2264 59% [==================================== ] 1349/2264 59% [==================================== ] 1350/2264 59% [==================================== ] 1351/2264 59% [===================================== ] 1352/2264 59% [===================================== ] 1353/2264 59% [===================================== ] 1354/2264 59% [===================================== ] 1355/2264 59% [===================================== ] 1356/2264 59% [===================================== ] 1357/2264 59% [===================================== ] 1358/2264 59% [===================================== ] 1359/2264 60% [===================================== ] 1360/2264 60% [===================================== ] 1361/2264 60% [===================================== ] 1362/2264 60% [===================================== ] 1363/2264 60% [===================================== ] 1364/2264 60% [===================================== ] 1365/2264 60% [===================================== ] 1366/2264 60% [===================================== ] 1367/2264 60% [===================================== ] 1368/2264 60% [===================================== ] 1369/2264 60% [===================================== ] 1370/2264 60% [===================================== ] 1371/2264 60% [===================================== ] 1372/2264 60% [===================================== ] 1373/2264 60% [===================================== ] 1374/2264 60% [===================================== ] 1375/2264 60% [===================================== ] 1376/2264 60% [===================================== ] 1377/2264 60% [===================================== ] 1378/2264 60% [===================================== ] 1379/2264 60% [===================================== ] 1380/2264 60% [===================================== ] 1381/2264 60% [===================================== ] 1382/2264 61% [===================================== ] 1383/2264 61% [===================================== ] 1384/2264 61% [===================================== ] 1385/2264 61% [===================================== ] 1386/2264 61% [===================================== ] 1387/2264 61% [====================================== ] 1388/2264 61% [====================================== ] 1389/2264 61% [====================================== ] 1390/2264 61% [====================================== ] 1391/2264 61% [====================================== ] 1392/2264 61% [====================================== ] 1393/2264 61% [====================================== ] 1394/2264 61% [====================================== ] 1395/2264 61% [====================================== ] 1396/2264 61% [====================================== ] 1397/2264 61% [====================================== ] 1398/2264 61% [====================================== ] 1399/2264 61% [====================================== ] 1400/2264 61% [====================================== ] 1401/2264 61% [====================================== ] 1402/2264 61% [====================================== ] 1403/2264 61% [====================================== ] 1404/2264 62% [====================================== ] 1405/2264 62% [====================================== ] 1406/2264 62% [====================================== ] 1407/2264 62% [====================================== ] 1408/2264 62% [====================================== ] 1409/2264 62% [====================================== ] 1410/2264 62% [====================================== ] 1411/2264 62% [====================================== ] 1412/2264 62% [====================================== ] 1413/2264 62% [====================================== ] 1414/2264 62% [====================================== ] 1415/2264 62% [====================================== ] 1416/2264 62% [====================================== ] 1417/2264 62% [====================================== ] 1418/2264 62% [====================================== ] 1419/2264 62% [====================================== ] 1420/2264 62% [====================================== ] 1421/2264 62% [====================================== ] 1422/2264 62% [====================================== ] 1423/2264 62% [====================================== ] 1424/2264 62% [======================================= ] 1425/2264 62% [======================================= ] 1426/2264 62% [======================================= ] 1427/2264 63% [======================================= ] 1428/2264 63% [======================================= ] 1429/2264 63% [======================================= ] 1430/2264 63% [======================================= ] 1431/2264 63% [======================================= ] 1432/2264 63% [======================================= ] 1433/2264 63% [======================================= ] 1434/2264 63% [======================================= ] 1435/2264 63% [======================================= ] 1436/2264 63% [======================================= ] 1437/2264 63% [======================================= ] 1438/2264 63% [======================================= ] 1439/2264 63% [======================================= ] 1440/2264 63% [======================================= ] 1441/2264 63% [======================================= ] 1442/2264 63% [======================================= ] 1443/2264 63% [======================================= ] 1444/2264 63% [======================================= ] 1445/2264 63% [======================================= ] 1446/2264 63% [======================================= ] 1447/2264 63% [======================================= ] 1448/2264 63% [======================================= ] 1449/2264 64% [======================================= ] 1450/2264 64% [======================================= ] 1451/2264 64% [======================================= ] 1452/2264 64% [======================================= ] 1453/2264 64% [======================================= ] 1454/2264 64% [======================================= ] 1455/2264 64% [======================================= ] 1456/2264 64% [======================================= ] 1457/2264 64% [======================================= ] 1458/2264 64% [======================================= ] 1459/2264 64% [======================================= ] 1460/2264 64% [======================================== ] 1461/2264 64% [======================================== ] 1462/2264 64% [======================================== ] 1463/2264 64% [======================================== ] 1464/2264 64% [======================================== ] 1465/2264 64% [======================================== ] 1466/2264 64% [======================================== ] 1467/2264 64% [======================================== ] 1468/2264 64% [======================================== ] 1469/2264 64% [======================================== ] 1470/2264 64% [======================================== ] 1471/2264 64% [======================================== ] 1472/2264 65% [======================================== ] 1473/2264 65% [======================================== ] 1474/2264 65% [======================================== ] 1475/2264 65% [======================================== ] 1476/2264 65% [======================================== ] 1477/2264 65% [======================================== ] 1478/2264 65% [======================================== ] 1479/2264 65% [======================================== ] 1480/2264 65% [======================================== ] 1481/2264 65% [======================================== ] 1482/2264 65% [======================================== ] 1483/2264 65% [======================================== ] 1484/2264 65% [======================================== ] 1485/2264 65% [======================================== ] 1486/2264 65% [======================================== ] 1487/2264 65% [======================================== ] 1488/2264 65% [======================================== ] 1489/2264 65% [======================================== ] 1490/2264 65% [======================================== ] 1491/2264 65% [======================================== ] 1492/2264 65% [======================================== ] 1493/2264 65% [======================================== ] 1494/2264 65% [======================================== ] 1495/2264 66% [======================================== ] 1496/2264 66% [======================================== ] 1497/2264 66% [========================================= ] 1498/2264 66% [========================================= ] 1499/2264 66% [========================================= ] 1500/2264 66% [========================================= ] 1501/2264 66% [========================================= ] 1502/2264 66% [========================================= ] 1503/2264 66% [========================================= ] 1504/2264 66% [========================================= ] 1505/2264 66% [========================================= ] 1506/2264 66% [========================================= ] 1507/2264 66% [========================================= ] 1508/2264 66% [========================================= ] 1509/2264 66% [========================================= ] 1510/2264 66% [========================================= ] 1511/2264 66% [========================================= ] 1512/2264 66% [========================================= ] 1513/2264 66% [========================================= ] 1514/2264 66% [========================================= ] 1515/2264 66% [========================================= ] 1516/2264 66% [========================================= ] 1517/2264 67% [========================================= ] 1518/2264 67% [========================================= ] 1519/2264 67% [========================================= ] 1520/2264 67% [========================================= ] 1521/2264 67% [========================================= ] 1522/2264 67% [========================================= ] 1523/2264 67% [========================================= ] 1524/2264 67% [========================================= ] 1525/2264 67% [========================================= ] 1526/2264 67% [========================================= ] 1527/2264 67% [========================================= ] 1528/2264 67% [========================================= ] 1529/2264 67% [========================================= ] 1530/2264 67% [========================================= ] 1531/2264 67% [========================================= ] 1532/2264 67% [========================================= ] 1533/2264 67% [========================================== ] 1534/2264 67% [========================================== ] 1535/2264 67% [========================================== ] 1536/2264 67% [========================================== ] 1537/2264 67% [========================================== ] 1538/2264 67% [========================================== ] 1539/2264 67% [========================================== ] 1540/2264 68% [========================================== ] 1541/2264 68% [========================================== ] 1542/2264 68% [========================================== ] 1543/2264 68% [========================================== ] 1544/2264 68% [========================================== ] 1545/2264 68% [========================================== ] 1546/2264 68% [========================================== ] 1547/2264 68% [========================================== ] 1548/2264 68% [========================================== ] 1549/2264 68% [========================================== ] 1550/2264 68% [========================================== ] 1551/2264 68% [========================================== ] 1552/2264 68% [========================================== ] 1553/2264 68% [========================================== ] 1554/2264 68% [========================================== ] 1555/2264 68% [========================================== ] 1556/2264 68% [========================================== ] 1557/2264 68% [========================================== ] 1558/2264 68% [========================================== ] 1559/2264 68% [========================================== ] 1560/2264 68% [========================================== ] 1561/2264 68% [========================================== ] 1562/2264 68% [========================================== ] 1563/2264 69% [========================================== ] 1564/2264 69% [========================================== ] 1565/2264 69% [========================================== ] 1566/2264 69% [========================================== ] 1567/2264 69% [========================================== ] 1568/2264 69% [========================================== ] 1569/2264 69% [========================================== ] 1570/2264 69% [=========================================== ] 1571/2264 69% [=========================================== ] 1572/2264 69% [=========================================== ] 1573/2264 69% [=========================================== ] 1574/2264 69% [=========================================== ] 1575/2264 69% [=========================================== ] 1576/2264 69% [=========================================== ] 1577/2264 69% [=========================================== ] 1578/2264 69% [=========================================== ] 1579/2264 69% [=========================================== ] 1580/2264 69% [=========================================== ] 1581/2264 69% [=========================================== ] 1582/2264 69% [=========================================== ] 1583/2264 69% [=========================================== ] 1584/2264 69% [=========================================== ] 1585/2264 70% [=========================================== ] 1586/2264 70% [=========================================== ] 1587/2264 70% [=========================================== ] 1588/2264 70% [=========================================== ] 1589/2264 70% [=========================================== ] 1590/2264 70% [=========================================== ] 1591/2264 70% [=========================================== ] 1592/2264 70% [=========================================== ] 1593/2264 70% [=========================================== ] 1594/2264 70% [=========================================== ] 1595/2264 70% [=========================================== ] 1596/2264 70% [=========================================== ] 1597/2264 70% [=========================================== ] 1598/2264 70% [=========================================== ] 1599/2264 70% [=========================================== ] 1600/2264 70% [=========================================== ] 1601/2264 70% [=========================================== ] 1602/2264 70% [=========================================== ] 1603/2264 70% [=========================================== ] 1604/2264 70% [=========================================== ] 1605/2264 70% [=========================================== ] 1606/2264 70% [============================================ ] 1607/2264 70% [============================================ ] 1608/2264 71% [============================================ ] 1609/2264 71% [============================================ ] 1610/2264 71% [============================================ ] 1611/2264 71% [============================================ ] 1612/2264 71% [============================================ ] 1613/2264 71% [============================================ ] 1614/2264 71% [============================================ ] 1615/2264 71% [============================================ ] 1616/2264 71% [============================================ ] 1617/2264 71% [============================================ ] 1618/2264 71% [============================================ ] 1619/2264 71% [============================================ ] 1620/2264 71% [============================================ ] 1621/2264 71% [============================================ ] 1622/2264 71% [============================================ ] 1623/2264 71% [============================================ ] 1624/2264 71% [============================================ ] 1625/2264 71% [============================================ ] 1626/2264 71% [============================================ ] 1627/2264 71% [============================================ ] 1628/2264 71% [============================================ ] 1629/2264 71% [============================================ ] 1630/2264 71% [============================================ ] 1631/2264 72% [============================================ ] 1632/2264 72% [============================================ ] 1633/2264 72% [============================================ ] 1634/2264 72% [============================================ ] 1635/2264 72% [============================================ ] 1636/2264 72% [============================================ ] 1637/2264 72% [============================================ ] 1638/2264 72% [============================================ ] 1639/2264 72% [============================================ ] 1640/2264 72% [============================================ ] 1641/2264 72% [============================================ ] 1642/2264 72% [============================================ ] 1643/2264 72% [============================================= ] 1644/2264 72% [============================================= ] 1645/2264 72% [============================================= ] 1646/2264 72% [============================================= ] 1647/2264 72% [============================================= ] 1648/2264 72% [============================================= ] 1649/2264 72% [============================================= ] 1650/2264 72% [============================================= ] 1651/2264 72% [============================================= ] 1652/2264 72% [============================================= ] 1653/2264 73% [============================================= ] 1654/2264 73% [============================================= ] 1655/2264 73% [============================================= ] 1656/2264 73% [============================================= ] 1657/2264 73% [============================================= ] 1658/2264 73% [============================================= ] 1659/2264 73% [============================================= ] 1660/2264 73% [============================================= ] 1661/2264 73% [============================================= ] 1662/2264 73% [============================================= ] 1663/2264 73% [============================================= ] 1664/2264 73% [============================================= ] 1665/2264 73% [============================================= ] 1666/2264 73% [============================================= ] 1667/2264 73% [============================================= ] 1668/2264 73% [============================================= ] 1669/2264 73% [============================================= ] 1670/2264 73% [============================================= ] 1671/2264 73% [============================================= ] 1672/2264 73% [============================================= ] 1673/2264 73% [============================================= ] 1674/2264 73% [============================================= ] 1675/2264 73% [============================================= ] 1676/2264 74% [============================================= ] 1677/2264 74% [============================================= ] 1678/2264 74% [============================================= ] 1679/2264 74% [============================================== ] 1680/2264 74% [============================================== ] 1681/2264 74% [============================================== ] 1682/2264 74% [============================================== ] 1683/2264 74% [============================================== ] 1684/2264 74% [============================================== ] 1685/2264 74% [============================================== ] 1686/2264 74% [============================================== ] 1687/2264 74% [============================================== ] 1688/2264 74% [============================================== ] 1689/2264 74% [============================================== ] 1690/2264 74% [============================================== ] 1691/2264 74% [============================================== ] 1692/2264 74% [============================================== ] 1693/2264 74% [============================================== ] 1694/2264 74% [============================================== ] 1695/2264 74% [============================================== ] 1696/2264 74% [============================================== ] 1697/2264 74% [============================================== ] 1698/2264 75% [============================================== ] 1699/2264 75% [============================================== ] 1700/2264 75% [============================================== ] 1701/2264 75% [============================================== ] 1702/2264 75% [============================================== ] 1703/2264 75% [============================================== ] 1704/2264 75% [============================================== ] 1705/2264 75% [============================================== ] 1706/2264 75% [============================================== ] 1707/2264 75% [============================================== ] 1708/2264 75% [============================================== ] 1709/2264 75% [============================================== ] 1710/2264 75% [============================================== ] 1711/2264 75% [============================================== ] 1712/2264 75% [============================================== ] 1713/2264 75% [============================================== ] 1714/2264 75% [============================================== ] 1715/2264 75% [============================================== ] 1716/2264 75% [=============================================== ] 1717/2264 75% [=============================================== ] 1718/2264 75% [=============================================== ] 1719/2264 75% [=============================================== ] 1720/2264 75% [=============================================== ] 1721/2264 76% [=============================================== ] 1722/2264 76% [=============================================== ] 1723/2264 76% [=============================================== ] 1724/2264 76% [=============================================== ] 1725/2264 76% [=============================================== ] 1726/2264 76% [=============================================== ] 1727/2264 76% [=============================================== ] 1728/2264 76% [=============================================== ] 1729/2264 76% [=============================================== ] 1730/2264 76% [=============================================== ] 1731/2264 76% [=============================================== ] 1732/2264 76% [=============================================== ] 1733/2264 76% [=============================================== ] 1734/2264 76% [=============================================== ] 1735/2264 76% [=============================================== ] 1736/2264 76% [=============================================== ] 1737/2264 76% [=============================================== ] 1738/2264 76% [=============================================== ] 1739/2264 76% [=============================================== ] 1740/2264 76% [=============================================== ] 1741/2264 76% [=============================================== ] 1742/2264 76% [=============================================== ] 1743/2264 76% [=============================================== ] 1744/2264 77% [=============================================== ] 1745/2264 77% [=============================================== ] 1746/2264 77% [=============================================== ] 1747/2264 77% [=============================================== ] 1748/2264 77% [=============================================== ] 1749/2264 77% [=============================================== ] 1750/2264 77% [=============================================== ] 1751/2264 77% [=============================================== ] 1752/2264 77% [================================================ ] 1753/2264 77% [================================================ ] 1754/2264 77% [================================================ ] 1755/2264 77% [================================================ ] 1756/2264 77% [================================================ ] 1757/2264 77% [================================================ ] 1758/2264 77% [================================================ ] 1759/2264 77% [================================================ ] 1760/2264 77% [================================================ ] 1761/2264 77% [================================================ ] 1762/2264 77% [================================================ ] 1763/2264 77% [================================================ ] 1764/2264 77% [================================================ ] 1765/2264 77% [================================================ ] 1766/2264 78% [================================================ ] 1767/2264 78% [================================================ ] 1768/2264 78% [================================================ ] 1769/2264 78% [================================================ ] 1770/2264 78% [================================================ ] 1771/2264 78% [================================================ ] 1772/2264 78% [================================================ ] 1773/2264 78% [================================================ ] 1774/2264 78% [================================================ ] 1775/2264 78% [================================================ ] 1776/2264 78% [================================================ ] 1777/2264 78% [================================================ ] 1778/2264 78% [================================================ ] 1779/2264 78% [================================================ ] 1780/2264 78% [================================================ ] 1781/2264 78% [================================================ ] 1782/2264 78% [================================================ ] 1783/2264 78% [================================================ ] 1784/2264 78% [================================================ ] 1785/2264 78% [================================================ ] 1786/2264 78% [================================================ ] 1787/2264 78% [================================================ ] 1788/2264 78% [================================================ ] 1789/2264 79% [================================================= ] 1790/2264 79% [================================================= ] 1791/2264 79% [================================================= ] 1792/2264 79% [================================================= ] 1793/2264 79% [================================================= ] 1794/2264 79% [================================================= ] 1795/2264 79% [================================================= ] 1796/2264 79% [================================================= ] 1797/2264 79% [================================================= ] 1798/2264 79% [================================================= ] 1799/2264 79% [================================================= ] 1800/2264 79% [================================================= ] 1801/2264 79% [================================================= ] 1802/2264 79% [================================================= ] 1803/2264 79% [================================================= ] 1804/2264 79% [================================================= ] 1805/2264 79% [================================================= ] 1806/2264 79% [================================================= ] 1807/2264 79% [================================================= ] 1808/2264 79% [================================================= ] 1809/2264 79% [================================================= ] 1810/2264 79% [================================================= ] 1811/2264 79% [================================================= ] 1812/2264 80% [================================================= ] 1813/2264 80% [================================================= ] 1814/2264 80% [================================================= ] 1815/2264 80% [================================================= ] 1816/2264 80% [================================================= ] 1817/2264 80% [================================================= ] 1818/2264 80% [================================================= ] 1819/2264 80% [================================================= ] 1820/2264 80% [================================================= ] 1821/2264 80% [================================================= ] 1822/2264 80% [================================================= ] 1823/2264 80% [================================================= ] 1824/2264 80% [================================================= ] 1825/2264 80% [================================================== ] 1826/2264 80% [================================================== ] 1827/2264 80% [================================================== ] 1828/2264 80% [================================================== ] 1829/2264 80% [================================================== ] 1830/2264 80% [================================================== ] 1831/2264 80% [================================================== ] 1832/2264 80% [================================================== ] 1833/2264 80% [================================================== ] 1834/2264 81% [================================================== ] 1835/2264 81% [================================================== ] 1836/2264 81% [================================================== ] 1837/2264 81% [================================================== ] 1838/2264 81% [================================================== ] 1839/2264 81% [================================================== ] 1840/2264 81% [================================================== ] 1841/2264 81% [================================================== ] 1842/2264 81% [================================================== ] 1843/2264 81% [================================================== ] 1844/2264 81% [================================================== ] 1845/2264 81% [================================================== ] 1846/2264 81% [================================================== ] 1847/2264 81% [================================================== ] 1848/2264 81% [================================================== ] 1849/2264 81% [================================================== ] 1850/2264 81% [================================================== ] 1851/2264 81% [================================================== ] 1852/2264 81% [================================================== ] 1853/2264 81% [================================================== ] 1854/2264 81% [================================================== ] 1855/2264 81% [================================================== ] 1856/2264 81% [================================================== ] 1857/2264 82% [================================================== ] 1858/2264 82% [================================================== ] 1859/2264 82% [================================================== ] 1860/2264 82% [================================================== ] 1861/2264 82% [================================================== ] 1862/2264 82% [=================================================== ] 1863/2264 82% [=================================================== ] 1864/2264 82% [=================================================== ] 1865/2264 82% [=================================================== ] 1866/2264 82% [=================================================== ] 1867/2264 82% [=================================================== ] 1868/2264 82% [=================================================== ] 1869/2264 82% [=================================================== ] 1870/2264 82% [=================================================== ] 1871/2264 82% [=================================================== ] 1872/2264 82% [=================================================== ] 1873/2264 82% [=================================================== ] 1874/2264 82% [=================================================== ] 1875/2264 82% [=================================================== ] 1876/2264 82% [=================================================== ] 1877/2264 82% [=================================================== ] 1878/2264 82% [=================================================== ] 1879/2264 82% [=================================================== ] 1880/2264 83% [=================================================== ] 1881/2264 83% [=================================================== ] 1882/2264 83% [=================================================== ] 1883/2264 83% [=================================================== ] 1884/2264 83% [=================================================== ] 1885/2264 83% [=================================================== ] 1886/2264 83% [=================================================== ] 1887/2264 83% [=================================================== ] 1888/2264 83% [=================================================== ] 1889/2264 83% [=================================================== ] 1890/2264 83% [=================================================== ] 1891/2264 83% [=================================================== ] 1892/2264 83% [=================================================== ] 1893/2264 83% [=================================================== ] 1894/2264 83% [=================================================== ] 1895/2264 83% [=================================================== ] 1896/2264 83% [=================================================== ] 1897/2264 83% [=================================================== ] 1898/2264 83% [==================================================== ] 1899/2264 83% [==================================================== ] 1900/2264 83% [==================================================== ] 1901/2264 83% [==================================================== ] 1902/2264 84% [==================================================== ] 1903/2264 84% [==================================================== ] 1904/2264 84% [==================================================== ] 1905/2264 84% [==================================================== ] 1906/2264 84% [==================================================== ] 1907/2264 84% [==================================================== ] 1908/2264 84% [==================================================== ] 1909/2264 84% [==================================================== ] 1910/2264 84% [==================================================== ] 1911/2264 84% [==================================================== ] 1912/2264 84% [==================================================== ] 1913/2264 84% [==================================================== ] 1914/2264 84% [==================================================== ] 1915/2264 84% [==================================================== ] 1916/2264 84% [==================================================== ] 1917/2264 84% [==================================================== ] 1918/2264 84% [==================================================== ] 1919/2264 84% [==================================================== ] 1920/2264 84% [==================================================== ] 1921/2264 84% [==================================================== ] 1922/2264 84% [==================================================== ] 1923/2264 84% [==================================================== ] 1924/2264 84% [==================================================== ] 1925/2264 85% [==================================================== ] 1926/2264 85% [==================================================== ] 1927/2264 85% [==================================================== ] 1928/2264 85% [==================================================== ] 1929/2264 85% [==================================================== ] 1930/2264 85% [==================================================== ] 1931/2264 85% [==================================================== ] 1932/2264 85% [==================================================== ] 1933/2264 85% [==================================================== ] 1934/2264 85% [==================================================== ] 1935/2264 85% [===================================================== ] 1936/2264 85% [===================================================== ] 1937/2264 85% [===================================================== ] 1938/2264 85% [===================================================== ] 1939/2264 85% [===================================================== ] 1940/2264 85% [===================================================== ] 1941/2264 85% [===================================================== ] 1942/2264 85% [===================================================== ] 1943/2264 85% [===================================================== ] 1944/2264 85% [===================================================== ] 1945/2264 85% [===================================================== ] 1946/2264 85% [===================================================== ] 1947/2264 85% [===================================================== ] 1948/2264 86% [===================================================== ] 1949/2264 86% [===================================================== ] 1950/2264 86% [===================================================== ] 1951/2264 86% [===================================================== ] 1952/2264 86% [===================================================== ] 1953/2264 86% [===================================================== ] 1954/2264 86% [===================================================== ] 1955/2264 86% [===================================================== ] 1956/2264 86% [===================================================== ] 1957/2264 86% [===================================================== ] 1958/2264 86% [===================================================== ] 1959/2264 86% [===================================================== ] 1960/2264 86% [===================================================== ] 1961/2264 86% [===================================================== ] 1962/2264 86% [===================================================== ] 1963/2264 86% [===================================================== ] 1964/2264 86% [===================================================== ] 1965/2264 86% [===================================================== ] 1966/2264 86% [===================================================== ] 1967/2264 86% [===================================================== ] 1968/2264 86% [===================================================== ] 1969/2264 86% [===================================================== ] 1970/2264 87% [===================================================== ] 1971/2264 87% [====================================================== ] 1972/2264 87% [====================================================== ] 1973/2264 87% [====================================================== ] 1974/2264 87% [====================================================== ] 1975/2264 87% [====================================================== ] 1976/2264 87% [====================================================== ] 1977/2264 87% [====================================================== ] 1978/2264 87% [====================================================== ] 1979/2264 87% [====================================================== ] 1980/2264 87% [====================================================== ] 1981/2264 87% [====================================================== ] 1982/2264 87% [====================================================== ] 1983/2264 87% [====================================================== ] 1984/2264 87% [====================================================== ] 1985/2264 87% [====================================================== ] 1986/2264 87% [====================================================== ] 1987/2264 87% [====================================================== ] 1988/2264 87% [====================================================== ] 1989/2264 87% [====================================================== ] 1990/2264 87% [====================================================== ] 1991/2264 87% [====================================================== ] 1992/2264 87% [====================================================== ] 1993/2264 88% [====================================================== ] 1994/2264 88% [====================================================== ] 1995/2264 88% [====================================================== ] 1996/2264 88% [====================================================== ] 1997/2264 88% [====================================================== ] 1998/2264 88% [====================================================== ] 1999/2264 88% [====================================================== ] 2000/2264 88% [====================================================== ] 2001/2264 88% [====================================================== ] 2002/2264 88% [====================================================== ] 2003/2264 88% [====================================================== ] 2004/2264 88% [====================================================== ] 2005/2264 88% [====================================================== ] 2006/2264 88% [====================================================== ] 2007/2264 88% [====================================================== ] 2008/2264 88% [======================================================= ] 2009/2264 88% [======================================================= ] 2010/2264 88% [======================================================= ] 2011/2264 88% [======================================================= ] 2012/2264 88% [======================================================= ] 2013/2264 88% [======================================================= ] 2014/2264 88% [======================================================= ] 2015/2264 89% [======================================================= ] 2016/2264 89% [======================================================= ] 2017/2264 89% [======================================================= ] 2018/2264 89% [======================================================= ] 2019/2264 89% [======================================================= ] 2020/2264 89% [======================================================= ] 2021/2264 89% [======================================================= ] 2022/2264 89% [======================================================= ] 2023/2264 89% [======================================================= ] 2024/2264 89% [======================================================= ] 2025/2264 89% [======================================================= ] 2026/2264 89% [======================================================= ] 2027/2264 89% [======================================================= ] 2028/2264 89% [======================================================= ] 2029/2264 89% [======================================================= ] 2030/2264 89% [======================================================= ] 2031/2264 89% [======================================================= ] 2032/2264 89% [======================================================= ] 2033/2264 89% [======================================================= ] 2034/2264 89% [======================================================= ] 2035/2264 89% [======================================================= ] 2036/2264 89% [======================================================= ] 2037/2264 89% [======================================================= ] 2038/2264 90% [======================================================= ] 2039/2264 90% [======================================================= ] 2040/2264 90% [======================================================= ] 2041/2264 90% [======================================================= ] 2042/2264 90% [======================================================= ] 2043/2264 90% [======================================================= ] 2044/2264 90% [======================================================== ] 2045/2264 90% [======================================================== ] 2046/2264 90% [======================================================== ] 2047/2264 90% [======================================================== ] 2048/2264 90% [======================================================== ] 2049/2264 90% [======================================================== ] 2050/2264 90% [======================================================== ] 2051/2264 90% [======================================================== ] 2052/2264 90% [======================================================== ] 2053/2264 90% [======================================================== ] 2054/2264 90% [======================================================== ] 2055/2264 90% [======================================================== ] 2056/2264 90% [======================================================== ] 2057/2264 90% [======================================================== ] 2058/2264 90% [======================================================== ] 2059/2264 90% [======================================================== ] 2060/2264 90% [======================================================== ] 2061/2264 91% [======================================================== ] 2062/2264 91% [======================================================== ] 2063/2264 91% [======================================================== ] 2064/2264 91% [======================================================== ] 2065/2264 91% [======================================================== ] 2066/2264 91% [======================================================== ] 2067/2264 91% [======================================================== ] 2068/2264 91% [======================================================== ] 2069/2264 91% [======================================================== ] 2070/2264 91% [======================================================== ] 2071/2264 91% [======================================================== ] 2072/2264 91% [======================================================== ] 2073/2264 91% [======================================================== ] 2074/2264 91% [======================================================== ] 2075/2264 91% [======================================================== ] 2076/2264 91% [======================================================== ] 2077/2264 91% [======================================================== ] 2078/2264 91% [======================================================== ] 2079/2264 91% [======================================================== ] 2080/2264 91% [======================================================== ] 2081/2264 91% [========================================================= ] 2082/2264 91% [========================================================= ] 2083/2264 92% [========================================================= ] 2084/2264 92% [========================================================= ] 2085/2264 92% [========================================================= ] 2086/2264 92% [========================================================= ] 2087/2264 92% [========================================================= ] 2088/2264 92% [========================================================= ] 2089/2264 92% [========================================================= ] 2090/2264 92% [========================================================= ] 2091/2264 92% [========================================================= ] 2092/2264 92% [========================================================= ] 2093/2264 92% [========================================================= ] 2094/2264 92% [========================================================= ] 2095/2264 92% [========================================================= ] 2096/2264 92% [========================================================= ] 2097/2264 92% [========================================================= ] 2098/2264 92% [========================================================= ] 2099/2264 92% [========================================================= ] 2100/2264 92% [========================================================= ] 2101/2264 92% [========================================================= ] 2102/2264 92% [========================================================= ] 2103/2264 92% [========================================================= ] 2104/2264 92% [========================================================= ] 2105/2264 92% [========================================================= ] 2106/2264 93% [========================================================= ] 2107/2264 93% [========================================================= ] 2108/2264 93% [========================================================= ] 2109/2264 93% [========================================================= ] 2110/2264 93% [========================================================= ] 2111/2264 93% [========================================================= ] 2112/2264 93% [========================================================= ] 2113/2264 93% [========================================================= ] 2114/2264 93% [========================================================= ] 2115/2264 93% [========================================================= ] 2116/2264 93% [========================================================= ] 2117/2264 93% [========================================================== ] 2118/2264 93% [========================================================== ] 2119/2264 93% [========================================================== ] 2120/2264 93% [========================================================== ] 2121/2264 93% [========================================================== ] 2122/2264 93% [========================================================== ] 2123/2264 93% [========================================================== ] 2124/2264 93% [========================================================== ] 2125/2264 93% [========================================================== ] 2126/2264 93% [========================================================== ] 2127/2264 93% [========================================================== ] 2128/2264 93% [========================================================== ] 2129/2264 94% [========================================================== ] 2130/2264 94% [========================================================== ] 2131/2264 94% [========================================================== ] 2132/2264 94% [========================================================== ] 2133/2264 94% [========================================================== ] 2134/2264 94% [========================================================== ] 2135/2264 94% [========================================================== ] 2136/2264 94% [========================================================== ] 2137/2264 94% [========================================================== ] 2138/2264 94% [========================================================== ] 2139/2264 94% [========================================================== ] 2140/2264 94% [========================================================== ] 2141/2264 94% [========================================================== ] 2142/2264 94% [========================================================== ] 2143/2264 94% [========================================================== ] 2144/2264 94% [========================================================== ] 2145/2264 94% [========================================================== ] 2146/2264 94% [========================================================== ] 2147/2264 94% [========================================================== ] 2148/2264 94% [========================================================== ] 2149/2264 94% [========================================================== ] 2150/2264 94% [========================================================== ] 2151/2264 95% [========================================================== ] 2152/2264 95% [========================================================== ] 2153/2264 95% [========================================================== ] 2154/2264 95% [=========================================================== ] 2155/2264 95% [=========================================================== ] 2156/2264 95% [=========================================================== ] 2157/2264 95% [=========================================================== ] 2158/2264 95% [=========================================================== ] 2159/2264 95% [=========================================================== ] 2160/2264 95% [=========================================================== ] 2161/2264 95% [=========================================================== ] 2162/2264 95% [=========================================================== ] 2163/2264 95% [=========================================================== ] 2164/2264 95% [=========================================================== ] 2165/2264 95% [=========================================================== ] 2166/2264 95% [=========================================================== ] 2167/2264 95% [=========================================================== ] 2168/2264 95% [=========================================================== ] 2169/2264 95% [=========================================================== ] 2170/2264 95% [=========================================================== ] 2171/2264 95% [=========================================================== ] 2172/2264 95% [=========================================================== ] 2173/2264 95% [=========================================================== ] 2174/2264 96% [=========================================================== ] 2175/2264 96% [=========================================================== ] 2176/2264 96% [=========================================================== ] 2177/2264 96% [=========================================================== ] 2178/2264 96% [=========================================================== ] 2179/2264 96% [=========================================================== ] 2180/2264 96% [=========================================================== ] 2181/2264 96% [=========================================================== ] 2182/2264 96% [=========================================================== ] 2183/2264 96% [=========================================================== ] 2184/2264 96% [=========================================================== ] 2185/2264 96% [=========================================================== ] 2186/2264 96% [=========================================================== ] 2187/2264 96% [=========================================================== ] 2188/2264 96% [=========================================================== ] 2189/2264 96% [=========================================================== ] 2190/2264 96% [============================================================ ] 2191/2264 96% [============================================================ ] 2192/2264 96% [============================================================ ] 2193/2264 96% [============================================================ ] 2194/2264 96% [============================================================ ] 2195/2264 96% [============================================================ ] 2196/2264 96% [============================================================ ] 2197/2264 97% [============================================================ ] 2198/2264 97% [============================================================ ] 2199/2264 97% [============================================================ ] 2200/2264 97% [============================================================ ] 2201/2264 97% [============================================================ ] 2202/2264 97% [============================================================ ] 2203/2264 97% [============================================================ ] 2204/2264 97% [============================================================ ] 2205/2264 97% [============================================================ ] 2206/2264 97% [============================================================ ] 2207/2264 97% [============================================================ ] 2208/2264 97% [============================================================ ] 2209/2264 97% [============================================================ ] 2210/2264 97% [============================================================ ] 2211/2264 97% [============================================================ ] 2212/2264 97% [============================================================ ] 2213/2264 97% [============================================================ ] 2214/2264 97% [============================================================ ] 2215/2264 97% [============================================================ ] 2216/2264 97% [============================================================ ] 2217/2264 97% [============================================================ ] 2218/2264 97% [============================================================ ] 2219/2264 98% [============================================================ ] 2220/2264 98% [============================================================ ] 2221/2264 98% [============================================================ ] 2222/2264 98% [============================================================ ] 2223/2264 98% [============================================================ ] 2224/2264 98% [============================================================ ] 2225/2264 98% [============================================================ ] 2226/2264 98% [============================================================ ] 2227/2264 98% [============================================================= ] 2228/2264 98% [============================================================= ] 2229/2264 98% [============================================================= ] 2230/2264 98% [============================================================= ] 2231/2264 98% [============================================================= ] 2232/2264 98% [============================================================= ] 2233/2264 98% [============================================================= ] 2234/2264 98% [============================================================= ] 2235/2264 98% [============================================================= ] 2236/2264 98% [============================================================= ] 2237/2264 98% [============================================================= ] 2238/2264 98% [============================================================= ] 2239/2264 98% [============================================================= ] 2240/2264 98% [============================================================= ] 2241/2264 98% [============================================================= ] 2242/2264 99% [============================================================= ] 2243/2264 99% [============================================================= ] 2244/2264 99% [============================================================= ] 2245/2264 99% [============================================================= ] 2246/2264 99% [============================================================= ] 2247/2264 99% [============================================================= ] 2248/2264 99% [============================================================= ] 2249/2264 99% [============================================================= ] 2250/2264 99% [============================================================= ] 2251/2264 99% [============================================================= ] 2252/2264 99% [============================================================= ] 2253/2264 99% [============================================================= ] 2254/2264 99% [============================================================= ] 2255/2264 99% [============================================================= ] 2256/2264 99% [============================================================= ] 2257/2264 99% [============================================================= ] 2258/2264 99% [============================================================= ] 2259/2264 99% [============================================================= ] 2260/2264 99% [============================================================= ] 2261/2264 99% [============================================================= ] 2262/2264 99% [============================================================= ] 2263/2264 99% [==============================================================] 2264/2264 100% operation complete, 2264 objects in 65986 NAND pages. ln -snf /home/autobuild/autobuild/instance-22/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-22/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-22/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-22/buildroot' >>> Buildroot 2024.08-rc2-16-g5dae8cddee Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.10.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-aespipe 2.4g Collecting legal info >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ntp 4.2.8p18 Collecting legal info COPYRIGHT: OK (sha256: 45b6e5a0a5f0ac4afdd9e23caa2241779e4da463e4dba32a41b4dbd61577b2a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> pciutils 3.13.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.12.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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> chicken 5.3.0 Collecting legal info LICENSE: OK (sha256: b434ac92e094214136a6b5032f0dc9da97f22cef084ac1d0131b02a09e2caa37) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> libminiupnpc 2.2.7 Collecting legal info LICENSE: OK (sha256: 7480ae23b082c05ad9823896163d78f3a96f1beadce51f29c96cf898545c27e5) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dotconf 1.4.1 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> easy-rsa 3.1.7 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-erofs-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> libassuan 2.5.7 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.50 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libcurl 8.9.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libjwt 1.17.0 Collecting legal info LICENSE: OK (sha256: 3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lldpd 1.0.17 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> logsurfer 1.8 Collecting legal info >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> neon 0.33.0 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: 6c4f5d59a60a66cc970642c0f3799cf03b40a81c9dccbc4a254f20487d143f74) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-vim 9.1.0145 Collecting legal info LICENSE: OK (sha256: 0b3f1f330cb1b179bb17c7c687d4cec601e0aa3462bc7f890ad4c3888d37d720) README.txt: OK (sha256: 7a2f621c8496396dae5eecdcc4dccff9d534dff4627193d3ebf7fa6d2cb27042) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> host-nodejs-src 20.15.1 Collecting legal info LICENSE: OK (sha256: 49cd410e0fe6a8879a40d0764092d1e6114cc85fe41d4efed990d028eec25582) >>> host-icu 73-2 Collecting legal info LICENSE: OK (sha256: f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> openblas 0.3.27 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> openjpeg 2.5.2 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pico-sdk 1.5.1 Collecting legal info LICENSE.TXT: OK (sha256: 483f865953435b66c443dee7558debe3cc3cf8fcbb6a112fd9fc6a795d53f1f6) >>> pinentry 1.3.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-greenlet 3.0.3 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> 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-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 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-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> host-rauc 1.11.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rsync 3.3.0 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> s6-portable-utils 2.3.0.3 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> screen 4.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-swtpm 0.8.2 Collecting legal info LICENSE: OK (sha256: 19d27d6e96d07022e5e688f75c974f1ceb9aae9e90e0fccae68666d02099cc4b) >>> host-json-glib 1.8.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> host-libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libtpms 0.9.6 Collecting legal info LICENSE: OK (sha256: 82f1e6bae374bb6a9d4f4596767fd33e499718d560de140fd9f3d402cc5e41fb) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> uacme 1.7.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uclibc-ng-test 132c6134d69146bcafbdda68ae3a9cbd9f8fb921 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-vboot-utils 4b12d392e5b12de29c582df4e717b1228e9f1594 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> whetstone 1.2 Collecting legal info >>> wilc-firmware wilc_linux_16_3 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> ytree 2.09 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-22/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-22/buildroot'