echo "buildroot" > /home/autobuild/autobuild/instance-6/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-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells ln -sf mksh /home/autobuild/autobuild/instance-6/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/autobuild/autobuild/instance-6/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-6/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-6/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-6/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-6/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-6/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-6/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-6/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/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-6/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-6/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-6/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-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc2-37-g08f5edd921"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc2\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' frr -1 frr -1 * /var/run/frr - frrvty FRR user priv\n mosquitto -1 mosquitto -1 * - - - Mosquitto user\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/frr/daemons f 640 frr frr - - - - -\n /etc/frr/daemons.conf f 640 frr frr - - - - -\n /etc/frr/frr.conf f 640 frr frr - - - - -\n /etc/frr/vtysh.conf f 640 frr frrvty - - - - -\n /etc/frr/support_bundle_commands.conf f 640 frr frr\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-6/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-6/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-6/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.tar.zst >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/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-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/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-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2563 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/2563 0% [ ] 2/2563 0% [ ] 3/2563 0% [ ] 4/2563 0% [ ] 5/2563 0% [ ] 6/2563 0% [ ] 7/2563 0% [ ] 8/2563 0% [ ] 9/2563 0% [ ] 10/2563 0% [ ] 11/2563 0% [ ] 12/2563 0% [ ] 13/2563 0% [ ] 14/2563 0% [ ] 15/2563 0% [ ] 16/2563 0% [ ] 17/2563 0% [ ] 18/2563 0% [ ] 19/2563 0% [ ] 20/2563 0% [ ] 21/2563 0% [ ] 22/2563 0% [ ] 23/2563 0% [ ] 24/2563 0% [ ] 25/2563 0% [ ] 26/2563 1% [ ] 27/2563 1% [ ] 28/2563 1% [ ] 29/2563 1% [ ] 30/2563 1% [ ] 31/2563 1% [ ] 32/2563 1% [ ] 33/2563 1% [ ] 34/2563 1% [ ] 35/2563 1% [ ] 36/2563 1% [ ] 37/2563 1% [ ] 38/2563 1% [ ] 39/2563 1% [ ] 40/2563 1% [ ] 41/2563 1% [= ] 42/2563 1% [= ] 43/2563 1% [= ] 44/2563 1% [= ] 45/2563 1% [= ] 46/2563 1% [= ] 47/2563 1% [= ] 48/2563 1% [= ] 49/2563 1% [= ] 50/2563 1% [= ] 51/2563 1% [= ] 52/2563 2% [= ] 53/2563 2% [= ] 54/2563 2% [= ] 55/2563 2% [= ] 56/2563 2% [= ] 57/2563 2% [= ] 58/2563 2% [= ] 59/2563 2% [= ] 60/2563 2% [= ] 61/2563 2% [= ] 62/2563 2% [= ] 63/2563 2% [= ] 64/2563 2% [= ] 65/2563 2% [= ] 66/2563 2% [= ] 67/2563 2% [= ] 68/2563 2% [= ] 69/2563 2% [= ] 70/2563 2% [= ] 71/2563 2% [= ] 72/2563 2% [= ] 73/2563 2% [= ] 74/2563 2% [= ] 75/2563 2% [= ] 76/2563 2% [= ] 77/2563 3% [= ] 78/2563 3% [= ] 79/2563 3% [= ] 80/2563 3% [= ] 81/2563 3% [= ] 82/2563 3% [== ] 83/2563 3% [== ] 84/2563 3% [== ] 85/2563 3% [== ] 86/2563 3% [== ] 87/2563 3% [== ] 88/2563 3% [== ] 89/2563 3% [== ] 90/2563 3% [== ] 91/2563 3% [== ] 92/2563 3% [== ] 93/2563 3% [== ] 94/2563 3% [== ] 95/2563 3% [== ] 96/2563 3% [== ] 97/2563 3% [== ] 98/2563 3% [== ] 99/2563 3% [== ] 100/2563 3% [== ] 101/2563 3% [== ] 102/2563 3% [== ] 103/2563 4% [== ] 104/2563 4% [== ] 105/2563 4% [== ] 106/2563 4% [== ] 107/2563 4% [== ] 108/2563 4% [== ] 109/2563 4% [== ] 110/2563 4% [== ] 111/2563 4% [== ] 112/2563 4% [== ] 113/2563 4% [== ] 114/2563 4% [== ] 115/2563 4% [== ] 116/2563 4% [== ] 117/2563 4% [== ] 118/2563 4% [== ] 119/2563 4% [== ] 120/2563 4% [== ] 121/2563 4% [== ] 122/2563 4% [== ] 123/2563 4% [== ] 124/2563 4% [=== ] 125/2563 4% [=== ] 126/2563 4% [=== ] 127/2563 4% [=== ] 128/2563 4% [=== ] 129/2563 5% [=== ] 130/2563 5% [=== ] 131/2563 5% [=== ] 132/2563 5% [=== ] 133/2563 5% [=== ] 134/2563 5% [=== ] 135/2563 5% [=== ] 136/2563 5% [=== ] 137/2563 5% [=== ] 138/2563 5% [=== ] 139/2563 5% [=== ] 140/2563 5% [=== ] 141/2563 5% [=== ] 142/2563 5% [=== ] 143/2563 5% [=== ] 144/2563 5% [=== ] 145/2563 5% [=== ] 146/2563 5% [=== ] 147/2563 5% [=== ] 148/2563 5% [=== ] 149/2563 5% [=== ] 150/2563 5% [=== ] 151/2563 5% [=== ] 152/2563 5% [=== ] 153/2563 5% [=== ] 154/2563 6% [=== ] 155/2563 6% [=== ] 156/2563 6% [=== ] 157/2563 6% [=== ] 158/2563 6% [=== ] 159/2563 6% [=== ] 160/2563 6% [=== ] 161/2563 6% [=== ] 162/2563 6% [=== ] 163/2563 6% [=== ] 164/2563 6% [=== ] 165/2563 6% [==== ] 166/2563 6% [==== ] 167/2563 6% [==== ] 168/2563 6% [==== ] 169/2563 6% [==== ] 170/2563 6% [==== ] 171/2563 6% [==== ] 172/2563 6% [==== ] 173/2563 6% [==== ] 174/2563 6% [==== ] 175/2563 6% [==== ] 176/2563 6% [==== ] 177/2563 6% [==== ] 178/2563 6% [==== ] 179/2563 6% [==== ] 180/2563 7% [==== ] 181/2563 7% [==== ] 182/2563 7% [==== ] 183/2563 7% [==== ] 184/2563 7% [==== ] 185/2563 7% [==== ] 186/2563 7% [==== ] 187/2563 7% [==== ] 188/2563 7% [==== ] 189/2563 7% [==== ] 190/2563 7% [==== ] 191/2563 7% [==== ] 192/2563 7% [==== ] 193/2563 7% [==== ] 194/2563 7% [==== ] 195/2563 7% [==== ] 196/2563 7% [==== ] 197/2563 7% [==== ] 198/2563 7% [==== ] 199/2563 7% [==== ] 200/2563 7% [==== ] 201/2563 7% [==== ] 202/2563 7% [==== ] 203/2563 7% [==== ] 204/2563 7% [==== ] 205/2563 7% [==== ] 206/2563 8% [===== ] 207/2563 8% [===== ] 208/2563 8% [===== ] 209/2563 8% [===== ] 210/2563 8% [===== ] 211/2563 8% [===== ] 212/2563 8% [===== ] 213/2563 8% [===== ] 214/2563 8% [===== ] 215/2563 8% [===== ] 216/2563 8% [===== ] 217/2563 8% [===== ] 218/2563 8% [===== ] 219/2563 8% [===== ] 220/2563 8% [===== ] 221/2563 8% [===== ] 222/2563 8% [===== ] 223/2563 8% [===== ] 224/2563 8% [===== ] 225/2563 8% [===== ] 226/2563 8% [===== ] 227/2563 8% [===== ] 228/2563 8% [===== ] 229/2563 8% [===== ] 230/2563 8% [===== ] 231/2563 9% [===== ] 232/2563 9% [===== ] 233/2563 9% [===== ] 234/2563 9% [===== ] 235/2563 9% [===== ] 236/2563 9% [===== ] 237/2563 9% [===== ] 238/2563 9% [===== ] 239/2563 9% [===== ] 240/2563 9% [===== ] 241/2563 9% [===== ] 242/2563 9% [===== ] 243/2563 9% [===== ] 244/2563 9% [===== ] 245/2563 9% [===== ] 246/2563 9% [===== ] 247/2563 9% [===== ] 248/2563 9% [====== ] 249/2563 9% [====== ] 250/2563 9% [====== ] 251/2563 9% [====== ] 252/2563 9% [====== ] 253/2563 9% [====== ] 254/2563 9% [====== ] 255/2563 9% [====== ] 256/2563 9% [====== ] 257/2563 10% [====== ] 258/2563 10% [====== ] 259/2563 10% [====== ] 260/2563 10% [====== ] 261/2563 10% [====== ] 262/2563 10% [====== ] 263/2563 10% [====== ] 264/2563 10% [====== ] 265/2563 10% [====== ] 266/2563 10% [====== ] 267/2563 10% [====== ] 268/2563 10% [====== ] 269/2563 10% [====== ] 270/2563 10% [====== ] 271/2563 10% [====== ] 272/2563 10% [====== ] 273/2563 10% [====== ] 274/2563 10% [====== ] 275/2563 10% [====== ] 276/2563 10% [====== ] 277/2563 10% [====== ] 278/2563 10% [====== ] 279/2563 10% [====== ] 280/2563 10% [====== ] 281/2563 10% [====== ] 282/2563 11% [====== ] 283/2563 11% [====== ] 284/2563 11% [====== ] 285/2563 11% [====== ] 286/2563 11% [====== ] 287/2563 11% [====== ] 288/2563 11% [====== ] 289/2563 11% [======= ] 290/2563 11% [======= ] 291/2563 11% [======= ] 292/2563 11% [======= ] 293/2563 11% [======= ] 294/2563 11% [======= ] 295/2563 11% [======= ] 296/2563 11% [======= ] 297/2563 11% [======= ] 298/2563 11% [======= ] 299/2563 11% [======= ] 300/2563 11% [======= ] 301/2563 11% [======= ] 302/2563 11% [======= ] 303/2563 11% [======= ] 304/2563 11% [======= ] 305/2563 11% [======= ] 306/2563 11% [======= ] 307/2563 11% [======= ] 308/2563 12% [======= ] 309/2563 12% [======= ] 310/2563 12% [======= ] 311/2563 12% [======= ] 312/2563 12% [======= ] 313/2563 12% [======= ] 314/2563 12% [======= ] 315/2563 12% [======= ] 316/2563 12% [======= ] 317/2563 12% [======= ] 318/2563 12% [======= ] 319/2563 12% [======= ] 320/2563 12% [======= ] 321/2563 12% [======= ] 322/2563 12% [======= ] 323/2563 12% [======= ] 324/2563 12% [======= ] 325/2563 12% [======= ] 326/2563 12% [======= ] 327/2563 12% [======= ] 328/2563 12% [======= ] 329/2563 12% [======= ] 330/2563 12% [======== ] 331/2563 12% [======== ] 332/2563 12% [======== ] 333/2563 12% [======== ] 334/2563 13% [======== ] 335/2563 13% [======== ] 336/2563 13% [======== ] 337/2563 13% [======== ] 338/2563 13% [======== ] 339/2563 13% [======== ] 340/2563 13% [======== ] 341/2563 13% [======== ] 342/2563 13% [======== ] 343/2563 13% [======== ] 344/2563 13% [======== ] 345/2563 13% [======== ] 346/2563 13% [======== ] 347/2563 13% [======== ] 348/2563 13% [======== ] 349/2563 13% [======== ] 350/2563 13% [======== ] 351/2563 13% [======== ] 352/2563 13% [======== ] 353/2563 13% [======== ] 354/2563 13% [======== ] 355/2563 13% [======== ] 356/2563 13% [======== ] 357/2563 13% [======== ] 358/2563 13% [======== ] 359/2563 14% [======== ] 360/2563 14% [======== ] 361/2563 14% [======== ] 362/2563 14% [======== ] 363/2563 14% [======== ] 364/2563 14% [======== ] 365/2563 14% [======== ] 366/2563 14% [======== ] 367/2563 14% [======== ] 368/2563 14% [======== ] 369/2563 14% [======== ] 370/2563 14% [======== ] 371/2563 14% [======== ] 372/2563 14% [========= ] 373/2563 14% [========= ] 374/2563 14% [========= ] 375/2563 14% [========= ] 376/2563 14% [========= ] 377/2563 14% [========= ] 378/2563 14% [========= ] 379/2563 14% [========= ] 380/2563 14% [========= ] 381/2563 14% [========= ] 382/2563 14% [========= ] 383/2563 14% [========= ] 384/2563 14% [========= ] 385/2563 15% [========= ] 386/2563 15% [========= ] 387/2563 15% [========= ] 388/2563 15% [========= ] 389/2563 15% [========= ] 390/2563 15% [========= ] 391/2563 15% [========= ] 392/2563 15% [========= ] 393/2563 15% [========= ] 394/2563 15% [========= ] 395/2563 15% [========= ] 396/2563 15% [========= ] 397/2563 15% [========= ] 398/2563 15% [========= ] 399/2563 15% [========= ] 400/2563 15% [========= ] 401/2563 15% [========= ] 402/2563 15% [========= ] 403/2563 15% [========= ] 404/2563 15% [========= ] 405/2563 15% [========= ] 406/2563 15% [========= ] 407/2563 15% [========= ] 408/2563 15% [========= ] 409/2563 15% [========= ] 410/2563 15% [========= ] 411/2563 16% [========= ] 412/2563 16% [========= ] 413/2563 16% [========== ] 414/2563 16% [========== ] 415/2563 16% [========== ] 416/2563 16% [========== ] 417/2563 16% [========== ] 418/2563 16% [========== ] 419/2563 16% [========== ] 420/2563 16% [========== ] 421/2563 16% [========== ] 422/2563 16% [========== ] 423/2563 16% [========== ] 424/2563 16% [========== ] 425/2563 16% [========== ] 426/2563 16% [========== ] 427/2563 16% [========== ] 428/2563 16% [========== ] 429/2563 16% [========== ] 430/2563 16% [========== ] 431/2563 16% [========== ] 432/2563 16% [========== ] 433/2563 16% [========== ] 434/2563 16% [========== ] 435/2563 16% [========== ] 436/2563 17% [========== ] 437/2563 17% [========== ] 438/2563 17% [========== ] 439/2563 17% [========== ] 440/2563 17% [========== ] 441/2563 17% [========== ] 442/2563 17% [========== ] 443/2563 17% [========== ] 444/2563 17% [========== ] 445/2563 17% [========== ] 446/2563 17% [========== ] 447/2563 17% [========== ] 448/2563 17% [========== ] 449/2563 17% [========== ] 450/2563 17% [========== ] 451/2563 17% [========== ] 452/2563 17% [========== ] 453/2563 17% [========== ] 454/2563 17% [=========== ] 455/2563 17% [=========== ] 456/2563 17% [=========== ] 457/2563 17% [=========== ] 458/2563 17% [=========== ] 459/2563 17% [=========== ] 460/2563 17% [=========== ] 461/2563 17% [=========== ] 462/2563 18% [=========== ] 463/2563 18% [=========== ] 464/2563 18% [=========== ] 465/2563 18% [=========== ] 466/2563 18% [=========== ] 467/2563 18% [=========== ] 468/2563 18% [=========== ] 469/2563 18% [=========== ] 470/2563 18% [=========== ] 471/2563 18% [=========== ] 472/2563 18% [=========== ] 473/2563 18% [=========== ] 474/2563 18% [=========== ] 475/2563 18% [=========== ] 476/2563 18% [=========== ] 477/2563 18% [=========== ] 478/2563 18% [=========== ] 479/2563 18% [=========== ] 480/2563 18% [=========== ] 481/2563 18% [=========== ] 482/2563 18% [=========== ] 483/2563 18% [=========== ] 484/2563 18% [=========== ] 485/2563 18% [=========== ] 486/2563 18% [=========== ] 487/2563 19% [=========== ] 488/2563 19% [=========== ] 489/2563 19% [=========== ] 490/2563 19% [=========== ] 491/2563 19% [=========== ] 492/2563 19% [=========== ] 493/2563 19% [=========== ] 494/2563 19% [=========== ] 495/2563 19% [=========== ] 496/2563 19% [============ ] 497/2563 19% [============ ] 498/2563 19% [============ ] 499/2563 19% [============ ] 500/2563 19% [============ ] 501/2563 19% [============ ] 502/2563 19% [============ ] 503/2563 19% [============ ] 504/2563 19% [============ ] 505/2563 19% [============ ] 506/2563 19% [============ ] 507/2563 19% [============ ] 508/2563 19% [============ ] 509/2563 19% [============ ] 510/2563 19% [============ ] 511/2563 19% [============ ] 512/2563 19% [============ ] 513/2563 20% [============ ] 514/2563 20% [============ ] 515/2563 20% [============ ] 516/2563 20% [============ ] 517/2563 20% [============ ] 518/2563 20% [============ ] 519/2563 20% [============ ] 520/2563 20% [============ ] 521/2563 20% [============ ] 522/2563 20% [============ ] 523/2563 20% [============ ] 524/2563 20% [============ ] 525/2563 20% [============ ] 526/2563 20% [============ ] 527/2563 20% [============ ] 528/2563 20% [============ ] 529/2563 20% [============ ] 530/2563 20% [============ ] 531/2563 20% [============ ] 532/2563 20% [============ ] 533/2563 20% [============ ] 534/2563 20% [============ ] 535/2563 20% [============ ] 536/2563 20% [============ ] 537/2563 20% [============= ] 538/2563 20% [============= ] 539/2563 21% [============= ] 540/2563 21% [============= ] 541/2563 21% [============= ] 542/2563 21% [============= ] 543/2563 21% [============= ] 544/2563 21% [============= ] 545/2563 21% [============= ] 546/2563 21% [============= ] 547/2563 21% [============= ] 548/2563 21% [============= ] 549/2563 21% [============= ] 550/2563 21% [============= ] 551/2563 21% [============= ] 552/2563 21% [============= ] 553/2563 21% [============= ] 554/2563 21% [============= ] 555/2563 21% [============= ] 556/2563 21% [============= ] 557/2563 21% [============= ] 558/2563 21% [============= ] 559/2563 21% [============= ] 560/2563 21% [============= ] 561/2563 21% [============= ] 562/2563 21% [============= ] 563/2563 21% [============= ] 564/2563 22% [============= ] 565/2563 22% [============= ] 566/2563 22% [============= ] 567/2563 22% [============= ] 568/2563 22% [============= ] 569/2563 22% [============= ] 570/2563 22% [============= ] 571/2563 22% [============= ] 572/2563 22% [============= ] 573/2563 22% [============= ] 574/2563 22% [============= ] 575/2563 22% [============= ] 576/2563 22% [============= ] 577/2563 22% [============= ] 578/2563 22% [============== ] 579/2563 22% [============== ] 580/2563 22% [============== ] 581/2563 22% [============== ] 582/2563 22% [============== ] 583/2563 22% [============== ] 584/2563 22% [============== ] 585/2563 22% [============== ] 586/2563 22% [============== ] 587/2563 22% [============== ] 588/2563 22% [============== ] 589/2563 22% [============== ] 590/2563 23% [============== ] 591/2563 23% [============== ] 592/2563 23% [============== ] 593/2563 23% [============== ] 594/2563 23% [============== ] 595/2563 23% [============== ] 596/2563 23% [============== ] 597/2563 23% [============== ] 598/2563 23% [============== ] 599/2563 23% [============== ] 600/2563 23% [============== ] 601/2563 23% [============== ] 602/2563 23% [============== ] 603/2563 23% [============== ] 604/2563 23% [============== ] 605/2563 23% [============== ] 606/2563 23% [============== ] 607/2563 23% [============== ] 608/2563 23% [============== ] 609/2563 23% [============== ] 610/2563 23% [============== ] 611/2563 23% [============== ] 612/2563 23% [============== ] 613/2563 23% [============== ] 614/2563 23% [============== ] 615/2563 23% [============== ] 616/2563 24% [============== ] 617/2563 24% [============== ] 618/2563 24% [============== ] 619/2563 24% [============== ] 620/2563 24% [=============== ] 621/2563 24% [=============== ] 622/2563 24% [=============== ] 623/2563 24% [=============== ] 624/2563 24% [=============== ] 625/2563 24% [=============== ] 626/2563 24% [=============== ] 627/2563 24% [=============== ] 628/2563 24% [=============== ] 629/2563 24% [=============== ] 630/2563 24% [=============== ] 631/2563 24% [=============== ] 632/2563 24% [=============== ] 633/2563 24% [=============== ] 634/2563 24% [=============== ] 635/2563 24% [=============== ] 636/2563 24% [=============== ] 637/2563 24% [=============== ] 638/2563 24% [=============== ] 639/2563 24% [=============== ] 640/2563 24% [=============== ] 641/2563 25% [=============== ] 642/2563 25% [=============== ] 643/2563 25% [=============== ] 644/2563 25% [=============== ] 645/2563 25% [=============== ] 646/2563 25% [=============== ] 647/2563 25% [=============== ] 648/2563 25% [=============== ] 649/2563 25% [=============== ] 650/2563 25% [=============== ] 651/2563 25% [=============== ] 652/2563 25% [=============== ] 653/2563 25% [=============== ] 654/2563 25% [=============== ] 655/2563 25% [=============== ] 656/2563 25% [=============== ] 657/2563 25% [=============== ] 658/2563 25% [=============== ] 659/2563 25% [=============== ] 660/2563 25% [=============== ] 661/2563 25% [================ ] 662/2563 25% [================ ] 663/2563 25% [================ ] 664/2563 25% [================ ] 665/2563 25% [================ ] 666/2563 25% [================ ] 667/2563 26% [================ ] 668/2563 26% [================ ] 669/2563 26% [================ ] 670/2563 26% [================ ] 671/2563 26% [================ ] 672/2563 26% [================ ] 673/2563 26% [================ ] 674/2563 26% [================ ] 675/2563 26% [================ ] 676/2563 26% [================ ] 677/2563 26% [================ ] 678/2563 26% [================ ] 679/2563 26% [================ ] 680/2563 26% [================ ] 681/2563 26% [================ ] 682/2563 26% [================ ] 683/2563 26% [================ ] 684/2563 26% [================ ] 685/2563 26% [================ ] 686/2563 26% [================ ] 687/2563 26% [================ ] 688/2563 26% [================ ] 689/2563 26% [================ ] 690/2563 26% [================ ] 691/2563 26% [================ ] 692/2563 26% [================ ] 693/2563 27% [================ ] 694/2563 27% [================ ] 695/2563 27% [================ ] 696/2563 27% [================ ] 697/2563 27% [================ ] 698/2563 27% [================ ] 699/2563 27% [================ ] 700/2563 27% [================ ] 701/2563 27% [================ ] 702/2563 27% [================= ] 703/2563 27% [================= ] 704/2563 27% [================= ] 705/2563 27% [================= ] 706/2563 27% [================= ] 707/2563 27% [================= ] 708/2563 27% [================= ] 709/2563 27% [================= ] 710/2563 27% [================= ] 711/2563 27% [================= ] 712/2563 27% [================= ] 713/2563 27% [================= ] 714/2563 27% [================= ] 715/2563 27% [================= ] 716/2563 27% [================= ] 717/2563 27% [================= ] 718/2563 28% [================= ] 719/2563 28% [================= ] 720/2563 28% [================= ] 721/2563 28% [================= ] 722/2563 28% [================= ] 723/2563 28% [================= ] 724/2563 28% [================= ] 725/2563 28% [================= ] 726/2563 28% [================= ] 727/2563 28% [================= ] 728/2563 28% [================= ] 729/2563 28% [================= ] 730/2563 28% [================= ] 731/2563 28% [================= ] 732/2563 28% [================= ] 733/2563 28% [================= ] 734/2563 28% [================= ] 735/2563 28% [================= ] 736/2563 28% [================= ] 737/2563 28% [================= ] 738/2563 28% [================= ] 739/2563 28% [================= ] 740/2563 28% [================= ] 741/2563 28% [================= ] 742/2563 28% [================= ] 743/2563 28% [================= ] 744/2563 29% [================== ] 745/2563 29% [================== ] 746/2563 29% [================== ] 747/2563 29% [================== ] 748/2563 29% [================== ] 749/2563 29% [================== ] 750/2563 29% [================== ] 751/2563 29% [================== ] 752/2563 29% [================== ] 753/2563 29% [================== ] 754/2563 29% [================== ] 755/2563 29% [================== ] 756/2563 29% [================== ] 757/2563 29% [================== ] 758/2563 29% [================== ] 759/2563 29% [================== ] 760/2563 29% [================== ] 761/2563 29% [================== ] 762/2563 29% [================== ] 763/2563 29% [================== ] 764/2563 29% [================== ] 765/2563 29% [================== ] 766/2563 29% [================== ] 767/2563 29% [================== ] 768/2563 29% [================== ] 769/2563 30% [================== ] 770/2563 30% [================== ] 771/2563 30% [================== ] 772/2563 30% [================== ] 773/2563 30% [================== ] 774/2563 30% [================== ] 775/2563 30% [================== ] 776/2563 30% [================== ] 777/2563 30% [================== ] 778/2563 30% [================== ] 779/2563 30% [================== ] 780/2563 30% [================== ] 781/2563 30% [================== ] 782/2563 30% [================== ] 783/2563 30% [================== ] 784/2563 30% [================== ] 785/2563 30% [=================== ] 786/2563 30% [=================== ] 787/2563 30% [=================== ] 788/2563 30% [=================== ] 789/2563 30% [=================== ] 790/2563 30% [=================== ] 791/2563 30% [=================== ] 792/2563 30% [=================== ] 793/2563 30% [=================== ] 794/2563 30% [=================== ] 795/2563 31% [=================== ] 796/2563 31% [=================== ] 797/2563 31% [=================== ] 798/2563 31% [=================== ] 799/2563 31% [=================== ] 800/2563 31% [=================== ] 801/2563 31% [=================== ] 802/2563 31% [=================== ] 803/2563 31% [=================== ] 804/2563 31% [=================== ] 805/2563 31% [=================== ] 806/2563 31% [=================== ] 807/2563 31% [=================== ] 808/2563 31% [=================== ] 809/2563 31% [=================== ] 810/2563 31% [=================== ] 811/2563 31% [=================== ] 812/2563 31% [=================== ] 813/2563 31% [=================== ] 814/2563 31% [=================== ] 815/2563 31% [=================== ] 816/2563 31% [=================== ] 817/2563 31% [=================== ] 818/2563 31% [=================== ] 819/2563 31% [=================== ] 820/2563 31% [=================== ] 821/2563 32% [=================== ] 822/2563 32% [=================== ] 823/2563 32% [=================== ] 824/2563 32% [=================== ] 825/2563 32% [=================== ] 826/2563 32% [==================== ] 827/2563 32% [==================== ] 828/2563 32% [==================== ] 829/2563 32% [==================== ] 830/2563 32% [==================== ] 831/2563 32% [==================== ] 832/2563 32% [==================== ] 833/2563 32% [==================== ] 834/2563 32% [==================== ] 835/2563 32% [==================== ] 836/2563 32% [==================== ] 837/2563 32% [==================== ] 838/2563 32% [==================== ] 839/2563 32% [==================== ] 840/2563 32% [==================== ] 841/2563 32% [==================== ] 842/2563 32% [==================== ] 843/2563 32% [==================== ] 844/2563 32% [==================== ] 845/2563 32% [==================== ] 846/2563 33% [==================== ] 847/2563 33% [==================== ] 848/2563 33% [==================== ] 849/2563 33% [==================== ] 850/2563 33% [==================== ] 851/2563 33% [==================== ] 852/2563 33% [==================== ] 853/2563 33% [==================== ] 854/2563 33% [==================== ] 855/2563 33% [==================== ] 856/2563 33% [==================== ] 857/2563 33% [==================== ] 858/2563 33% [==================== ] 859/2563 33% [==================== ] 860/2563 33% [==================== ] 861/2563 33% [==================== ] 862/2563 33% [==================== ] 863/2563 33% [==================== ] 864/2563 33% [==================== ] 865/2563 33% [==================== ] 866/2563 33% [==================== ] 867/2563 33% [==================== ] 868/2563 33% [===================== ] 869/2563 33% [===================== ] 870/2563 33% [===================== ] 871/2563 33% [===================== ] 872/2563 34% [===================== ] 873/2563 34% [===================== ] 874/2563 34% [===================== ] 875/2563 34% [===================== ] 876/2563 34% [===================== ] 877/2563 34% [===================== ] 878/2563 34% [===================== ] 879/2563 34% [===================== ] 880/2563 34% [===================== ] 881/2563 34% [===================== ] 882/2563 34% [===================== ] 883/2563 34% [===================== ] 884/2563 34% [===================== ] 885/2563 34% [===================== ] 886/2563 34% [===================== ] 887/2563 34% [===================== ] 888/2563 34% [===================== ] 889/2563 34% [===================== ] 890/2563 34% [===================== ] 891/2563 34% [===================== ] 892/2563 34% [===================== ] 893/2563 34% [===================== ] 894/2563 34% [===================== ] 895/2563 34% [===================== ] 896/2563 34% [===================== ] 897/2563 34% [===================== ] 898/2563 35% [===================== ] 899/2563 35% [===================== ] 900/2563 35% [===================== ] 901/2563 35% [===================== ] 902/2563 35% [===================== ] 903/2563 35% [===================== ] 904/2563 35% [===================== ] 905/2563 35% [===================== ] 906/2563 35% [===================== ] 907/2563 35% [===================== ] 908/2563 35% [===================== ] 909/2563 35% [====================== ] 910/2563 35% [====================== ] 911/2563 35% [====================== ] 912/2563 35% [====================== ] 913/2563 35% [====================== ] 914/2563 35% [====================== ] 915/2563 35% [====================== ] 916/2563 35% [====================== ] 917/2563 35% [====================== ] 918/2563 35% [====================== ] 919/2563 35% [====================== ] 920/2563 35% [====================== ] 921/2563 35% [====================== ] 922/2563 35% [====================== ] 923/2563 36% [====================== ] 924/2563 36% [====================== ] 925/2563 36% [====================== ] 926/2563 36% [====================== ] 927/2563 36% [====================== ] 928/2563 36% [====================== ] 929/2563 36% [====================== ] 930/2563 36% [====================== ] 931/2563 36% [====================== ] 932/2563 36% [====================== ] 933/2563 36% [====================== ] 934/2563 36% [====================== ] 935/2563 36% [====================== ] 936/2563 36% [====================== ] 937/2563 36% [====================== ] 938/2563 36% [====================== ] 939/2563 36% [====================== ] 940/2563 36% [====================== ] 941/2563 36% [====================== ] 942/2563 36% [====================== ] 943/2563 36% [====================== ] 944/2563 36% [====================== ] 945/2563 36% [====================== ] 946/2563 36% [====================== ] 947/2563 36% [====================== ] 948/2563 36% [====================== ] 949/2563 37% [====================== ] 950/2563 37% [======================= ] 951/2563 37% [======================= ] 952/2563 37% [======================= ] 953/2563 37% [======================= ] 954/2563 37% [======================= ] 955/2563 37% [======================= ] 956/2563 37% [======================= ] 957/2563 37% [======================= ] 958/2563 37% [======================= ] 959/2563 37% [======================= ] 960/2563 37% [======================= ] 961/2563 37% [======================= ] 962/2563 37% [======================= ] 963/2563 37% [======================= ] 964/2563 37% [======================= ] 965/2563 37% [======================= ] 966/2563 37% [======================= ] 967/2563 37% [======================= ] 968/2563 37% [======================= ] 969/2563 37% [======================= ] 970/2563 37% [======================= ] 971/2563 37% [======================= ] 972/2563 37% [======================= ] 973/2563 37% [======================= ] 974/2563 38% [======================= ] 975/2563 38% [======================= ] 976/2563 38% [======================= ] 977/2563 38% [======================= ] 978/2563 38% [======================= ] 979/2563 38% [======================= ] 980/2563 38% [======================= ] 981/2563 38% [======================= ] 982/2563 38% [======================= ] 983/2563 38% [======================= ] 984/2563 38% [======================= ] 985/2563 38% [======================= ] 986/2563 38% [======================= ] 987/2563 38% [======================= ] 988/2563 38% [======================= ] 989/2563 38% [======================= ] 990/2563 38% [======================= ] 991/2563 38% [======================= ] 992/2563 38% [======================== ] 993/2563 38% [======================== ] 994/2563 38% [======================== ] 995/2563 38% [======================== ] 996/2563 38% [======================== ] 997/2563 38% [======================== ] 998/2563 38% [======================== ] 999/2563 38% [======================== ] 1000/2563 39% [======================== ] 1001/2563 39% [======================== ] 1002/2563 39% [======================== ] 1003/2563 39% [======================== ] 1004/2563 39% [======================== ] 1005/2563 39% [======================== ] 1006/2563 39% [======================== ] 1007/2563 39% [======================== ] 1008/2563 39% [======================== ] 1009/2563 39% [======================== ] 1010/2563 39% [======================== ] 1011/2563 39% [======================== ] 1012/2563 39% [======================== ] 1013/2563 39% [======================== ] 1014/2563 39% [======================== ] 1015/2563 39% [======================== ] 1016/2563 39% [======================== ] 1017/2563 39% [======================== ] 1018/2563 39% [======================== ] 1019/2563 39% [======================== ] 1020/2563 39% [======================== ] 1021/2563 39% [======================== ] 1022/2563 39% [======================== ] 1023/2563 39% [======================== ] 1024/2563 39% [======================== ] 1025/2563 39% [======================== ] 1026/2563 40% [======================== ] 1027/2563 40% [======================== ] 1028/2563 40% [======================== ] 1029/2563 40% [======================== ] 1030/2563 40% [======================== ] 1031/2563 40% [======================== ] 1032/2563 40% [======================== ] 1033/2563 40% [========================= ] 1034/2563 40% [========================= ] 1035/2563 40% [========================= ] 1036/2563 40% [========================= ] 1037/2563 40% [========================= ] 1038/2563 40% [========================= ] 1039/2563 40% [========================= ] 1040/2563 40% [========================= ] 1041/2563 40% [========================= ] 1042/2563 40% [========================= ] 1043/2563 40% [========================= ] 1044/2563 40% [========================= ] 1045/2563 40% [========================= ] 1046/2563 40% [========================= ] 1047/2563 40% [========================= ] 1048/2563 40% [========================= ] 1049/2563 40% [========================= ] 1050/2563 40% [========================= ] 1051/2563 41% [========================= ] 1052/2563 41% [========================= ] 1053/2563 41% [========================= ] 1054/2563 41% [========================= ] 1055/2563 41% [========================= ] 1056/2563 41% [========================= ] 1057/2563 41% [========================= ] 1058/2563 41% [========================= ] 1059/2563 41% [========================= ] 1060/2563 41% [========================= ] 1061/2563 41% [========================= ] 1062/2563 41% [========================= ] 1063/2563 41% [========================= ] 1064/2563 41% [========================= ] 1065/2563 41% [========================= ] 1066/2563 41% [========================= ] 1067/2563 41% [========================= ] 1068/2563 41% [========================= ] 1069/2563 41% [========================= ] 1070/2563 41% [========================= ] 1071/2563 41% [========================= ] 1072/2563 41% [========================= ] 1073/2563 41% [========================= ] 1074/2563 41% [========================== ] 1075/2563 41% [========================== ] 1076/2563 41% [========================== ] 1077/2563 42% [========================== ] 1078/2563 42% [========================== ] 1079/2563 42% [========================== ] 1080/2563 42% [========================== ] 1081/2563 42% [========================== ] 1082/2563 42% [========================== ] 1083/2563 42% [========================== ] 1084/2563 42% [========================== ] 1085/2563 42% [========================== ] 1086/2563 42% [========================== ] 1087/2563 42% [========================== ] 1088/2563 42% [========================== ] 1089/2563 42% [========================== ] 1090/2563 42% [========================== ] 1091/2563 42% [========================== ] 1092/2563 42% [========================== ] 1093/2563 42% [========================== ] 1094/2563 42% [========================== ] 1095/2563 42% [========================== ] 1096/2563 42% [========================== ] 1097/2563 42% [========================== ] 1098/2563 42% [========================== ] 1099/2563 42% [========================== ] 1100/2563 42% [========================== ] 1101/2563 42% [========================== ] 1102/2563 42% [========================== ] 1103/2563 43% [========================== ] 1104/2563 43% [========================== ] 1105/2563 43% [========================== ] 1106/2563 43% [========================== ] 1107/2563 43% [========================== ] 1108/2563 43% [========================== ] 1109/2563 43% [========================== ] 1110/2563 43% [========================== ] 1111/2563 43% [========================== ] 1112/2563 43% [========================== ] 1113/2563 43% [========================== ] 1114/2563 43% [========================== ] 1115/2563 43% [========================== ] 1116/2563 43% [=========================== ] 1117/2563 43% [=========================== ] 1118/2563 43% [=========================== ] 1119/2563 43% [=========================== ] 1120/2563 43% [=========================== ] 1121/2563 43% [=========================== ] 1122/2563 43% [=========================== ] 1123/2563 43% [=========================== ] 1124/2563 43% [=========================== ] 1125/2563 43% [=========================== ] 1126/2563 43% [=========================== ] 1127/2563 43% [=========================== ] 1128/2563 44% [=========================== ] 1129/2563 44% [=========================== ] 1130/2563 44% [=========================== ] 1131/2563 44% [=========================== ] 1132/2563 44% [=========================== ] 1133/2563 44% [=========================== ] 1134/2563 44% [=========================== ] 1135/2563 44% [=========================== ] 1136/2563 44% [=========================== ] 1137/2563 44% [=========================== ] 1138/2563 44% [=========================== ] 1139/2563 44% [=========================== ] 1140/2563 44% [=========================== ] 1141/2563 44% [=========================== ] 1142/2563 44% [=========================== ] 1143/2563 44% [=========================== ] 1144/2563 44% [=========================== ] 1145/2563 44% [=========================== ] 1146/2563 44% [=========================== ] 1147/2563 44% [=========================== ] 1148/2563 44% [=========================== ] 1149/2563 44% [=========================== ] 1150/2563 44% [=========================== ] 1151/2563 44% [=========================== ] 1152/2563 44% [=========================== ] 1153/2563 44% [=========================== ] 1154/2563 45% [=========================== ] 1155/2563 45% [=========================== ] 1156/2563 45% [=========================== ] 1157/2563 45% [============================ ] 1158/2563 45% [============================ ] 1159/2563 45% [============================ ] 1160/2563 45% [============================ ] 1161/2563 45% [============================ ] 1162/2563 45% [============================ ] 1163/2563 45% [============================ ] 1164/2563 45% [============================ ] 1165/2563 45% [============================ ] 1166/2563 45% [============================ ] 1167/2563 45% [============================ ] 1168/2563 45% [============================ ] 1169/2563 45% [============================ ] 1170/2563 45% [============================ ] 1171/2563 45% [============================ ] 1172/2563 45% [============================ ] 1173/2563 45% [============================ ] 1174/2563 45% [============================ ] 1175/2563 45% [============================ ] 1176/2563 45% [============================ ] 1177/2563 45% [============================ ] 1178/2563 45% [============================ ] 1179/2563 46% [============================ ] 1180/2563 46% [============================ ] 1181/2563 46% [============================ ] 1182/2563 46% [============================ ] 1183/2563 46% [============================ ] 1184/2563 46% [============================ ] 1185/2563 46% [============================ ] 1186/2563 46% [============================ ] 1187/2563 46% [============================ ] 1188/2563 46% [============================ ] 1189/2563 46% [============================ ] 1190/2563 46% [============================ ] 1191/2563 46% [============================ ] 1192/2563 46% [============================ ] 1193/2563 46% [============================ ] 1194/2563 46% [============================ ] 1195/2563 46% [============================ ] 1196/2563 46% [============================ ] 1197/2563 46% [============================ ] 1198/2563 46% [============================= ] 1199/2563 46% [============================= ] 1200/2563 46% [============================= ] 1201/2563 46% [============================= ] 1202/2563 46% [============================= ] 1203/2563 46% [============================= ] 1204/2563 46% [============================= ] 1205/2563 47% [============================= ] 1206/2563 47% [============================= ] 1207/2563 47% [============================= ] 1208/2563 47% [============================= ] 1209/2563 47% [============================= ] 1210/2563 47% [============================= ] 1211/2563 47% [============================= ] 1212/2563 47% [============================= ] 1213/2563 47% [============================= ] 1214/2563 47% [============================= ] 1215/2563 47% [============================= ] 1216/2563 47% [============================= ] 1217/2563 47% [============================= ] 1218/2563 47% [============================= ] 1219/2563 47% [============================= ] 1220/2563 47% [============================= ] 1221/2563 47% [============================= ] 1222/2563 47% [============================= ] 1223/2563 47% [============================= ] 1224/2563 47% [============================= ] 1225/2563 47% [============================= ] 1226/2563 47% [============================= ] 1227/2563 47% [============================= ] 1228/2563 47% [============================= ] 1229/2563 47% [============================= ] 1230/2563 47% [============================= ] 1231/2563 48% [============================= ] 1232/2563 48% [============================= ] 1233/2563 48% [============================= ] 1234/2563 48% [============================= ] 1235/2563 48% [============================= ] 1236/2563 48% [============================= ] 1237/2563 48% [============================= ] 1238/2563 48% [============================= ] 1239/2563 48% [============================= ] 1240/2563 48% [============================== ] 1241/2563 48% [============================== ] 1242/2563 48% [============================== ] 1243/2563 48% [============================== ] 1244/2563 48% [============================== ] 1245/2563 48% [============================== ] 1246/2563 48% [============================== ] 1247/2563 48% [============================== ] 1248/2563 48% [============================== ] 1249/2563 48% [============================== ] 1250/2563 48% [============================== ] 1251/2563 48% [============================== ] 1252/2563 48% [============================== ] 1253/2563 48% [============================== ] 1254/2563 48% [============================== ] 1255/2563 48% [============================== ] 1256/2563 49% [============================== ] 1257/2563 49% [============================== ] 1258/2563 49% [============================== ] 1259/2563 49% [============================== ] 1260/2563 49% [============================== ] 1261/2563 49% [============================== ] 1262/2563 49% [============================== ] 1263/2563 49% [============================== ] 1264/2563 49% [============================== ] 1265/2563 49% [============================== ] 1266/2563 49% [============================== ] 1267/2563 49% [============================== ] 1268/2563 49% [============================== ] 1269/2563 49% [============================== ] 1270/2563 49% [============================== ] 1271/2563 49% [============================== ] 1272/2563 49% [============================== ] 1273/2563 49% [============================== ] 1274/2563 49% [============================== ] 1275/2563 49% [============================== ] 1276/2563 49% [============================== ] 1277/2563 49% [============================== ] 1278/2563 49% [============================== ] 1279/2563 49% [============================== ] 1280/2563 49% [============================== ] 1281/2563 49% [=============================== ] 1282/2563 50% [=============================== ] 1283/2563 50% [=============================== ] 1284/2563 50% [=============================== ] 1285/2563 50% [=============================== ] 1286/2563 50% [=============================== ] 1287/2563 50% [=============================== ] 1288/2563 50% [=============================== ] 1289/2563 50% [=============================== ] 1290/2563 50% [=============================== ] 1291/2563 50% [=============================== ] 1292/2563 50% [=============================== ] 1293/2563 50% [=============================== ] 1294/2563 50% [=============================== ] 1295/2563 50% [=============================== ] 1296/2563 50% [=============================== ] 1297/2563 50% [=============================== ] 1298/2563 50% [=============================== ] 1299/2563 50% [=============================== ] 1300/2563 50% [=============================== ] 1301/2563 50% [=============================== ] 1302/2563 50% [=============================== ] 1303/2563 50% [=============================== ] 1304/2563 50% [=============================== ] 1305/2563 50% [=============================== ] 1306/2563 50% [=============================== ] 1307/2563 50% [=============================== ] 1308/2563 51% [=============================== ] 1309/2563 51% [=============================== ] 1310/2563 51% [=============================== ] 1311/2563 51% [=============================== ] 1312/2563 51% [=============================== ] 1313/2563 51% [=============================== ] 1314/2563 51% [=============================== ] 1315/2563 51% [=============================== ] 1316/2563 51% [=============================== ] 1317/2563 51% [=============================== ] 1318/2563 51% [=============================== ] 1319/2563 51% [=============================== ] 1320/2563 51% [=============================== ] 1321/2563 51% [=============================== ] 1322/2563 51% [================================ ] 1323/2563 51% [================================ ] 1324/2563 51% [================================ ] 1325/2563 51% [================================ ] 1326/2563 51% [================================ ] 1327/2563 51% [================================ ] 1328/2563 51% [================================ ] 1329/2563 51% [================================ ] 1330/2563 51% [================================ ] 1331/2563 51% [================================ ] 1332/2563 51% [================================ ] 1333/2563 52% [================================ ] 1334/2563 52% [================================ ] 1335/2563 52% [================================ ] 1336/2563 52% [================================ ] 1337/2563 52% [================================ ] 1338/2563 52% [================================ ] 1339/2563 52% [================================ ] 1340/2563 52% [================================ ] 1341/2563 52% [================================ ] 1342/2563 52% [================================ ] 1343/2563 52% [================================ ] 1344/2563 52% [================================ ] 1345/2563 52% [================================ ] 1346/2563 52% [================================ ] 1347/2563 52% [================================ ] 1348/2563 52% [================================ ] 1349/2563 52% [================================ ] 1350/2563 52% [================================ ] 1351/2563 52% [================================ ] 1352/2563 52% [================================ ] 1353/2563 52% [================================ ] 1354/2563 52% [================================ ] 1355/2563 52% [================================ ] 1356/2563 52% [================================ ] 1357/2563 52% [================================ ] 1358/2563 52% [================================ ] 1359/2563 53% [================================ ] 1360/2563 53% [================================ ] 1361/2563 53% [================================ ] 1362/2563 53% [================================ ] 1363/2563 53% [================================ ] 1364/2563 53% [================================= ] 1365/2563 53% [================================= ] 1366/2563 53% [================================= ] 1367/2563 53% [================================= ] 1368/2563 53% [================================= ] 1369/2563 53% [================================= ] 1370/2563 53% [================================= ] 1371/2563 53% [================================= ] 1372/2563 53% [================================= ] 1373/2563 53% [================================= ] 1374/2563 53% [================================= ] 1375/2563 53% [================================= ] 1376/2563 53% [================================= ] 1377/2563 53% [================================= ] 1378/2563 53% [================================= ] 1379/2563 53% [================================= ] 1380/2563 53% [================================= ] 1381/2563 53% [================================= ] 1382/2563 53% [================================= ] 1383/2563 53% [================================= ] 1384/2563 53% [================================= ] 1385/2563 54% [================================= ] 1386/2563 54% [================================= ] 1387/2563 54% [================================= ] 1388/2563 54% [================================= ] 1389/2563 54% [================================= ] 1390/2563 54% [================================= ] 1391/2563 54% [================================= ] 1392/2563 54% [================================= ] 1393/2563 54% [================================= ] 1394/2563 54% [================================= ] 1395/2563 54% [================================= ] 1396/2563 54% [================================= ] 1397/2563 54% [================================= ] 1398/2563 54% [================================= ] 1399/2563 54% [================================= ] 1400/2563 54% [================================= ] 1401/2563 54% [================================= ] 1402/2563 54% [================================= ] 1403/2563 54% [================================= ] 1404/2563 54% [================================= ] 1405/2563 54% [================================== ] 1406/2563 54% [================================== ] 1407/2563 54% [================================== ] 1408/2563 54% [================================== ] 1409/2563 54% [================================== ] 1410/2563 55% [================================== ] 1411/2563 55% [================================== ] 1412/2563 55% [================================== ] 1413/2563 55% [================================== ] 1414/2563 55% [================================== ] 1415/2563 55% [================================== ] 1416/2563 55% [================================== ] 1417/2563 55% [================================== ] 1418/2563 55% [================================== ] 1419/2563 55% [================================== ] 1420/2563 55% [================================== ] 1421/2563 55% [================================== ] 1422/2563 55% [================================== ] 1423/2563 55% [================================== ] 1424/2563 55% [================================== ] 1425/2563 55% [================================== ] 1426/2563 55% [================================== ] 1427/2563 55% [================================== ] 1428/2563 55% [================================== ] 1429/2563 55% [================================== ] 1430/2563 55% [================================== ] 1431/2563 55% [================================== ] 1432/2563 55% [================================== ] 1433/2563 55% [================================== ] 1434/2563 55% [================================== ] 1435/2563 55% [================================== ] 1436/2563 56% [================================== ] 1437/2563 56% [================================== ] 1438/2563 56% [================================== ] 1439/2563 56% [================================== ] 1440/2563 56% [================================== ] 1441/2563 56% [================================== ] 1442/2563 56% [================================== ] 1443/2563 56% [================================== ] 1444/2563 56% [================================== ] 1445/2563 56% [================================== ] 1446/2563 56% [=================================== ] 1447/2563 56% [=================================== ] 1448/2563 56% [=================================== ] 1449/2563 56% [=================================== ] 1450/2563 56% [=================================== ] 1451/2563 56% [=================================== ] 1452/2563 56% [=================================== ] 1453/2563 56% [=================================== ] 1454/2563 56% [=================================== ] 1455/2563 56% [=================================== ] 1456/2563 56% [=================================== ] 1457/2563 56% [=================================== ] 1458/2563 56% [=================================== ] 1459/2563 56% [=================================== ] 1460/2563 56% [=================================== ] 1461/2563 57% [=================================== ] 1462/2563 57% [=================================== ] 1463/2563 57% [=================================== ] 1464/2563 57% [=================================== ] 1465/2563 57% [=================================== ] 1466/2563 57% [=================================== ] 1467/2563 57% [=================================== ] 1468/2563 57% [=================================== ] 1469/2563 57% [=================================== ] 1470/2563 57% [=================================== ] 1471/2563 57% [=================================== ] 1472/2563 57% [=================================== ] 1473/2563 57% [=================================== ] 1474/2563 57% [=================================== ] 1475/2563 57% [=================================== ] 1476/2563 57% [=================================== ] 1477/2563 57% [=================================== ] 1478/2563 57% [=================================== ] 1479/2563 57% [=================================== ] 1480/2563 57% [=================================== ] 1481/2563 57% [=================================== ] 1482/2563 57% [=================================== ] 1483/2563 57% [=================================== ] 1484/2563 57% [=================================== ] 1485/2563 57% [=================================== ] 1486/2563 57% [=================================== ] 1487/2563 58% [=================================== ] 1488/2563 58% [==================================== ] 1489/2563 58% [==================================== ] 1490/2563 58% [==================================== ] 1491/2563 58% [==================================== ] 1492/2563 58% [==================================== ] 1493/2563 58% [==================================== ] 1494/2563 58% [==================================== ] 1495/2563 58% [==================================== ] 1496/2563 58% [==================================== ] 1497/2563 58% [==================================== ] 1498/2563 58% [==================================== ] 1499/2563 58% [==================================== ] 1500/2563 58% [==================================== ] 1501/2563 58% [==================================== ] 1502/2563 58% [==================================== ] 1503/2563 58% [==================================== ] 1504/2563 58% [==================================== ] 1505/2563 58% [==================================== ] 1506/2563 58% [==================================== ] 1507/2563 58% [==================================== ] 1508/2563 58% [==================================== ] 1509/2563 58% [==================================== ] 1510/2563 58% [==================================== ] 1511/2563 58% [==================================== ] 1512/2563 58% [==================================== ] 1513/2563 59% [==================================== ] 1514/2563 59% [==================================== ] 1515/2563 59% [==================================== ] 1516/2563 59% [==================================== ] 1517/2563 59% [==================================== ] 1518/2563 59% [==================================== ] 1519/2563 59% [==================================== ] 1520/2563 59% [==================================== ] 1521/2563 59% [==================================== ] 1522/2563 59% [==================================== ] 1523/2563 59% [==================================== ] 1524/2563 59% [==================================== ] 1525/2563 59% [==================================== ] 1526/2563 59% [==================================== ] 1527/2563 59% [==================================== ] 1528/2563 59% [==================================== ] 1529/2563 59% [===================================== ] 1530/2563 59% [===================================== ] 1531/2563 59% [===================================== ] 1532/2563 59% [===================================== ] 1533/2563 59% [===================================== ] 1534/2563 59% [===================================== ] 1535/2563 59% [===================================== ] 1536/2563 59% [===================================== ] 1537/2563 59% [===================================== ] 1538/2563 60% [===================================== ] 1539/2563 60% [===================================== ] 1540/2563 60% [===================================== ] 1541/2563 60% [===================================== ] 1542/2563 60% [===================================== ] 1543/2563 60% [===================================== ] 1544/2563 60% [===================================== ] 1545/2563 60% [===================================== ] 1546/2563 60% [===================================== ] 1547/2563 60% [===================================== ] 1548/2563 60% [===================================== ] 1549/2563 60% [===================================== ] 1550/2563 60% [===================================== ] 1551/2563 60% [===================================== ] 1552/2563 60% [===================================== ] 1553/2563 60% [===================================== ] 1554/2563 60% [===================================== ] 1555/2563 60% [===================================== ] 1556/2563 60% [===================================== ] 1557/2563 60% [===================================== ] 1558/2563 60% [===================================== ] 1559/2563 60% [===================================== ] 1560/2563 60% [===================================== ] 1561/2563 60% [===================================== ] 1562/2563 60% [===================================== ] 1563/2563 60% [===================================== ] 1564/2563 61% [===================================== ] 1565/2563 61% [===================================== ] 1566/2563 61% [===================================== ] 1567/2563 61% [===================================== ] 1568/2563 61% [===================================== ] 1569/2563 61% [===================================== ] 1570/2563 61% [====================================== ] 1571/2563 61% [====================================== ] 1572/2563 61% [====================================== ] 1573/2563 61% [====================================== ] 1574/2563 61% [====================================== ] 1575/2563 61% [====================================== ] 1576/2563 61% [====================================== ] 1577/2563 61% [====================================== ] 1578/2563 61% [====================================== ] 1579/2563 61% [====================================== ] 1580/2563 61% [====================================== ] 1581/2563 61% [====================================== ] 1582/2563 61% [====================================== ] 1583/2563 61% [====================================== ] 1584/2563 61% [====================================== ] 1585/2563 61% [====================================== ] 1586/2563 61% [====================================== ] 1587/2563 61% [====================================== ] 1588/2563 61% [====================================== ] 1589/2563 61% [====================================== ] 1590/2563 62% [====================================== ] 1591/2563 62% [====================================== ] 1592/2563 62% [====================================== ] 1593/2563 62% [====================================== ] 1594/2563 62% [====================================== ] 1595/2563 62% [====================================== ] 1596/2563 62% [====================================== ] 1597/2563 62% [====================================== ] 1598/2563 62% [====================================== ] 1599/2563 62% [====================================== ] 1600/2563 62% [====================================== ] 1601/2563 62% [====================================== ] 1602/2563 62% [====================================== ] 1603/2563 62% [====================================== ] 1604/2563 62% [====================================== ] 1605/2563 62% [====================================== ] 1606/2563 62% [====================================== ] 1607/2563 62% [====================================== ] 1608/2563 62% [====================================== ] 1609/2563 62% [====================================== ] 1610/2563 62% [====================================== ] 1611/2563 62% [====================================== ] 1612/2563 62% [======================================= ] 1613/2563 62% [======================================= ] 1614/2563 62% [======================================= ] 1615/2563 63% [======================================= ] 1616/2563 63% [======================================= ] 1617/2563 63% [======================================= ] 1618/2563 63% [======================================= ] 1619/2563 63% [======================================= ] 1620/2563 63% [======================================= ] 1621/2563 63% [======================================= ] 1622/2563 63% [======================================= ] 1623/2563 63% [======================================= ] 1624/2563 63% [======================================= ] 1625/2563 63% [======================================= ] 1626/2563 63% [======================================= ] 1627/2563 63% [======================================= ] 1628/2563 63% [======================================= ] 1629/2563 63% [======================================= ] 1630/2563 63% [======================================= ] 1631/2563 63% [======================================= ] 1632/2563 63% [======================================= ] 1633/2563 63% [======================================= ] 1634/2563 63% [======================================= ] 1635/2563 63% [======================================= ] 1636/2563 63% [======================================= ] 1637/2563 63% [======================================= ] 1638/2563 63% [======================================= ] 1639/2563 63% [======================================= ] 1640/2563 63% [======================================= ] 1641/2563 64% [======================================= ] 1642/2563 64% [======================================= ] 1643/2563 64% [======================================= ] 1644/2563 64% [======================================= ] 1645/2563 64% [======================================= ] 1646/2563 64% [======================================= ] 1647/2563 64% [======================================= ] 1648/2563 64% [======================================= ] 1649/2563 64% [======================================= ] 1650/2563 64% [======================================= ] 1651/2563 64% [======================================= ] 1652/2563 64% [======================================= ] 1653/2563 64% [======================================== ] 1654/2563 64% [======================================== ] 1655/2563 64% [======================================== ] 1656/2563 64% [======================================== ] 1657/2563 64% [======================================== ] 1658/2563 64% [======================================== ] 1659/2563 64% [======================================== ] 1660/2563 64% [======================================== ] 1661/2563 64% [======================================== ] 1662/2563 64% [======================================== ] 1663/2563 64% [======================================== ] 1664/2563 64% [======================================== ] 1665/2563 64% [======================================== ] 1666/2563 65% [======================================== ] 1667/2563 65% [======================================== ] 1668/2563 65% [======================================== ] 1669/2563 65% [======================================== ] 1670/2563 65% [======================================== ] 1671/2563 65% [======================================== ] 1672/2563 65% [======================================== ] 1673/2563 65% [======================================== ] 1674/2563 65% [======================================== ] 1675/2563 65% [======================================== ] 1676/2563 65% [======================================== ] 1677/2563 65% [======================================== ] 1678/2563 65% [======================================== ] 1679/2563 65% [======================================== ] 1680/2563 65% [======================================== ] 1681/2563 65% [======================================== ] 1682/2563 65% [======================================== ] 1683/2563 65% [======================================== ] 1684/2563 65% [======================================== ] 1685/2563 65% [======================================== ] 1686/2563 65% [======================================== ] 1687/2563 65% [======================================== ] 1688/2563 65% [======================================== ] 1689/2563 65% [======================================== ] 1690/2563 65% [======================================== ] 1691/2563 65% [======================================== ] 1692/2563 66% [======================================== ] 1693/2563 66% [======================================== ] 1694/2563 66% [========================================= ] 1695/2563 66% [========================================= ] 1696/2563 66% [========================================= ] 1697/2563 66% [========================================= ] 1698/2563 66% [========================================= ] 1699/2563 66% [========================================= ] 1700/2563 66% [========================================= ] 1701/2563 66% [========================================= ] 1702/2563 66% [========================================= ] 1703/2563 66% [========================================= ] 1704/2563 66% [========================================= ] 1705/2563 66% [========================================= ] 1706/2563 66% [========================================= ] 1707/2563 66% [========================================= ] 1708/2563 66% [========================================= ] 1709/2563 66% [========================================= ] 1710/2563 66% [========================================= ] 1711/2563 66% [========================================= ] 1712/2563 66% [========================================= ] 1713/2563 66% [========================================= ] 1714/2563 66% [========================================= ] 1715/2563 66% [========================================= ] 1716/2563 66% [========================================= ] 1717/2563 66% [========================================= ] 1718/2563 67% [========================================= ] 1719/2563 67% [========================================= ] 1720/2563 67% [========================================= ] 1721/2563 67% [========================================= ] 1722/2563 67% [========================================= ] 1723/2563 67% [========================================= ] 1724/2563 67% [========================================= ] 1725/2563 67% [========================================= ] 1726/2563 67% [========================================= ] 1727/2563 67% [========================================= ] 1728/2563 67% [========================================= ] 1729/2563 67% [========================================= ] 1730/2563 67% [========================================= ] 1731/2563 67% [========================================= ] 1732/2563 67% [========================================= ] 1733/2563 67% [========================================= ] 1734/2563 67% [========================================= ] 1735/2563 67% [========================================= ] 1736/2563 67% [========================================== ] 1737/2563 67% [========================================== ] 1738/2563 67% [========================================== ] 1739/2563 67% [========================================== ] 1740/2563 67% [========================================== ] 1741/2563 67% [========================================== ] 1742/2563 67% [========================================== ] 1743/2563 68% [========================================== ] 1744/2563 68% [========================================== ] 1745/2563 68% [========================================== ] 1746/2563 68% [========================================== ] 1747/2563 68% [========================================== ] 1748/2563 68% [========================================== ] 1749/2563 68% [========================================== ] 1750/2563 68% [========================================== ] 1751/2563 68% [========================================== ] 1752/2563 68% [========================================== ] 1753/2563 68% [========================================== ] 1754/2563 68% [========================================== ] 1755/2563 68% [========================================== ] 1756/2563 68% [========================================== ] 1757/2563 68% [========================================== ] 1758/2563 68% [========================================== ] 1759/2563 68% [========================================== ] 1760/2563 68% [========================================== ] 1761/2563 68% [========================================== ] 1762/2563 68% [========================================== ] 1763/2563 68% [========================================== ] 1764/2563 68% [========================================== ] 1765/2563 68% [========================================== ] 1766/2563 68% [========================================== ] 1767/2563 68% [========================================== ] 1768/2563 68% [========================================== ] 1769/2563 69% [========================================== ] 1770/2563 69% [========================================== ] 1771/2563 69% [========================================== ] 1772/2563 69% [========================================== ] 1773/2563 69% [========================================== ] 1774/2563 69% [========================================== ] 1775/2563 69% [========================================== ] 1776/2563 69% [========================================== ] 1777/2563 69% [=========================================== ] 1778/2563 69% [=========================================== ] 1779/2563 69% [=========================================== ] 1780/2563 69% [=========================================== ] 1781/2563 69% [=========================================== ] 1782/2563 69% [=========================================== ] 1783/2563 69% [=========================================== ] 1784/2563 69% [=========================================== ] 1785/2563 69% [=========================================== ] 1786/2563 69% [=========================================== ] 1787/2563 69% [=========================================== ] 1788/2563 69% [=========================================== ] 1789/2563 69% [=========================================== ] 1790/2563 69% [=========================================== ] 1791/2563 69% [=========================================== ] 1792/2563 69% [=========================================== ] 1793/2563 69% [=========================================== ] 1794/2563 69% [=========================================== ] 1795/2563 70% [=========================================== ] 1796/2563 70% [=========================================== ] 1797/2563 70% [=========================================== ] 1798/2563 70% [=========================================== ] 1799/2563 70% [=========================================== ] 1800/2563 70% [=========================================== ] 1801/2563 70% [=========================================== ] 1802/2563 70% [=========================================== ] 1803/2563 70% [=========================================== ] 1804/2563 70% [=========================================== ] 1805/2563 70% [=========================================== ] 1806/2563 70% [=========================================== ] 1807/2563 70% [=========================================== ] 1808/2563 70% [=========================================== ] 1809/2563 70% [=========================================== ] 1810/2563 70% [=========================================== ] 1811/2563 70% [=========================================== ] 1812/2563 70% [=========================================== ] 1813/2563 70% [=========================================== ] 1814/2563 70% [=========================================== ] 1815/2563 70% [=========================================== ] 1816/2563 70% [=========================================== ] 1817/2563 70% [=========================================== ] 1818/2563 70% [============================================ ] 1819/2563 70% [============================================ ] 1820/2563 71% [============================================ ] 1821/2563 71% [============================================ ] 1822/2563 71% [============================================ ] 1823/2563 71% [============================================ ] 1824/2563 71% [============================================ ] 1825/2563 71% [============================================ ] 1826/2563 71% [============================================ ] 1827/2563 71% [============================================ ] 1828/2563 71% [============================================ ] 1829/2563 71% [============================================ ] 1830/2563 71% [============================================ ] 1831/2563 71% [============================================ ] 1832/2563 71% [============================================ ] 1833/2563 71% [============================================ ] 1834/2563 71% [============================================ ] 1835/2563 71% [============================================ ] 1836/2563 71% [============================================ ] 1837/2563 71% [============================================ ] 1838/2563 71% [============================================ ] 1839/2563 71% [============================================ ] 1840/2563 71% [============================================ ] 1841/2563 71% [============================================ ] 1842/2563 71% [============================================ ] 1843/2563 71% [============================================ ] 1844/2563 71% [============================================ ] 1845/2563 71% [============================================ ] 1846/2563 72% [============================================ ] 1847/2563 72% [============================================ ] 1848/2563 72% [============================================ ] 1849/2563 72% [============================================ ] 1850/2563 72% [============================================ ] 1851/2563 72% [============================================ ] 1852/2563 72% [============================================ ] 1853/2563 72% [============================================ ] 1854/2563 72% [============================================ ] 1855/2563 72% [============================================ ] 1856/2563 72% [============================================ ] 1857/2563 72% [============================================ ] 1858/2563 72% [============================================ ] 1859/2563 72% [============================================ ] 1860/2563 72% [============================================= ] 1861/2563 72% [============================================= ] 1862/2563 72% [============================================= ] 1863/2563 72% [============================================= ] 1864/2563 72% [============================================= ] 1865/2563 72% [============================================= ] 1866/2563 72% [============================================= ] 1867/2563 72% [============================================= ] 1868/2563 72% [============================================= ] 1869/2563 72% [============================================= ] 1870/2563 72% [============================================= ] 1871/2563 73% [============================================= ] 1872/2563 73% [============================================= ] 1873/2563 73% [============================================= ] 1874/2563 73% [============================================= ] 1875/2563 73% [============================================= ] 1876/2563 73% [============================================= ] 1877/2563 73% [============================================= ] 1878/2563 73% [============================================= ] 1879/2563 73% [============================================= ] 1880/2563 73% [============================================= ] 1881/2563 73% [============================================= ] 1882/2563 73% [============================================= ] 1883/2563 73% [============================================= ] 1884/2563 73% [============================================= ] 1885/2563 73% [============================================= ] 1886/2563 73% [============================================= ] 1887/2563 73% [============================================= ] 1888/2563 73% [============================================= ] 1889/2563 73% [============================================= ] 1890/2563 73% [============================================= ] 1891/2563 73% [============================================= ] 1892/2563 73% [============================================= ] 1893/2563 73% [============================================= ] 1894/2563 73% [============================================= ] 1895/2563 73% [============================================= ] 1896/2563 73% [============================================= ] 1897/2563 74% [============================================= ] 1898/2563 74% [============================================= ] 1899/2563 74% [============================================= ] 1900/2563 74% [============================================= ] 1901/2563 74% [============================================== ] 1902/2563 74% [============================================== ] 1903/2563 74% [============================================== ] 1904/2563 74% [============================================== ] 1905/2563 74% [============================================== ] 1906/2563 74% [============================================== ] 1907/2563 74% [============================================== ] 1908/2563 74% [============================================== ] 1909/2563 74% [============================================== ] 1910/2563 74% [============================================== ] 1911/2563 74% [============================================== ] 1912/2563 74% [============================================== ] 1913/2563 74% [============================================== ] 1914/2563 74% [============================================== ] 1915/2563 74% [============================================== ] 1916/2563 74% [============================================== ] 1917/2563 74% [============================================== ] 1918/2563 74% [============================================== ] 1919/2563 74% [============================================== ] 1920/2563 74% [============================================== ] 1921/2563 74% [============================================== ] 1922/2563 74% [============================================== ] 1923/2563 75% [============================================== ] 1924/2563 75% [============================================== ] 1925/2563 75% [============================================== ] 1926/2563 75% [============================================== ] 1927/2563 75% [============================================== ] 1928/2563 75% [============================================== ] 1929/2563 75% [============================================== ] 1930/2563 75% [============================================== ] 1931/2563 75% [============================================== ] 1932/2563 75% [============================================== ] 1933/2563 75% [============================================== ] 1934/2563 75% [============================================== ] 1935/2563 75% [============================================== ] 1936/2563 75% [============================================== ] 1937/2563 75% [============================================== ] 1938/2563 75% [============================================== ] 1939/2563 75% [============================================== ] 1940/2563 75% [============================================== ] 1941/2563 75% [============================================== ] 1942/2563 75% [=============================================== ] 1943/2563 75% [=============================================== ] 1944/2563 75% [=============================================== ] 1945/2563 75% [=============================================== ] 1946/2563 75% [=============================================== ] 1947/2563 75% [=============================================== ] 1948/2563 76% [=============================================== ] 1949/2563 76% [=============================================== ] 1950/2563 76% [=============================================== ] 1951/2563 76% [=============================================== ] 1952/2563 76% [=============================================== ] 1953/2563 76% [=============================================== ] 1954/2563 76% [=============================================== ] 1955/2563 76% [=============================================== ] 1956/2563 76% [=============================================== ] 1957/2563 76% [=============================================== ] 1958/2563 76% [=============================================== ] 1959/2563 76% [=============================================== ] 1960/2563 76% [=============================================== ] 1961/2563 76% [=============================================== ] 1962/2563 76% [=============================================== ] 1963/2563 76% [=============================================== ] 1964/2563 76% [=============================================== ] 1965/2563 76% [=============================================== ] 1966/2563 76% [=============================================== ] 1967/2563 76% [=============================================== ] 1968/2563 76% [=============================================== ] 1969/2563 76% [=============================================== ] 1970/2563 76% [=============================================== ] 1971/2563 76% [=============================================== ] 1972/2563 76% [=============================================== ] 1973/2563 76% [=============================================== ] 1974/2563 77% [=============================================== ] 1975/2563 77% [=============================================== ] 1976/2563 77% [=============================================== ] 1977/2563 77% [=============================================== ] 1978/2563 77% [=============================================== ] 1979/2563 77% [=============================================== ] 1980/2563 77% [=============================================== ] 1981/2563 77% [=============================================== ] 1982/2563 77% [=============================================== ] 1983/2563 77% [=============================================== ] 1984/2563 77% [================================================ ] 1985/2563 77% [================================================ ] 1986/2563 77% [================================================ ] 1987/2563 77% [================================================ ] 1988/2563 77% [================================================ ] 1989/2563 77% [================================================ ] 1990/2563 77% [================================================ ] 1991/2563 77% [================================================ ] 1992/2563 77% [================================================ ] 1993/2563 77% [================================================ ] 1994/2563 77% [================================================ ] 1995/2563 77% [================================================ ] 1996/2563 77% [================================================ ] 1997/2563 77% [================================================ ] 1998/2563 77% [================================================ ] 1999/2563 77% [================================================ ] 2000/2563 78% [================================================ ] 2001/2563 78% [================================================ ] 2002/2563 78% [================================================ ] 2003/2563 78% [================================================ ] 2004/2563 78% [================================================ ] 2005/2563 78% [================================================ ] 2006/2563 78% [================================================ ] 2007/2563 78% [================================================ ] 2008/2563 78% [================================================ ] 2009/2563 78% [================================================ ] 2010/2563 78% [================================================ ] 2011/2563 78% [================================================ ] 2012/2563 78% [================================================ ] 2013/2563 78% [================================================ ] 2014/2563 78% [================================================ ] 2015/2563 78% [================================================ ] 2016/2563 78% [================================================ ] 2017/2563 78% [================================================ ] 2018/2563 78% [================================================ ] 2019/2563 78% [================================================ ] 2020/2563 78% [================================================ ] 2021/2563 78% [================================================ ] 2022/2563 78% [================================================ ] 2023/2563 78% [================================================ ] 2024/2563 78% [================================================ ] 2025/2563 79% [================================================= ] 2026/2563 79% [================================================= ] 2027/2563 79% [================================================= ] 2028/2563 79% [================================================= ] 2029/2563 79% [================================================= ] 2030/2563 79% [================================================= ] 2031/2563 79% [================================================= ] 2032/2563 79% [================================================= ] 2033/2563 79% [================================================= ] 2034/2563 79% [================================================= ] 2035/2563 79% [================================================= ] 2036/2563 79% [================================================= ] 2037/2563 79% [================================================= ] 2038/2563 79% [================================================= ] 2039/2563 79% [================================================= ] 2040/2563 79% [================================================= ] 2041/2563 79% [================================================= ] 2042/2563 79% [================================================= ] 2043/2563 79% [================================================= ] 2044/2563 79% [================================================= ] 2045/2563 79% [================================================= ] 2046/2563 79% [================================================= ] 2047/2563 79% [================================================= ] 2048/2563 79% [================================================= ] 2049/2563 79% [================================================= ] 2050/2563 79% [================================================= ] 2051/2563 80% [================================================= ] 2052/2563 80% [================================================= ] 2053/2563 80% [================================================= ] 2054/2563 80% [================================================= ] 2055/2563 80% [================================================= ] 2056/2563 80% [================================================= ] 2057/2563 80% [================================================= ] 2058/2563 80% [================================================= ] 2059/2563 80% [================================================= ] 2060/2563 80% [================================================= ] 2061/2563 80% [================================================= ] 2062/2563 80% [================================================= ] 2063/2563 80% [================================================= ] 2064/2563 80% [================================================= ] 2065/2563 80% [================================================= ] 2066/2563 80% [================================================== ] 2067/2563 80% [================================================== ] 2068/2563 80% [================================================== ] 2069/2563 80% [================================================== ] 2070/2563 80% [================================================== ] 2071/2563 80% [================================================== ] 2072/2563 80% [================================================== ] 2073/2563 80% [================================================== ] 2074/2563 80% [================================================== ] 2075/2563 80% [================================================== ] 2076/2563 80% [================================================== ] 2077/2563 81% [================================================== ] 2078/2563 81% [================================================== ] 2079/2563 81% [================================================== ] 2080/2563 81% [================================================== ] 2081/2563 81% [================================================== ] 2082/2563 81% [================================================== ] 2083/2563 81% [================================================== ] 2084/2563 81% [================================================== ] 2085/2563 81% [================================================== ] 2086/2563 81% [================================================== ] 2087/2563 81% [================================================== ] 2088/2563 81% [================================================== ] 2089/2563 81% [================================================== ] 2090/2563 81% [================================================== ] 2091/2563 81% [================================================== ] 2092/2563 81% [================================================== ] 2093/2563 81% [================================================== ] 2094/2563 81% [================================================== ] 2095/2563 81% [================================================== ] 2096/2563 81% [================================================== ] 2097/2563 81% [================================================== ] 2098/2563 81% [================================================== ] 2099/2563 81% [================================================== ] 2100/2563 81% [================================================== ] 2101/2563 81% [================================================== ] 2102/2563 82% [================================================== ] 2103/2563 82% [================================================== ] 2104/2563 82% [================================================== ] 2105/2563 82% [================================================== ] 2106/2563 82% [================================================== ] 2107/2563 82% [================================================== ] 2108/2563 82% [=================================================== ] 2109/2563 82% [=================================================== ] 2110/2563 82% [=================================================== ] 2111/2563 82% [=================================================== ] 2112/2563 82% [=================================================== ] 2113/2563 82% [=================================================== ] 2114/2563 82% [=================================================== ] 2115/2563 82% [=================================================== ] 2116/2563 82% [=================================================== ] 2117/2563 82% [=================================================== ] 2118/2563 82% [=================================================== ] 2119/2563 82% [=================================================== ] 2120/2563 82% [=================================================== ] 2121/2563 82% [=================================================== ] 2122/2563 82% [=================================================== ] 2123/2563 82% [=================================================== ] 2124/2563 82% [=================================================== ] 2125/2563 82% [=================================================== ] 2126/2563 82% [=================================================== ] 2127/2563 82% [=================================================== ] 2128/2563 83% [=================================================== ] 2129/2563 83% [=================================================== ] 2130/2563 83% [=================================================== ] 2131/2563 83% [=================================================== ] 2132/2563 83% [=================================================== ] 2133/2563 83% [=================================================== ] 2134/2563 83% [=================================================== ] 2135/2563 83% [=================================================== ] 2136/2563 83% [=================================================== ] 2137/2563 83% [=================================================== ] 2138/2563 83% [=================================================== ] 2139/2563 83% [=================================================== ] 2140/2563 83% [=================================================== ] 2141/2563 83% [=================================================== ] 2142/2563 83% [=================================================== ] 2143/2563 83% [=================================================== ] 2144/2563 83% [=================================================== ] 2145/2563 83% [=================================================== ] 2146/2563 83% [=================================================== ] 2147/2563 83% [=================================================== ] 2148/2563 83% [=================================================== ] 2149/2563 83% [==================================================== ] 2150/2563 83% [==================================================== ] 2151/2563 83% [==================================================== ] 2152/2563 83% [==================================================== ] 2153/2563 84% [==================================================== ] 2154/2563 84% [==================================================== ] 2155/2563 84% [==================================================== ] 2156/2563 84% [==================================================== ] 2157/2563 84% [==================================================== ] 2158/2563 84% [==================================================== ] 2159/2563 84% [==================================================== ] 2160/2563 84% [==================================================== ] 2161/2563 84% [==================================================== ] 2162/2563 84% [==================================================== ] 2163/2563 84% [==================================================== ] 2164/2563 84% [==================================================== ] 2165/2563 84% [==================================================== ] 2166/2563 84% [==================================================== ] 2167/2563 84% [==================================================== ] 2168/2563 84% [==================================================== ] 2169/2563 84% [==================================================== ] 2170/2563 84% [==================================================== ] 2171/2563 84% [==================================================== ] 2172/2563 84% [==================================================== ] 2173/2563 84% [==================================================== ] 2174/2563 84% [==================================================== ] 2175/2563 84% [==================================================== ] 2176/2563 84% [==================================================== ] 2177/2563 84% [==================================================== ] 2178/2563 84% [==================================================== ] 2179/2563 85% [==================================================== ] 2180/2563 85% [==================================================== ] 2181/2563 85% [==================================================== ] 2182/2563 85% [==================================================== ] 2183/2563 85% [==================================================== ] 2184/2563 85% [==================================================== ] 2185/2563 85% [==================================================== ] 2186/2563 85% [==================================================== ] 2187/2563 85% [==================================================== ] 2188/2563 85% [==================================================== ] 2189/2563 85% [==================================================== ] 2190/2563 85% [===================================================== ] 2191/2563 85% [===================================================== ] 2192/2563 85% [===================================================== ] 2193/2563 85% [===================================================== ] 2194/2563 85% [===================================================== ] 2195/2563 85% [===================================================== ] 2196/2563 85% [===================================================== ] 2197/2563 85% [===================================================== ] 2198/2563 85% [===================================================== ] 2199/2563 85% [===================================================== ] 2200/2563 85% [===================================================== ] 2201/2563 85% [===================================================== ] 2202/2563 85% [===================================================== ] 2203/2563 85% [===================================================== ] 2204/2563 85% [===================================================== ] 2205/2563 86% [===================================================== ] 2206/2563 86% [===================================================== ] 2207/2563 86% [===================================================== ] 2208/2563 86% [===================================================== ] 2209/2563 86% [===================================================== ] 2210/2563 86% [===================================================== ] 2211/2563 86% [===================================================== ] 2212/2563 86% [===================================================== ] 2213/2563 86% [===================================================== ] 2214/2563 86% [===================================================== ] 2215/2563 86% [===================================================== ] 2216/2563 86% [===================================================== ] 2217/2563 86% [===================================================== ] 2218/2563 86% [===================================================== ] 2219/2563 86% [===================================================== ] 2220/2563 86% [===================================================== ] 2221/2563 86% [===================================================== ] 2222/2563 86% [===================================================== ] 2223/2563 86% [===================================================== ] 2224/2563 86% [===================================================== ] 2225/2563 86% [===================================================== ] 2226/2563 86% [===================================================== ] 2227/2563 86% [===================================================== ] 2228/2563 86% [===================================================== ] 2229/2563 86% [===================================================== ] 2230/2563 87% [===================================================== ] 2231/2563 87% [===================================================== ] 2232/2563 87% [====================================================== ] 2233/2563 87% [====================================================== ] 2234/2563 87% [====================================================== ] 2235/2563 87% [====================================================== ] 2236/2563 87% [====================================================== ] 2237/2563 87% [====================================================== ] 2238/2563 87% [====================================================== ] 2239/2563 87% [====================================================== ] 2240/2563 87% [====================================================== ] 2241/2563 87% [====================================================== ] 2242/2563 87% [====================================================== ] 2243/2563 87% [====================================================== ] 2244/2563 87% [====================================================== ] 2245/2563 87% [====================================================== ] 2246/2563 87% [====================================================== ] 2247/2563 87% [====================================================== ] 2248/2563 87% [====================================================== ] 2249/2563 87% [====================================================== ] 2250/2563 87% [====================================================== ] 2251/2563 87% [====================================================== ] 2252/2563 87% [====================================================== ] 2253/2563 87% [====================================================== ] 2254/2563 87% [====================================================== ] 2255/2563 87% [====================================================== ] 2256/2563 88% [====================================================== ] 2257/2563 88% [====================================================== ] 2258/2563 88% [====================================================== ] 2259/2563 88% [====================================================== ] 2260/2563 88% [====================================================== ] 2261/2563 88% [====================================================== ] 2262/2563 88% [====================================================== ] 2263/2563 88% [====================================================== ] 2264/2563 88% [====================================================== ] 2265/2563 88% [====================================================== ] 2266/2563 88% [====================================================== ] 2267/2563 88% [====================================================== ] 2268/2563 88% [====================================================== ] 2269/2563 88% [====================================================== ] 2270/2563 88% [====================================================== ] 2271/2563 88% [====================================================== ] 2272/2563 88% [====================================================== ] 2273/2563 88% [======================================================= ] 2274/2563 88% [======================================================= ] 2275/2563 88% [======================================================= ] 2276/2563 88% [======================================================= ] 2277/2563 88% [======================================================= ] 2278/2563 88% [======================================================= ] 2279/2563 88% [======================================================= ] 2280/2563 88% [======================================================= ] 2281/2563 88% [======================================================= ] 2282/2563 89% [======================================================= ] 2283/2563 89% [======================================================= ] 2284/2563 89% [======================================================= ] 2285/2563 89% [======================================================= ] 2286/2563 89% [======================================================= ] 2287/2563 89% [======================================================= ] 2288/2563 89% [======================================================= ] 2289/2563 89% [======================================================= ] 2290/2563 89% [======================================================= ] 2291/2563 89% [======================================================= ] 2292/2563 89% [======================================================= ] 2293/2563 89% [======================================================= ] 2294/2563 89% [======================================================= ] 2295/2563 89% [======================================================= ] 2296/2563 89% [======================================================= ] 2297/2563 89% [======================================================= ] 2298/2563 89% [======================================================= ] 2299/2563 89% [======================================================= ] 2300/2563 89% [======================================================= ] 2301/2563 89% [======================================================= ] 2302/2563 89% [======================================================= ] 2303/2563 89% [======================================================= ] 2304/2563 89% [======================================================= ] 2305/2563 89% [======================================================= ] 2306/2563 89% [======================================================= ] 2307/2563 90% [======================================================= ] 2308/2563 90% [======================================================= ] 2309/2563 90% [======================================================= ] 2310/2563 90% [======================================================= ] 2311/2563 90% [======================================================= ] 2312/2563 90% [======================================================= ] 2313/2563 90% [======================================================= ] 2314/2563 90% [======================================================== ] 2315/2563 90% [======================================================== ] 2316/2563 90% [======================================================== ] 2317/2563 90% [======================================================== ] 2318/2563 90% [======================================================== ] 2319/2563 90% [======================================================== ] 2320/2563 90% [======================================================== ] 2321/2563 90% [======================================================== ] 2322/2563 90% [======================================================== ] 2323/2563 90% [======================================================== ] 2324/2563 90% [======================================================== ] 2325/2563 90% [======================================================== ] 2326/2563 90% [======================================================== ] 2327/2563 90% [======================================================== ] 2328/2563 90% [======================================================== ] 2329/2563 90% [======================================================== ] 2330/2563 90% [======================================================== ] 2331/2563 90% [======================================================== ] 2332/2563 90% [======================================================== ] 2333/2563 91% [======================================================== ] 2334/2563 91% [======================================================== ] 2335/2563 91% [======================================================== ] 2336/2563 91% [======================================================== ] 2337/2563 91% [======================================================== ] 2338/2563 91% [======================================================== ] 2339/2563 91% [======================================================== ] 2340/2563 91% [======================================================== ] 2341/2563 91% [======================================================== ] 2342/2563 91% [======================================================== ] 2343/2563 91% [======================================================== ] 2344/2563 91% [======================================================== ] 2345/2563 91% [======================================================== ] 2346/2563 91% [======================================================== ] 2347/2563 91% [======================================================== ] 2348/2563 91% [======================================================== ] 2349/2563 91% [======================================================== ] 2350/2563 91% [======================================================== ] 2351/2563 91% [======================================================== ] 2352/2563 91% [======================================================== ] 2353/2563 91% [======================================================== ] 2354/2563 91% [======================================================== ] 2355/2563 91% [======================================================== ] 2356/2563 91% [========================================================= ] 2357/2563 91% [========================================================= ] 2358/2563 92% [========================================================= ] 2359/2563 92% [========================================================= ] 2360/2563 92% [========================================================= ] 2361/2563 92% [========================================================= ] 2362/2563 92% [========================================================= ] 2363/2563 92% [========================================================= ] 2364/2563 92% [========================================================= ] 2365/2563 92% [========================================================= ] 2366/2563 92% [========================================================= ] 2367/2563 92% [========================================================= ] 2368/2563 92% [========================================================= ] 2369/2563 92% [========================================================= ] 2370/2563 92% [========================================================= ] 2371/2563 92% [========================================================= ] 2372/2563 92% [========================================================= ] 2373/2563 92% [========================================================= ] 2374/2563 92% [========================================================= ] 2375/2563 92% [========================================================= ] 2376/2563 92% [========================================================= ] 2377/2563 92% [========================================================= ] 2378/2563 92% [========================================================= ] 2379/2563 92% [========================================================= ] 2380/2563 92% [========================================================= ] 2381/2563 92% [========================================================= ] 2382/2563 92% [========================================================= ] 2383/2563 92% [========================================================= ] 2384/2563 93% [========================================================= ] 2385/2563 93% [========================================================= ] 2386/2563 93% [========================================================= ] 2387/2563 93% [========================================================= ] 2388/2563 93% [========================================================= ] 2389/2563 93% [========================================================= ] 2390/2563 93% [========================================================= ] 2391/2563 93% [========================================================= ] 2392/2563 93% [========================================================= ] 2393/2563 93% [========================================================= ] 2394/2563 93% [========================================================= ] 2395/2563 93% [========================================================= ] 2396/2563 93% [========================================================= ] 2397/2563 93% [========================================================== ] 2398/2563 93% [========================================================== ] 2399/2563 93% [========================================================== ] 2400/2563 93% [========================================================== ] 2401/2563 93% [========================================================== ] 2402/2563 93% [========================================================== ] 2403/2563 93% [========================================================== ] 2404/2563 93% [========================================================== ] 2405/2563 93% [========================================================== ] 2406/2563 93% [========================================================== ] 2407/2563 93% [========================================================== ] 2408/2563 93% [========================================================== ] 2409/2563 93% [========================================================== ] 2410/2563 94% [========================================================== ] 2411/2563 94% [========================================================== ] 2412/2563 94% [========================================================== ] 2413/2563 94% [========================================================== ] 2414/2563 94% [========================================================== ] 2415/2563 94% [========================================================== ] 2416/2563 94% [========================================================== ] 2417/2563 94% [========================================================== ] 2418/2563 94% [========================================================== ] 2419/2563 94% [========================================================== ] 2420/2563 94% [========================================================== ] 2421/2563 94% [========================================================== ] 2422/2563 94% [========================================================== ] 2423/2563 94% [========================================================== ] 2424/2563 94% [========================================================== ] 2425/2563 94% [========================================================== ] 2426/2563 94% [========================================================== ] 2427/2563 94% [========================================================== ] 2428/2563 94% [========================================================== ] 2429/2563 94% [========================================================== ] 2430/2563 94% [========================================================== ] 2431/2563 94% [========================================================== ] 2432/2563 94% [========================================================== ] 2433/2563 94% [========================================================== ] 2434/2563 94% [========================================================== ] 2435/2563 95% [========================================================== ] 2436/2563 95% [========================================================== ] 2437/2563 95% [========================================================== ] 2438/2563 95% [=========================================================== ] 2439/2563 95% [=========================================================== ] 2440/2563 95% [=========================================================== ] 2441/2563 95% [=========================================================== ] 2442/2563 95% [=========================================================== ] 2443/2563 95% [=========================================================== ] 2444/2563 95% [=========================================================== ] 2445/2563 95% [=========================================================== ] 2446/2563 95% [=========================================================== ] 2447/2563 95% [=========================================================== ] 2448/2563 95% [=========================================================== ] 2449/2563 95% [=========================================================== ] 2450/2563 95% [=========================================================== ] 2451/2563 95% [=========================================================== ] 2452/2563 95% [=========================================================== ] 2453/2563 95% [=========================================================== ] 2454/2563 95% [=========================================================== ] 2455/2563 95% [=========================================================== ] 2456/2563 95% [=========================================================== ] 2457/2563 95% [=========================================================== ] 2458/2563 95% [=========================================================== ] 2459/2563 95% [=========================================================== ] 2460/2563 95% [=========================================================== ] 2461/2563 96% [=========================================================== ] 2462/2563 96% [=========================================================== ] 2463/2563 96% [=========================================================== ] 2464/2563 96% [=========================================================== ] 2465/2563 96% [=========================================================== ] 2466/2563 96% [=========================================================== ] 2467/2563 96% [=========================================================== ] 2468/2563 96% [=========================================================== ] 2469/2563 96% [=========================================================== ] 2470/2563 96% [=========================================================== ] 2471/2563 96% [=========================================================== ] 2472/2563 96% [=========================================================== ] 2473/2563 96% [=========================================================== ] 2474/2563 96% [=========================================================== ] 2475/2563 96% [=========================================================== ] 2476/2563 96% [=========================================================== ] 2477/2563 96% [=========================================================== ] 2478/2563 96% [=========================================================== ] 2479/2563 96% [=========================================================== ] 2480/2563 96% [============================================================ ] 2481/2563 96% [============================================================ ] 2482/2563 96% [============================================================ ] 2483/2563 96% [============================================================ ] 2484/2563 96% [============================================================ ] 2485/2563 96% [============================================================ ] 2486/2563 96% [============================================================ ] 2487/2563 97% [============================================================ ] 2488/2563 97% [============================================================ ] 2489/2563 97% [============================================================ ] 2490/2563 97% [============================================================ ] 2491/2563 97% [============================================================ ] 2492/2563 97% [============================================================ ] 2493/2563 97% [============================================================ ] 2494/2563 97% [============================================================ ] 2495/2563 97% [============================================================ ] 2496/2563 97% [============================================================ ] 2497/2563 97% [============================================================ ] 2498/2563 97% [============================================================ ] 2499/2563 97% [============================================================ ] 2500/2563 97% [============================================================ ] 2501/2563 97% [============================================================ ] 2502/2563 97% [============================================================ ] 2503/2563 97% [============================================================ ] 2504/2563 97% [============================================================ ] 2505/2563 97% [============================================================ ] 2506/2563 97% [============================================================ ] 2507/2563 97% [============================================================ ] 2508/2563 97% [============================================================ ] 2509/2563 97% [============================================================ ] 2510/2563 97% [============================================================ ] 2511/2563 97% [============================================================ ] 2512/2563 98% [============================================================ ] 2513/2563 98% [============================================================ ] 2514/2563 98% [============================================================ ] 2515/2563 98% [============================================================ ] 2516/2563 98% [============================================================ ] 2517/2563 98% [============================================================ ] 2518/2563 98% [============================================================ ] 2519/2563 98% [============================================================ ] 2520/2563 98% [============================================================ ] 2521/2563 98% [============================================================= ] 2522/2563 98% [============================================================= ] 2523/2563 98% [============================================================= ] 2524/2563 98% [============================================================= ] 2525/2563 98% [============================================================= ] 2526/2563 98% [============================================================= ] 2527/2563 98% [============================================================= ] 2528/2563 98% [============================================================= ] 2529/2563 98% [============================================================= ] 2530/2563 98% [============================================================= ] 2531/2563 98% [============================================================= ] 2532/2563 98% [============================================================= ] 2533/2563 98% [============================================================= ] 2534/2563 98% [============================================================= ] 2535/2563 98% [============================================================= ] 2536/2563 98% [============================================================= ] 2537/2563 98% [============================================================= ] 2538/2563 99% [============================================================= ] 2539/2563 99% [============================================================= ] 2540/2563 99% [============================================================= ] 2541/2563 99% [============================================================= ] 2542/2563 99% [============================================================= ] 2543/2563 99% [============================================================= ] 2544/2563 99% [============================================================= ] 2545/2563 99% [============================================================= ] 2546/2563 99% [============================================================= ] 2547/2563 99% [============================================================= ] 2548/2563 99% [============================================================= ] 2549/2563 99% [============================================================= ] 2550/2563 99% [============================================================= ] 2551/2563 99% [============================================================= ] 2552/2563 99% [============================================================= ] 2553/2563 99% [============================================================= ] 2554/2563 99% [============================================================= ] 2555/2563 99% [============================================================= ] 2556/2563 99% [============================================================= ] 2557/2563 99% [============================================================= ] 2558/2563 99% [============================================================= ] 2559/2563 99% [============================================================= ] 2560/2563 99% [============================================================= ] 2561/2563 99% [============================================================= ] 2562/2563 99% [==============================================================] 2563/2563 100% operation complete, 2563 objects in 58496 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2023.02-rc2-37-g08f5edd921 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 5.10.170 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 18xx-ti-utils 8.8 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> alfred 2022.1 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) >>> apache 2.4.55 Collecting legal info LICENSE: OK (sha256: 47b8c2b6c3309282a99d4a3001575c790fead690cc14734628c4667d2bbffc43) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iproute2 6.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> wget 1.21.3 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> daemon 0.8 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) COPYING: OK (sha256: 91329bb9be4ae0b7800081fa054e9bb760c60005b26958c1fb8461bc66bcd998) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> ell 0.56 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-environment-setup Collecting legal info >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fetchmail 6.4.35 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> frr 8.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-frr 8.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libyang 2.1.30 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libseccomp 2.5.4 Collecting legal info LICENSE: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> linux-firmware 20221214 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.chelsio_firmware: OK (sha256: a5777f9e80aca0603b0648454de996168b1c530322550ccda94d6d78bcf6c061) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.qla2xxx: OK (sha256: 4071a11d878dbc0ac6d9e71203d03b151638f9d7a8bc47a54c3cb964100d5822) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> logrotate 3.20.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lttng-tools 2.13.8 Collecting legal info LICENSE: OK (sha256: 068e55c7dbe597400199aee75ac5e71bdb2ca88c4c9a4cfa8e1fbc61f933eda5) LICENSES/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/GPL-2.0: OK (sha256: 6841c85b94f9dab319356e3aaf9e969fcedad51d3aaadf665bf86f34f4186b62) LICENSES/LGPL-2.1: OK (sha256: d72921266bc8452a8789f8a04a82755373990d00b7e0b0f1a8edb8f854e94d1c) LICENSES/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> owfs 3.2p4 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perftest 4.5-0.20 Collecting legal info COPYING: OK (sha256: 763adb7d5094f2127b026adea8701f042d28d4b1f6fb8b6e828989227a9cf7f5) >>> rdma-core 44.0 Collecting legal info COPYING.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.BSD_MIT: OK (sha256: 99e0df1d009a21d0dfb031600c550fd8f4efc0c6b2a4ef8b34a995aa6f79c9f4) COPYING.md: OK (sha256: c46a557f25b8ef9bec76526c4e593fc13e6cba27e7ba30d73b6497a689cf06f6) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rsyslog 8.2204.1 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl2 2.26.3 Collecting legal info LICENSE.txt: OK (sha256: 9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927) >>> sispmctl 4.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> slirp4netns 1.2.0 Collecting legal info COPYING: OK (sha256: 58db3cfabf8ec806bc060e54ab5466a31de4a3ae80fe4a8aa02fb6b1c053c93f) >>> sofia-sip 1.13.12 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> strace 6.1 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strongswan 5.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.170: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'