make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/xutil_util-macros-1.20.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/xutil_util-macros-1.20.0' >>> xutil_util-macros 1.20.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-2/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%archs%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02.1-5-g88aee033d1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02.1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02.1\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n sshd -1 sshd -1 * /var/empty - - SSH drop priv user\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n /var/empty d 755 root root - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2276 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2276 0% [ ] 2/2276 0% [ ] 3/2276 0% [ ] 4/2276 0% [ ] 5/2276 0% [ ] 6/2276 0% [ ] 7/2276 0% [ ] 8/2276 0% [ ] 9/2276 0% [ ] 10/2276 0% [ ] 11/2276 0% [ ] 12/2276 0% [ ] 13/2276 0% [ ] 14/2276 0% [ ] 15/2276 0% [ ] 16/2276 0% [ ] 17/2276 0% [ ] 18/2276 0% [ ] 19/2276 0% [ ] 20/2276 0% [ ] 21/2276 0% [ ] 22/2276 0% [ ] 23/2276 1% [ ] 24/2276 1% [ ] 25/2276 1% [ ] 26/2276 1% [ ] 27/2276 1% [ ] 28/2276 1% [ ] 29/2276 1% [ ] 30/2276 1% [ ] 31/2276 1% [ ] 32/2276 1% [ ] 33/2276 1% [ ] 34/2276 1% [ ] 35/2276 1% [ ] 36/2276 1% [= ] 37/2276 1% [= ] 38/2276 1% [= ] 39/2276 1% [= ] 40/2276 1% [= ] 41/2276 1% [= ] 42/2276 1% [= ] 43/2276 1% [= ] 44/2276 1% [= ] 45/2276 1% [= ] 46/2276 2% [= ] 47/2276 2% [= ] 48/2276 2% [= ] 49/2276 2% [= ] 50/2276 2% [= ] 51/2276 2% [= ] 52/2276 2% [= ] 53/2276 2% [= ] 54/2276 2% [= ] 55/2276 2% [= ] 56/2276 2% [= ] 57/2276 2% [= ] 58/2276 2% [= ] 59/2276 2% [= ] 60/2276 2% [= ] 61/2276 2% [= ] 62/2276 2% [= ] 63/2276 2% [= ] 64/2276 2% [= ] 65/2276 2% [= ] 66/2276 2% [= ] 67/2276 2% [= ] 68/2276 2% [= ] 69/2276 3% [= ] 70/2276 3% [= ] 71/2276 3% [= ] 72/2276 3% [= ] 73/2276 3% [== ] 74/2276 3% [== ] 75/2276 3% [== ] 76/2276 3% [== ] 77/2276 3% [== ] 78/2276 3% [== ] 79/2276 3% [== ] 80/2276 3% [== ] 81/2276 3% [== ] 82/2276 3% [== ] 83/2276 3% [== ] 84/2276 3% [== ] 85/2276 3% [== ] 86/2276 3% [== ] 87/2276 3% [== ] 88/2276 3% [== ] 89/2276 3% [== ] 90/2276 3% [== ] 91/2276 3% [== ] 92/2276 4% [== ] 93/2276 4% [== ] 94/2276 4% [== ] 95/2276 4% [== ] 96/2276 4% [== ] 97/2276 4% [== ] 98/2276 4% [== ] 99/2276 4% [== ] 100/2276 4% [== ] 101/2276 4% [== ] 102/2276 4% [== ] 103/2276 4% [== ] 104/2276 4% [== ] 105/2276 4% [== ] 106/2276 4% [== ] 107/2276 4% [== ] 108/2276 4% [== ] 109/2276 4% [== ] 110/2276 4% [=== ] 111/2276 4% [=== ] 112/2276 4% [=== ] 113/2276 4% [=== ] 114/2276 5% [=== ] 115/2276 5% [=== ] 116/2276 5% [=== ] 117/2276 5% [=== ] 118/2276 5% [=== ] 119/2276 5% [=== ] 120/2276 5% [=== ] 121/2276 5% [=== ] 122/2276 5% [=== ] 123/2276 5% [=== ] 124/2276 5% [=== ] 125/2276 5% [=== ] 126/2276 5% [=== ] 127/2276 5% [=== ] 128/2276 5% [=== ] 129/2276 5% [=== ] 130/2276 5% [=== ] 131/2276 5% [=== ] 132/2276 5% [=== ] 133/2276 5% [=== ] 134/2276 5% [=== ] 135/2276 5% [=== ] 136/2276 5% [=== ] 137/2276 6% [=== ] 138/2276 6% [=== ] 139/2276 6% [=== ] 140/2276 6% [=== ] 141/2276 6% [=== ] 142/2276 6% [=== ] 143/2276 6% [=== ] 144/2276 6% [=== ] 145/2276 6% [=== ] 146/2276 6% [==== ] 147/2276 6% [==== ] 148/2276 6% [==== ] 149/2276 6% [==== ] 150/2276 6% [==== ] 151/2276 6% [==== ] 152/2276 6% [==== ] 153/2276 6% [==== ] 154/2276 6% [==== ] 155/2276 6% [==== ] 156/2276 6% [==== ] 157/2276 6% [==== ] 158/2276 6% [==== ] 159/2276 6% [==== ] 160/2276 7% [==== ] 161/2276 7% [==== ] 162/2276 7% [==== ] 163/2276 7% [==== ] 164/2276 7% [==== ] 165/2276 7% [==== ] 166/2276 7% [==== ] 167/2276 7% [==== ] 168/2276 7% [==== ] 169/2276 7% [==== ] 170/2276 7% [==== ] 171/2276 7% [==== ] 172/2276 7% [==== ] 173/2276 7% [==== ] 174/2276 7% [==== ] 175/2276 7% [==== ] 176/2276 7% [==== ] 177/2276 7% [==== ] 178/2276 7% [==== ] 179/2276 7% [==== ] 180/2276 7% [==== ] 181/2276 7% [==== ] 182/2276 7% [==== ] 183/2276 8% [===== ] 184/2276 8% [===== ] 185/2276 8% [===== ] 186/2276 8% [===== ] 187/2276 8% [===== ] 188/2276 8% [===== ] 189/2276 8% [===== ] 190/2276 8% [===== ] 191/2276 8% [===== ] 192/2276 8% [===== ] 193/2276 8% [===== ] 194/2276 8% [===== ] 195/2276 8% [===== ] 196/2276 8% [===== ] 197/2276 8% [===== ] 198/2276 8% [===== ] 199/2276 8% [===== ] 200/2276 8% [===== ] 201/2276 8% [===== ] 202/2276 8% [===== ] 203/2276 8% [===== ] 204/2276 8% [===== ] 205/2276 9% [===== ] 206/2276 9% [===== ] 207/2276 9% [===== ] 208/2276 9% [===== ] 209/2276 9% [===== ] 210/2276 9% [===== ] 211/2276 9% [===== ] 212/2276 9% [===== ] 213/2276 9% [===== ] 214/2276 9% [===== ] 215/2276 9% [===== ] 216/2276 9% [===== ] 217/2276 9% [===== ] 218/2276 9% [===== ] 219/2276 9% [===== ] 220/2276 9% [====== ] 221/2276 9% [====== ] 222/2276 9% [====== ] 223/2276 9% [====== ] 224/2276 9% [====== ] 225/2276 9% [====== ] 226/2276 9% [====== ] 227/2276 9% [====== ] 228/2276 10% [====== ] 229/2276 10% [====== ] 230/2276 10% [====== ] 231/2276 10% [====== ] 232/2276 10% [====== ] 233/2276 10% [====== ] 234/2276 10% [====== ] 235/2276 10% [====== ] 236/2276 10% [====== ] 237/2276 10% [====== ] 238/2276 10% [====== ] 239/2276 10% [====== ] 240/2276 10% [====== ] 241/2276 10% [====== ] 242/2276 10% [====== ] 243/2276 10% [====== ] 244/2276 10% [====== ] 245/2276 10% [====== ] 246/2276 10% [====== ] 247/2276 10% [====== ] 248/2276 10% [====== ] 249/2276 10% [====== ] 250/2276 10% [====== ] 251/2276 11% [====== ] 252/2276 11% [====== ] 253/2276 11% [====== ] 254/2276 11% [====== ] 255/2276 11% [====== ] 256/2276 11% [======= ] 257/2276 11% [======= ] 258/2276 11% [======= ] 259/2276 11% [======= ] 260/2276 11% [======= ] 261/2276 11% [======= ] 262/2276 11% [======= ] 263/2276 11% [======= ] 264/2276 11% [======= ] 265/2276 11% [======= ] 266/2276 11% [======= ] 267/2276 11% [======= ] 268/2276 11% [======= ] 269/2276 11% [======= ] 270/2276 11% [======= ] 271/2276 11% [======= ] 272/2276 11% [======= ] 273/2276 11% [======= ] 274/2276 12% [======= ] 275/2276 12% [======= ] 276/2276 12% [======= ] 277/2276 12% [======= ] 278/2276 12% [======= ] 279/2276 12% [======= ] 280/2276 12% [======= ] 281/2276 12% [======= ] 282/2276 12% [======= ] 283/2276 12% [======= ] 284/2276 12% [======= ] 285/2276 12% [======= ] 286/2276 12% [======= ] 287/2276 12% [======= ] 288/2276 12% [======= ] 289/2276 12% [======= ] 290/2276 12% [======= ] 291/2276 12% [======= ] 292/2276 12% [======= ] 293/2276 12% [======== ] 294/2276 12% [======== ] 295/2276 12% [======== ] 296/2276 13% [======== ] 297/2276 13% [======== ] 298/2276 13% [======== ] 299/2276 13% [======== ] 300/2276 13% [======== ] 301/2276 13% [======== ] 302/2276 13% [======== ] 303/2276 13% [======== ] 304/2276 13% [======== ] 305/2276 13% [======== ] 306/2276 13% [======== ] 307/2276 13% [======== ] 308/2276 13% [======== ] 309/2276 13% [======== ] 310/2276 13% [======== ] 311/2276 13% [======== ] 312/2276 13% [======== ] 313/2276 13% [======== ] 314/2276 13% [======== ] 315/2276 13% [======== ] 316/2276 13% [======== ] 317/2276 13% [======== ] 318/2276 13% [======== ] 319/2276 14% [======== ] 320/2276 14% [======== ] 321/2276 14% [======== ] 322/2276 14% [======== ] 323/2276 14% [======== ] 324/2276 14% [======== ] 325/2276 14% [======== ] 326/2276 14% [======== ] 327/2276 14% [======== ] 328/2276 14% [======== ] 329/2276 14% [======== ] 330/2276 14% [========= ] 331/2276 14% [========= ] 332/2276 14% [========= ] 333/2276 14% [========= ] 334/2276 14% [========= ] 335/2276 14% [========= ] 336/2276 14% [========= ] 337/2276 14% [========= ] 338/2276 14% [========= ] 339/2276 14% [========= ] 340/2276 14% [========= ] 341/2276 14% [========= ] 342/2276 15% [========= ] 343/2276 15% [========= ] 344/2276 15% [========= ] 345/2276 15% [========= ] 346/2276 15% [========= ] 347/2276 15% [========= ] 348/2276 15% [========= ] 349/2276 15% [========= ] 350/2276 15% [========= ] 351/2276 15% [========= ] 352/2276 15% [========= ] 353/2276 15% [========= ] 354/2276 15% [========= ] 355/2276 15% [========= ] 356/2276 15% [========= ] 357/2276 15% [========= ] 358/2276 15% [========= ] 359/2276 15% [========= ] 360/2276 15% [========= ] 361/2276 15% [========= ] 362/2276 15% [========= ] 363/2276 15% [========= ] 364/2276 15% [========= ] 365/2276 16% [========= ] 366/2276 16% [========= ] 367/2276 16% [========== ] 368/2276 16% [========== ] 369/2276 16% [========== ] 370/2276 16% [========== ] 371/2276 16% [========== ] 372/2276 16% [========== ] 373/2276 16% [========== ] 374/2276 16% [========== ] 375/2276 16% [========== ] 376/2276 16% [========== ] 377/2276 16% [========== ] 378/2276 16% [========== ] 379/2276 16% [========== ] 380/2276 16% [========== ] 381/2276 16% [========== ] 382/2276 16% [========== ] 383/2276 16% [========== ] 384/2276 16% [========== ] 385/2276 16% [========== ] 386/2276 16% [========== ] 387/2276 17% [========== ] 388/2276 17% [========== ] 389/2276 17% [========== ] 390/2276 17% [========== ] 391/2276 17% [========== ] 392/2276 17% [========== ] 393/2276 17% [========== ] 394/2276 17% [========== ] 395/2276 17% [========== ] 396/2276 17% [========== ] 397/2276 17% [========== ] 398/2276 17% [========== ] 399/2276 17% [========== ] 400/2276 17% [========== ] 401/2276 17% [========== ] 402/2276 17% [========== ] 403/2276 17% [=========== ] 404/2276 17% [=========== ] 405/2276 17% [=========== ] 406/2276 17% [=========== ] 407/2276 17% [=========== ] 408/2276 17% [=========== ] 409/2276 17% [=========== ] 410/2276 18% [=========== ] 411/2276 18% [=========== ] 412/2276 18% [=========== ] 413/2276 18% [=========== ] 414/2276 18% [=========== ] 415/2276 18% [=========== ] 416/2276 18% [=========== ] 417/2276 18% [=========== ] 418/2276 18% [=========== ] 419/2276 18% [=========== ] 420/2276 18% [=========== ] 421/2276 18% [=========== ] 422/2276 18% [=========== ] 423/2276 18% [=========== ] 424/2276 18% [=========== ] 425/2276 18% [=========== ] 426/2276 18% [=========== ] 427/2276 18% [=========== ] 428/2276 18% [=========== ] 429/2276 18% [=========== ] 430/2276 18% [=========== ] 431/2276 18% [=========== ] 432/2276 18% [=========== ] 433/2276 19% [=========== ] 434/2276 19% [=========== ] 435/2276 19% [=========== ] 436/2276 19% [=========== ] 437/2276 19% [=========== ] 438/2276 19% [=========== ] 439/2276 19% [=========== ] 440/2276 19% [============ ] 441/2276 19% [============ ] 442/2276 19% [============ ] 443/2276 19% [============ ] 444/2276 19% [============ ] 445/2276 19% [============ ] 446/2276 19% [============ ] 447/2276 19% [============ ] 448/2276 19% [============ ] 449/2276 19% [============ ] 450/2276 19% [============ ] 451/2276 19% [============ ] 452/2276 19% [============ ] 453/2276 19% [============ ] 454/2276 19% [============ ] 455/2276 19% [============ ] 456/2276 20% [============ ] 457/2276 20% [============ ] 458/2276 20% [============ ] 459/2276 20% [============ ] 460/2276 20% [============ ] 461/2276 20% [============ ] 462/2276 20% [============ ] 463/2276 20% [============ ] 464/2276 20% [============ ] 465/2276 20% [============ ] 466/2276 20% [============ ] 467/2276 20% [============ ] 468/2276 20% [============ ] 469/2276 20% [============ ] 470/2276 20% [============ ] 471/2276 20% [============ ] 472/2276 20% [============ ] 473/2276 20% [============ ] 474/2276 20% [============ ] 475/2276 20% [============ ] 476/2276 20% [============ ] 477/2276 20% [============= ] 478/2276 21% [============= ] 479/2276 21% [============= ] 480/2276 21% [============= ] 481/2276 21% [============= ] 482/2276 21% [============= ] 483/2276 21% [============= ] 484/2276 21% [============= ] 485/2276 21% [============= ] 486/2276 21% [============= ] 487/2276 21% [============= ] 488/2276 21% [============= ] 489/2276 21% [============= ] 490/2276 21% [============= ] 491/2276 21% [============= ] 492/2276 21% [============= ] 493/2276 21% [============= ] 494/2276 21% [============= ] 495/2276 21% [============= ] 496/2276 21% [============= ] 497/2276 21% [============= ] 498/2276 21% [============= ] 499/2276 21% [============= ] 500/2276 21% [============= ] 501/2276 22% [============= ] 502/2276 22% [============= ] 503/2276 22% [============= ] 504/2276 22% [============= ] 505/2276 22% [============= ] 506/2276 22% [============= ] 507/2276 22% [============= ] 508/2276 22% [============= ] 509/2276 22% [============= ] 510/2276 22% [============= ] 511/2276 22% [============= ] 512/2276 22% [============= ] 513/2276 22% [============== ] 514/2276 22% [============== ] 515/2276 22% [============== ] 516/2276 22% [============== ] 517/2276 22% [============== ] 518/2276 22% [============== ] 519/2276 22% [============== ] 520/2276 22% [============== ] 521/2276 22% [============== ] 522/2276 22% [============== ] 523/2276 22% [============== ] 524/2276 23% [============== ] 525/2276 23% [============== ] 526/2276 23% [============== ] 527/2276 23% [============== ] 528/2276 23% [============== ] 529/2276 23% [============== ] 530/2276 23% [============== ] 531/2276 23% [============== ] 532/2276 23% [============== ] 533/2276 23% [============== ] 534/2276 23% [============== ] 535/2276 23% [============== ] 536/2276 23% [============== ] 537/2276 23% [============== ] 538/2276 23% [============== ] 539/2276 23% [============== ] 540/2276 23% [============== ] 541/2276 23% [============== ] 542/2276 23% [============== ] 543/2276 23% [============== ] 544/2276 23% [============== ] 545/2276 23% [============== ] 546/2276 23% [============== ] 547/2276 24% [============== ] 548/2276 24% [============== ] 549/2276 24% [============== ] 550/2276 24% [=============== ] 551/2276 24% [=============== ] 552/2276 24% [=============== ] 553/2276 24% [=============== ] 554/2276 24% [=============== ] 555/2276 24% [=============== ] 556/2276 24% [=============== ] 557/2276 24% [=============== ] 558/2276 24% [=============== ] 559/2276 24% [=============== ] 560/2276 24% [=============== ] 561/2276 24% [=============== ] 562/2276 24% [=============== ] 563/2276 24% [=============== ] 564/2276 24% [=============== ] 565/2276 24% [=============== ] 566/2276 24% [=============== ] 567/2276 24% [=============== ] 568/2276 24% [=============== ] 569/2276 25% [=============== ] 570/2276 25% [=============== ] 571/2276 25% [=============== ] 572/2276 25% [=============== ] 573/2276 25% [=============== ] 574/2276 25% [=============== ] 575/2276 25% [=============== ] 576/2276 25% [=============== ] 577/2276 25% [=============== ] 578/2276 25% [=============== ] 579/2276 25% [=============== ] 580/2276 25% [=============== ] 581/2276 25% [=============== ] 582/2276 25% [=============== ] 583/2276 25% [=============== ] 584/2276 25% [=============== ] 585/2276 25% [=============== ] 586/2276 25% [=============== ] 587/2276 25% [================ ] 588/2276 25% [================ ] 589/2276 25% [================ ] 590/2276 25% [================ ] 591/2276 25% [================ ] 592/2276 26% [================ ] 593/2276 26% [================ ] 594/2276 26% [================ ] 595/2276 26% [================ ] 596/2276 26% [================ ] 597/2276 26% [================ ] 598/2276 26% [================ ] 599/2276 26% [================ ] 600/2276 26% [================ ] 601/2276 26% [================ ] 602/2276 26% [================ ] 603/2276 26% [================ ] 604/2276 26% [================ ] 605/2276 26% [================ ] 606/2276 26% [================ ] 607/2276 26% [================ ] 608/2276 26% [================ ] 609/2276 26% [================ ] 610/2276 26% [================ ] 611/2276 26% [================ ] 612/2276 26% [================ ] 613/2276 26% [================ ] 614/2276 26% [================ ] 615/2276 27% [================ ] 616/2276 27% [================ ] 617/2276 27% [================ ] 618/2276 27% [================ ] 619/2276 27% [================ ] 620/2276 27% [================ ] 621/2276 27% [================ ] 622/2276 27% [================ ] 623/2276 27% [================ ] 624/2276 27% [================= ] 625/2276 27% [================= ] 626/2276 27% [================= ] 627/2276 27% [================= ] 628/2276 27% [================= ] 629/2276 27% [================= ] 630/2276 27% [================= ] 631/2276 27% [================= ] 632/2276 27% [================= ] 633/2276 27% [================= ] 634/2276 27% [================= ] 635/2276 27% [================= ] 636/2276 27% [================= ] 637/2276 27% [================= ] 638/2276 28% [================= ] 639/2276 28% [================= ] 640/2276 28% [================= ] 641/2276 28% [================= ] 642/2276 28% [================= ] 643/2276 28% [================= ] 644/2276 28% [================= ] 645/2276 28% [================= ] 646/2276 28% [================= ] 647/2276 28% [================= ] 648/2276 28% [================= ] 649/2276 28% [================= ] 650/2276 28% [================= ] 651/2276 28% [================= ] 652/2276 28% [================= ] 653/2276 28% [================= ] 654/2276 28% [================= ] 655/2276 28% [================= ] 656/2276 28% [================= ] 657/2276 28% [================= ] 658/2276 28% [================= ] 659/2276 28% [================= ] 660/2276 28% [================== ] 661/2276 29% [================== ] 662/2276 29% [================== ] 663/2276 29% [================== ] 664/2276 29% [================== ] 665/2276 29% [================== ] 666/2276 29% [================== ] 667/2276 29% [================== ] 668/2276 29% [================== ] 669/2276 29% [================== ] 670/2276 29% [================== ] 671/2276 29% [================== ] 672/2276 29% [================== ] 673/2276 29% [================== ] 674/2276 29% [================== ] 675/2276 29% [================== ] 676/2276 29% [================== ] 677/2276 29% [================== ] 678/2276 29% [================== ] 679/2276 29% [================== ] 680/2276 29% [================== ] 681/2276 29% [================== ] 682/2276 29% [================== ] 683/2276 30% [================== ] 684/2276 30% [================== ] 685/2276 30% [================== ] 686/2276 30% [================== ] 687/2276 30% [================== ] 688/2276 30% [================== ] 689/2276 30% [================== ] 690/2276 30% [================== ] 691/2276 30% [================== ] 692/2276 30% [================== ] 693/2276 30% [================== ] 694/2276 30% [================== ] 695/2276 30% [================== ] 696/2276 30% [================== ] 697/2276 30% [=================== ] 698/2276 30% [=================== ] 699/2276 30% [=================== ] 700/2276 30% [=================== ] 701/2276 30% [=================== ] 702/2276 30% [=================== ] 703/2276 30% [=================== ] 704/2276 30% [=================== ] 705/2276 30% [=================== ] 706/2276 31% [=================== ] 707/2276 31% [=================== ] 708/2276 31% [=================== ] 709/2276 31% [=================== ] 710/2276 31% [=================== ] 711/2276 31% [=================== ] 712/2276 31% [=================== ] 713/2276 31% [=================== ] 714/2276 31% [=================== ] 715/2276 31% [=================== ] 716/2276 31% [=================== ] 717/2276 31% [=================== ] 718/2276 31% [=================== ] 719/2276 31% [=================== ] 720/2276 31% [=================== ] 721/2276 31% [=================== ] 722/2276 31% [=================== ] 723/2276 31% [=================== ] 724/2276 31% [=================== ] 725/2276 31% [=================== ] 726/2276 31% [=================== ] 727/2276 31% [=================== ] 728/2276 31% [=================== ] 729/2276 32% [=================== ] 730/2276 32% [=================== ] 731/2276 32% [=================== ] 732/2276 32% [=================== ] 733/2276 32% [=================== ] 734/2276 32% [==================== ] 735/2276 32% [==================== ] 736/2276 32% [==================== ] 737/2276 32% [==================== ] 738/2276 32% [==================== ] 739/2276 32% [==================== ] 740/2276 32% [==================== ] 741/2276 32% [==================== ] 742/2276 32% [==================== ] 743/2276 32% [==================== ] 744/2276 32% [==================== ] 745/2276 32% [==================== ] 746/2276 32% [==================== ] 747/2276 32% [==================== ] 748/2276 32% [==================== ] 749/2276 32% [==================== ] 750/2276 32% [==================== ] 751/2276 32% [==================== ] 752/2276 33% [==================== ] 753/2276 33% [==================== ] 754/2276 33% [==================== ] 755/2276 33% [==================== ] 756/2276 33% [==================== ] 757/2276 33% [==================== ] 758/2276 33% [==================== ] 759/2276 33% [==================== ] 760/2276 33% [==================== ] 761/2276 33% [==================== ] 762/2276 33% [==================== ] 763/2276 33% [==================== ] 764/2276 33% [==================== ] 765/2276 33% [==================== ] 766/2276 33% [==================== ] 767/2276 33% [==================== ] 768/2276 33% [==================== ] 769/2276 33% [==================== ] 770/2276 33% [===================== ] 771/2276 33% [===================== ] 772/2276 33% [===================== ] 773/2276 33% [===================== ] 774/2276 34% [===================== ] 775/2276 34% [===================== ] 776/2276 34% [===================== ] 777/2276 34% [===================== ] 778/2276 34% [===================== ] 779/2276 34% [===================== ] 780/2276 34% [===================== ] 781/2276 34% [===================== ] 782/2276 34% [===================== ] 783/2276 34% [===================== ] 784/2276 34% [===================== ] 785/2276 34% [===================== ] 786/2276 34% [===================== ] 787/2276 34% [===================== ] 788/2276 34% [===================== ] 789/2276 34% [===================== ] 790/2276 34% [===================== ] 791/2276 34% [===================== ] 792/2276 34% [===================== ] 793/2276 34% [===================== ] 794/2276 34% [===================== ] 795/2276 34% [===================== ] 796/2276 34% [===================== ] 797/2276 35% [===================== ] 798/2276 35% [===================== ] 799/2276 35% [===================== ] 800/2276 35% [===================== ] 801/2276 35% [===================== ] 802/2276 35% [===================== ] 803/2276 35% [===================== ] 804/2276 35% [===================== ] 805/2276 35% [===================== ] 806/2276 35% [===================== ] 807/2276 35% [====================== ] 808/2276 35% [====================== ] 809/2276 35% [====================== ] 810/2276 35% [====================== ] 811/2276 35% [====================== ] 812/2276 35% [====================== ] 813/2276 35% [====================== ] 814/2276 35% [====================== ] 815/2276 35% [====================== ] 816/2276 35% [====================== ] 817/2276 35% [====================== ] 818/2276 35% [====================== ] 819/2276 35% [====================== ] 820/2276 36% [====================== ] 821/2276 36% [====================== ] 822/2276 36% [====================== ] 823/2276 36% [====================== ] 824/2276 36% [====================== ] 825/2276 36% [====================== ] 826/2276 36% [====================== ] 827/2276 36% [====================== ] 828/2276 36% [====================== ] 829/2276 36% [====================== ] 830/2276 36% [====================== ] 831/2276 36% [====================== ] 832/2276 36% [====================== ] 833/2276 36% [====================== ] 834/2276 36% [====================== ] 835/2276 36% [====================== ] 836/2276 36% [====================== ] 837/2276 36% [====================== ] 838/2276 36% [====================== ] 839/2276 36% [====================== ] 840/2276 36% [====================== ] 841/2276 36% [====================== ] 842/2276 36% [====================== ] 843/2276 37% [====================== ] 844/2276 37% [======================= ] 845/2276 37% [======================= ] 846/2276 37% [======================= ] 847/2276 37% [======================= ] 848/2276 37% [======================= ] 849/2276 37% [======================= ] 850/2276 37% [======================= ] 851/2276 37% [======================= ] 852/2276 37% [======================= ] 853/2276 37% [======================= ] 854/2276 37% [======================= ] 855/2276 37% [======================= ] 856/2276 37% [======================= ] 857/2276 37% [======================= ] 858/2276 37% [======================= ] 859/2276 37% [======================= ] 860/2276 37% [======================= ] 861/2276 37% [======================= ] 862/2276 37% [======================= ] 863/2276 37% [======================= ] 864/2276 37% [======================= ] 865/2276 38% [======================= ] 866/2276 38% [======================= ] 867/2276 38% [======================= ] 868/2276 38% [======================= ] 869/2276 38% [======================= ] 870/2276 38% [======================= ] 871/2276 38% [======================= ] 872/2276 38% [======================= ] 873/2276 38% [======================= ] 874/2276 38% [======================= ] 875/2276 38% [======================= ] 876/2276 38% [======================= ] 877/2276 38% [======================= ] 878/2276 38% [======================= ] 879/2276 38% [======================= ] 880/2276 38% [======================= ] 881/2276 38% [======================== ] 882/2276 38% [======================== ] 883/2276 38% [======================== ] 884/2276 38% [======================== ] 885/2276 38% [======================== ] 886/2276 38% [======================== ] 887/2276 38% [======================== ] 888/2276 39% [======================== ] 889/2276 39% [======================== ] 890/2276 39% [======================== ] 891/2276 39% [======================== ] 892/2276 39% [======================== ] 893/2276 39% [======================== ] 894/2276 39% [======================== ] 895/2276 39% [======================== ] 896/2276 39% [======================== ] 897/2276 39% [======================== ] 898/2276 39% [======================== ] 899/2276 39% [======================== ] 900/2276 39% [======================== ] 901/2276 39% [======================== ] 902/2276 39% [======================== ] 903/2276 39% [======================== ] 904/2276 39% [======================== ] 905/2276 39% [======================== ] 906/2276 39% [======================== ] 907/2276 39% [======================== ] 908/2276 39% [======================== ] 909/2276 39% [======================== ] 910/2276 39% [======================== ] 911/2276 40% [======================== ] 912/2276 40% [======================== ] 913/2276 40% [======================== ] 914/2276 40% [======================== ] 915/2276 40% [======================== ] 916/2276 40% [======================== ] 917/2276 40% [========================= ] 918/2276 40% [========================= ] 919/2276 40% [========================= ] 920/2276 40% [========================= ] 921/2276 40% [========================= ] 922/2276 40% [========================= ] 923/2276 40% [========================= ] 924/2276 40% [========================= ] 925/2276 40% [========================= ] 926/2276 40% [========================= ] 927/2276 40% [========================= ] 928/2276 40% [========================= ] 929/2276 40% [========================= ] 930/2276 40% [========================= ] 931/2276 40% [========================= ] 932/2276 40% [========================= ] 933/2276 40% [========================= ] 934/2276 41% [========================= ] 935/2276 41% [========================= ] 936/2276 41% [========================= ] 937/2276 41% [========================= ] 938/2276 41% [========================= ] 939/2276 41% [========================= ] 940/2276 41% [========================= ] 941/2276 41% [========================= ] 942/2276 41% [========================= ] 943/2276 41% [========================= ] 944/2276 41% [========================= ] 945/2276 41% [========================= ] 946/2276 41% [========================= ] 947/2276 41% [========================= ] 948/2276 41% [========================= ] 949/2276 41% [========================= ] 950/2276 41% [========================= ] 951/2276 41% [========================= ] 952/2276 41% [========================= ] 953/2276 41% [========================= ] 954/2276 41% [========================== ] 955/2276 41% [========================== ] 956/2276 42% [========================== ] 957/2276 42% [========================== ] 958/2276 42% [========================== ] 959/2276 42% [========================== ] 960/2276 42% [========================== ] 961/2276 42% [========================== ] 962/2276 42% [========================== ] 963/2276 42% [========================== ] 964/2276 42% [========================== ] 965/2276 42% [========================== ] 966/2276 42% [========================== ] 967/2276 42% [========================== ] 968/2276 42% [========================== ] 969/2276 42% [========================== ] 970/2276 42% [========================== ] 971/2276 42% [========================== ] 972/2276 42% [========================== ] 973/2276 42% [========================== ] 974/2276 42% [========================== ] 975/2276 42% [========================== ] 976/2276 42% [========================== ] 977/2276 42% [========================== ] 978/2276 42% [========================== ] 979/2276 43% [========================== ] 980/2276 43% [========================== ] 981/2276 43% [========================== ] 982/2276 43% [========================== ] 983/2276 43% [========================== ] 984/2276 43% [========================== ] 985/2276 43% [========================== ] 986/2276 43% [========================== ] 987/2276 43% [========================== ] 988/2276 43% [========================== ] 989/2276 43% [========================== ] 990/2276 43% [========================== ] 991/2276 43% [=========================== ] 992/2276 43% [=========================== ] 993/2276 43% [=========================== ] 994/2276 43% [=========================== ] 995/2276 43% [=========================== ] 996/2276 43% [=========================== ] 997/2276 43% [=========================== ] 998/2276 43% [=========================== ] 999/2276 43% [=========================== ] 1000/2276 43% [=========================== ] 1001/2276 43% [=========================== ] 1002/2276 44% [=========================== ] 1003/2276 44% [=========================== ] 1004/2276 44% [=========================== ] 1005/2276 44% [=========================== ] 1006/2276 44% [=========================== ] 1007/2276 44% [=========================== ] 1008/2276 44% [=========================== ] 1009/2276 44% [=========================== ] 1010/2276 44% [=========================== ] 1011/2276 44% [=========================== ] 1012/2276 44% [=========================== ] 1013/2276 44% [=========================== ] 1014/2276 44% [=========================== ] 1015/2276 44% [=========================== ] 1016/2276 44% [=========================== ] 1017/2276 44% [=========================== ] 1018/2276 44% [=========================== ] 1019/2276 44% [=========================== ] 1020/2276 44% [=========================== ] 1021/2276 44% [=========================== ] 1022/2276 44% [=========================== ] 1023/2276 44% [=========================== ] 1024/2276 44% [=========================== ] 1025/2276 45% [=========================== ] 1026/2276 45% [=========================== ] 1027/2276 45% [============================ ] 1028/2276 45% [============================ ] 1029/2276 45% [============================ ] 1030/2276 45% [============================ ] 1031/2276 45% [============================ ] 1032/2276 45% [============================ ] 1033/2276 45% [============================ ] 1034/2276 45% [============================ ] 1035/2276 45% [============================ ] 1036/2276 45% [============================ ] 1037/2276 45% [============================ ] 1038/2276 45% [============================ ] 1039/2276 45% [============================ ] 1040/2276 45% [============================ ] 1041/2276 45% [============================ ] 1042/2276 45% [============================ ] 1043/2276 45% [============================ ] 1044/2276 45% [============================ ] 1045/2276 45% [============================ ] 1046/2276 45% [============================ ] 1047/2276 46% [============================ ] 1048/2276 46% [============================ ] 1049/2276 46% [============================ ] 1050/2276 46% [============================ ] 1051/2276 46% [============================ ] 1052/2276 46% [============================ ] 1053/2276 46% [============================ ] 1054/2276 46% [============================ ] 1055/2276 46% [============================ ] 1056/2276 46% [============================ ] 1057/2276 46% [============================ ] 1058/2276 46% [============================ ] 1059/2276 46% [============================ ] 1060/2276 46% [============================ ] 1061/2276 46% [============================ ] 1062/2276 46% [============================ ] 1063/2276 46% [============================ ] 1064/2276 46% [============================= ] 1065/2276 46% [============================= ] 1066/2276 46% [============================= ] 1067/2276 46% [============================= ] 1068/2276 46% [============================= ] 1069/2276 46% [============================= ] 1070/2276 47% [============================= ] 1071/2276 47% [============================= ] 1072/2276 47% [============================= ] 1073/2276 47% [============================= ] 1074/2276 47% [============================= ] 1075/2276 47% [============================= ] 1076/2276 47% [============================= ] 1077/2276 47% [============================= ] 1078/2276 47% [============================= ] 1079/2276 47% [============================= ] 1080/2276 47% [============================= ] 1081/2276 47% [============================= ] 1082/2276 47% [============================= ] 1083/2276 47% [============================= ] 1084/2276 47% [============================= ] 1085/2276 47% [============================= ] 1086/2276 47% [============================= ] 1087/2276 47% [============================= ] 1088/2276 47% [============================= ] 1089/2276 47% [============================= ] 1090/2276 47% [============================= ] 1091/2276 47% [============================= ] 1092/2276 47% [============================= ] 1093/2276 48% [============================= ] 1094/2276 48% [============================= ] 1095/2276 48% [============================= ] 1096/2276 48% [============================= ] 1097/2276 48% [============================= ] 1098/2276 48% [============================= ] 1099/2276 48% [============================= ] 1100/2276 48% [============================= ] 1101/2276 48% [============================== ] 1102/2276 48% [============================== ] 1103/2276 48% [============================== ] 1104/2276 48% [============================== ] 1105/2276 48% [============================== ] 1106/2276 48% [============================== ] 1107/2276 48% [============================== ] 1108/2276 48% [============================== ] 1109/2276 48% [============================== ] 1110/2276 48% [============================== ] 1111/2276 48% [============================== ] 1112/2276 48% [============================== ] 1113/2276 48% [============================== ] 1114/2276 48% [============================== ] 1115/2276 48% [============================== ] 1116/2276 49% [============================== ] 1117/2276 49% [============================== ] 1118/2276 49% [============================== ] 1119/2276 49% [============================== ] 1120/2276 49% [============================== ] 1121/2276 49% [============================== ] 1122/2276 49% [============================== ] 1123/2276 49% [============================== ] 1124/2276 49% [============================== ] 1125/2276 49% [============================== ] 1126/2276 49% [============================== ] 1127/2276 49% [============================== ] 1128/2276 49% [============================== ] 1129/2276 49% [============================== ] 1130/2276 49% [============================== ] 1131/2276 49% [============================== ] 1132/2276 49% [============================== ] 1133/2276 49% [============================== ] 1134/2276 49% [============================== ] 1135/2276 49% [============================== ] 1136/2276 49% [============================== ] 1137/2276 49% [=============================== ] 1138/2276 50% [=============================== ] 1139/2276 50% [=============================== ] 1140/2276 50% [=============================== ] 1141/2276 50% [=============================== ] 1142/2276 50% [=============================== ] 1143/2276 50% [=============================== ] 1144/2276 50% [=============================== ] 1145/2276 50% [=============================== ] 1146/2276 50% [=============================== ] 1147/2276 50% [=============================== ] 1148/2276 50% [=============================== ] 1149/2276 50% [=============================== ] 1150/2276 50% [=============================== ] 1151/2276 50% [=============================== ] 1152/2276 50% [=============================== ] 1153/2276 50% [=============================== ] 1154/2276 50% [=============================== ] 1155/2276 50% [=============================== ] 1156/2276 50% [=============================== ] 1157/2276 50% [=============================== ] 1158/2276 50% [=============================== ] 1159/2276 50% [=============================== ] 1160/2276 50% [=============================== ] 1161/2276 51% [=============================== ] 1162/2276 51% [=============================== ] 1163/2276 51% [=============================== ] 1164/2276 51% [=============================== ] 1165/2276 51% [=============================== ] 1166/2276 51% [=============================== ] 1167/2276 51% [=============================== ] 1168/2276 51% [=============================== ] 1169/2276 51% [=============================== ] 1170/2276 51% [=============================== ] 1171/2276 51% [=============================== ] 1172/2276 51% [=============================== ] 1173/2276 51% [=============================== ] 1174/2276 51% [================================ ] 1175/2276 51% [================================ ] 1176/2276 51% [================================ ] 1177/2276 51% [================================ ] 1178/2276 51% [================================ ] 1179/2276 51% [================================ ] 1180/2276 51% [================================ ] 1181/2276 51% [================================ ] 1182/2276 51% [================================ ] 1183/2276 51% [================================ ] 1184/2276 52% [================================ ] 1185/2276 52% [================================ ] 1186/2276 52% [================================ ] 1187/2276 52% [================================ ] 1188/2276 52% [================================ ] 1189/2276 52% [================================ ] 1190/2276 52% [================================ ] 1191/2276 52% [================================ ] 1192/2276 52% [================================ ] 1193/2276 52% [================================ ] 1194/2276 52% [================================ ] 1195/2276 52% [================================ ] 1196/2276 52% [================================ ] 1197/2276 52% [================================ ] 1198/2276 52% [================================ ] 1199/2276 52% [================================ ] 1200/2276 52% [================================ ] 1201/2276 52% [================================ ] 1202/2276 52% [================================ ] 1203/2276 52% [================================ ] 1204/2276 52% [================================ ] 1205/2276 52% [================================ ] 1206/2276 52% [================================ ] 1207/2276 53% [================================ ] 1208/2276 53% [================================ ] 1209/2276 53% [================================ ] 1210/2276 53% [================================ ] 1211/2276 53% [================================= ] 1212/2276 53% [================================= ] 1213/2276 53% [================================= ] 1214/2276 53% [================================= ] 1215/2276 53% [================================= ] 1216/2276 53% [================================= ] 1217/2276 53% [================================= ] 1218/2276 53% [================================= ] 1219/2276 53% [================================= ] 1220/2276 53% [================================= ] 1221/2276 53% [================================= ] 1222/2276 53% [================================= ] 1223/2276 53% [================================= ] 1224/2276 53% [================================= ] 1225/2276 53% [================================= ] 1226/2276 53% [================================= ] 1227/2276 53% [================================= ] 1228/2276 53% [================================= ] 1229/2276 53% [================================= ] 1230/2276 54% [================================= ] 1231/2276 54% [================================= ] 1232/2276 54% [================================= ] 1233/2276 54% [================================= ] 1234/2276 54% [================================= ] 1235/2276 54% [================================= ] 1236/2276 54% [================================= ] 1237/2276 54% [================================= ] 1238/2276 54% [================================= ] 1239/2276 54% [================================= ] 1240/2276 54% [================================= ] 1241/2276 54% [================================= ] 1242/2276 54% [================================= ] 1243/2276 54% [================================= ] 1244/2276 54% [================================= ] 1245/2276 54% [================================= ] 1246/2276 54% [================================= ] 1247/2276 54% [================================= ] 1248/2276 54% [================================== ] 1249/2276 54% [================================== ] 1250/2276 54% [================================== ] 1251/2276 54% [================================== ] 1252/2276 55% [================================== ] 1253/2276 55% [================================== ] 1254/2276 55% [================================== ] 1255/2276 55% [================================== ] 1256/2276 55% [================================== ] 1257/2276 55% [================================== ] 1258/2276 55% [================================== ] 1259/2276 55% [================================== ] 1260/2276 55% [================================== ] 1261/2276 55% [================================== ] 1262/2276 55% [================================== ] 1263/2276 55% [================================== ] 1264/2276 55% [================================== ] 1265/2276 55% [================================== ] 1266/2276 55% [================================== ] 1267/2276 55% [================================== ] 1268/2276 55% [================================== ] 1269/2276 55% [================================== ] 1270/2276 55% [================================== ] 1271/2276 55% [================================== ] 1272/2276 55% [================================== ] 1273/2276 55% [================================== ] 1274/2276 55% [================================== ] 1275/2276 56% [================================== ] 1276/2276 56% [================================== ] 1277/2276 56% [================================== ] 1278/2276 56% [================================== ] 1279/2276 56% [================================== ] 1280/2276 56% [================================== ] 1281/2276 56% [================================== ] 1282/2276 56% [================================== ] 1283/2276 56% [================================== ] 1284/2276 56% [=================================== ] 1285/2276 56% [=================================== ] 1286/2276 56% [=================================== ] 1287/2276 56% [=================================== ] 1288/2276 56% [=================================== ] 1289/2276 56% [=================================== ] 1290/2276 56% [=================================== ] 1291/2276 56% [=================================== ] 1292/2276 56% [=================================== ] 1293/2276 56% [=================================== ] 1294/2276 56% [=================================== ] 1295/2276 56% [=================================== ] 1296/2276 56% [=================================== ] 1297/2276 56% [=================================== ] 1298/2276 57% [=================================== ] 1299/2276 57% [=================================== ] 1300/2276 57% [=================================== ] 1301/2276 57% [=================================== ] 1302/2276 57% [=================================== ] 1303/2276 57% [=================================== ] 1304/2276 57% [=================================== ] 1305/2276 57% [=================================== ] 1306/2276 57% [=================================== ] 1307/2276 57% [=================================== ] 1308/2276 57% [=================================== ] 1309/2276 57% [=================================== ] 1310/2276 57% [=================================== ] 1311/2276 57% [=================================== ] 1312/2276 57% [=================================== ] 1313/2276 57% [=================================== ] 1314/2276 57% [=================================== ] 1315/2276 57% [=================================== ] 1316/2276 57% [=================================== ] 1317/2276 57% [=================================== ] 1318/2276 57% [=================================== ] 1319/2276 57% [=================================== ] 1320/2276 57% [=================================== ] 1321/2276 58% [==================================== ] 1322/2276 58% [==================================== ] 1323/2276 58% [==================================== ] 1324/2276 58% [==================================== ] 1325/2276 58% [==================================== ] 1326/2276 58% [==================================== ] 1327/2276 58% [==================================== ] 1328/2276 58% [==================================== ] 1329/2276 58% [==================================== ] 1330/2276 58% [==================================== ] 1331/2276 58% [==================================== ] 1332/2276 58% [==================================== ] 1333/2276 58% [==================================== ] 1334/2276 58% [==================================== ] 1335/2276 58% [==================================== ] 1336/2276 58% [==================================== ] 1337/2276 58% [==================================== ] 1338/2276 58% [==================================== ] 1339/2276 58% [==================================== ] 1340/2276 58% [==================================== ] 1341/2276 58% [==================================== ] 1342/2276 58% [==================================== ] 1343/2276 59% [==================================== ] 1344/2276 59% [==================================== ] 1345/2276 59% [==================================== ] 1346/2276 59% [==================================== ] 1347/2276 59% [==================================== ] 1348/2276 59% [==================================== ] 1349/2276 59% [==================================== ] 1350/2276 59% [==================================== ] 1351/2276 59% [==================================== ] 1352/2276 59% [==================================== ] 1353/2276 59% [==================================== ] 1354/2276 59% [==================================== ] 1355/2276 59% [==================================== ] 1356/2276 59% [==================================== ] 1357/2276 59% [==================================== ] 1358/2276 59% [===================================== ] 1359/2276 59% [===================================== ] 1360/2276 59% [===================================== ] 1361/2276 59% [===================================== ] 1362/2276 59% [===================================== ] 1363/2276 59% [===================================== ] 1364/2276 59% [===================================== ] 1365/2276 59% [===================================== ] 1366/2276 60% [===================================== ] 1367/2276 60% [===================================== ] 1368/2276 60% [===================================== ] 1369/2276 60% [===================================== ] 1370/2276 60% [===================================== ] 1371/2276 60% [===================================== ] 1372/2276 60% [===================================== ] 1373/2276 60% [===================================== ] 1374/2276 60% [===================================== ] 1375/2276 60% [===================================== ] 1376/2276 60% [===================================== ] 1377/2276 60% [===================================== ] 1378/2276 60% [===================================== ] 1379/2276 60% [===================================== ] 1380/2276 60% [===================================== ] 1381/2276 60% [===================================== ] 1382/2276 60% [===================================== ] 1383/2276 60% [===================================== ] 1384/2276 60% [===================================== ] 1385/2276 60% [===================================== ] 1386/2276 60% [===================================== ] 1387/2276 60% [===================================== ] 1388/2276 60% [===================================== ] 1389/2276 61% [===================================== ] 1390/2276 61% [===================================== ] 1391/2276 61% [===================================== ] 1392/2276 61% [===================================== ] 1393/2276 61% [===================================== ] 1394/2276 61% [====================================== ] 1395/2276 61% [====================================== ] 1396/2276 61% [====================================== ] 1397/2276 61% [====================================== ] 1398/2276 61% [====================================== ] 1399/2276 61% [====================================== ] 1400/2276 61% [====================================== ] 1401/2276 61% [====================================== ] 1402/2276 61% [====================================== ] 1403/2276 61% [====================================== ] 1404/2276 61% [====================================== ] 1405/2276 61% [====================================== ] 1406/2276 61% [====================================== ] 1407/2276 61% [====================================== ] 1408/2276 61% [====================================== ] 1409/2276 61% [====================================== ] 1410/2276 61% [====================================== ] 1411/2276 61% [====================================== ] 1412/2276 62% [====================================== ] 1413/2276 62% [====================================== ] 1414/2276 62% [====================================== ] 1415/2276 62% [====================================== ] 1416/2276 62% [====================================== ] 1417/2276 62% [====================================== ] 1418/2276 62% [====================================== ] 1419/2276 62% [====================================== ] 1420/2276 62% [====================================== ] 1421/2276 62% [====================================== ] 1422/2276 62% [====================================== ] 1423/2276 62% [====================================== ] 1424/2276 62% [====================================== ] 1425/2276 62% [====================================== ] 1426/2276 62% [====================================== ] 1427/2276 62% [====================================== ] 1428/2276 62% [====================================== ] 1429/2276 62% [====================================== ] 1430/2276 62% [====================================== ] 1431/2276 62% [======================================= ] 1432/2276 62% [======================================= ] 1433/2276 62% [======================================= ] 1434/2276 63% [======================================= ] 1435/2276 63% [======================================= ] 1436/2276 63% [======================================= ] 1437/2276 63% [======================================= ] 1438/2276 63% [======================================= ] 1439/2276 63% [======================================= ] 1440/2276 63% [======================================= ] 1441/2276 63% [======================================= ] 1442/2276 63% [======================================= ] 1443/2276 63% [======================================= ] 1444/2276 63% [======================================= ] 1445/2276 63% [======================================= ] 1446/2276 63% [======================================= ] 1447/2276 63% [======================================= ] 1448/2276 63% [======================================= ] 1449/2276 63% [======================================= ] 1450/2276 63% [======================================= ] 1451/2276 63% [======================================= ] 1452/2276 63% [======================================= ] 1453/2276 63% [======================================= ] 1454/2276 63% [======================================= ] 1455/2276 63% [======================================= ] 1456/2276 63% [======================================= ] 1457/2276 64% [======================================= ] 1458/2276 64% [======================================= ] 1459/2276 64% [======================================= ] 1460/2276 64% [======================================= ] 1461/2276 64% [======================================= ] 1462/2276 64% [======================================= ] 1463/2276 64% [======================================= ] 1464/2276 64% [======================================= ] 1465/2276 64% [======================================= ] 1466/2276 64% [======================================= ] 1467/2276 64% [======================================= ] 1468/2276 64% [======================================== ] 1469/2276 64% [======================================== ] 1470/2276 64% [======================================== ] 1471/2276 64% [======================================== ] 1472/2276 64% [======================================== ] 1473/2276 64% [======================================== ] 1474/2276 64% [======================================== ] 1475/2276 64% [======================================== ] 1476/2276 64% [======================================== ] 1477/2276 64% [======================================== ] 1478/2276 64% [======================================== ] 1479/2276 64% [======================================== ] 1480/2276 65% [======================================== ] 1481/2276 65% [======================================== ] 1482/2276 65% [======================================== ] 1483/2276 65% [======================================== ] 1484/2276 65% [======================================== ] 1485/2276 65% [======================================== ] 1486/2276 65% [======================================== ] 1487/2276 65% [======================================== ] 1488/2276 65% [======================================== ] 1489/2276 65% [======================================== ] 1490/2276 65% [======================================== ] 1491/2276 65% [======================================== ] 1492/2276 65% [======================================== ] 1493/2276 65% [======================================== ] 1494/2276 65% [======================================== ] 1495/2276 65% [======================================== ] 1496/2276 65% [======================================== ] 1497/2276 65% [======================================== ] 1498/2276 65% [======================================== ] 1499/2276 65% [======================================== ] 1500/2276 65% [======================================== ] 1501/2276 65% [======================================== ] 1502/2276 65% [======================================== ] 1503/2276 66% [======================================== ] 1504/2276 66% [======================================== ] 1505/2276 66% [========================================= ] 1506/2276 66% [========================================= ] 1507/2276 66% [========================================= ] 1508/2276 66% [========================================= ] 1509/2276 66% [========================================= ] 1510/2276 66% [========================================= ] 1511/2276 66% [========================================= ] 1512/2276 66% [========================================= ] 1513/2276 66% [========================================= ] 1514/2276 66% [========================================= ] 1515/2276 66% [========================================= ] 1516/2276 66% [========================================= ] 1517/2276 66% [========================================= ] 1518/2276 66% [========================================= ] 1519/2276 66% [========================================= ] 1520/2276 66% [========================================= ] 1521/2276 66% [========================================= ] 1522/2276 66% [========================================= ] 1523/2276 66% [========================================= ] 1524/2276 66% [========================================= ] 1525/2276 67% [========================================= ] 1526/2276 67% [========================================= ] 1527/2276 67% [========================================= ] 1528/2276 67% [========================================= ] 1529/2276 67% [========================================= ] 1530/2276 67% [========================================= ] 1531/2276 67% [========================================= ] 1532/2276 67% [========================================= ] 1533/2276 67% [========================================= ] 1534/2276 67% [========================================= ] 1535/2276 67% [========================================= ] 1536/2276 67% [========================================= ] 1537/2276 67% [========================================= ] 1538/2276 67% [========================================= ] 1539/2276 67% [========================================= ] 1540/2276 67% [========================================= ] 1541/2276 67% [========================================== ] 1542/2276 67% [========================================== ] 1543/2276 67% [========================================== ] 1544/2276 67% [========================================== ] 1545/2276 67% [========================================== ] 1546/2276 67% [========================================== ] 1547/2276 67% [========================================== ] 1548/2276 68% [========================================== ] 1549/2276 68% [========================================== ] 1550/2276 68% [========================================== ] 1551/2276 68% [========================================== ] 1552/2276 68% [========================================== ] 1553/2276 68% [========================================== ] 1554/2276 68% [========================================== ] 1555/2276 68% [========================================== ] 1556/2276 68% [========================================== ] 1557/2276 68% [========================================== ] 1558/2276 68% [========================================== ] 1559/2276 68% [========================================== ] 1560/2276 68% [========================================== ] 1561/2276 68% [========================================== ] 1562/2276 68% [========================================== ] 1563/2276 68% [========================================== ] 1564/2276 68% [========================================== ] 1565/2276 68% [========================================== ] 1566/2276 68% [========================================== ] 1567/2276 68% [========================================== ] 1568/2276 68% [========================================== ] 1569/2276 68% [========================================== ] 1570/2276 68% [========================================== ] 1571/2276 69% [========================================== ] 1572/2276 69% [========================================== ] 1573/2276 69% [========================================== ] 1574/2276 69% [========================================== ] 1575/2276 69% [========================================== ] 1576/2276 69% [========================================== ] 1577/2276 69% [========================================== ] 1578/2276 69% [=========================================== ] 1579/2276 69% [=========================================== ] 1580/2276 69% [=========================================== ] 1581/2276 69% [=========================================== ] 1582/2276 69% [=========================================== ] 1583/2276 69% [=========================================== ] 1584/2276 69% [=========================================== ] 1585/2276 69% [=========================================== ] 1586/2276 69% [=========================================== ] 1587/2276 69% [=========================================== ] 1588/2276 69% [=========================================== ] 1589/2276 69% [=========================================== ] 1590/2276 69% [=========================================== ] 1591/2276 69% [=========================================== ] 1592/2276 69% [=========================================== ] 1593/2276 69% [=========================================== ] 1594/2276 70% [=========================================== ] 1595/2276 70% [=========================================== ] 1596/2276 70% [=========================================== ] 1597/2276 70% [=========================================== ] 1598/2276 70% [=========================================== ] 1599/2276 70% [=========================================== ] 1600/2276 70% [=========================================== ] 1601/2276 70% [=========================================== ] 1602/2276 70% [=========================================== ] 1603/2276 70% [=========================================== ] 1604/2276 70% [=========================================== ] 1605/2276 70% [=========================================== ] 1606/2276 70% [=========================================== ] 1607/2276 70% [=========================================== ] 1608/2276 70% [=========================================== ] 1609/2276 70% [=========================================== ] 1610/2276 70% [=========================================== ] 1611/2276 70% [=========================================== ] 1612/2276 70% [=========================================== ] 1613/2276 70% [=========================================== ] 1614/2276 70% [=========================================== ] 1615/2276 70% [============================================ ] 1616/2276 71% [============================================ ] 1617/2276 71% [============================================ ] 1618/2276 71% [============================================ ] 1619/2276 71% [============================================ ] 1620/2276 71% [============================================ ] 1621/2276 71% [============================================ ] 1622/2276 71% [============================================ ] 1623/2276 71% [============================================ ] 1624/2276 71% [============================================ ] 1625/2276 71% [============================================ ] 1626/2276 71% [============================================ ] 1627/2276 71% [============================================ ] 1628/2276 71% [============================================ ] 1629/2276 71% [============================================ ] 1630/2276 71% [============================================ ] 1631/2276 71% [============================================ ] 1632/2276 71% [============================================ ] 1633/2276 71% [============================================ ] 1634/2276 71% [============================================ ] 1635/2276 71% [============================================ ] 1636/2276 71% [============================================ ] 1637/2276 71% [============================================ ] 1638/2276 71% [============================================ ] 1639/2276 72% [============================================ ] 1640/2276 72% [============================================ ] 1641/2276 72% [============================================ ] 1642/2276 72% [============================================ ] 1643/2276 72% [============================================ ] 1644/2276 72% [============================================ ] 1645/2276 72% [============================================ ] 1646/2276 72% [============================================ ] 1647/2276 72% [============================================ ] 1648/2276 72% [============================================ ] 1649/2276 72% [============================================ ] 1650/2276 72% [============================================ ] 1651/2276 72% [============================================= ] 1652/2276 72% [============================================= ] 1653/2276 72% [============================================= ] 1654/2276 72% [============================================= ] 1655/2276 72% [============================================= ] 1656/2276 72% [============================================= ] 1657/2276 72% [============================================= ] 1658/2276 72% [============================================= ] 1659/2276 72% [============================================= ] 1660/2276 72% [============================================= ] 1661/2276 72% [============================================= ] 1662/2276 73% [============================================= ] 1663/2276 73% [============================================= ] 1664/2276 73% [============================================= ] 1665/2276 73% [============================================= ] 1666/2276 73% [============================================= ] 1667/2276 73% [============================================= ] 1668/2276 73% [============================================= ] 1669/2276 73% [============================================= ] 1670/2276 73% [============================================= ] 1671/2276 73% [============================================= ] 1672/2276 73% [============================================= ] 1673/2276 73% [============================================= ] 1674/2276 73% [============================================= ] 1675/2276 73% [============================================= ] 1676/2276 73% [============================================= ] 1677/2276 73% [============================================= ] 1678/2276 73% [============================================= ] 1679/2276 73% [============================================= ] 1680/2276 73% [============================================= ] 1681/2276 73% [============================================= ] 1682/2276 73% [============================================= ] 1683/2276 73% [============================================= ] 1684/2276 73% [============================================= ] 1685/2276 74% [============================================= ] 1686/2276 74% [============================================= ] 1687/2276 74% [============================================= ] 1688/2276 74% [============================================== ] 1689/2276 74% [============================================== ] 1690/2276 74% [============================================== ] 1691/2276 74% [============================================== ] 1692/2276 74% [============================================== ] 1693/2276 74% [============================================== ] 1694/2276 74% [============================================== ] 1695/2276 74% [============================================== ] 1696/2276 74% [============================================== ] 1697/2276 74% [============================================== ] 1698/2276 74% [============================================== ] 1699/2276 74% [============================================== ] 1700/2276 74% [============================================== ] 1701/2276 74% [============================================== ] 1702/2276 74% [============================================== ] 1703/2276 74% [============================================== ] 1704/2276 74% [============================================== ] 1705/2276 74% [============================================== ] 1706/2276 74% [============================================== ] 1707/2276 75% [============================================== ] 1708/2276 75% [============================================== ] 1709/2276 75% [============================================== ] 1710/2276 75% [============================================== ] 1711/2276 75% [============================================== ] 1712/2276 75% [============================================== ] 1713/2276 75% [============================================== ] 1714/2276 75% [============================================== ] 1715/2276 75% [============================================== ] 1716/2276 75% [============================================== ] 1717/2276 75% [============================================== ] 1718/2276 75% [============================================== ] 1719/2276 75% [============================================== ] 1720/2276 75% [============================================== ] 1721/2276 75% [============================================== ] 1722/2276 75% [============================================== ] 1723/2276 75% [============================================== ] 1724/2276 75% [============================================== ] 1725/2276 75% [=============================================== ] 1726/2276 75% [=============================================== ] 1727/2276 75% [=============================================== ] 1728/2276 75% [=============================================== ] 1729/2276 75% [=============================================== ] 1730/2276 76% [=============================================== ] 1731/2276 76% [=============================================== ] 1732/2276 76% [=============================================== ] 1733/2276 76% [=============================================== ] 1734/2276 76% [=============================================== ] 1735/2276 76% [=============================================== ] 1736/2276 76% [=============================================== ] 1737/2276 76% [=============================================== ] 1738/2276 76% [=============================================== ] 1739/2276 76% [=============================================== ] 1740/2276 76% [=============================================== ] 1741/2276 76% [=============================================== ] 1742/2276 76% [=============================================== ] 1743/2276 76% [=============================================== ] 1744/2276 76% [=============================================== ] 1745/2276 76% [=============================================== ] 1746/2276 76% [=============================================== ] 1747/2276 76% [=============================================== ] 1748/2276 76% [=============================================== ] 1749/2276 76% [=============================================== ] 1750/2276 76% [=============================================== ] 1751/2276 76% [=============================================== ] 1752/2276 76% [=============================================== ] 1753/2276 77% [=============================================== ] 1754/2276 77% [=============================================== ] 1755/2276 77% [=============================================== ] 1756/2276 77% [=============================================== ] 1757/2276 77% [=============================================== ] 1758/2276 77% [=============================================== ] 1759/2276 77% [=============================================== ] 1760/2276 77% [=============================================== ] 1761/2276 77% [=============================================== ] 1762/2276 77% [================================================ ] 1763/2276 77% [================================================ ] 1764/2276 77% [================================================ ] 1765/2276 77% [================================================ ] 1766/2276 77% [================================================ ] 1767/2276 77% [================================================ ] 1768/2276 77% [================================================ ] 1769/2276 77% [================================================ ] 1770/2276 77% [================================================ ] 1771/2276 77% [================================================ ] 1772/2276 77% [================================================ ] 1773/2276 77% [================================================ ] 1774/2276 77% [================================================ ] 1775/2276 77% [================================================ ] 1776/2276 78% [================================================ ] 1777/2276 78% [================================================ ] 1778/2276 78% [================================================ ] 1779/2276 78% [================================================ ] 1780/2276 78% [================================================ ] 1781/2276 78% [================================================ ] 1782/2276 78% [================================================ ] 1783/2276 78% [================================================ ] 1784/2276 78% [================================================ ] 1785/2276 78% [================================================ ] 1786/2276 78% [================================================ ] 1787/2276 78% [================================================ ] 1788/2276 78% [================================================ ] 1789/2276 78% [================================================ ] 1790/2276 78% [================================================ ] 1791/2276 78% [================================================ ] 1792/2276 78% [================================================ ] 1793/2276 78% [================================================ ] 1794/2276 78% [================================================ ] 1795/2276 78% [================================================ ] 1796/2276 78% [================================================ ] 1797/2276 78% [================================================ ] 1798/2276 78% [================================================= ] 1799/2276 79% [================================================= ] 1800/2276 79% [================================================= ] 1801/2276 79% [================================================= ] 1802/2276 79% [================================================= ] 1803/2276 79% [================================================= ] 1804/2276 79% [================================================= ] 1805/2276 79% [================================================= ] 1806/2276 79% [================================================= ] 1807/2276 79% [================================================= ] 1808/2276 79% [================================================= ] 1809/2276 79% [================================================= ] 1810/2276 79% [================================================= ] 1811/2276 79% [================================================= ] 1812/2276 79% [================================================= ] 1813/2276 79% [================================================= ] 1814/2276 79% [================================================= ] 1815/2276 79% [================================================= ] 1816/2276 79% [================================================= ] 1817/2276 79% [================================================= ] 1818/2276 79% [================================================= ] 1819/2276 79% [================================================= ] 1820/2276 79% [================================================= ] 1821/2276 80% [================================================= ] 1822/2276 80% [================================================= ] 1823/2276 80% [================================================= ] 1824/2276 80% [================================================= ] 1825/2276 80% [================================================= ] 1826/2276 80% [================================================= ] 1827/2276 80% [================================================= ] 1828/2276 80% [================================================= ] 1829/2276 80% [================================================= ] 1830/2276 80% [================================================= ] 1831/2276 80% [================================================= ] 1832/2276 80% [================================================= ] 1833/2276 80% [================================================= ] 1834/2276 80% [================================================= ] 1835/2276 80% [================================================== ] 1836/2276 80% [================================================== ] 1837/2276 80% [================================================== ] 1838/2276 80% [================================================== ] 1839/2276 80% [================================================== ] 1840/2276 80% [================================================== ] 1841/2276 80% [================================================== ] 1842/2276 80% [================================================== ] 1843/2276 80% [================================================== ] 1844/2276 81% [================================================== ] 1845/2276 81% [================================================== ] 1846/2276 81% [================================================== ] 1847/2276 81% [================================================== ] 1848/2276 81% [================================================== ] 1849/2276 81% [================================================== ] 1850/2276 81% [================================================== ] 1851/2276 81% [================================================== ] 1852/2276 81% [================================================== ] 1853/2276 81% [================================================== ] 1854/2276 81% [================================================== ] 1855/2276 81% [================================================== ] 1856/2276 81% [================================================== ] 1857/2276 81% [================================================== ] 1858/2276 81% [================================================== ] 1859/2276 81% [================================================== ] 1860/2276 81% [================================================== ] 1861/2276 81% [================================================== ] 1862/2276 81% [================================================== ] 1863/2276 81% [================================================== ] 1864/2276 81% [================================================== ] 1865/2276 81% [================================================== ] 1866/2276 81% [================================================== ] 1867/2276 82% [================================================== ] 1868/2276 82% [================================================== ] 1869/2276 82% [================================================== ] 1870/2276 82% [================================================== ] 1871/2276 82% [================================================== ] 1872/2276 82% [=================================================== ] 1873/2276 82% [=================================================== ] 1874/2276 82% [=================================================== ] 1875/2276 82% [=================================================== ] 1876/2276 82% [=================================================== ] 1877/2276 82% [=================================================== ] 1878/2276 82% [=================================================== ] 1879/2276 82% [=================================================== ] 1880/2276 82% [=================================================== ] 1881/2276 82% [=================================================== ] 1882/2276 82% [=================================================== ] 1883/2276 82% [=================================================== ] 1884/2276 82% [=================================================== ] 1885/2276 82% [=================================================== ] 1886/2276 82% [=================================================== ] 1887/2276 82% [=================================================== ] 1888/2276 82% [=================================================== ] 1889/2276 82% [=================================================== ] 1890/2276 83% [=================================================== ] 1891/2276 83% [=================================================== ] 1892/2276 83% [=================================================== ] 1893/2276 83% [=================================================== ] 1894/2276 83% [=================================================== ] 1895/2276 83% [=================================================== ] 1896/2276 83% [=================================================== ] 1897/2276 83% [=================================================== ] 1898/2276 83% [=================================================== ] 1899/2276 83% [=================================================== ] 1900/2276 83% [=================================================== ] 1901/2276 83% [=================================================== ] 1902/2276 83% [=================================================== ] 1903/2276 83% [=================================================== ] 1904/2276 83% [=================================================== ] 1905/2276 83% [=================================================== ] 1906/2276 83% [=================================================== ] 1907/2276 83% [=================================================== ] 1908/2276 83% [==================================================== ] 1909/2276 83% [==================================================== ] 1910/2276 83% [==================================================== ] 1911/2276 83% [==================================================== ] 1912/2276 84% [==================================================== ] 1913/2276 84% [==================================================== ] 1914/2276 84% [==================================================== ] 1915/2276 84% [==================================================== ] 1916/2276 84% [==================================================== ] 1917/2276 84% [==================================================== ] 1918/2276 84% [==================================================== ] 1919/2276 84% [==================================================== ] 1920/2276 84% [==================================================== ] 1921/2276 84% [==================================================== ] 1922/2276 84% [==================================================== ] 1923/2276 84% [==================================================== ] 1924/2276 84% [==================================================== ] 1925/2276 84% [==================================================== ] 1926/2276 84% [==================================================== ] 1927/2276 84% [==================================================== ] 1928/2276 84% [==================================================== ] 1929/2276 84% [==================================================== ] 1930/2276 84% [==================================================== ] 1931/2276 84% [==================================================== ] 1932/2276 84% [==================================================== ] 1933/2276 84% [==================================================== ] 1934/2276 84% [==================================================== ] 1935/2276 85% [==================================================== ] 1936/2276 85% [==================================================== ] 1937/2276 85% [==================================================== ] 1938/2276 85% [==================================================== ] 1939/2276 85% [==================================================== ] 1940/2276 85% [==================================================== ] 1941/2276 85% [==================================================== ] 1942/2276 85% [==================================================== ] 1943/2276 85% [==================================================== ] 1944/2276 85% [==================================================== ] 1945/2276 85% [===================================================== ] 1946/2276 85% [===================================================== ] 1947/2276 85% [===================================================== ] 1948/2276 85% [===================================================== ] 1949/2276 85% [===================================================== ] 1950/2276 85% [===================================================== ] 1951/2276 85% [===================================================== ] 1952/2276 85% [===================================================== ] 1953/2276 85% [===================================================== ] 1954/2276 85% [===================================================== ] 1955/2276 85% [===================================================== ] 1956/2276 85% [===================================================== ] 1957/2276 85% [===================================================== ] 1958/2276 86% [===================================================== ] 1959/2276 86% [===================================================== ] 1960/2276 86% [===================================================== ] 1961/2276 86% [===================================================== ] 1962/2276 86% [===================================================== ] 1963/2276 86% [===================================================== ] 1964/2276 86% [===================================================== ] 1965/2276 86% [===================================================== ] 1966/2276 86% [===================================================== ] 1967/2276 86% [===================================================== ] 1968/2276 86% [===================================================== ] 1969/2276 86% [===================================================== ] 1970/2276 86% [===================================================== ] 1971/2276 86% [===================================================== ] 1972/2276 86% [===================================================== ] 1973/2276 86% [===================================================== ] 1974/2276 86% [===================================================== ] 1975/2276 86% [===================================================== ] 1976/2276 86% [===================================================== ] 1977/2276 86% [===================================================== ] 1978/2276 86% [===================================================== ] 1979/2276 86% [===================================================== ] 1980/2276 86% [===================================================== ] 1981/2276 87% [===================================================== ] 1982/2276 87% [====================================================== ] 1983/2276 87% [====================================================== ] 1984/2276 87% [====================================================== ] 1985/2276 87% [====================================================== ] 1986/2276 87% [====================================================== ] 1987/2276 87% [====================================================== ] 1988/2276 87% [====================================================== ] 1989/2276 87% [====================================================== ] 1990/2276 87% [====================================================== ] 1991/2276 87% [====================================================== ] 1992/2276 87% [====================================================== ] 1993/2276 87% [====================================================== ] 1994/2276 87% [====================================================== ] 1995/2276 87% [====================================================== ] 1996/2276 87% [====================================================== ] 1997/2276 87% [====================================================== ] 1998/2276 87% [====================================================== ] 1999/2276 87% [====================================================== ] 2000/2276 87% [====================================================== ] 2001/2276 87% [====================================================== ] 2002/2276 87% [====================================================== ] 2003/2276 88% [====================================================== ] 2004/2276 88% [====================================================== ] 2005/2276 88% [====================================================== ] 2006/2276 88% [====================================================== ] 2007/2276 88% [====================================================== ] 2008/2276 88% [====================================================== ] 2009/2276 88% [====================================================== ] 2010/2276 88% [====================================================== ] 2011/2276 88% [====================================================== ] 2012/2276 88% [====================================================== ] 2013/2276 88% [====================================================== ] 2014/2276 88% [====================================================== ] 2015/2276 88% [====================================================== ] 2016/2276 88% [====================================================== ] 2017/2276 88% [====================================================== ] 2018/2276 88% [====================================================== ] 2019/2276 88% [======================================================= ] 2020/2276 88% [======================================================= ] 2021/2276 88% [======================================================= ] 2022/2276 88% [======================================================= ] 2023/2276 88% [======================================================= ] 2024/2276 88% [======================================================= ] 2025/2276 88% [======================================================= ] 2026/2276 89% [======================================================= ] 2027/2276 89% [======================================================= ] 2028/2276 89% [======================================================= ] 2029/2276 89% [======================================================= ] 2030/2276 89% [======================================================= ] 2031/2276 89% [======================================================= ] 2032/2276 89% [======================================================= ] 2033/2276 89% [======================================================= ] 2034/2276 89% [======================================================= ] 2035/2276 89% [======================================================= ] 2036/2276 89% [======================================================= ] 2037/2276 89% [======================================================= ] 2038/2276 89% [======================================================= ] 2039/2276 89% [======================================================= ] 2040/2276 89% [======================================================= ] 2041/2276 89% [======================================================= ] 2042/2276 89% [======================================================= ] 2043/2276 89% [======================================================= ] 2044/2276 89% [======================================================= ] 2045/2276 89% [======================================================= ] 2046/2276 89% [======================================================= ] 2047/2276 89% [======================================================= ] 2048/2276 89% [======================================================= ] 2049/2276 90% [======================================================= ] 2050/2276 90% [======================================================= ] 2051/2276 90% [======================================================= ] 2052/2276 90% [======================================================= ] 2053/2276 90% [======================================================= ] 2054/2276 90% [======================================================= ] 2055/2276 90% [======================================================== ] 2056/2276 90% [======================================================== ] 2057/2276 90% [======================================================== ] 2058/2276 90% [======================================================== ] 2059/2276 90% [======================================================== ] 2060/2276 90% [======================================================== ] 2061/2276 90% [======================================================== ] 2062/2276 90% [======================================================== ] 2063/2276 90% [======================================================== ] 2064/2276 90% [======================================================== ] 2065/2276 90% [======================================================== ] 2066/2276 90% [======================================================== ] 2067/2276 90% [======================================================== ] 2068/2276 90% [======================================================== ] 2069/2276 90% [======================================================== ] 2070/2276 90% [======================================================== ] 2071/2276 90% [======================================================== ] 2072/2276 91% [======================================================== ] 2073/2276 91% [======================================================== ] 2074/2276 91% [======================================================== ] 2075/2276 91% [======================================================== ] 2076/2276 91% [======================================================== ] 2077/2276 91% [======================================================== ] 2078/2276 91% [======================================================== ] 2079/2276 91% [======================================================== ] 2080/2276 91% [======================================================== ] 2081/2276 91% [======================================================== ] 2082/2276 91% [======================================================== ] 2083/2276 91% [======================================================== ] 2084/2276 91% [======================================================== ] 2085/2276 91% [======================================================== ] 2086/2276 91% [======================================================== ] 2087/2276 91% [======================================================== ] 2088/2276 91% [======================================================== ] 2089/2276 91% [======================================================== ] 2090/2276 91% [======================================================== ] 2091/2276 91% [======================================================== ] 2092/2276 91% [========================================================= ] 2093/2276 91% [========================================================= ] 2094/2276 92% [========================================================= ] 2095/2276 92% [========================================================= ] 2096/2276 92% [========================================================= ] 2097/2276 92% [========================================================= ] 2098/2276 92% [========================================================= ] 2099/2276 92% [========================================================= ] 2100/2276 92% [========================================================= ] 2101/2276 92% [========================================================= ] 2102/2276 92% [========================================================= ] 2103/2276 92% [========================================================= ] 2104/2276 92% [========================================================= ] 2105/2276 92% [========================================================= ] 2106/2276 92% [========================================================= ] 2107/2276 92% [========================================================= ] 2108/2276 92% [========================================================= ] 2109/2276 92% [========================================================= ] 2110/2276 92% [========================================================= ] 2111/2276 92% [========================================================= ] 2112/2276 92% [========================================================= ] 2113/2276 92% [========================================================= ] 2114/2276 92% [========================================================= ] 2115/2276 92% [========================================================= ] 2116/2276 92% [========================================================= ] 2117/2276 93% [========================================================= ] 2118/2276 93% [========================================================= ] 2119/2276 93% [========================================================= ] 2120/2276 93% [========================================================= ] 2121/2276 93% [========================================================= ] 2122/2276 93% [========================================================= ] 2123/2276 93% [========================================================= ] 2124/2276 93% [========================================================= ] 2125/2276 93% [========================================================= ] 2126/2276 93% [========================================================= ] 2127/2276 93% [========================================================= ] 2128/2276 93% [========================================================= ] 2129/2276 93% [========================================================== ] 2130/2276 93% [========================================================== ] 2131/2276 93% [========================================================== ] 2132/2276 93% [========================================================== ] 2133/2276 93% [========================================================== ] 2134/2276 93% [========================================================== ] 2135/2276 93% [========================================================== ] 2136/2276 93% [========================================================== ] 2137/2276 93% [========================================================== ] 2138/2276 93% [========================================================== ] 2139/2276 93% [========================================================== ] 2140/2276 94% [========================================================== ] 2141/2276 94% [========================================================== ] 2142/2276 94% [========================================================== ] 2143/2276 94% [========================================================== ] 2144/2276 94% [========================================================== ] 2145/2276 94% [========================================================== ] 2146/2276 94% [========================================================== ] 2147/2276 94% [========================================================== ] 2148/2276 94% [========================================================== ] 2149/2276 94% [========================================================== ] 2150/2276 94% [========================================================== ] 2151/2276 94% [========================================================== ] 2152/2276 94% [========================================================== ] 2153/2276 94% [========================================================== ] 2154/2276 94% [========================================================== ] 2155/2276 94% [========================================================== ] 2156/2276 94% [========================================================== ] 2157/2276 94% [========================================================== ] 2158/2276 94% [========================================================== ] 2159/2276 94% [========================================================== ] 2160/2276 94% [========================================================== ] 2161/2276 94% [========================================================== ] 2162/2276 94% [========================================================== ] 2163/2276 95% [========================================================== ] 2164/2276 95% [========================================================== ] 2165/2276 95% [=========================================================== ] 2166/2276 95% [=========================================================== ] 2167/2276 95% [=========================================================== ] 2168/2276 95% [=========================================================== ] 2169/2276 95% [=========================================================== ] 2170/2276 95% [=========================================================== ] 2171/2276 95% [=========================================================== ] 2172/2276 95% [=========================================================== ] 2173/2276 95% [=========================================================== ] 2174/2276 95% [=========================================================== ] 2175/2276 95% [=========================================================== ] 2176/2276 95% [=========================================================== ] 2177/2276 95% [=========================================================== ] 2178/2276 95% [=========================================================== ] 2179/2276 95% [=========================================================== ] 2180/2276 95% [=========================================================== ] 2181/2276 95% [=========================================================== ] 2182/2276 95% [=========================================================== ] 2183/2276 95% [=========================================================== ] 2184/2276 95% [=========================================================== ] 2185/2276 96% [=========================================================== ] 2186/2276 96% [=========================================================== ] 2187/2276 96% [=========================================================== ] 2188/2276 96% [=========================================================== ] 2189/2276 96% [=========================================================== ] 2190/2276 96% [=========================================================== ] 2191/2276 96% [=========================================================== ] 2192/2276 96% [=========================================================== ] 2193/2276 96% [=========================================================== ] 2194/2276 96% [=========================================================== ] 2195/2276 96% [=========================================================== ] 2196/2276 96% [=========================================================== ] 2197/2276 96% [=========================================================== ] 2198/2276 96% [=========================================================== ] 2199/2276 96% [=========================================================== ] 2200/2276 96% [=========================================================== ] 2201/2276 96% [=========================================================== ] 2202/2276 96% [============================================================ ] 2203/2276 96% [============================================================ ] 2204/2276 96% [============================================================ ] 2205/2276 96% [============================================================ ] 2206/2276 96% [============================================================ ] 2207/2276 96% [============================================================ ] 2208/2276 97% [============================================================ ] 2209/2276 97% [============================================================ ] 2210/2276 97% [============================================================ ] 2211/2276 97% [============================================================ ] 2212/2276 97% [============================================================ ] 2213/2276 97% [============================================================ ] 2214/2276 97% [============================================================ ] 2215/2276 97% [============================================================ ] 2216/2276 97% [============================================================ ] 2217/2276 97% [============================================================ ] 2218/2276 97% [============================================================ ] 2219/2276 97% [============================================================ ] 2220/2276 97% [============================================================ ] 2221/2276 97% [============================================================ ] 2222/2276 97% [============================================================ ] 2223/2276 97% [============================================================ ] 2224/2276 97% [============================================================ ] 2225/2276 97% [============================================================ ] 2226/2276 97% [============================================================ ] 2227/2276 97% [============================================================ ] 2228/2276 97% [============================================================ ] 2229/2276 97% [============================================================ ] 2230/2276 97% [============================================================ ] 2231/2276 98% [============================================================ ] 2232/2276 98% [============================================================ ] 2233/2276 98% [============================================================ ] 2234/2276 98% [============================================================ ] 2235/2276 98% [============================================================ ] 2236/2276 98% [============================================================ ] 2237/2276 98% [============================================================ ] 2238/2276 98% [============================================================ ] 2239/2276 98% [============================================================= ] 2240/2276 98% [============================================================= ] 2241/2276 98% [============================================================= ] 2242/2276 98% [============================================================= ] 2243/2276 98% [============================================================= ] 2244/2276 98% [============================================================= ] 2245/2276 98% [============================================================= ] 2246/2276 98% [============================================================= ] 2247/2276 98% [============================================================= ] 2248/2276 98% [============================================================= ] 2249/2276 98% [============================================================= ] 2250/2276 98% [============================================================= ] 2251/2276 98% [============================================================= ] 2252/2276 98% [============================================================= ] 2253/2276 98% [============================================================= ] 2254/2276 99% [============================================================= ] 2255/2276 99% [============================================================= ] 2256/2276 99% [============================================================= ] 2257/2276 99% [============================================================= ] 2258/2276 99% [============================================================= ] 2259/2276 99% [============================================================= ] 2260/2276 99% [============================================================= ] 2261/2276 99% [============================================================= ] 2262/2276 99% [============================================================= ] 2263/2276 99% [============================================================= ] 2264/2276 99% [============================================================= ] 2265/2276 99% [============================================================= ] 2266/2276 99% [============================================================= ] 2267/2276 99% [============================================================= ] 2268/2276 99% [============================================================= ] 2269/2276 99% [============================================================= ] 2270/2276 99% [============================================================= ] 2271/2276 99% [============================================================= ] 2272/2276 99% [============================================================= ] 2273/2276 99% [============================================================= ] 2274/2276 99% [============================================================= ] 2275/2276 99% [==============================================================] 2276/2276 100% operation complete, 2276 objects in 43418 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.02.1-5-g88aee033d1 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-isl 0.25 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.1.27 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> acpica 20220331 Collecting legal info source/include/acpi.h: OK (sha256: 40d8e351f8dfdf5340ec76ac28f0c201b825077d7060bb3686ca1112cb26985d) >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhrystone 2 Collecting legal info >>> 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) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> genpart 1.0.2 Collecting legal info >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linux-firmware 20221214 Collecting legal info LICENCE.Abilis: OK (sha256: 8116433f4004fc0c24d72b3d9e497808b724aa0e5e1cd63fc1bf66b715b1e2e9) LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.cypress: OK (sha256: ae0db6cc4db33941148df0f67de53e76a77b1b5a46b3165edb7040aa2750015f) LICENCE.fw_sst_0f28: OK (sha256: 60fbc9cccb455e1a3306c97db942d6f24fa93664be61d54c497637e6d0e2ae83) LICENCE.iwlwifi_firmware: OK (sha256: 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5) LICENCE.microchip: OK (sha256: 0fc67bd715b3395f3f2af464781910e9e69c4ba23da304352229b42dc9e986c3) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENCE.xc4000: OK (sha256: 8ea9f4aee5f53ad877041ff089e8c95d34d615ce19a3111e5e1ea70d990ed7ff) LICENCE.xc5000: OK (sha256: 30ec8a66503dc73f83937564ae70ca23aa03259e64727ff4195b5b6f695e782f) LICENCE.xc5000c: OK (sha256: f8822049f32fef2e90a197bd8cf259f476db75d549456bdca8567616a9c07ace) LICENSE.QualcommAtheros_ath10k: OK (sha256: 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f) LICENSE.ice_enhanced: OK (sha256: 8c45a83562a69f7ac4207e4cb5c0063af2e545791b3947bc81dc82305481c15c) WHENCE: OK (sha256: 744babd4eae138ccfb5bd343b1589912b9839274f8a794af0b6c9b451df73579) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mongoose 7.8 Collecting legal info LICENSE: OK (sha256: b41c293820074278291813af9f181918154875c94d744a90bf4eec331be28ac5) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openssh 9.3p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> optee-client 3.19.0 Collecting legal info LICENSE: OK (sha256: fda8385993f112d7ca61b88b54ba5b4cbeec7e43a0f9b317d5186703c1985e8f) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> sexpect 2.3.14 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smack 1.3.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> strace 6.1 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tcl 8.6.12 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> umtprd 1.6.2 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'