CC ../src/utils/ip_addr.c CC ../src/utils/crc32.c CC op_classes.c CC rrm.c CC twt.c CC robust_av.c CC wmm_ac.c CC ../src/utils/os_unix.c CC ../src/utils/eloop.c CC config_file.c CC ../src/rsn_supp/wpa_ft.c CC ../src/rsn_supp/tdls.c CC ../src/rsn_supp/wpa.c CC ../src/rsn_supp/preauth.c CC ../src/rsn_supp/pmksa_cache.c CC ../src/rsn_supp/wpa_ie.c CC ../src/common/wpa_common.c CC ../src/crypto/crypto_internal.c CC ../src/crypto/tls_none.c CC ../src/crypto/aes-internal.c CC ../src/crypto/aes-internal-dec.c CC ../src/crypto/aes-unwrap.c CC ../src/crypto/aes-omac1.c CC ../src/crypto/aes-internal-enc.c CC ../src/crypto/md5.c CC ../src/crypto/md5-internal.c CC ../src/crypto/rc4.c CC ../src/crypto/sha256.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/sha256-internal.c CC ../src/crypto/sha384-internal.c CC ../src/crypto/sha512-internal.c CC ../src/crypto/random.c CC ../src/utils/base64.c CC ../src/common/ieee802_11_common.c CC ../src/common/hw_features_common.c CC ../src/crypto/sha1.c CC ../src/crypto/sha1-prf.c In function 'SHA1Update', inlined from 'SHA1Final' at ../src/crypto/sha1-internal.c:288:2: ../src/crypto/sha1-internal.c:264:25: warning: 'SHA1Transform' reading 64 bytes from a region of size 1 [-Wstringop-overread] 264 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/crypto/sha1-internal.c:264:25: note: referencing argument 2 of type 'const unsigned char[64]' ../src/crypto/sha1-internal.c: In function 'SHA1Final': ../src/crypto/sha1-internal.c:176:6: note: in a call to function 'SHA1Transform' 176 | void SHA1Transform(u32 state[5], const unsigned char buffer[64]) | ^~~~~~~~~~~~~ In function 'SHA1Update', inlined from 'SHA1Final' at ../src/crypto/sha1-internal.c:290:3: ../src/crypto/sha1-internal.c:264:25: warning: 'SHA1Transform' reading 64 bytes from a region of size 1 [-Wstringop-overread] 264 | SHA1Transform(context->state, &data[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/crypto/sha1-internal.c:264:25: note: referencing argument 2 of type 'const unsigned char[64]' ../src/crypto/sha1-internal.c: In function 'SHA1Final': ../src/crypto/sha1-internal.c:176:6: note: in a call to function 'SHA1Transform' 176 | void SHA1Transform(u32 state[5], const unsigned char buffer[64]) | ^~~~~~~~~~~~~ CC ../src/crypto/sha1-internal.c CC ../src/crypto/sha1-pbkdf2.c CC bgscan_simple.c CC bgscan.c CC ../src/drivers/driver_common.c CC wpa_supplicant.c CC events.c CC bssid_ignore.c CC wpas_glue.c CC scan.c CC main.c CC ../src/drivers/drivers.c CC ../src/l2_packet/l2_packet_linux.c LD wpa_supplicant CC wpa_cli.c CC ../src/common/wpa_ctrl.c CC ../src/common/cli.c CC ../src/utils/edit_simple.c LD wpa_cli sed systemd/wpa_supplicant.service.in sed systemd/wpa_supplicant.service.arg.in sed systemd/wpa_supplicant-nl80211.service.arg.in sed systemd/wpa_supplicant-wired.service.arg.in sed dbus/fi.w1.wpa_supplicant1.service.in CC wpa_passphrase.c LD wpa_passphrase >>> wpa_supplicant 2.10 Installing to staging directory >>> wpa_supplicant 2.10 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-12/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/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/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-12/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 >>> wpa_supplicant 2.10 Installing to target /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-12/output-1/build/wpa_supplicant-2.10/wpa_supplicant/wpa_supplicant /home/autobuild/autobuild/instance-12/output-1/target/usr/sbin/wpa_supplicant /usr/bin/install -m 644 -D package/wpa_supplicant/wpa_supplicant.conf /home/autobuild/autobuild/instance-12/output-1/target/etc/wpa_supplicant.conf >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=2'@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', '-O3', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/nios2-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/nios2-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%nios2%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells rm -f /home/autobuild/autobuild/instance-12/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-12/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-12/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-12/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-12/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-12/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-12/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/include /home/autobuild/autobuild/instance-12/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-12/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-12/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-12/output-1/target/usr/doc find /home/autobuild/autobuild/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-12/output-1/target/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-12/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-12/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc2-38-g139e478617"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package \ /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n - - sgx -1 * - - - SGX device nodes\n\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2279 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/2279 0% [ ] 2/2279 0% [ ] 3/2279 0% [ ] 4/2279 0% [ ] 5/2279 0% [ ] 6/2279 0% [ ] 7/2279 0% [ ] 8/2279 0% [ ] 9/2279 0% [ ] 10/2279 0% [ ] 11/2279 0% [ ] 12/2279 0% [ ] 13/2279 0% [ ] 14/2279 0% [ ] 15/2279 0% [ ] 16/2279 0% [ ] 17/2279 0% [ ] 18/2279 0% [ ] 19/2279 0% [ ] 20/2279 0% [ ] 21/2279 0% [ ] 22/2279 0% [ ] 23/2279 1% [ ] 24/2279 1% [ ] 25/2279 1% [ ] 26/2279 1% [ ] 27/2279 1% [ ] 28/2279 1% [ ] 29/2279 1% [ ] 30/2279 1% [ ] 31/2279 1% [ ] 32/2279 1% [ ] 33/2279 1% [ ] 34/2279 1% [ ] 35/2279 1% [ ] 36/2279 1% [= ] 37/2279 1% [= ] 38/2279 1% [= ] 39/2279 1% [= ] 40/2279 1% [= ] 41/2279 1% [= ] 42/2279 1% [= ] 43/2279 1% [= ] 44/2279 1% [= ] 45/2279 1% [= ] 46/2279 2% [= ] 47/2279 2% [= ] 48/2279 2% [= ] 49/2279 2% [= ] 50/2279 2% [= ] 51/2279 2% [= ] 52/2279 2% [= ] 53/2279 2% [= ] 54/2279 2% [= ] 55/2279 2% [= ] 56/2279 2% [= ] 57/2279 2% [= ] 58/2279 2% [= ] 59/2279 2% [= ] 60/2279 2% [= ] 61/2279 2% [= ] 62/2279 2% [= ] 63/2279 2% [= ] 64/2279 2% [= ] 65/2279 2% [= ] 66/2279 2% [= ] 67/2279 2% [= ] 68/2279 2% [= ] 69/2279 3% [= ] 70/2279 3% [= ] 71/2279 3% [= ] 72/2279 3% [= ] 73/2279 3% [== ] 74/2279 3% [== ] 75/2279 3% [== ] 76/2279 3% [== ] 77/2279 3% [== ] 78/2279 3% [== ] 79/2279 3% [== ] 80/2279 3% [== ] 81/2279 3% [== ] 82/2279 3% [== ] 83/2279 3% [== ] 84/2279 3% [== ] 85/2279 3% [== ] 86/2279 3% [== ] 87/2279 3% [== ] 88/2279 3% [== ] 89/2279 3% [== ] 90/2279 3% [== ] 91/2279 3% [== ] 92/2279 4% [== ] 93/2279 4% [== ] 94/2279 4% [== ] 95/2279 4% [== ] 96/2279 4% [== ] 97/2279 4% [== ] 98/2279 4% [== ] 99/2279 4% [== ] 100/2279 4% [== ] 101/2279 4% [== ] 102/2279 4% [== ] 103/2279 4% [== ] 104/2279 4% [== ] 105/2279 4% [== ] 106/2279 4% [== ] 107/2279 4% [== ] 108/2279 4% [== ] 109/2279 4% [== ] 110/2279 4% [=== ] 111/2279 4% [=== ] 112/2279 4% [=== ] 113/2279 4% [=== ] 114/2279 5% [=== ] 115/2279 5% [=== ] 116/2279 5% [=== ] 117/2279 5% [=== ] 118/2279 5% [=== ] 119/2279 5% [=== ] 120/2279 5% [=== ] 121/2279 5% [=== ] 122/2279 5% [=== ] 123/2279 5% [=== ] 124/2279 5% [=== ] 125/2279 5% [=== ] 126/2279 5% [=== ] 127/2279 5% [=== ] 128/2279 5% [=== ] 129/2279 5% [=== ] 130/2279 5% [=== ] 131/2279 5% [=== ] 132/2279 5% [=== ] 133/2279 5% [=== ] 134/2279 5% [=== ] 135/2279 5% [=== ] 136/2279 5% [=== ] 137/2279 6% [=== ] 138/2279 6% [=== ] 139/2279 6% [=== ] 140/2279 6% [=== ] 141/2279 6% [=== ] 142/2279 6% [=== ] 143/2279 6% [=== ] 144/2279 6% [=== ] 145/2279 6% [=== ] 146/2279 6% [=== ] 147/2279 6% [==== ] 148/2279 6% [==== ] 149/2279 6% [==== ] 150/2279 6% [==== ] 151/2279 6% [==== ] 152/2279 6% [==== ] 153/2279 6% [==== ] 154/2279 6% [==== ] 155/2279 6% [==== ] 156/2279 6% [==== ] 157/2279 6% [==== ] 158/2279 6% [==== ] 159/2279 6% [==== ] 160/2279 7% [==== ] 161/2279 7% [==== ] 162/2279 7% [==== ] 163/2279 7% [==== ] 164/2279 7% [==== ] 165/2279 7% [==== ] 166/2279 7% [==== ] 167/2279 7% [==== ] 168/2279 7% [==== ] 169/2279 7% [==== ] 170/2279 7% [==== ] 171/2279 7% [==== ] 172/2279 7% [==== ] 173/2279 7% [==== ] 174/2279 7% [==== ] 175/2279 7% [==== ] 176/2279 7% [==== ] 177/2279 7% [==== ] 178/2279 7% [==== ] 179/2279 7% [==== ] 180/2279 7% [==== ] 181/2279 7% [==== ] 182/2279 7% [==== ] 183/2279 8% [===== ] 184/2279 8% [===== ] 185/2279 8% [===== ] 186/2279 8% [===== ] 187/2279 8% [===== ] 188/2279 8% [===== ] 189/2279 8% [===== ] 190/2279 8% [===== ] 191/2279 8% [===== ] 192/2279 8% [===== ] 193/2279 8% [===== ] 194/2279 8% [===== ] 195/2279 8% [===== ] 196/2279 8% [===== ] 197/2279 8% [===== ] 198/2279 8% [===== ] 199/2279 8% [===== ] 200/2279 8% [===== ] 201/2279 8% [===== ] 202/2279 8% [===== ] 203/2279 8% [===== ] 204/2279 8% [===== ] 205/2279 8% [===== ] 206/2279 9% [===== ] 207/2279 9% [===== ] 208/2279 9% [===== ] 209/2279 9% [===== ] 210/2279 9% [===== ] 211/2279 9% [===== ] 212/2279 9% [===== ] 213/2279 9% [===== ] 214/2279 9% [===== ] 215/2279 9% [===== ] 216/2279 9% [===== ] 217/2279 9% [===== ] 218/2279 9% [===== ] 219/2279 9% [===== ] 220/2279 9% [====== ] 221/2279 9% [====== ] 222/2279 9% [====== ] 223/2279 9% [====== ] 224/2279 9% [====== ] 225/2279 9% [====== ] 226/2279 9% [====== ] 227/2279 9% [====== ] 228/2279 10% [====== ] 229/2279 10% [====== ] 230/2279 10% [====== ] 231/2279 10% [====== ] 232/2279 10% [====== ] 233/2279 10% [====== ] 234/2279 10% [====== ] 235/2279 10% [====== ] 236/2279 10% [====== ] 237/2279 10% [====== ] 238/2279 10% [====== ] 239/2279 10% [====== ] 240/2279 10% [====== ] 241/2279 10% [====== ] 242/2279 10% [====== ] 243/2279 10% [====== ] 244/2279 10% [====== ] 245/2279 10% [====== ] 246/2279 10% [====== ] 247/2279 10% [====== ] 248/2279 10% [====== ] 249/2279 10% [====== ] 250/2279 10% [====== ] 251/2279 11% [====== ] 252/2279 11% [====== ] 253/2279 11% [====== ] 254/2279 11% [====== ] 255/2279 11% [====== ] 256/2279 11% [====== ] 257/2279 11% [======= ] 258/2279 11% [======= ] 259/2279 11% [======= ] 260/2279 11% [======= ] 261/2279 11% [======= ] 262/2279 11% [======= ] 263/2279 11% [======= ] 264/2279 11% [======= ] 265/2279 11% [======= ] 266/2279 11% [======= ] 267/2279 11% [======= ] 268/2279 11% [======= ] 269/2279 11% [======= ] 270/2279 11% [======= ] 271/2279 11% [======= ] 272/2279 11% [======= ] 273/2279 11% [======= ] 274/2279 12% [======= ] 275/2279 12% [======= ] 276/2279 12% [======= ] 277/2279 12% [======= ] 278/2279 12% [======= ] 279/2279 12% [======= ] 280/2279 12% [======= ] 281/2279 12% [======= ] 282/2279 12% [======= ] 283/2279 12% [======= ] 284/2279 12% [======= ] 285/2279 12% [======= ] 286/2279 12% [======= ] 287/2279 12% [======= ] 288/2279 12% [======= ] 289/2279 12% [======= ] 290/2279 12% [======= ] 291/2279 12% [======= ] 292/2279 12% [======= ] 293/2279 12% [======= ] 294/2279 12% [======== ] 295/2279 12% [======== ] 296/2279 12% [======== ] 297/2279 13% [======== ] 298/2279 13% [======== ] 299/2279 13% [======== ] 300/2279 13% [======== ] 301/2279 13% [======== ] 302/2279 13% [======== ] 303/2279 13% [======== ] 304/2279 13% [======== ] 305/2279 13% [======== ] 306/2279 13% [======== ] 307/2279 13% [======== ] 308/2279 13% [======== ] 309/2279 13% [======== ] 310/2279 13% [======== ] 311/2279 13% [======== ] 312/2279 13% [======== ] 313/2279 13% [======== ] 314/2279 13% [======== ] 315/2279 13% [======== ] 316/2279 13% [======== ] 317/2279 13% [======== ] 318/2279 13% [======== ] 319/2279 13% [======== ] 320/2279 14% [======== ] 321/2279 14% [======== ] 322/2279 14% [======== ] 323/2279 14% [======== ] 324/2279 14% [======== ] 325/2279 14% [======== ] 326/2279 14% [======== ] 327/2279 14% [======== ] 328/2279 14% [======== ] 329/2279 14% [======== ] 330/2279 14% [========= ] 331/2279 14% [========= ] 332/2279 14% [========= ] 333/2279 14% [========= ] 334/2279 14% [========= ] 335/2279 14% [========= ] 336/2279 14% [========= ] 337/2279 14% [========= ] 338/2279 14% [========= ] 339/2279 14% [========= ] 340/2279 14% [========= ] 341/2279 14% [========= ] 342/2279 15% [========= ] 343/2279 15% [========= ] 344/2279 15% [========= ] 345/2279 15% [========= ] 346/2279 15% [========= ] 347/2279 15% [========= ] 348/2279 15% [========= ] 349/2279 15% [========= ] 350/2279 15% [========= ] 351/2279 15% [========= ] 352/2279 15% [========= ] 353/2279 15% [========= ] 354/2279 15% [========= ] 355/2279 15% [========= ] 356/2279 15% [========= ] 357/2279 15% [========= ] 358/2279 15% [========= ] 359/2279 15% [========= ] 360/2279 15% [========= ] 361/2279 15% [========= ] 362/2279 15% [========= ] 363/2279 15% [========= ] 364/2279 15% [========= ] 365/2279 16% [========= ] 366/2279 16% [========= ] 367/2279 16% [========== ] 368/2279 16% [========== ] 369/2279 16% [========== ] 370/2279 16% [========== ] 371/2279 16% [========== ] 372/2279 16% [========== ] 373/2279 16% [========== ] 374/2279 16% [========== ] 375/2279 16% [========== ] 376/2279 16% [========== ] 377/2279 16% [========== ] 378/2279 16% [========== ] 379/2279 16% [========== ] 380/2279 16% [========== ] 381/2279 16% [========== ] 382/2279 16% [========== ] 383/2279 16% [========== ] 384/2279 16% [========== ] 385/2279 16% [========== ] 386/2279 16% [========== ] 387/2279 16% [========== ] 388/2279 17% [========== ] 389/2279 17% [========== ] 390/2279 17% [========== ] 391/2279 17% [========== ] 392/2279 17% [========== ] 393/2279 17% [========== ] 394/2279 17% [========== ] 395/2279 17% [========== ] 396/2279 17% [========== ] 397/2279 17% [========== ] 398/2279 17% [========== ] 399/2279 17% [========== ] 400/2279 17% [========== ] 401/2279 17% [========== ] 402/2279 17% [========== ] 403/2279 17% [========== ] 404/2279 17% [=========== ] 405/2279 17% [=========== ] 406/2279 17% [=========== ] 407/2279 17% [=========== ] 408/2279 17% [=========== ] 409/2279 17% [=========== ] 410/2279 17% [=========== ] 411/2279 18% [=========== ] 412/2279 18% [=========== ] 413/2279 18% [=========== ] 414/2279 18% [=========== ] 415/2279 18% [=========== ] 416/2279 18% [=========== ] 417/2279 18% [=========== ] 418/2279 18% [=========== ] 419/2279 18% [=========== ] 420/2279 18% [=========== ] 421/2279 18% [=========== ] 422/2279 18% [=========== ] 423/2279 18% [=========== ] 424/2279 18% [=========== ] 425/2279 18% [=========== ] 426/2279 18% [=========== ] 427/2279 18% [=========== ] 428/2279 18% [=========== ] 429/2279 18% [=========== ] 430/2279 18% [=========== ] 431/2279 18% [=========== ] 432/2279 18% [=========== ] 433/2279 18% [=========== ] 434/2279 19% [=========== ] 435/2279 19% [=========== ] 436/2279 19% [=========== ] 437/2279 19% [=========== ] 438/2279 19% [=========== ] 439/2279 19% [=========== ] 440/2279 19% [=========== ] 441/2279 19% [============ ] 442/2279 19% [============ ] 443/2279 19% [============ ] 444/2279 19% [============ ] 445/2279 19% [============ ] 446/2279 19% [============ ] 447/2279 19% [============ ] 448/2279 19% [============ ] 449/2279 19% [============ ] 450/2279 19% [============ ] 451/2279 19% [============ ] 452/2279 19% [============ ] 453/2279 19% [============ ] 454/2279 19% [============ ] 455/2279 19% [============ ] 456/2279 20% [============ ] 457/2279 20% [============ ] 458/2279 20% [============ ] 459/2279 20% [============ ] 460/2279 20% [============ ] 461/2279 20% [============ ] 462/2279 20% [============ ] 463/2279 20% [============ ] 464/2279 20% [============ ] 465/2279 20% [============ ] 466/2279 20% [============ ] 467/2279 20% [============ ] 468/2279 20% [============ ] 469/2279 20% [============ ] 470/2279 20% [============ ] 471/2279 20% [============ ] 472/2279 20% [============ ] 473/2279 20% [============ ] 474/2279 20% [============ ] 475/2279 20% [============ ] 476/2279 20% [============ ] 477/2279 20% [============= ] 478/2279 20% [============= ] 479/2279 21% [============= ] 480/2279 21% [============= ] 481/2279 21% [============= ] 482/2279 21% [============= ] 483/2279 21% [============= ] 484/2279 21% [============= ] 485/2279 21% [============= ] 486/2279 21% [============= ] 487/2279 21% [============= ] 488/2279 21% [============= ] 489/2279 21% [============= ] 490/2279 21% [============= ] 491/2279 21% [============= ] 492/2279 21% [============= ] 493/2279 21% [============= ] 494/2279 21% [============= ] 495/2279 21% [============= ] 496/2279 21% [============= ] 497/2279 21% [============= ] 498/2279 21% [============= ] 499/2279 21% [============= ] 500/2279 21% [============= ] 501/2279 21% [============= ] 502/2279 22% [============= ] 503/2279 22% [============= ] 504/2279 22% [============= ] 505/2279 22% [============= ] 506/2279 22% [============= ] 507/2279 22% [============= ] 508/2279 22% [============= ] 509/2279 22% [============= ] 510/2279 22% [============= ] 511/2279 22% [============= ] 512/2279 22% [============= ] 513/2279 22% [============= ] 514/2279 22% [============== ] 515/2279 22% [============== ] 516/2279 22% [============== ] 517/2279 22% [============== ] 518/2279 22% [============== ] 519/2279 22% [============== ] 520/2279 22% [============== ] 521/2279 22% [============== ] 522/2279 22% [============== ] 523/2279 22% [============== ] 524/2279 22% [============== ] 525/2279 23% [============== ] 526/2279 23% [============== ] 527/2279 23% [============== ] 528/2279 23% [============== ] 529/2279 23% [============== ] 530/2279 23% [============== ] 531/2279 23% [============== ] 532/2279 23% [============== ] 533/2279 23% [============== ] 534/2279 23% [============== ] 535/2279 23% [============== ] 536/2279 23% [============== ] 537/2279 23% [============== ] 538/2279 23% [============== ] 539/2279 23% [============== ] 540/2279 23% [============== ] 541/2279 23% [============== ] 542/2279 23% [============== ] 543/2279 23% [============== ] 544/2279 23% [============== ] 545/2279 23% [============== ] 546/2279 23% [============== ] 547/2279 24% [============== ] 548/2279 24% [============== ] 549/2279 24% [============== ] 550/2279 24% [============== ] 551/2279 24% [=============== ] 552/2279 24% [=============== ] 553/2279 24% [=============== ] 554/2279 24% [=============== ] 555/2279 24% [=============== ] 556/2279 24% [=============== ] 557/2279 24% [=============== ] 558/2279 24% [=============== ] 559/2279 24% [=============== ] 560/2279 24% [=============== ] 561/2279 24% [=============== ] 562/2279 24% [=============== ] 563/2279 24% [=============== ] 564/2279 24% [=============== ] 565/2279 24% [=============== ] 566/2279 24% [=============== ] 567/2279 24% [=============== ] 568/2279 24% [=============== ] 569/2279 24% [=============== ] 570/2279 25% [=============== ] 571/2279 25% [=============== ] 572/2279 25% [=============== ] 573/2279 25% [=============== ] 574/2279 25% [=============== ] 575/2279 25% [=============== ] 576/2279 25% [=============== ] 577/2279 25% [=============== ] 578/2279 25% [=============== ] 579/2279 25% [=============== ] 580/2279 25% [=============== ] 581/2279 25% [=============== ] 582/2279 25% [=============== ] 583/2279 25% [=============== ] 584/2279 25% [=============== ] 585/2279 25% [=============== ] 586/2279 25% [=============== ] 587/2279 25% [=============== ] 588/2279 25% [================ ] 589/2279 25% [================ ] 590/2279 25% [================ ] 591/2279 25% [================ ] 592/2279 25% [================ ] 593/2279 26% [================ ] 594/2279 26% [================ ] 595/2279 26% [================ ] 596/2279 26% [================ ] 597/2279 26% [================ ] 598/2279 26% [================ ] 599/2279 26% [================ ] 600/2279 26% [================ ] 601/2279 26% [================ ] 602/2279 26% [================ ] 603/2279 26% [================ ] 604/2279 26% [================ ] 605/2279 26% [================ ] 606/2279 26% [================ ] 607/2279 26% [================ ] 608/2279 26% [================ ] 609/2279 26% [================ ] 610/2279 26% [================ ] 611/2279 26% [================ ] 612/2279 26% [================ ] 613/2279 26% [================ ] 614/2279 26% [================ ] 615/2279 26% [================ ] 616/2279 27% [================ ] 617/2279 27% [================ ] 618/2279 27% [================ ] 619/2279 27% [================ ] 620/2279 27% [================ ] 621/2279 27% [================ ] 622/2279 27% [================ ] 623/2279 27% [================ ] 624/2279 27% [================= ] 625/2279 27% [================= ] 626/2279 27% [================= ] 627/2279 27% [================= ] 628/2279 27% [================= ] 629/2279 27% [================= ] 630/2279 27% [================= ] 631/2279 27% [================= ] 632/2279 27% [================= ] 633/2279 27% [================= ] 634/2279 27% [================= ] 635/2279 27% [================= ] 636/2279 27% [================= ] 637/2279 27% [================= ] 638/2279 27% [================= ] 639/2279 28% [================= ] 640/2279 28% [================= ] 641/2279 28% [================= ] 642/2279 28% [================= ] 643/2279 28% [================= ] 644/2279 28% [================= ] 645/2279 28% [================= ] 646/2279 28% [================= ] 647/2279 28% [================= ] 648/2279 28% [================= ] 649/2279 28% [================= ] 650/2279 28% [================= ] 651/2279 28% [================= ] 652/2279 28% [================= ] 653/2279 28% [================= ] 654/2279 28% [================= ] 655/2279 28% [================= ] 656/2279 28% [================= ] 657/2279 28% [================= ] 658/2279 28% [================= ] 659/2279 28% [================= ] 660/2279 28% [================= ] 661/2279 29% [================== ] 662/2279 29% [================== ] 663/2279 29% [================== ] 664/2279 29% [================== ] 665/2279 29% [================== ] 666/2279 29% [================== ] 667/2279 29% [================== ] 668/2279 29% [================== ] 669/2279 29% [================== ] 670/2279 29% [================== ] 671/2279 29% [================== ] 672/2279 29% [================== ] 673/2279 29% [================== ] 674/2279 29% [================== ] 675/2279 29% [================== ] 676/2279 29% [================== ] 677/2279 29% [================== ] 678/2279 29% [================== ] 679/2279 29% [================== ] 680/2279 29% [================== ] 681/2279 29% [================== ] 682/2279 29% [================== ] 683/2279 29% [================== ] 684/2279 30% [================== ] 685/2279 30% [================== ] 686/2279 30% [================== ] 687/2279 30% [================== ] 688/2279 30% [================== ] 689/2279 30% [================== ] 690/2279 30% [================== ] 691/2279 30% [================== ] 692/2279 30% [================== ] 693/2279 30% [================== ] 694/2279 30% [================== ] 695/2279 30% [================== ] 696/2279 30% [================== ] 697/2279 30% [================== ] 698/2279 30% [=================== ] 699/2279 30% [=================== ] 700/2279 30% [=================== ] 701/2279 30% [=================== ] 702/2279 30% [=================== ] 703/2279 30% [=================== ] 704/2279 30% [=================== ] 705/2279 30% [=================== ] 706/2279 30% [=================== ] 707/2279 31% [=================== ] 708/2279 31% [=================== ] 709/2279 31% [=================== ] 710/2279 31% [=================== ] 711/2279 31% [=================== ] 712/2279 31% [=================== ] 713/2279 31% [=================== ] 714/2279 31% [=================== ] 715/2279 31% [=================== ] 716/2279 31% [=================== ] 717/2279 31% [=================== ] 718/2279 31% [=================== ] 719/2279 31% [=================== ] 720/2279 31% [=================== ] 721/2279 31% [=================== ] 722/2279 31% [=================== ] 723/2279 31% [=================== ] 724/2279 31% [=================== ] 725/2279 31% [=================== ] 726/2279 31% [=================== ] 727/2279 31% [=================== ] 728/2279 31% [=================== ] 729/2279 31% [=================== ] 730/2279 32% [=================== ] 731/2279 32% [=================== ] 732/2279 32% [=================== ] 733/2279 32% [=================== ] 734/2279 32% [=================== ] 735/2279 32% [==================== ] 736/2279 32% [==================== ] 737/2279 32% [==================== ] 738/2279 32% [==================== ] 739/2279 32% [==================== ] 740/2279 32% [==================== ] 741/2279 32% [==================== ] 742/2279 32% [==================== ] 743/2279 32% [==================== ] 744/2279 32% [==================== ] 745/2279 32% [==================== ] 746/2279 32% [==================== ] 747/2279 32% [==================== ] 748/2279 32% [==================== ] 749/2279 32% [==================== ] 750/2279 32% [==================== ] 751/2279 32% [==================== ] 752/2279 32% [==================== ] 753/2279 33% [==================== ] 754/2279 33% [==================== ] 755/2279 33% [==================== ] 756/2279 33% [==================== ] 757/2279 33% [==================== ] 758/2279 33% [==================== ] 759/2279 33% [==================== ] 760/2279 33% [==================== ] 761/2279 33% [==================== ] 762/2279 33% [==================== ] 763/2279 33% [==================== ] 764/2279 33% [==================== ] 765/2279 33% [==================== ] 766/2279 33% [==================== ] 767/2279 33% [==================== ] 768/2279 33% [==================== ] 769/2279 33% [==================== ] 770/2279 33% [==================== ] 771/2279 33% [===================== ] 772/2279 33% [===================== ] 773/2279 33% [===================== ] 774/2279 33% [===================== ] 775/2279 34% [===================== ] 776/2279 34% [===================== ] 777/2279 34% [===================== ] 778/2279 34% [===================== ] 779/2279 34% [===================== ] 780/2279 34% [===================== ] 781/2279 34% [===================== ] 782/2279 34% [===================== ] 783/2279 34% [===================== ] 784/2279 34% [===================== ] 785/2279 34% [===================== ] 786/2279 34% [===================== ] 787/2279 34% [===================== ] 788/2279 34% [===================== ] 789/2279 34% [===================== ] 790/2279 34% [===================== ] 791/2279 34% [===================== ] 792/2279 34% [===================== ] 793/2279 34% [===================== ] 794/2279 34% [===================== ] 795/2279 34% [===================== ] 796/2279 34% [===================== ] 797/2279 34% [===================== ] 798/2279 35% [===================== ] 799/2279 35% [===================== ] 800/2279 35% [===================== ] 801/2279 35% [===================== ] 802/2279 35% [===================== ] 803/2279 35% [===================== ] 804/2279 35% [===================== ] 805/2279 35% [===================== ] 806/2279 35% [===================== ] 807/2279 35% [===================== ] 808/2279 35% [====================== ] 809/2279 35% [====================== ] 810/2279 35% [====================== ] 811/2279 35% [====================== ] 812/2279 35% [====================== ] 813/2279 35% [====================== ] 814/2279 35% [====================== ] 815/2279 35% [====================== ] 816/2279 35% [====================== ] 817/2279 35% [====================== ] 818/2279 35% [====================== ] 819/2279 35% [====================== ] 820/2279 35% [====================== ] 821/2279 36% [====================== ] 822/2279 36% [====================== ] 823/2279 36% [====================== ] 824/2279 36% [====================== ] 825/2279 36% [====================== ] 826/2279 36% [====================== ] 827/2279 36% [====================== ] 828/2279 36% [====================== ] 829/2279 36% [====================== ] 830/2279 36% [====================== ] 831/2279 36% [====================== ] 832/2279 36% [====================== ] 833/2279 36% [====================== ] 834/2279 36% [====================== ] 835/2279 36% [====================== ] 836/2279 36% [====================== ] 837/2279 36% [====================== ] 838/2279 36% [====================== ] 839/2279 36% [====================== ] 840/2279 36% [====================== ] 841/2279 36% [====================== ] 842/2279 36% [====================== ] 843/2279 36% [====================== ] 844/2279 37% [====================== ] 845/2279 37% [======================= ] 846/2279 37% [======================= ] 847/2279 37% [======================= ] 848/2279 37% [======================= ] 849/2279 37% [======================= ] 850/2279 37% [======================= ] 851/2279 37% [======================= ] 852/2279 37% [======================= ] 853/2279 37% [======================= ] 854/2279 37% [======================= ] 855/2279 37% [======================= ] 856/2279 37% [======================= ] 857/2279 37% [======================= ] 858/2279 37% [======================= ] 859/2279 37% [======================= ] 860/2279 37% [======================= ] 861/2279 37% [======================= ] 862/2279 37% [======================= ] 863/2279 37% [======================= ] 864/2279 37% [======================= ] 865/2279 37% [======================= ] 866/2279 37% [======================= ] 867/2279 38% [======================= ] 868/2279 38% [======================= ] 869/2279 38% [======================= ] 870/2279 38% [======================= ] 871/2279 38% [======================= ] 872/2279 38% [======================= ] 873/2279 38% [======================= ] 874/2279 38% [======================= ] 875/2279 38% [======================= ] 876/2279 38% [======================= ] 877/2279 38% [======================= ] 878/2279 38% [======================= ] 879/2279 38% [======================= ] 880/2279 38% [======================= ] 881/2279 38% [======================= ] 882/2279 38% [======================== ] 883/2279 38% [======================== ] 884/2279 38% [======================== ] 885/2279 38% [======================== ] 886/2279 38% [======================== ] 887/2279 38% [======================== ] 888/2279 38% [======================== ] 889/2279 39% [======================== ] 890/2279 39% [======================== ] 891/2279 39% [======================== ] 892/2279 39% [======================== ] 893/2279 39% [======================== ] 894/2279 39% [======================== ] 895/2279 39% [======================== ] 896/2279 39% [======================== ] 897/2279 39% [======================== ] 898/2279 39% [======================== ] 899/2279 39% [======================== ] 900/2279 39% [======================== ] 901/2279 39% [======================== ] 902/2279 39% [======================== ] 903/2279 39% [======================== ] 904/2279 39% [======================== ] 905/2279 39% [======================== ] 906/2279 39% [======================== ] 907/2279 39% [======================== ] 908/2279 39% [======================== ] 909/2279 39% [======================== ] 910/2279 39% [======================== ] 911/2279 39% [======================== ] 912/2279 40% [======================== ] 913/2279 40% [======================== ] 914/2279 40% [======================== ] 915/2279 40% [======================== ] 916/2279 40% [======================== ] 917/2279 40% [======================== ] 918/2279 40% [========================= ] 919/2279 40% [========================= ] 920/2279 40% [========================= ] 921/2279 40% [========================= ] 922/2279 40% [========================= ] 923/2279 40% [========================= ] 924/2279 40% [========================= ] 925/2279 40% [========================= ] 926/2279 40% [========================= ] 927/2279 40% [========================= ] 928/2279 40% [========================= ] 929/2279 40% [========================= ] 930/2279 40% [========================= ] 931/2279 40% [========================= ] 932/2279 40% [========================= ] 933/2279 40% [========================= ] 934/2279 40% [========================= ] 935/2279 41% [========================= ] 936/2279 41% [========================= ] 937/2279 41% [========================= ] 938/2279 41% [========================= ] 939/2279 41% [========================= ] 940/2279 41% [========================= ] 941/2279 41% [========================= ] 942/2279 41% [========================= ] 943/2279 41% [========================= ] 944/2279 41% [========================= ] 945/2279 41% [========================= ] 946/2279 41% [========================= ] 947/2279 41% [========================= ] 948/2279 41% [========================= ] 949/2279 41% [========================= ] 950/2279 41% [========================= ] 951/2279 41% [========================= ] 952/2279 41% [========================= ] 953/2279 41% [========================= ] 954/2279 41% [========================= ] 955/2279 41% [========================== ] 956/2279 41% [========================== ] 957/2279 41% [========================== ] 958/2279 42% [========================== ] 959/2279 42% [========================== ] 960/2279 42% [========================== ] 961/2279 42% [========================== ] 962/2279 42% [========================== ] 963/2279 42% [========================== ] 964/2279 42% [========================== ] 965/2279 42% [========================== ] 966/2279 42% [========================== ] 967/2279 42% [========================== ] 968/2279 42% [========================== ] 969/2279 42% [========================== ] 970/2279 42% [========================== ] 971/2279 42% [========================== ] 972/2279 42% [========================== ] 973/2279 42% [========================== ] 974/2279 42% [========================== ] 975/2279 42% [========================== ] 976/2279 42% [========================== ] 977/2279 42% [========================== ] 978/2279 42% [========================== ] 979/2279 42% [========================== ] 980/2279 43% [========================== ] 981/2279 43% [========================== ] 982/2279 43% [========================== ] 983/2279 43% [========================== ] 984/2279 43% [========================== ] 985/2279 43% [========================== ] 986/2279 43% [========================== ] 987/2279 43% [========================== ] 988/2279 43% [========================== ] 989/2279 43% [========================== ] 990/2279 43% [========================== ] 991/2279 43% [========================== ] 992/2279 43% [=========================== ] 993/2279 43% [=========================== ] 994/2279 43% [=========================== ] 995/2279 43% [=========================== ] 996/2279 43% [=========================== ] 997/2279 43% [=========================== ] 998/2279 43% [=========================== ] 999/2279 43% [=========================== ] 1000/2279 43% [=========================== ] 1001/2279 43% [=========================== ] 1002/2279 43% [=========================== ] 1003/2279 44% [=========================== ] 1004/2279 44% [=========================== ] 1005/2279 44% [=========================== ] 1006/2279 44% [=========================== ] 1007/2279 44% [=========================== ] 1008/2279 44% [=========================== ] 1009/2279 44% [=========================== ] 1010/2279 44% [=========================== ] 1011/2279 44% [=========================== ] 1012/2279 44% [=========================== ] 1013/2279 44% [=========================== ] 1014/2279 44% [=========================== ] 1015/2279 44% [=========================== ] 1016/2279 44% [=========================== ] 1017/2279 44% [=========================== ] 1018/2279 44% [=========================== ] 1019/2279 44% [=========================== ] 1020/2279 44% [=========================== ] 1021/2279 44% [=========================== ] 1022/2279 44% [=========================== ] 1023/2279 44% [=========================== ] 1024/2279 44% [=========================== ] 1025/2279 44% [=========================== ] 1026/2279 45% [=========================== ] 1027/2279 45% [=========================== ] 1028/2279 45% [=========================== ] 1029/2279 45% [============================ ] 1030/2279 45% [============================ ] 1031/2279 45% [============================ ] 1032/2279 45% [============================ ] 1033/2279 45% [============================ ] 1034/2279 45% [============================ ] 1035/2279 45% [============================ ] 1036/2279 45% [============================ ] 1037/2279 45% [============================ ] 1038/2279 45% [============================ ] 1039/2279 45% [============================ ] 1040/2279 45% [============================ ] 1041/2279 45% [============================ ] 1042/2279 45% [============================ ] 1043/2279 45% [============================ ] 1044/2279 45% [============================ ] 1045/2279 45% [============================ ] 1046/2279 45% [============================ ] 1047/2279 45% [============================ ] 1048/2279 45% [============================ ] 1049/2279 46% [============================ ] 1050/2279 46% [============================ ] 1051/2279 46% [============================ ] 1052/2279 46% [============================ ] 1053/2279 46% [============================ ] 1054/2279 46% [============================ ] 1055/2279 46% [============================ ] 1056/2279 46% [============================ ] 1057/2279 46% [============================ ] 1058/2279 46% [============================ ] 1059/2279 46% [============================ ] 1060/2279 46% [============================ ] 1061/2279 46% [============================ ] 1062/2279 46% [============================ ] 1063/2279 46% [============================ ] 1064/2279 46% [============================ ] 1065/2279 46% [============================= ] 1066/2279 46% [============================= ] 1067/2279 46% [============================= ] 1068/2279 46% [============================= ] 1069/2279 46% [============================= ] 1070/2279 46% [============================= ] 1071/2279 46% [============================= ] 1072/2279 47% [============================= ] 1073/2279 47% [============================= ] 1074/2279 47% [============================= ] 1075/2279 47% [============================= ] 1076/2279 47% [============================= ] 1077/2279 47% [============================= ] 1078/2279 47% [============================= ] 1079/2279 47% [============================= ] 1080/2279 47% [============================= ] 1081/2279 47% [============================= ] 1082/2279 47% [============================= ] 1083/2279 47% [============================= ] 1084/2279 47% [============================= ] 1085/2279 47% [============================= ] 1086/2279 47% [============================= ] 1087/2279 47% [============================= ] 1088/2279 47% [============================= ] 1089/2279 47% [============================= ] 1090/2279 47% [============================= ] 1091/2279 47% [============================= ] 1092/2279 47% [============================= ] 1093/2279 47% [============================= ] 1094/2279 48% [============================= ] 1095/2279 48% [============================= ] 1096/2279 48% [============================= ] 1097/2279 48% [============================= ] 1098/2279 48% [============================= ] 1099/2279 48% [============================= ] 1100/2279 48% [============================= ] 1101/2279 48% [============================= ] 1102/2279 48% [============================== ] 1103/2279 48% [============================== ] 1104/2279 48% [============================== ] 1105/2279 48% [============================== ] 1106/2279 48% [============================== ] 1107/2279 48% [============================== ] 1108/2279 48% [============================== ] 1109/2279 48% [============================== ] 1110/2279 48% [============================== ] 1111/2279 48% [============================== ] 1112/2279 48% [============================== ] 1113/2279 48% [============================== ] 1114/2279 48% [============================== ] 1115/2279 48% [============================== ] 1116/2279 48% [============================== ] 1117/2279 49% [============================== ] 1118/2279 49% [============================== ] 1119/2279 49% [============================== ] 1120/2279 49% [============================== ] 1121/2279 49% [============================== ] 1122/2279 49% [============================== ] 1123/2279 49% [============================== ] 1124/2279 49% [============================== ] 1125/2279 49% [============================== ] 1126/2279 49% [============================== ] 1127/2279 49% [============================== ] 1128/2279 49% [============================== ] 1129/2279 49% [============================== ] 1130/2279 49% [============================== ] 1131/2279 49% [============================== ] 1132/2279 49% [============================== ] 1133/2279 49% [============================== ] 1134/2279 49% [============================== ] 1135/2279 49% [============================== ] 1136/2279 49% [============================== ] 1137/2279 49% [============================== ] 1138/2279 49% [============================== ] 1139/2279 49% [=============================== ] 1140/2279 50% [=============================== ] 1141/2279 50% [=============================== ] 1142/2279 50% [=============================== ] 1143/2279 50% [=============================== ] 1144/2279 50% [=============================== ] 1145/2279 50% [=============================== ] 1146/2279 50% [=============================== ] 1147/2279 50% [=============================== ] 1148/2279 50% [=============================== ] 1149/2279 50% [=============================== ] 1150/2279 50% [=============================== ] 1151/2279 50% [=============================== ] 1152/2279 50% [=============================== ] 1153/2279 50% [=============================== ] 1154/2279 50% [=============================== ] 1155/2279 50% [=============================== ] 1156/2279 50% [=============================== ] 1157/2279 50% [=============================== ] 1158/2279 50% [=============================== ] 1159/2279 50% [=============================== ] 1160/2279 50% [=============================== ] 1161/2279 50% [=============================== ] 1162/2279 50% [=============================== ] 1163/2279 51% [=============================== ] 1164/2279 51% [=============================== ] 1165/2279 51% [=============================== ] 1166/2279 51% [=============================== ] 1167/2279 51% [=============================== ] 1168/2279 51% [=============================== ] 1169/2279 51% [=============================== ] 1170/2279 51% [=============================== ] 1171/2279 51% [=============================== ] 1172/2279 51% [=============================== ] 1173/2279 51% [=============================== ] 1174/2279 51% [=============================== ] 1175/2279 51% [=============================== ] 1176/2279 51% [================================ ] 1177/2279 51% [================================ ] 1178/2279 51% [================================ ] 1179/2279 51% [================================ ] 1180/2279 51% [================================ ] 1181/2279 51% [================================ ] 1182/2279 51% [================================ ] 1183/2279 51% [================================ ] 1184/2279 51% [================================ ] 1185/2279 51% [================================ ] 1186/2279 52% [================================ ] 1187/2279 52% [================================ ] 1188/2279 52% [================================ ] 1189/2279 52% [================================ ] 1190/2279 52% [================================ ] 1191/2279 52% [================================ ] 1192/2279 52% [================================ ] 1193/2279 52% [================================ ] 1194/2279 52% [================================ ] 1195/2279 52% [================================ ] 1196/2279 52% [================================ ] 1197/2279 52% [================================ ] 1198/2279 52% [================================ ] 1199/2279 52% [================================ ] 1200/2279 52% [================================ ] 1201/2279 52% [================================ ] 1202/2279 52% [================================ ] 1203/2279 52% [================================ ] 1204/2279 52% [================================ ] 1205/2279 52% [================================ ] 1206/2279 52% [================================ ] 1207/2279 52% [================================ ] 1208/2279 53% [================================ ] 1209/2279 53% [================================ ] 1210/2279 53% [================================ ] 1211/2279 53% [================================ ] 1212/2279 53% [================================ ] 1213/2279 53% [================================= ] 1214/2279 53% [================================= ] 1215/2279 53% [================================= ] 1216/2279 53% [================================= ] 1217/2279 53% [================================= ] 1218/2279 53% [================================= ] 1219/2279 53% [================================= ] 1220/2279 53% [================================= ] 1221/2279 53% [================================= ] 1222/2279 53% [================================= ] 1223/2279 53% [================================= ] 1224/2279 53% [================================= ] 1225/2279 53% [================================= ] 1226/2279 53% [================================= ] 1227/2279 53% [================================= ] 1228/2279 53% [================================= ] 1229/2279 53% [================================= ] 1230/2279 53% [================================= ] 1231/2279 54% [================================= ] 1232/2279 54% [================================= ] 1233/2279 54% [================================= ] 1234/2279 54% [================================= ] 1235/2279 54% [================================= ] 1236/2279 54% [================================= ] 1237/2279 54% [================================= ] 1238/2279 54% [================================= ] 1239/2279 54% [================================= ] 1240/2279 54% [================================= ] 1241/2279 54% [================================= ] 1242/2279 54% [================================= ] 1243/2279 54% [================================= ] 1244/2279 54% [================================= ] 1245/2279 54% [================================= ] 1246/2279 54% [================================= ] 1247/2279 54% [================================= ] 1248/2279 54% [================================= ] 1249/2279 54% [================================== ] 1250/2279 54% [================================== ] 1251/2279 54% [================================== ] 1252/2279 54% [================================== ] 1253/2279 54% [================================== ] 1254/2279 55% [================================== ] 1255/2279 55% [================================== ] 1256/2279 55% [================================== ] 1257/2279 55% [================================== ] 1258/2279 55% [================================== ] 1259/2279 55% [================================== ] 1260/2279 55% [================================== ] 1261/2279 55% [================================== ] 1262/2279 55% [================================== ] 1263/2279 55% [================================== ] 1264/2279 55% [================================== ] 1265/2279 55% [================================== ] 1266/2279 55% [================================== ] 1267/2279 55% [================================== ] 1268/2279 55% [================================== ] 1269/2279 55% [================================== ] 1270/2279 55% [================================== ] 1271/2279 55% [================================== ] 1272/2279 55% [================================== ] 1273/2279 55% [================================== ] 1274/2279 55% [================================== ] 1275/2279 55% [================================== ] 1276/2279 55% [================================== ] 1277/2279 56% [================================== ] 1278/2279 56% [================================== ] 1279/2279 56% [================================== ] 1280/2279 56% [================================== ] 1281/2279 56% [================================== ] 1282/2279 56% [================================== ] 1283/2279 56% [================================== ] 1284/2279 56% [================================== ] 1285/2279 56% [================================== ] 1286/2279 56% [=================================== ] 1287/2279 56% [=================================== ] 1288/2279 56% [=================================== ] 1289/2279 56% [=================================== ] 1290/2279 56% [=================================== ] 1291/2279 56% [=================================== ] 1292/2279 56% [=================================== ] 1293/2279 56% [=================================== ] 1294/2279 56% [=================================== ] 1295/2279 56% [=================================== ] 1296/2279 56% [=================================== ] 1297/2279 56% [=================================== ] 1298/2279 56% [=================================== ] 1299/2279 56% [=================================== ] 1300/2279 57% [=================================== ] 1301/2279 57% [=================================== ] 1302/2279 57% [=================================== ] 1303/2279 57% [=================================== ] 1304/2279 57% [=================================== ] 1305/2279 57% [=================================== ] 1306/2279 57% [=================================== ] 1307/2279 57% [=================================== ] 1308/2279 57% [=================================== ] 1309/2279 57% [=================================== ] 1310/2279 57% [=================================== ] 1311/2279 57% [=================================== ] 1312/2279 57% [=================================== ] 1313/2279 57% [=================================== ] 1314/2279 57% [=================================== ] 1315/2279 57% [=================================== ] 1316/2279 57% [=================================== ] 1317/2279 57% [=================================== ] 1318/2279 57% [=================================== ] 1319/2279 57% [=================================== ] 1320/2279 57% [=================================== ] 1321/2279 57% [=================================== ] 1322/2279 58% [=================================== ] 1323/2279 58% [==================================== ] 1324/2279 58% [==================================== ] 1325/2279 58% [==================================== ] 1326/2279 58% [==================================== ] 1327/2279 58% [==================================== ] 1328/2279 58% [==================================== ] 1329/2279 58% [==================================== ] 1330/2279 58% [==================================== ] 1331/2279 58% [==================================== ] 1332/2279 58% [==================================== ] 1333/2279 58% [==================================== ] 1334/2279 58% [==================================== ] 1335/2279 58% [==================================== ] 1336/2279 58% [==================================== ] 1337/2279 58% [==================================== ] 1338/2279 58% [==================================== ] 1339/2279 58% [==================================== ] 1340/2279 58% [==================================== ] 1341/2279 58% [==================================== ] 1342/2279 58% [==================================== ] 1343/2279 58% [==================================== ] 1344/2279 58% [==================================== ] 1345/2279 59% [==================================== ] 1346/2279 59% [==================================== ] 1347/2279 59% [==================================== ] 1348/2279 59% [==================================== ] 1349/2279 59% [==================================== ] 1350/2279 59% [==================================== ] 1351/2279 59% [==================================== ] 1352/2279 59% [==================================== ] 1353/2279 59% [==================================== ] 1354/2279 59% [==================================== ] 1355/2279 59% [==================================== ] 1356/2279 59% [==================================== ] 1357/2279 59% [==================================== ] 1358/2279 59% [==================================== ] 1359/2279 59% [==================================== ] 1360/2279 59% [===================================== ] 1361/2279 59% [===================================== ] 1362/2279 59% [===================================== ] 1363/2279 59% [===================================== ] 1364/2279 59% [===================================== ] 1365/2279 59% [===================================== ] 1366/2279 59% [===================================== ] 1367/2279 59% [===================================== ] 1368/2279 60% [===================================== ] 1369/2279 60% [===================================== ] 1370/2279 60% [===================================== ] 1371/2279 60% [===================================== ] 1372/2279 60% [===================================== ] 1373/2279 60% [===================================== ] 1374/2279 60% [===================================== ] 1375/2279 60% [===================================== ] 1376/2279 60% [===================================== ] 1377/2279 60% [===================================== ] 1378/2279 60% [===================================== ] 1379/2279 60% [===================================== ] 1380/2279 60% [===================================== ] 1381/2279 60% [===================================== ] 1382/2279 60% [===================================== ] 1383/2279 60% [===================================== ] 1384/2279 60% [===================================== ] 1385/2279 60% [===================================== ] 1386/2279 60% [===================================== ] 1387/2279 60% [===================================== ] 1388/2279 60% [===================================== ] 1389/2279 60% [===================================== ] 1390/2279 60% [===================================== ] 1391/2279 61% [===================================== ] 1392/2279 61% [===================================== ] 1393/2279 61% [===================================== ] 1394/2279 61% [===================================== ] 1395/2279 61% [===================================== ] 1396/2279 61% [====================================== ] 1397/2279 61% [====================================== ] 1398/2279 61% [====================================== ] 1399/2279 61% [====================================== ] 1400/2279 61% [====================================== ] 1401/2279 61% [====================================== ] 1402/2279 61% [====================================== ] 1403/2279 61% [====================================== ] 1404/2279 61% [====================================== ] 1405/2279 61% [====================================== ] 1406/2279 61% [====================================== ] 1407/2279 61% [====================================== ] 1408/2279 61% [====================================== ] 1409/2279 61% [====================================== ] 1410/2279 61% [====================================== ] 1411/2279 61% [====================================== ] 1412/2279 61% [====================================== ] 1413/2279 62% [====================================== ] 1414/2279 62% [====================================== ] 1415/2279 62% [====================================== ] 1416/2279 62% [====================================== ] 1417/2279 62% [====================================== ] 1418/2279 62% [====================================== ] 1419/2279 62% [====================================== ] 1420/2279 62% [====================================== ] 1421/2279 62% [====================================== ] 1422/2279 62% [====================================== ] 1423/2279 62% [====================================== ] 1424/2279 62% [====================================== ] 1425/2279 62% [====================================== ] 1426/2279 62% [====================================== ] 1427/2279 62% [====================================== ] 1428/2279 62% [====================================== ] 1429/2279 62% [====================================== ] 1430/2279 62% [====================================== ] 1431/2279 62% [====================================== ] 1432/2279 62% [====================================== ] 1433/2279 62% [======================================= ] 1434/2279 62% [======================================= ] 1435/2279 62% [======================================= ] 1436/2279 63% [======================================= ] 1437/2279 63% [======================================= ] 1438/2279 63% [======================================= ] 1439/2279 63% [======================================= ] 1440/2279 63% [======================================= ] 1441/2279 63% [======================================= ] 1442/2279 63% [======================================= ] 1443/2279 63% [======================================= ] 1444/2279 63% [======================================= ] 1445/2279 63% [======================================= ] 1446/2279 63% [======================================= ] 1447/2279 63% [======================================= ] 1448/2279 63% [======================================= ] 1449/2279 63% [======================================= ] 1450/2279 63% [======================================= ] 1451/2279 63% [======================================= ] 1452/2279 63% [======================================= ] 1453/2279 63% [======================================= ] 1454/2279 63% [======================================= ] 1455/2279 63% [======================================= ] 1456/2279 63% [======================================= ] 1457/2279 63% [======================================= ] 1458/2279 63% [======================================= ] 1459/2279 64% [======================================= ] 1460/2279 64% [======================================= ] 1461/2279 64% [======================================= ] 1462/2279 64% [======================================= ] 1463/2279 64% [======================================= ] 1464/2279 64% [======================================= ] 1465/2279 64% [======================================= ] 1466/2279 64% [======================================= ] 1467/2279 64% [======================================= ] 1468/2279 64% [======================================= ] 1469/2279 64% [======================================= ] 1470/2279 64% [======================================== ] 1471/2279 64% [======================================== ] 1472/2279 64% [======================================== ] 1473/2279 64% [======================================== ] 1474/2279 64% [======================================== ] 1475/2279 64% [======================================== ] 1476/2279 64% [======================================== ] 1477/2279 64% [======================================== ] 1478/2279 64% [======================================== ] 1479/2279 64% [======================================== ] 1480/2279 64% [======================================== ] 1481/2279 64% [======================================== ] 1482/2279 65% [======================================== ] 1483/2279 65% [======================================== ] 1484/2279 65% [======================================== ] 1485/2279 65% [======================================== ] 1486/2279 65% [======================================== ] 1487/2279 65% [======================================== ] 1488/2279 65% [======================================== ] 1489/2279 65% [======================================== ] 1490/2279 65% [======================================== ] 1491/2279 65% [======================================== ] 1492/2279 65% [======================================== ] 1493/2279 65% [======================================== ] 1494/2279 65% [======================================== ] 1495/2279 65% [======================================== ] 1496/2279 65% [======================================== ] 1497/2279 65% [======================================== ] 1498/2279 65% [======================================== ] 1499/2279 65% [======================================== ] 1500/2279 65% [======================================== ] 1501/2279 65% [======================================== ] 1502/2279 65% [======================================== ] 1503/2279 65% [======================================== ] 1504/2279 65% [======================================== ] 1505/2279 66% [======================================== ] 1506/2279 66% [======================================== ] 1507/2279 66% [========================================= ] 1508/2279 66% [========================================= ] 1509/2279 66% [========================================= ] 1510/2279 66% [========================================= ] 1511/2279 66% [========================================= ] 1512/2279 66% [========================================= ] 1513/2279 66% [========================================= ] 1514/2279 66% [========================================= ] 1515/2279 66% [========================================= ] 1516/2279 66% [========================================= ] 1517/2279 66% [========================================= ] 1518/2279 66% [========================================= ] 1519/2279 66% [========================================= ] 1520/2279 66% [========================================= ] 1521/2279 66% [========================================= ] 1522/2279 66% [========================================= ] 1523/2279 66% [========================================= ] 1524/2279 66% [========================================= ] 1525/2279 66% [========================================= ] 1526/2279 66% [========================================= ] 1527/2279 67% [========================================= ] 1528/2279 67% [========================================= ] 1529/2279 67% [========================================= ] 1530/2279 67% [========================================= ] 1531/2279 67% [========================================= ] 1532/2279 67% [========================================= ] 1533/2279 67% [========================================= ] 1534/2279 67% [========================================= ] 1535/2279 67% [========================================= ] 1536/2279 67% [========================================= ] 1537/2279 67% [========================================= ] 1538/2279 67% [========================================= ] 1539/2279 67% [========================================= ] 1540/2279 67% [========================================= ] 1541/2279 67% [========================================= ] 1542/2279 67% [========================================= ] 1543/2279 67% [========================================== ] 1544/2279 67% [========================================== ] 1545/2279 67% [========================================== ] 1546/2279 67% [========================================== ] 1547/2279 67% [========================================== ] 1548/2279 67% [========================================== ] 1549/2279 67% [========================================== ] 1550/2279 68% [========================================== ] 1551/2279 68% [========================================== ] 1552/2279 68% [========================================== ] 1553/2279 68% [========================================== ] 1554/2279 68% [========================================== ] 1555/2279 68% [========================================== ] 1556/2279 68% [========================================== ] 1557/2279 68% [========================================== ] 1558/2279 68% [========================================== ] 1559/2279 68% [========================================== ] 1560/2279 68% [========================================== ] 1561/2279 68% [========================================== ] 1562/2279 68% [========================================== ] 1563/2279 68% [========================================== ] 1564/2279 68% [========================================== ] 1565/2279 68% [========================================== ] 1566/2279 68% [========================================== ] 1567/2279 68% [========================================== ] 1568/2279 68% [========================================== ] 1569/2279 68% [========================================== ] 1570/2279 68% [========================================== ] 1571/2279 68% [========================================== ] 1572/2279 68% [========================================== ] 1573/2279 69% [========================================== ] 1574/2279 69% [========================================== ] 1575/2279 69% [========================================== ] 1576/2279 69% [========================================== ] 1577/2279 69% [========================================== ] 1578/2279 69% [========================================== ] 1579/2279 69% [========================================== ] 1580/2279 69% [=========================================== ] 1581/2279 69% [=========================================== ] 1582/2279 69% [=========================================== ] 1583/2279 69% [=========================================== ] 1584/2279 69% [=========================================== ] 1585/2279 69% [=========================================== ] 1586/2279 69% [=========================================== ] 1587/2279 69% [=========================================== ] 1588/2279 69% [=========================================== ] 1589/2279 69% [=========================================== ] 1590/2279 69% [=========================================== ] 1591/2279 69% [=========================================== ] 1592/2279 69% [=========================================== ] 1593/2279 69% [=========================================== ] 1594/2279 69% [=========================================== ] 1595/2279 69% [=========================================== ] 1596/2279 70% [=========================================== ] 1597/2279 70% [=========================================== ] 1598/2279 70% [=========================================== ] 1599/2279 70% [=========================================== ] 1600/2279 70% [=========================================== ] 1601/2279 70% [=========================================== ] 1602/2279 70% [=========================================== ] 1603/2279 70% [=========================================== ] 1604/2279 70% [=========================================== ] 1605/2279 70% [=========================================== ] 1606/2279 70% [=========================================== ] 1607/2279 70% [=========================================== ] 1608/2279 70% [=========================================== ] 1609/2279 70% [=========================================== ] 1610/2279 70% [=========================================== ] 1611/2279 70% [=========================================== ] 1612/2279 70% [=========================================== ] 1613/2279 70% [=========================================== ] 1614/2279 70% [=========================================== ] 1615/2279 70% [=========================================== ] 1616/2279 70% [=========================================== ] 1617/2279 70% [============================================ ] 1618/2279 70% [============================================ ] 1619/2279 71% [============================================ ] 1620/2279 71% [============================================ ] 1621/2279 71% [============================================ ] 1622/2279 71% [============================================ ] 1623/2279 71% [============================================ ] 1624/2279 71% [============================================ ] 1625/2279 71% [============================================ ] 1626/2279 71% [============================================ ] 1627/2279 71% [============================================ ] 1628/2279 71% [============================================ ] 1629/2279 71% [============================================ ] 1630/2279 71% [============================================ ] 1631/2279 71% [============================================ ] 1632/2279 71% [============================================ ] 1633/2279 71% [============================================ ] 1634/2279 71% [============================================ ] 1635/2279 71% [============================================ ] 1636/2279 71% [============================================ ] 1637/2279 71% [============================================ ] 1638/2279 71% [============================================ ] 1639/2279 71% [============================================ ] 1640/2279 71% [============================================ ] 1641/2279 72% [============================================ ] 1642/2279 72% [============================================ ] 1643/2279 72% [============================================ ] 1644/2279 72% [============================================ ] 1645/2279 72% [============================================ ] 1646/2279 72% [============================================ ] 1647/2279 72% [============================================ ] 1648/2279 72% [============================================ ] 1649/2279 72% [============================================ ] 1650/2279 72% [============================================ ] 1651/2279 72% [============================================ ] 1652/2279 72% [============================================ ] 1653/2279 72% [============================================ ] 1654/2279 72% [============================================= ] 1655/2279 72% [============================================= ] 1656/2279 72% [============================================= ] 1657/2279 72% [============================================= ] 1658/2279 72% [============================================= ] 1659/2279 72% [============================================= ] 1660/2279 72% [============================================= ] 1661/2279 72% [============================================= ] 1662/2279 72% [============================================= ] 1663/2279 72% [============================================= ] 1664/2279 73% [============================================= ] 1665/2279 73% [============================================= ] 1666/2279 73% [============================================= ] 1667/2279 73% [============================================= ] 1668/2279 73% [============================================= ] 1669/2279 73% [============================================= ] 1670/2279 73% [============================================= ] 1671/2279 73% [============================================= ] 1672/2279 73% [============================================= ] 1673/2279 73% [============================================= ] 1674/2279 73% [============================================= ] 1675/2279 73% [============================================= ] 1676/2279 73% [============================================= ] 1677/2279 73% [============================================= ] 1678/2279 73% [============================================= ] 1679/2279 73% [============================================= ] 1680/2279 73% [============================================= ] 1681/2279 73% [============================================= ] 1682/2279 73% [============================================= ] 1683/2279 73% [============================================= ] 1684/2279 73% [============================================= ] 1685/2279 73% [============================================= ] 1686/2279 73% [============================================= ] 1687/2279 74% [============================================= ] 1688/2279 74% [============================================= ] 1689/2279 74% [============================================= ] 1690/2279 74% [============================================== ] 1691/2279 74% [============================================== ] 1692/2279 74% [============================================== ] 1693/2279 74% [============================================== ] 1694/2279 74% [============================================== ] 1695/2279 74% [============================================== ] 1696/2279 74% [============================================== ] 1697/2279 74% [============================================== ] 1698/2279 74% [============================================== ] 1699/2279 74% [============================================== ] 1700/2279 74% [============================================== ] 1701/2279 74% [============================================== ] 1702/2279 74% [============================================== ] 1703/2279 74% [============================================== ] 1704/2279 74% [============================================== ] 1705/2279 74% [============================================== ] 1706/2279 74% [============================================== ] 1707/2279 74% [============================================== ] 1708/2279 74% [============================================== ] 1709/2279 74% [============================================== ] 1710/2279 75% [============================================== ] 1711/2279 75% [============================================== ] 1712/2279 75% [============================================== ] 1713/2279 75% [============================================== ] 1714/2279 75% [============================================== ] 1715/2279 75% [============================================== ] 1716/2279 75% [============================================== ] 1717/2279 75% [============================================== ] 1718/2279 75% [============================================== ] 1719/2279 75% [============================================== ] 1720/2279 75% [============================================== ] 1721/2279 75% [============================================== ] 1722/2279 75% [============================================== ] 1723/2279 75% [============================================== ] 1724/2279 75% [============================================== ] 1725/2279 75% [============================================== ] 1726/2279 75% [============================================== ] 1727/2279 75% [=============================================== ] 1728/2279 75% [=============================================== ] 1729/2279 75% [=============================================== ] 1730/2279 75% [=============================================== ] 1731/2279 75% [=============================================== ] 1732/2279 75% [=============================================== ] 1733/2279 76% [=============================================== ] 1734/2279 76% [=============================================== ] 1735/2279 76% [=============================================== ] 1736/2279 76% [=============================================== ] 1737/2279 76% [=============================================== ] 1738/2279 76% [=============================================== ] 1739/2279 76% [=============================================== ] 1740/2279 76% [=============================================== ] 1741/2279 76% [=============================================== ] 1742/2279 76% [=============================================== ] 1743/2279 76% [=============================================== ] 1744/2279 76% [=============================================== ] 1745/2279 76% [=============================================== ] 1746/2279 76% [=============================================== ] 1747/2279 76% [=============================================== ] 1748/2279 76% [=============================================== ] 1749/2279 76% [=============================================== ] 1750/2279 76% [=============================================== ] 1751/2279 76% [=============================================== ] 1752/2279 76% [=============================================== ] 1753/2279 76% [=============================================== ] 1754/2279 76% [=============================================== ] 1755/2279 77% [=============================================== ] 1756/2279 77% [=============================================== ] 1757/2279 77% [=============================================== ] 1758/2279 77% [=============================================== ] 1759/2279 77% [=============================================== ] 1760/2279 77% [=============================================== ] 1761/2279 77% [=============================================== ] 1762/2279 77% [=============================================== ] 1763/2279 77% [=============================================== ] 1764/2279 77% [================================================ ] 1765/2279 77% [================================================ ] 1766/2279 77% [================================================ ] 1767/2279 77% [================================================ ] 1768/2279 77% [================================================ ] 1769/2279 77% [================================================ ] 1770/2279 77% [================================================ ] 1771/2279 77% [================================================ ] 1772/2279 77% [================================================ ] 1773/2279 77% [================================================ ] 1774/2279 77% [================================================ ] 1775/2279 77% [================================================ ] 1776/2279 77% [================================================ ] 1777/2279 77% [================================================ ] 1778/2279 78% [================================================ ] 1779/2279 78% [================================================ ] 1780/2279 78% [================================================ ] 1781/2279 78% [================================================ ] 1782/2279 78% [================================================ ] 1783/2279 78% [================================================ ] 1784/2279 78% [================================================ ] 1785/2279 78% [================================================ ] 1786/2279 78% [================================================ ] 1787/2279 78% [================================================ ] 1788/2279 78% [================================================ ] 1789/2279 78% [================================================ ] 1790/2279 78% [================================================ ] 1791/2279 78% [================================================ ] 1792/2279 78% [================================================ ] 1793/2279 78% [================================================ ] 1794/2279 78% [================================================ ] 1795/2279 78% [================================================ ] 1796/2279 78% [================================================ ] 1797/2279 78% [================================================ ] 1798/2279 78% [================================================ ] 1799/2279 78% [================================================ ] 1800/2279 78% [================================================ ] 1801/2279 79% [================================================= ] 1802/2279 79% [================================================= ] 1803/2279 79% [================================================= ] 1804/2279 79% [================================================= ] 1805/2279 79% [================================================= ] 1806/2279 79% [================================================= ] 1807/2279 79% [================================================= ] 1808/2279 79% [================================================= ] 1809/2279 79% [================================================= ] 1810/2279 79% [================================================= ] 1811/2279 79% [================================================= ] 1812/2279 79% [================================================= ] 1813/2279 79% [================================================= ] 1814/2279 79% [================================================= ] 1815/2279 79% [================================================= ] 1816/2279 79% [================================================= ] 1817/2279 79% [================================================= ] 1818/2279 79% [================================================= ] 1819/2279 79% [================================================= ] 1820/2279 79% [================================================= ] 1821/2279 79% [================================================= ] 1822/2279 79% [================================================= ] 1823/2279 79% [================================================= ] 1824/2279 80% [================================================= ] 1825/2279 80% [================================================= ] 1826/2279 80% [================================================= ] 1827/2279 80% [================================================= ] 1828/2279 80% [================================================= ] 1829/2279 80% [================================================= ] 1830/2279 80% [================================================= ] 1831/2279 80% [================================================= ] 1832/2279 80% [================================================= ] 1833/2279 80% [================================================= ] 1834/2279 80% [================================================= ] 1835/2279 80% [================================================= ] 1836/2279 80% [================================================= ] 1837/2279 80% [================================================== ] 1838/2279 80% [================================================== ] 1839/2279 80% [================================================== ] 1840/2279 80% [================================================== ] 1841/2279 80% [================================================== ] 1842/2279 80% [================================================== ] 1843/2279 80% [================================================== ] 1844/2279 80% [================================================== ] 1845/2279 80% [================================================== ] 1846/2279 81% [================================================== ] 1847/2279 81% [================================================== ] 1848/2279 81% [================================================== ] 1849/2279 81% [================================================== ] 1850/2279 81% [================================================== ] 1851/2279 81% [================================================== ] 1852/2279 81% [================================================== ] 1853/2279 81% [================================================== ] 1854/2279 81% [================================================== ] 1855/2279 81% [================================================== ] 1856/2279 81% [================================================== ] 1857/2279 81% [================================================== ] 1858/2279 81% [================================================== ] 1859/2279 81% [================================================== ] 1860/2279 81% [================================================== ] 1861/2279 81% [================================================== ] 1862/2279 81% [================================================== ] 1863/2279 81% [================================================== ] 1864/2279 81% [================================================== ] 1865/2279 81% [================================================== ] 1866/2279 81% [================================================== ] 1867/2279 81% [================================================== ] 1868/2279 81% [================================================== ] 1869/2279 82% [================================================== ] 1870/2279 82% [================================================== ] 1871/2279 82% [================================================== ] 1872/2279 82% [================================================== ] 1873/2279 82% [================================================== ] 1874/2279 82% [=================================================== ] 1875/2279 82% [=================================================== ] 1876/2279 82% [=================================================== ] 1877/2279 82% [=================================================== ] 1878/2279 82% [=================================================== ] 1879/2279 82% [=================================================== ] 1880/2279 82% [=================================================== ] 1881/2279 82% [=================================================== ] 1882/2279 82% [=================================================== ] 1883/2279 82% [=================================================== ] 1884/2279 82% [=================================================== ] 1885/2279 82% [=================================================== ] 1886/2279 82% [=================================================== ] 1887/2279 82% [=================================================== ] 1888/2279 82% [=================================================== ] 1889/2279 82% [=================================================== ] 1890/2279 82% [=================================================== ] 1891/2279 82% [=================================================== ] 1892/2279 83% [=================================================== ] 1893/2279 83% [=================================================== ] 1894/2279 83% [=================================================== ] 1895/2279 83% [=================================================== ] 1896/2279 83% [=================================================== ] 1897/2279 83% [=================================================== ] 1898/2279 83% [=================================================== ] 1899/2279 83% [=================================================== ] 1900/2279 83% [=================================================== ] 1901/2279 83% [=================================================== ] 1902/2279 83% [=================================================== ] 1903/2279 83% [=================================================== ] 1904/2279 83% [=================================================== ] 1905/2279 83% [=================================================== ] 1906/2279 83% [=================================================== ] 1907/2279 83% [=================================================== ] 1908/2279 83% [=================================================== ] 1909/2279 83% [=================================================== ] 1910/2279 83% [=================================================== ] 1911/2279 83% [==================================================== ] 1912/2279 83% [==================================================== ] 1913/2279 83% [==================================================== ] 1914/2279 83% [==================================================== ] 1915/2279 84% [==================================================== ] 1916/2279 84% [==================================================== ] 1917/2279 84% [==================================================== ] 1918/2279 84% [==================================================== ] 1919/2279 84% [==================================================== ] 1920/2279 84% [==================================================== ] 1921/2279 84% [==================================================== ] 1922/2279 84% [==================================================== ] 1923/2279 84% [==================================================== ] 1924/2279 84% [==================================================== ] 1925/2279 84% [==================================================== ] 1926/2279 84% [==================================================== ] 1927/2279 84% [==================================================== ] 1928/2279 84% [==================================================== ] 1929/2279 84% [==================================================== ] 1930/2279 84% [==================================================== ] 1931/2279 84% [==================================================== ] 1932/2279 84% [==================================================== ] 1933/2279 84% [==================================================== ] 1934/2279 84% [==================================================== ] 1935/2279 84% [==================================================== ] 1936/2279 84% [==================================================== ] 1937/2279 84% [==================================================== ] 1938/2279 85% [==================================================== ] 1939/2279 85% [==================================================== ] 1940/2279 85% [==================================================== ] 1941/2279 85% [==================================================== ] 1942/2279 85% [==================================================== ] 1943/2279 85% [==================================================== ] 1944/2279 85% [==================================================== ] 1945/2279 85% [==================================================== ] 1946/2279 85% [==================================================== ] 1947/2279 85% [==================================================== ] 1948/2279 85% [===================================================== ] 1949/2279 85% [===================================================== ] 1950/2279 85% [===================================================== ] 1951/2279 85% [===================================================== ] 1952/2279 85% [===================================================== ] 1953/2279 85% [===================================================== ] 1954/2279 85% [===================================================== ] 1955/2279 85% [===================================================== ] 1956/2279 85% [===================================================== ] 1957/2279 85% [===================================================== ] 1958/2279 85% [===================================================== ] 1959/2279 85% [===================================================== ] 1960/2279 86% [===================================================== ] 1961/2279 86% [===================================================== ] 1962/2279 86% [===================================================== ] 1963/2279 86% [===================================================== ] 1964/2279 86% [===================================================== ] 1965/2279 86% [===================================================== ] 1966/2279 86% [===================================================== ] 1967/2279 86% [===================================================== ] 1968/2279 86% [===================================================== ] 1969/2279 86% [===================================================== ] 1970/2279 86% [===================================================== ] 1971/2279 86% [===================================================== ] 1972/2279 86% [===================================================== ] 1973/2279 86% [===================================================== ] 1974/2279 86% [===================================================== ] 1975/2279 86% [===================================================== ] 1976/2279 86% [===================================================== ] 1977/2279 86% [===================================================== ] 1978/2279 86% [===================================================== ] 1979/2279 86% [===================================================== ] 1980/2279 86% [===================================================== ] 1981/2279 86% [===================================================== ] 1982/2279 86% [===================================================== ] 1983/2279 87% [===================================================== ] 1984/2279 87% [====================================================== ] 1985/2279 87% [====================================================== ] 1986/2279 87% [====================================================== ] 1987/2279 87% [====================================================== ] 1988/2279 87% [====================================================== ] 1989/2279 87% [====================================================== ] 1990/2279 87% [====================================================== ] 1991/2279 87% [====================================================== ] 1992/2279 87% [====================================================== ] 1993/2279 87% [====================================================== ] 1994/2279 87% [====================================================== ] 1995/2279 87% [====================================================== ] 1996/2279 87% [====================================================== ] 1997/2279 87% [====================================================== ] 1998/2279 87% [====================================================== ] 1999/2279 87% [====================================================== ] 2000/2279 87% [====================================================== ] 2001/2279 87% [====================================================== ] 2002/2279 87% [====================================================== ] 2003/2279 87% [====================================================== ] 2004/2279 87% [====================================================== ] 2005/2279 87% [====================================================== ] 2006/2279 88% [====================================================== ] 2007/2279 88% [====================================================== ] 2008/2279 88% [====================================================== ] 2009/2279 88% [====================================================== ] 2010/2279 88% [====================================================== ] 2011/2279 88% [====================================================== ] 2012/2279 88% [====================================================== ] 2013/2279 88% [====================================================== ] 2014/2279 88% [====================================================== ] 2015/2279 88% [====================================================== ] 2016/2279 88% [====================================================== ] 2017/2279 88% [====================================================== ] 2018/2279 88% [====================================================== ] 2019/2279 88% [====================================================== ] 2020/2279 88% [====================================================== ] 2021/2279 88% [======================================================= ] 2022/2279 88% [======================================================= ] 2023/2279 88% [======================================================= ] 2024/2279 88% [======================================================= ] 2025/2279 88% [======================================================= ] 2026/2279 88% [======================================================= ] 2027/2279 88% [======================================================= ] 2028/2279 88% [======================================================= ] 2029/2279 89% [======================================================= ] 2030/2279 89% [======================================================= ] 2031/2279 89% [======================================================= ] 2032/2279 89% [======================================================= ] 2033/2279 89% [======================================================= ] 2034/2279 89% [======================================================= ] 2035/2279 89% [======================================================= ] 2036/2279 89% [======================================================= ] 2037/2279 89% [======================================================= ] 2038/2279 89% [======================================================= ] 2039/2279 89% [======================================================= ] 2040/2279 89% [======================================================= ] 2041/2279 89% [======================================================= ] 2042/2279 89% [======================================================= ] 2043/2279 89% [======================================================= ] 2044/2279 89% [======================================================= ] 2045/2279 89% [======================================================= ] 2046/2279 89% [======================================================= ] 2047/2279 89% [======================================================= ] 2048/2279 89% [======================================================= ] 2049/2279 89% [======================================================= ] 2050/2279 89% [======================================================= ] 2051/2279 89% [======================================================= ] 2052/2279 90% [======================================================= ] 2053/2279 90% [======================================================= ] 2054/2279 90% [======================================================= ] 2055/2279 90% [======================================================= ] 2056/2279 90% [======================================================= ] 2057/2279 90% [======================================================= ] 2058/2279 90% [======================================================== ] 2059/2279 90% [======================================================== ] 2060/2279 90% [======================================================== ] 2061/2279 90% [======================================================== ] 2062/2279 90% [======================================================== ] 2063/2279 90% [======================================================== ] 2064/2279 90% [======================================================== ] 2065/2279 90% [======================================================== ] 2066/2279 90% [======================================================== ] 2067/2279 90% [======================================================== ] 2068/2279 90% [======================================================== ] 2069/2279 90% [======================================================== ] 2070/2279 90% [======================================================== ] 2071/2279 90% [======================================================== ] 2072/2279 90% [======================================================== ] 2073/2279 90% [======================================================== ] 2074/2279 91% [======================================================== ] 2075/2279 91% [======================================================== ] 2076/2279 91% [======================================================== ] 2077/2279 91% [======================================================== ] 2078/2279 91% [======================================================== ] 2079/2279 91% [======================================================== ] 2080/2279 91% [======================================================== ] 2081/2279 91% [======================================================== ] 2082/2279 91% [======================================================== ] 2083/2279 91% [======================================================== ] 2084/2279 91% [======================================================== ] 2085/2279 91% [======================================================== ] 2086/2279 91% [======================================================== ] 2087/2279 91% [======================================================== ] 2088/2279 91% [======================================================== ] 2089/2279 91% [======================================================== ] 2090/2279 91% [======================================================== ] 2091/2279 91% [======================================================== ] 2092/2279 91% [======================================================== ] 2093/2279 91% [======================================================== ] 2094/2279 91% [======================================================== ] 2095/2279 91% [========================================================= ] 2096/2279 91% [========================================================= ] 2097/2279 92% [========================================================= ] 2098/2279 92% [========================================================= ] 2099/2279 92% [========================================================= ] 2100/2279 92% [========================================================= ] 2101/2279 92% [========================================================= ] 2102/2279 92% [========================================================= ] 2103/2279 92% [========================================================= ] 2104/2279 92% [========================================================= ] 2105/2279 92% [========================================================= ] 2106/2279 92% [========================================================= ] 2107/2279 92% [========================================================= ] 2108/2279 92% [========================================================= ] 2109/2279 92% [========================================================= ] 2110/2279 92% [========================================================= ] 2111/2279 92% [========================================================= ] 2112/2279 92% [========================================================= ] 2113/2279 92% [========================================================= ] 2114/2279 92% [========================================================= ] 2115/2279 92% [========================================================= ] 2116/2279 92% [========================================================= ] 2117/2279 92% [========================================================= ] 2118/2279 92% [========================================================= ] 2119/2279 92% [========================================================= ] 2120/2279 93% [========================================================= ] 2121/2279 93% [========================================================= ] 2122/2279 93% [========================================================= ] 2123/2279 93% [========================================================= ] 2124/2279 93% [========================================================= ] 2125/2279 93% [========================================================= ] 2126/2279 93% [========================================================= ] 2127/2279 93% [========================================================= ] 2128/2279 93% [========================================================= ] 2129/2279 93% [========================================================= ] 2130/2279 93% [========================================================= ] 2131/2279 93% [========================================================== ] 2132/2279 93% [========================================================== ] 2133/2279 93% [========================================================== ] 2134/2279 93% [========================================================== ] 2135/2279 93% [========================================================== ] 2136/2279 93% [========================================================== ] 2137/2279 93% [========================================================== ] 2138/2279 93% [========================================================== ] 2139/2279 93% [========================================================== ] 2140/2279 93% [========================================================== ] 2141/2279 93% [========================================================== ] 2142/2279 93% [========================================================== ] 2143/2279 94% [========================================================== ] 2144/2279 94% [========================================================== ] 2145/2279 94% [========================================================== ] 2146/2279 94% [========================================================== ] 2147/2279 94% [========================================================== ] 2148/2279 94% [========================================================== ] 2149/2279 94% [========================================================== ] 2150/2279 94% [========================================================== ] 2151/2279 94% [========================================================== ] 2152/2279 94% [========================================================== ] 2153/2279 94% [========================================================== ] 2154/2279 94% [========================================================== ] 2155/2279 94% [========================================================== ] 2156/2279 94% [========================================================== ] 2157/2279 94% [========================================================== ] 2158/2279 94% [========================================================== ] 2159/2279 94% [========================================================== ] 2160/2279 94% [========================================================== ] 2161/2279 94% [========================================================== ] 2162/2279 94% [========================================================== ] 2163/2279 94% [========================================================== ] 2164/2279 94% [========================================================== ] 2165/2279 94% [========================================================== ] 2166/2279 95% [========================================================== ] 2167/2279 95% [========================================================== ] 2168/2279 95% [=========================================================== ] 2169/2279 95% [=========================================================== ] 2170/2279 95% [=========================================================== ] 2171/2279 95% [=========================================================== ] 2172/2279 95% [=========================================================== ] 2173/2279 95% [=========================================================== ] 2174/2279 95% [=========================================================== ] 2175/2279 95% [=========================================================== ] 2176/2279 95% [=========================================================== ] 2177/2279 95% [=========================================================== ] 2178/2279 95% [=========================================================== ] 2179/2279 95% [=========================================================== ] 2180/2279 95% [=========================================================== ] 2181/2279 95% [=========================================================== ] 2182/2279 95% [=========================================================== ] 2183/2279 95% [=========================================================== ] 2184/2279 95% [=========================================================== ] 2185/2279 95% [=========================================================== ] 2186/2279 95% [=========================================================== ] 2187/2279 95% [=========================================================== ] 2188/2279 96% [=========================================================== ] 2189/2279 96% [=========================================================== ] 2190/2279 96% [=========================================================== ] 2191/2279 96% [=========================================================== ] 2192/2279 96% [=========================================================== ] 2193/2279 96% [=========================================================== ] 2194/2279 96% [=========================================================== ] 2195/2279 96% [=========================================================== ] 2196/2279 96% [=========================================================== ] 2197/2279 96% [=========================================================== ] 2198/2279 96% [=========================================================== ] 2199/2279 96% [=========================================================== ] 2200/2279 96% [=========================================================== ] 2201/2279 96% [=========================================================== ] 2202/2279 96% [=========================================================== ] 2203/2279 96% [=========================================================== ] 2204/2279 96% [=========================================================== ] 2205/2279 96% [============================================================ ] 2206/2279 96% [============================================================ ] 2207/2279 96% [============================================================ ] 2208/2279 96% [============================================================ ] 2209/2279 96% [============================================================ ] 2210/2279 96% [============================================================ ] 2211/2279 97% [============================================================ ] 2212/2279 97% [============================================================ ] 2213/2279 97% [============================================================ ] 2214/2279 97% [============================================================ ] 2215/2279 97% [============================================================ ] 2216/2279 97% [============================================================ ] 2217/2279 97% [============================================================ ] 2218/2279 97% [============================================================ ] 2219/2279 97% [============================================================ ] 2220/2279 97% [============================================================ ] 2221/2279 97% [============================================================ ] 2222/2279 97% [============================================================ ] 2223/2279 97% [============================================================ ] 2224/2279 97% [============================================================ ] 2225/2279 97% [============================================================ ] 2226/2279 97% [============================================================ ] 2227/2279 97% [============================================================ ] 2228/2279 97% [============================================================ ] 2229/2279 97% [============================================================ ] 2230/2279 97% [============================================================ ] 2231/2279 97% [============================================================ ] 2232/2279 97% [============================================================ ] 2233/2279 97% [============================================================ ] 2234/2279 98% [============================================================ ] 2235/2279 98% [============================================================ ] 2236/2279 98% [============================================================ ] 2237/2279 98% [============================================================ ] 2238/2279 98% [============================================================ ] 2239/2279 98% [============================================================ ] 2240/2279 98% [============================================================ ] 2241/2279 98% [============================================================ ] 2242/2279 98% [============================================================= ] 2243/2279 98% [============================================================= ] 2244/2279 98% [============================================================= ] 2245/2279 98% [============================================================= ] 2246/2279 98% [============================================================= ] 2247/2279 98% [============================================================= ] 2248/2279 98% [============================================================= ] 2249/2279 98% [============================================================= ] 2250/2279 98% [============================================================= ] 2251/2279 98% [============================================================= ] 2252/2279 98% [============================================================= ] 2253/2279 98% [============================================================= ] 2254/2279 98% [============================================================= ] 2255/2279 98% [============================================================= ] 2256/2279 98% [============================================================= ] 2257/2279 99% [============================================================= ] 2258/2279 99% [============================================================= ] 2259/2279 99% [============================================================= ] 2260/2279 99% [============================================================= ] 2261/2279 99% [============================================================= ] 2262/2279 99% [============================================================= ] 2263/2279 99% [============================================================= ] 2264/2279 99% [============================================================= ] 2265/2279 99% [============================================================= ] 2266/2279 99% [============================================================= ] 2267/2279 99% [============================================================= ] 2268/2279 99% [============================================================= ] 2269/2279 99% [============================================================= ] 2270/2279 99% [============================================================= ] 2271/2279 99% [============================================================= ] 2272/2279 99% [============================================================= ] 2273/2279 99% [============================================================= ] 2274/2279 99% [============================================================= ] 2275/2279 99% [============================================================= ] 2276/2279 99% [============================================================= ] 2277/2279 99% [============================================================= ] 2278/2279 99% [==============================================================] 2279/2279 100% operation complete, 2279 objects in 42911 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2024.05-rc2-38-g139e478617 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.8.12 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) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> c-ares 1.27.0 Collecting legal info LICENSE.md: OK (sha256: 80fff25340df53b0cf0c3cddbca9050b559b9cbed2ad71830327cfef54959aef) >>> coreutils 9.3 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> empty 0.6.23c Collecting legal info COPYRIGHT: OK (sha256: 6433f4490a82b80ddac37f24cebfe8f3cd7de5686ebb9737281d47997a9941d6) >>> eudev 3.2.14 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> util-linux-libs 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gssdp 1.6.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> libsoup3 3.5.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> libpsl 0.21.5 Collecting legal info COPYING: OK (sha256: 322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libidn2 2.3.7 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nghttp2 1.58.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gupnp 1.6.6 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> udev Collecting legal info >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> initscripts Collecting legal info >>> iproute2 6.8.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmbim 1.30.0 Collecting legal info LICENSES/GPL-2.0-or-later.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> host-moby-buildkit 0.11.6 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.22.4 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> p11-kit 0.25.3 Collecting legal info COPYING: OK (sha256: 2e1ba993904df807a10c3eda1e5c272338edc35674b679773a8b3ad460731054) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> vuejs 3.4.21 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'