>>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-18/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-18/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-18/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-18/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-18/output-1/host/bin PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-18/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-18/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-18/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-18/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-18/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-18/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-18/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-18/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-18/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-18/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-18/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-18/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-18/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-18/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-18/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-18/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-18/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-18/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-18/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-18/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-18/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-18/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-18/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-18/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-18/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-18/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-18/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-18/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-18/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-18/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-18/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-18/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-18/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-18/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-18/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-18/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-18/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-18/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-18/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-18/output-1/target/etc/inittab; fi grep -qsE '^/bin/zsh$' /home/autobuild/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/zsh" >> /home/autobuild/autobuild/instance-18/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/include /home/autobuild/autobuild/instance-18/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-18/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-18/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-18/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-18/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-18/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-18/output-1/target/usr/doc find /home/autobuild/autobuild/instance-18/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-18/output-1/target/lib/ /home/autobuild/autobuild/instance-18/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-18/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-18/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/man /home/autobuild/autobuild/instance-18/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/info /home/autobuild/autobuild/instance-18/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/doc /home/autobuild/autobuild/instance-18/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-18/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-18/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-18/output-1/target/lib/debug /home/autobuild/autobuild/instance-18/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-18/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-18/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-18/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-18/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-18/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-907-g593c64eaf9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /home/autobuild/autobuild/instance-18/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-18/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-18/output-1/per-package /home/autobuild/autobuild/instance-18/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-18/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-18/output-1/images rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-18/output-1/target/ /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-18/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-18/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-18/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-18/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-18/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-18/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-18/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-18/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-18/output-1/images rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-18/output-1/target/ /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-18/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-18/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-18/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-18/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-18/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-18/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-18/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-18/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-18/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-18/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-18/output-1/images/rootfs.ubifs"28127232 bytes (26.8 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-18/output-1/images rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-18/output-1/target/ /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-18/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-18/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-18/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-18/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-18/output-1/host/bin:/home/autobuild/autobuild/instance-18/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-18/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-18/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-18/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-18/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1785 objects. stage 2: creating image '/home/autobuild/autobuild/instance-18/output-1/images/rootfs.yaffs2' [ ] 1/1785 0% [ ] 2/1785 0% [ ] 3/1785 0% [ ] 4/1785 0% [ ] 5/1785 0% [ ] 6/1785 0% [ ] 7/1785 0% [ ] 8/1785 0% [ ] 9/1785 0% [ ] 10/1785 0% [ ] 11/1785 0% [ ] 12/1785 0% [ ] 13/1785 0% [ ] 14/1785 0% [ ] 15/1785 0% [ ] 16/1785 0% [ ] 17/1785 0% [ ] 18/1785 1% [ ] 19/1785 1% [ ] 20/1785 1% [ ] 21/1785 1% [ ] 22/1785 1% [ ] 23/1785 1% [ ] 24/1785 1% [ ] 25/1785 1% [ ] 26/1785 1% [ ] 27/1785 1% [ ] 28/1785 1% [= ] 29/1785 1% [= ] 30/1785 1% [= ] 31/1785 1% [= ] 32/1785 1% [= ] 33/1785 1% [= ] 34/1785 1% [= ] 35/1785 1% [= ] 36/1785 2% [= ] 37/1785 2% [= ] 38/1785 2% [= ] 39/1785 2% [= ] 40/1785 2% [= ] 41/1785 2% [= ] 42/1785 2% [= ] 43/1785 2% [= ] 44/1785 2% [= ] 45/1785 2% [= ] 46/1785 2% [= ] 47/1785 2% [= ] 48/1785 2% [= ] 49/1785 2% [= ] 50/1785 2% [= ] 51/1785 2% [= ] 52/1785 2% [= ] 53/1785 2% [= ] 54/1785 3% [= ] 55/1785 3% [= ] 56/1785 3% [= ] 57/1785 3% [== ] 58/1785 3% [== ] 59/1785 3% [== ] 60/1785 3% [== ] 61/1785 3% [== ] 62/1785 3% [== ] 63/1785 3% [== ] 64/1785 3% [== ] 65/1785 3% [== ] 66/1785 3% [== ] 67/1785 3% [== ] 68/1785 3% [== ] 69/1785 3% [== ] 70/1785 3% [== ] 71/1785 3% [== ] 72/1785 4% [== ] 73/1785 4% [== ] 74/1785 4% [== ] 75/1785 4% [== ] 76/1785 4% [== ] 77/1785 4% [== ] 78/1785 4% [== ] 79/1785 4% [== ] 80/1785 4% [== ] 81/1785 4% [== ] 82/1785 4% [== ] 83/1785 4% [== ] 84/1785 4% [== ] 85/1785 4% [== ] 86/1785 4% [=== ] 87/1785 4% [=== ] 88/1785 4% [=== ] 89/1785 4% [=== ] 90/1785 5% [=== ] 91/1785 5% [=== ] 92/1785 5% [=== ] 93/1785 5% [=== ] 94/1785 5% [=== ] 95/1785 5% [=== ] 96/1785 5% [=== ] 97/1785 5% [=== ] 98/1785 5% [=== ] 99/1785 5% [=== ] 100/1785 5% [=== ] 101/1785 5% [=== ] 102/1785 5% [=== ] 103/1785 5% [=== ] 104/1785 5% [=== ] 105/1785 5% [=== ] 106/1785 5% [=== ] 107/1785 5% [=== ] 108/1785 6% [=== ] 109/1785 6% [=== ] 110/1785 6% [=== ] 111/1785 6% [=== ] 112/1785 6% [=== ] 113/1785 6% [=== ] 114/1785 6% [=== ] 115/1785 6% [==== ] 116/1785 6% [==== ] 117/1785 6% [==== ] 118/1785 6% [==== ] 119/1785 6% [==== ] 120/1785 6% [==== ] 121/1785 6% [==== ] 122/1785 6% [==== ] 123/1785 6% [==== ] 124/1785 6% [==== ] 125/1785 7% [==== ] 126/1785 7% [==== ] 127/1785 7% [==== ] 128/1785 7% [==== ] 129/1785 7% [==== ] 130/1785 7% [==== ] 131/1785 7% [==== ] 132/1785 7% [==== ] 133/1785 7% [==== ] 134/1785 7% [==== ] 135/1785 7% [==== ] 136/1785 7% [==== ] 137/1785 7% [==== ] 138/1785 7% [==== ] 139/1785 7% [==== ] 140/1785 7% [==== ] 141/1785 7% [==== ] 142/1785 7% [==== ] 143/1785 8% [===== ] 144/1785 8% [===== ] 145/1785 8% [===== ] 146/1785 8% [===== ] 147/1785 8% [===== ] 148/1785 8% [===== ] 149/1785 8% [===== ] 150/1785 8% [===== ] 151/1785 8% [===== ] 152/1785 8% [===== ] 153/1785 8% [===== ] 154/1785 8% [===== ] 155/1785 8% [===== ] 156/1785 8% [===== ] 157/1785 8% [===== ] 158/1785 8% [===== ] 159/1785 8% [===== ] 160/1785 8% [===== ] 161/1785 9% [===== ] 162/1785 9% [===== ] 163/1785 9% [===== ] 164/1785 9% [===== ] 165/1785 9% [===== ] 166/1785 9% [===== ] 167/1785 9% [===== ] 168/1785 9% [===== ] 169/1785 9% [===== ] 170/1785 9% [===== ] 171/1785 9% [===== ] 172/1785 9% [====== ] 173/1785 9% [====== ] 174/1785 9% [====== ] 175/1785 9% [====== ] 176/1785 9% [====== ] 177/1785 9% [====== ] 178/1785 9% [====== ] 179/1785 10% [====== ] 180/1785 10% [====== ] 181/1785 10% [====== ] 182/1785 10% [====== ] 183/1785 10% [====== ] 184/1785 10% [====== ] 185/1785 10% [====== ] 186/1785 10% [====== ] 187/1785 10% [====== ] 188/1785 10% [====== ] 189/1785 10% [====== ] 190/1785 10% [====== ] 191/1785 10% [====== ] 192/1785 10% [====== ] 193/1785 10% [====== ] 194/1785 10% [====== ] 195/1785 10% [====== ] 196/1785 10% [====== ] 197/1785 11% [====== ] 198/1785 11% [====== ] 199/1785 11% [====== ] 200/1785 11% [====== ] 201/1785 11% [======= ] 202/1785 11% [======= ] 203/1785 11% [======= ] 204/1785 11% [======= ] 205/1785 11% [======= ] 206/1785 11% [======= ] 207/1785 11% [======= ] 208/1785 11% [======= ] 209/1785 11% [======= ] 210/1785 11% [======= ] 211/1785 11% [======= ] 212/1785 11% [======= ] 213/1785 11% [======= ] 214/1785 11% [======= ] 215/1785 12% [======= ] 216/1785 12% [======= ] 217/1785 12% [======= ] 218/1785 12% [======= ] 219/1785 12% [======= ] 220/1785 12% [======= ] 221/1785 12% [======= ] 222/1785 12% [======= ] 223/1785 12% [======= ] 224/1785 12% [======= ] 225/1785 12% [======= ] 226/1785 12% [======= ] 227/1785 12% [======= ] 228/1785 12% [======= ] 229/1785 12% [======= ] 230/1785 12% [======== ] 231/1785 12% [======== ] 232/1785 12% [======== ] 233/1785 13% [======== ] 234/1785 13% [======== ] 235/1785 13% [======== ] 236/1785 13% [======== ] 237/1785 13% [======== ] 238/1785 13% [======== ] 239/1785 13% [======== ] 240/1785 13% [======== ] 241/1785 13% [======== ] 242/1785 13% [======== ] 243/1785 13% [======== ] 244/1785 13% [======== ] 245/1785 13% [======== ] 246/1785 13% [======== ] 247/1785 13% [======== ] 248/1785 13% [======== ] 249/1785 13% [======== ] 250/1785 14% [======== ] 251/1785 14% [======== ] 252/1785 14% [======== ] 253/1785 14% [======== ] 254/1785 14% [======== ] 255/1785 14% [======== ] 256/1785 14% [======== ] 257/1785 14% [======== ] 258/1785 14% [======== ] 259/1785 14% [========= ] 260/1785 14% [========= ] 261/1785 14% [========= ] 262/1785 14% [========= ] 263/1785 14% [========= ] 264/1785 14% [========= ] 265/1785 14% [========= ] 266/1785 14% [========= ] 267/1785 14% [========= ] 268/1785 15% [========= ] 269/1785 15% [========= ] 270/1785 15% [========= ] 271/1785 15% [========= ] 272/1785 15% [========= ] 273/1785 15% [========= ] 274/1785 15% [========= ] 275/1785 15% [========= ] 276/1785 15% [========= ] 277/1785 15% [========= ] 278/1785 15% [========= ] 279/1785 15% [========= ] 280/1785 15% [========= ] 281/1785 15% [========= ] 282/1785 15% [========= ] 283/1785 15% [========= ] 284/1785 15% [========= ] 285/1785 15% [========= ] 286/1785 16% [========= ] 287/1785 16% [========== ] 288/1785 16% [========== ] 289/1785 16% [========== ] 290/1785 16% [========== ] 291/1785 16% [========== ] 292/1785 16% [========== ] 293/1785 16% [========== ] 294/1785 16% [========== ] 295/1785 16% [========== ] 296/1785 16% [========== ] 297/1785 16% [========== ] 298/1785 16% [========== ] 299/1785 16% [========== ] 300/1785 16% [========== ] 301/1785 16% [========== ] 302/1785 16% [========== ] 303/1785 16% [========== ] 304/1785 17% [========== ] 305/1785 17% [========== ] 306/1785 17% [========== ] 307/1785 17% [========== ] 308/1785 17% [========== ] 309/1785 17% [========== ] 310/1785 17% [========== ] 311/1785 17% [========== ] 312/1785 17% [========== ] 313/1785 17% [========== ] 314/1785 17% [========== ] 315/1785 17% [========== ] 316/1785 17% [=========== ] 317/1785 17% [=========== ] 318/1785 17% [=========== ] 319/1785 17% [=========== ] 320/1785 17% [=========== ] 321/1785 17% [=========== ] 322/1785 18% [=========== ] 323/1785 18% [=========== ] 324/1785 18% [=========== ] 325/1785 18% [=========== ] 326/1785 18% [=========== ] 327/1785 18% [=========== ] 328/1785 18% [=========== ] 329/1785 18% [=========== ] 330/1785 18% [=========== ] 331/1785 18% [=========== ] 332/1785 18% [=========== ] 333/1785 18% [=========== ] 334/1785 18% [=========== ] 335/1785 18% [=========== ] 336/1785 18% [=========== ] 337/1785 18% [=========== ] 338/1785 18% [=========== ] 339/1785 18% [=========== ] 340/1785 19% [=========== ] 341/1785 19% [=========== ] 342/1785 19% [=========== ] 343/1785 19% [=========== ] 344/1785 19% [=========== ] 345/1785 19% [============ ] 346/1785 19% [============ ] 347/1785 19% [============ ] 348/1785 19% [============ ] 349/1785 19% [============ ] 350/1785 19% [============ ] 351/1785 19% [============ ] 352/1785 19% [============ ] 353/1785 19% [============ ] 354/1785 19% [============ ] 355/1785 19% [============ ] 356/1785 19% [============ ] 357/1785 20% [============ ] 358/1785 20% [============ ] 359/1785 20% [============ ] 360/1785 20% [============ ] 361/1785 20% [============ ] 362/1785 20% [============ ] 363/1785 20% [============ ] 364/1785 20% [============ ] 365/1785 20% [============ ] 366/1785 20% [============ ] 367/1785 20% [============ ] 368/1785 20% [============ ] 369/1785 20% [============ ] 370/1785 20% [============ ] 371/1785 20% [============ ] 372/1785 20% [============ ] 373/1785 20% [============ ] 374/1785 20% [============= ] 375/1785 21% [============= ] 376/1785 21% [============= ] 377/1785 21% [============= ] 378/1785 21% [============= ] 379/1785 21% [============= ] 380/1785 21% [============= ] 381/1785 21% [============= ] 382/1785 21% [============= ] 383/1785 21% [============= ] 384/1785 21% [============= ] 385/1785 21% [============= ] 386/1785 21% [============= ] 387/1785 21% [============= ] 388/1785 21% [============= ] 389/1785 21% [============= ] 390/1785 21% [============= ] 391/1785 21% [============= ] 392/1785 21% [============= ] 393/1785 22% [============= ] 394/1785 22% [============= ] 395/1785 22% [============= ] 396/1785 22% [============= ] 397/1785 22% [============= ] 398/1785 22% [============= ] 399/1785 22% [============= ] 400/1785 22% [============= ] 401/1785 22% [============= ] 402/1785 22% [============= ] 403/1785 22% [============== ] 404/1785 22% [============== ] 405/1785 22% [============== ] 406/1785 22% [============== ] 407/1785 22% [============== ] 408/1785 22% [============== ] 409/1785 22% [============== ] 410/1785 22% [============== ] 411/1785 23% [============== ] 412/1785 23% [============== ] 413/1785 23% [============== ] 414/1785 23% [============== ] 415/1785 23% [============== ] 416/1785 23% [============== ] 417/1785 23% [============== ] 418/1785 23% [============== ] 419/1785 23% [============== ] 420/1785 23% [============== ] 421/1785 23% [============== ] 422/1785 23% [============== ] 423/1785 23% [============== ] 424/1785 23% [============== ] 425/1785 23% [============== ] 426/1785 23% [============== ] 427/1785 23% [============== ] 428/1785 23% [============== ] 429/1785 24% [============== ] 430/1785 24% [============== ] 431/1785 24% [=============== ] 432/1785 24% [=============== ] 433/1785 24% [=============== ] 434/1785 24% [=============== ] 435/1785 24% [=============== ] 436/1785 24% [=============== ] 437/1785 24% [=============== ] 438/1785 24% [=============== ] 439/1785 24% [=============== ] 440/1785 24% [=============== ] 441/1785 24% [=============== ] 442/1785 24% [=============== ] 443/1785 24% [=============== ] 444/1785 24% [=============== ] 445/1785 24% [=============== ] 446/1785 24% [=============== ] 447/1785 25% [=============== ] 448/1785 25% [=============== ] 449/1785 25% [=============== ] 450/1785 25% [=============== ] 451/1785 25% [=============== ] 452/1785 25% [=============== ] 453/1785 25% [=============== ] 454/1785 25% [=============== ] 455/1785 25% [=============== ] 456/1785 25% [=============== ] 457/1785 25% [=============== ] 458/1785 25% [=============== ] 459/1785 25% [=============== ] 460/1785 25% [================ ] 461/1785 25% [================ ] 462/1785 25% [================ ] 463/1785 25% [================ ] 464/1785 25% [================ ] 465/1785 26% [================ ] 466/1785 26% [================ ] 467/1785 26% [================ ] 468/1785 26% [================ ] 469/1785 26% [================ ] 470/1785 26% [================ ] 471/1785 26% [================ ] 472/1785 26% [================ ] 473/1785 26% [================ ] 474/1785 26% [================ ] 475/1785 26% [================ ] 476/1785 26% [================ ] 477/1785 26% [================ ] 478/1785 26% [================ ] 479/1785 26% [================ ] 480/1785 26% [================ ] 481/1785 26% [================ ] 482/1785 27% [================ ] 483/1785 27% [================ ] 484/1785 27% [================ ] 485/1785 27% [================ ] 486/1785 27% [================ ] 487/1785 27% [================ ] 488/1785 27% [================ ] 489/1785 27% [================= ] 490/1785 27% [================= ] 491/1785 27% [================= ] 492/1785 27% [================= ] 493/1785 27% [================= ] 494/1785 27% [================= ] 495/1785 27% [================= ] 496/1785 27% [================= ] 497/1785 27% [================= ] 498/1785 27% [================= ] 499/1785 27% [================= ] 500/1785 28% [================= ] 501/1785 28% [================= ] 502/1785 28% [================= ] 503/1785 28% [================= ] 504/1785 28% [================= ] 505/1785 28% [================= ] 506/1785 28% [================= ] 507/1785 28% [================= ] 508/1785 28% [================= ] 509/1785 28% [================= ] 510/1785 28% [================= ] 511/1785 28% [================= ] 512/1785 28% [================= ] 513/1785 28% [================= ] 514/1785 28% [================= ] 515/1785 28% [================= ] 516/1785 28% [================= ] 517/1785 28% [================= ] 518/1785 29% [================== ] 519/1785 29% [================== ] 520/1785 29% [================== ] 521/1785 29% [================== ] 522/1785 29% [================== ] 523/1785 29% [================== ] 524/1785 29% [================== ] 525/1785 29% [================== ] 526/1785 29% [================== ] 527/1785 29% [================== ] 528/1785 29% [================== ] 529/1785 29% [================== ] 530/1785 29% [================== ] 531/1785 29% [================== ] 532/1785 29% [================== ] 533/1785 29% [================== ] 534/1785 29% [================== ] 535/1785 29% [================== ] 536/1785 30% [================== ] 537/1785 30% [================== ] 538/1785 30% [================== ] 539/1785 30% [================== ] 540/1785 30% [================== ] 541/1785 30% [================== ] 542/1785 30% [================== ] 543/1785 30% [================== ] 544/1785 30% [================== ] 545/1785 30% [================== ] 546/1785 30% [================== ] 547/1785 30% [=================== ] 548/1785 30% [=================== ] 549/1785 30% [=================== ] 550/1785 30% [=================== ] 551/1785 30% [=================== ] 552/1785 30% [=================== ] 553/1785 30% [=================== ] 554/1785 31% [=================== ] 555/1785 31% [=================== ] 556/1785 31% [=================== ] 557/1785 31% [=================== ] 558/1785 31% [=================== ] 559/1785 31% [=================== ] 560/1785 31% [=================== ] 561/1785 31% [=================== ] 562/1785 31% [=================== ] 563/1785 31% [=================== ] 564/1785 31% [=================== ] 565/1785 31% [=================== ] 566/1785 31% [=================== ] 567/1785 31% [=================== ] 568/1785 31% [=================== ] 569/1785 31% [=================== ] 570/1785 31% [=================== ] 571/1785 31% [=================== ] 572/1785 32% [=================== ] 573/1785 32% [=================== ] 574/1785 32% [=================== ] 575/1785 32% [==================== ] 576/1785 32% [==================== ] 577/1785 32% [==================== ] 578/1785 32% [==================== ] 579/1785 32% [==================== ] 580/1785 32% [==================== ] 581/1785 32% [==================== ] 582/1785 32% [==================== ] 583/1785 32% [==================== ] 584/1785 32% [==================== ] 585/1785 32% [==================== ] 586/1785 32% [==================== ] 587/1785 32% [==================== ] 588/1785 32% [==================== ] 589/1785 32% [==================== ] 590/1785 33% [==================== ] 591/1785 33% [==================== ] 592/1785 33% [==================== ] 593/1785 33% [==================== ] 594/1785 33% [==================== ] 595/1785 33% [==================== ] 596/1785 33% [==================== ] 597/1785 33% [==================== ] 598/1785 33% [==================== ] 599/1785 33% [==================== ] 600/1785 33% [==================== ] 601/1785 33% [==================== ] 602/1785 33% [==================== ] 603/1785 33% [==================== ] 604/1785 33% [===================== ] 605/1785 33% [===================== ] 606/1785 33% [===================== ] 607/1785 34% [===================== ] 608/1785 34% [===================== ] 609/1785 34% [===================== ] 610/1785 34% [===================== ] 611/1785 34% [===================== ] 612/1785 34% [===================== ] 613/1785 34% [===================== ] 614/1785 34% [===================== ] 615/1785 34% [===================== ] 616/1785 34% [===================== ] 617/1785 34% [===================== ] 618/1785 34% [===================== ] 619/1785 34% [===================== ] 620/1785 34% [===================== ] 621/1785 34% [===================== ] 622/1785 34% [===================== ] 623/1785 34% [===================== ] 624/1785 34% [===================== ] 625/1785 35% [===================== ] 626/1785 35% [===================== ] 627/1785 35% [===================== ] 628/1785 35% [===================== ] 629/1785 35% [===================== ] 630/1785 35% [===================== ] 631/1785 35% [===================== ] 632/1785 35% [===================== ] 633/1785 35% [====================== ] 634/1785 35% [====================== ] 635/1785 35% [====================== ] 636/1785 35% [====================== ] 637/1785 35% [====================== ] 638/1785 35% [====================== ] 639/1785 35% [====================== ] 640/1785 35% [====================== ] 641/1785 35% [====================== ] 642/1785 35% [====================== ] 643/1785 36% [====================== ] 644/1785 36% [====================== ] 645/1785 36% [====================== ] 646/1785 36% [====================== ] 647/1785 36% [====================== ] 648/1785 36% [====================== ] 649/1785 36% [====================== ] 650/1785 36% [====================== ] 651/1785 36% [====================== ] 652/1785 36% [====================== ] 653/1785 36% [====================== ] 654/1785 36% [====================== ] 655/1785 36% [====================== ] 656/1785 36% [====================== ] 657/1785 36% [====================== ] 658/1785 36% [====================== ] 659/1785 36% [====================== ] 660/1785 36% [====================== ] 661/1785 37% [====================== ] 662/1785 37% [======================= ] 663/1785 37% [======================= ] 664/1785 37% [======================= ] 665/1785 37% [======================= ] 666/1785 37% [======================= ] 667/1785 37% [======================= ] 668/1785 37% [======================= ] 669/1785 37% [======================= ] 670/1785 37% [======================= ] 671/1785 37% [======================= ] 672/1785 37% [======================= ] 673/1785 37% [======================= ] 674/1785 37% [======================= ] 675/1785 37% [======================= ] 676/1785 37% [======================= ] 677/1785 37% [======================= ] 678/1785 37% [======================= ] 679/1785 38% [======================= ] 680/1785 38% [======================= ] 681/1785 38% [======================= ] 682/1785 38% [======================= ] 683/1785 38% [======================= ] 684/1785 38% [======================= ] 685/1785 38% [======================= ] 686/1785 38% [======================= ] 687/1785 38% [======================= ] 688/1785 38% [======================= ] 689/1785 38% [======================= ] 690/1785 38% [======================== ] 691/1785 38% [======================== ] 692/1785 38% [======================== ] 693/1785 38% [======================== ] 694/1785 38% [======================== ] 695/1785 38% [======================== ] 696/1785 38% [======================== ] 697/1785 39% [======================== ] 698/1785 39% [======================== ] 699/1785 39% [======================== ] 700/1785 39% [======================== ] 701/1785 39% [======================== ] 702/1785 39% [======================== ] 703/1785 39% [======================== ] 704/1785 39% [======================== ] 705/1785 39% [======================== ] 706/1785 39% [======================== ] 707/1785 39% [======================== ] 708/1785 39% [======================== ] 709/1785 39% [======================== ] 710/1785 39% [======================== ] 711/1785 39% [======================== ] 712/1785 39% [======================== ] 713/1785 39% [======================== ] 714/1785 40% [======================== ] 715/1785 40% [======================== ] 716/1785 40% [======================== ] 717/1785 40% [======================== ] 718/1785 40% [======================== ] 719/1785 40% [========================= ] 720/1785 40% [========================= ] 721/1785 40% [========================= ] 722/1785 40% [========================= ] 723/1785 40% [========================= ] 724/1785 40% [========================= ] 725/1785 40% [========================= ] 726/1785 40% [========================= ] 727/1785 40% [========================= ] 728/1785 40% [========================= ] 729/1785 40% [========================= ] 730/1785 40% [========================= ] 731/1785 40% [========================= ] 732/1785 41% [========================= ] 733/1785 41% [========================= ] 734/1785 41% [========================= ] 735/1785 41% [========================= ] 736/1785 41% [========================= ] 737/1785 41% [========================= ] 738/1785 41% [========================= ] 739/1785 41% [========================= ] 740/1785 41% [========================= ] 741/1785 41% [========================= ] 742/1785 41% [========================= ] 743/1785 41% [========================= ] 744/1785 41% [========================= ] 745/1785 41% [========================= ] 746/1785 41% [========================= ] 747/1785 41% [========================= ] 748/1785 41% [========================== ] 749/1785 41% [========================== ] 750/1785 42% [========================== ] 751/1785 42% [========================== ] 752/1785 42% [========================== ] 753/1785 42% [========================== ] 754/1785 42% [========================== ] 755/1785 42% [========================== ] 756/1785 42% [========================== ] 757/1785 42% [========================== ] 758/1785 42% [========================== ] 759/1785 42% [========================== ] 760/1785 42% [========================== ] 761/1785 42% [========================== ] 762/1785 42% [========================== ] 763/1785 42% [========================== ] 764/1785 42% [========================== ] 765/1785 42% [========================== ] 766/1785 42% [========================== ] 767/1785 42% [========================== ] 768/1785 43% [========================== ] 769/1785 43% [========================== ] 770/1785 43% [========================== ] 771/1785 43% [========================== ] 772/1785 43% [========================== ] 773/1785 43% [========================== ] 774/1785 43% [========================== ] 775/1785 43% [========================== ] 776/1785 43% [========================== ] 777/1785 43% [=========================== ] 778/1785 43% [=========================== ] 779/1785 43% [=========================== ] 780/1785 43% [=========================== ] 781/1785 43% [=========================== ] 782/1785 43% [=========================== ] 783/1785 43% [=========================== ] 784/1785 43% [=========================== ] 785/1785 43% [=========================== ] 786/1785 44% [=========================== ] 787/1785 44% [=========================== ] 788/1785 44% [=========================== ] 789/1785 44% [=========================== ] 790/1785 44% [=========================== ] 791/1785 44% [=========================== ] 792/1785 44% [=========================== ] 793/1785 44% [=========================== ] 794/1785 44% [=========================== ] 795/1785 44% [=========================== ] 796/1785 44% [=========================== ] 797/1785 44% [=========================== ] 798/1785 44% [=========================== ] 799/1785 44% [=========================== ] 800/1785 44% [=========================== ] 801/1785 44% [=========================== ] 802/1785 44% [=========================== ] 803/1785 44% [=========================== ] 804/1785 45% [=========================== ] 805/1785 45% [=========================== ] 806/1785 45% [============================ ] 807/1785 45% [============================ ] 808/1785 45% [============================ ] 809/1785 45% [============================ ] 810/1785 45% [============================ ] 811/1785 45% [============================ ] 812/1785 45% [============================ ] 813/1785 45% [============================ ] 814/1785 45% [============================ ] 815/1785 45% [============================ ] 816/1785 45% [============================ ] 817/1785 45% [============================ ] 818/1785 45% [============================ ] 819/1785 45% [============================ ] 820/1785 45% [============================ ] 821/1785 45% [============================ ] 822/1785 46% [============================ ] 823/1785 46% [============================ ] 824/1785 46% [============================ ] 825/1785 46% [============================ ] 826/1785 46% [============================ ] 827/1785 46% [============================ ] 828/1785 46% [============================ ] 829/1785 46% [============================ ] 830/1785 46% [============================ ] 831/1785 46% [============================ ] 832/1785 46% [============================ ] 833/1785 46% [============================ ] 834/1785 46% [============================= ] 835/1785 46% [============================= ] 836/1785 46% [============================= ] 837/1785 46% [============================= ] 838/1785 46% [============================= ] 839/1785 47% [============================= ] 840/1785 47% [============================= ] 841/1785 47% [============================= ] 842/1785 47% [============================= ] 843/1785 47% [============================= ] 844/1785 47% [============================= ] 845/1785 47% [============================= ] 846/1785 47% [============================= ] 847/1785 47% [============================= ] 848/1785 47% [============================= ] 849/1785 47% [============================= ] 850/1785 47% [============================= ] 851/1785 47% [============================= ] 852/1785 47% [============================= ] 853/1785 47% [============================= ] 854/1785 47% [============================= ] 855/1785 47% [============================= ] 856/1785 47% [============================= ] 857/1785 48% [============================= ] 858/1785 48% [============================= ] 859/1785 48% [============================= ] 860/1785 48% [============================= ] 861/1785 48% [============================= ] 862/1785 48% [============================= ] 863/1785 48% [============================== ] 864/1785 48% [============================== ] 865/1785 48% [============================== ] 866/1785 48% [============================== ] 867/1785 48% [============================== ] 868/1785 48% [============================== ] 869/1785 48% [============================== ] 870/1785 48% [============================== ] 871/1785 48% [============================== ] 872/1785 48% [============================== ] 873/1785 48% [============================== ] 874/1785 48% [============================== ] 875/1785 49% [============================== ] 876/1785 49% [============================== ] 877/1785 49% [============================== ] 878/1785 49% [============================== ] 879/1785 49% [============================== ] 880/1785 49% [============================== ] 881/1785 49% [============================== ] 882/1785 49% [============================== ] 883/1785 49% [============================== ] 884/1785 49% [============================== ] 885/1785 49% [============================== ] 886/1785 49% [============================== ] 887/1785 49% [============================== ] 888/1785 49% [============================== ] 889/1785 49% [============================== ] 890/1785 49% [============================== ] 891/1785 49% [============================== ] 892/1785 49% [=============================== ] 893/1785 50% [=============================== ] 894/1785 50% [=============================== ] 895/1785 50% [=============================== ] 896/1785 50% [=============================== ] 897/1785 50% [=============================== ] 898/1785 50% [=============================== ] 899/1785 50% [=============================== ] 900/1785 50% [=============================== ] 901/1785 50% [=============================== ] 902/1785 50% [=============================== ] 903/1785 50% [=============================== ] 904/1785 50% [=============================== ] 905/1785 50% [=============================== ] 906/1785 50% [=============================== ] 907/1785 50% [=============================== ] 908/1785 50% [=============================== ] 909/1785 50% [=============================== ] 910/1785 50% [=============================== ] 911/1785 51% [=============================== ] 912/1785 51% [=============================== ] 913/1785 51% [=============================== ] 914/1785 51% [=============================== ] 915/1785 51% [=============================== ] 916/1785 51% [=============================== ] 917/1785 51% [=============================== ] 918/1785 51% [=============================== ] 919/1785 51% [=============================== ] 920/1785 51% [=============================== ] 921/1785 51% [================================ ] 922/1785 51% [================================ ] 923/1785 51% [================================ ] 924/1785 51% [================================ ] 925/1785 51% [================================ ] 926/1785 51% [================================ ] 927/1785 51% [================================ ] 928/1785 51% [================================ ] 929/1785 52% [================================ ] 930/1785 52% [================================ ] 931/1785 52% [================================ ] 932/1785 52% [================================ ] 933/1785 52% [================================ ] 934/1785 52% [================================ ] 935/1785 52% [================================ ] 936/1785 52% [================================ ] 937/1785 52% [================================ ] 938/1785 52% [================================ ] 939/1785 52% [================================ ] 940/1785 52% [================================ ] 941/1785 52% [================================ ] 942/1785 52% [================================ ] 943/1785 52% [================================ ] 944/1785 52% [================================ ] 945/1785 52% [================================ ] 946/1785 52% [================================ ] 947/1785 53% [================================ ] 948/1785 53% [================================ ] 949/1785 53% [================================ ] 950/1785 53% [================================= ] 951/1785 53% [================================= ] 952/1785 53% [================================= ] 953/1785 53% [================================= ] 954/1785 53% [================================= ] 955/1785 53% [================================= ] 956/1785 53% [================================= ] 957/1785 53% [================================= ] 958/1785 53% [================================= ] 959/1785 53% [================================= ] 960/1785 53% [================================= ] 961/1785 53% [================================= ] 962/1785 53% [================================= ] 963/1785 53% [================================= ] 964/1785 54% [================================= ] 965/1785 54% [================================= ] 966/1785 54% [================================= ] 967/1785 54% [================================= ] 968/1785 54% [================================= ] 969/1785 54% [================================= ] 970/1785 54% [================================= ] 971/1785 54% [================================= ] 972/1785 54% [================================= ] 973/1785 54% [================================= ] 974/1785 54% [================================= ] 975/1785 54% [================================= ] 976/1785 54% [================================= ] 977/1785 54% [================================= ] 978/1785 54% [================================== ] 979/1785 54% [================================== ] 980/1785 54% [================================== ] 981/1785 54% [================================== ] 982/1785 55% [================================== ] 983/1785 55% [================================== ] 984/1785 55% [================================== ] 985/1785 55% [================================== ] 986/1785 55% [================================== ] 987/1785 55% [================================== ] 988/1785 55% [================================== ] 989/1785 55% [================================== ] 990/1785 55% [================================== ] 991/1785 55% [================================== ] 992/1785 55% [================================== ] 993/1785 55% [================================== ] 994/1785 55% [================================== ] 995/1785 55% [================================== ] 996/1785 55% [================================== ] 997/1785 55% [================================== ] 998/1785 55% [================================== ] 999/1785 55% [================================== ] 1000/1785 56% [================================== ] 1001/1785 56% [================================== ] 1002/1785 56% [================================== ] 1003/1785 56% [================================== ] 1004/1785 56% [================================== ] 1005/1785 56% [================================== ] 1006/1785 56% [================================== ] 1007/1785 56% [=================================== ] 1008/1785 56% [=================================== ] 1009/1785 56% [=================================== ] 1010/1785 56% [=================================== ] 1011/1785 56% [=================================== ] 1012/1785 56% [=================================== ] 1013/1785 56% [=================================== ] 1014/1785 56% [=================================== ] 1015/1785 56% [=================================== ] 1016/1785 56% [=================================== ] 1017/1785 56% [=================================== ] 1018/1785 57% [=================================== ] 1019/1785 57% [=================================== ] 1020/1785 57% [=================================== ] 1021/1785 57% [=================================== ] 1022/1785 57% [=================================== ] 1023/1785 57% [=================================== ] 1024/1785 57% [=================================== ] 1025/1785 57% [=================================== ] 1026/1785 57% [=================================== ] 1027/1785 57% [=================================== ] 1028/1785 57% [=================================== ] 1029/1785 57% [=================================== ] 1030/1785 57% [=================================== ] 1031/1785 57% [=================================== ] 1032/1785 57% [=================================== ] 1033/1785 57% [=================================== ] 1034/1785 57% [=================================== ] 1035/1785 57% [=================================== ] 1036/1785 58% [==================================== ] 1037/1785 58% [==================================== ] 1038/1785 58% [==================================== ] 1039/1785 58% [==================================== ] 1040/1785 58% [==================================== ] 1041/1785 58% [==================================== ] 1042/1785 58% [==================================== ] 1043/1785 58% [==================================== ] 1044/1785 58% [==================================== ] 1045/1785 58% [==================================== ] 1046/1785 58% [==================================== ] 1047/1785 58% [==================================== ] 1048/1785 58% [==================================== ] 1049/1785 58% [==================================== ] 1050/1785 58% [==================================== ] 1051/1785 58% [==================================== ] 1052/1785 58% [==================================== ] 1053/1785 58% [==================================== ] 1054/1785 59% [==================================== ] 1055/1785 59% [==================================== ] 1056/1785 59% [==================================== ] 1057/1785 59% [==================================== ] 1058/1785 59% [==================================== ] 1059/1785 59% [==================================== ] 1060/1785 59% [==================================== ] 1061/1785 59% [==================================== ] 1062/1785 59% [==================================== ] 1063/1785 59% [==================================== ] 1064/1785 59% [==================================== ] 1065/1785 59% [===================================== ] 1066/1785 59% [===================================== ] 1067/1785 59% [===================================== ] 1068/1785 59% [===================================== ] 1069/1785 59% [===================================== ] 1070/1785 59% [===================================== ] 1071/1785 60% [===================================== ] 1072/1785 60% [===================================== ] 1073/1785 60% [===================================== ] 1074/1785 60% [===================================== ] 1075/1785 60% [===================================== ] 1076/1785 60% [===================================== ] 1077/1785 60% [===================================== ] 1078/1785 60% [===================================== ] 1079/1785 60% [===================================== ] 1080/1785 60% [===================================== ] 1081/1785 60% [===================================== ] 1082/1785 60% [===================================== ] 1083/1785 60% [===================================== ] 1084/1785 60% [===================================== ] 1085/1785 60% [===================================== ] 1086/1785 60% [===================================== ] 1087/1785 60% [===================================== ] 1088/1785 60% [===================================== ] 1089/1785 61% [===================================== ] 1090/1785 61% [===================================== ] 1091/1785 61% [===================================== ] 1092/1785 61% [===================================== ] 1093/1785 61% [===================================== ] 1094/1785 61% [====================================== ] 1095/1785 61% [====================================== ] 1096/1785 61% [====================================== ] 1097/1785 61% [====================================== ] 1098/1785 61% [====================================== ] 1099/1785 61% [====================================== ] 1100/1785 61% [====================================== ] 1101/1785 61% [====================================== ] 1102/1785 61% [====================================== ] 1103/1785 61% [====================================== ] 1104/1785 61% [====================================== ] 1105/1785 61% [====================================== ] 1106/1785 61% [====================================== ] 1107/1785 62% [====================================== ] 1108/1785 62% [====================================== ] 1109/1785 62% [====================================== ] 1110/1785 62% [====================================== ] 1111/1785 62% [====================================== ] 1112/1785 62% [====================================== ] 1113/1785 62% [====================================== ] 1114/1785 62% [====================================== ] 1115/1785 62% [====================================== ] 1116/1785 62% [====================================== ] 1117/1785 62% [====================================== ] 1118/1785 62% [====================================== ] 1119/1785 62% [====================================== ] 1120/1785 62% [====================================== ] 1121/1785 62% [====================================== ] 1122/1785 62% [======================================= ] 1123/1785 62% [======================================= ] 1124/1785 62% [======================================= ] 1125/1785 63% [======================================= ] 1126/1785 63% [======================================= ] 1127/1785 63% [======================================= ] 1128/1785 63% [======================================= ] 1129/1785 63% [======================================= ] 1130/1785 63% [======================================= ] 1131/1785 63% [======================================= ] 1132/1785 63% [======================================= ] 1133/1785 63% [======================================= ] 1134/1785 63% [======================================= ] 1135/1785 63% [======================================= ] 1136/1785 63% [======================================= ] 1137/1785 63% [======================================= ] 1138/1785 63% [======================================= ] 1139/1785 63% [======================================= ] 1140/1785 63% [======================================= ] 1141/1785 63% [======================================= ] 1142/1785 63% [======================================= ] 1143/1785 64% [======================================= ] 1144/1785 64% [======================================= ] 1145/1785 64% [======================================= ] 1146/1785 64% [======================================= ] 1147/1785 64% [======================================= ] 1148/1785 64% [======================================= ] 1149/1785 64% [======================================= ] 1150/1785 64% [======================================= ] 1151/1785 64% [======================================== ] 1152/1785 64% [======================================== ] 1153/1785 64% [======================================== ] 1154/1785 64% [======================================== ] 1155/1785 64% [======================================== ] 1156/1785 64% [======================================== ] 1157/1785 64% [======================================== ] 1158/1785 64% [======================================== ] 1159/1785 64% [======================================== ] 1160/1785 64% [======================================== ] 1161/1785 65% [======================================== ] 1162/1785 65% [======================================== ] 1163/1785 65% [======================================== ] 1164/1785 65% [======================================== ] 1165/1785 65% [======================================== ] 1166/1785 65% [======================================== ] 1167/1785 65% [======================================== ] 1168/1785 65% [======================================== ] 1169/1785 65% [======================================== ] 1170/1785 65% [======================================== ] 1171/1785 65% [======================================== ] 1172/1785 65% [======================================== ] 1173/1785 65% [======================================== ] 1174/1785 65% [======================================== ] 1175/1785 65% [======================================== ] 1176/1785 65% [======================================== ] 1177/1785 65% [======================================== ] 1178/1785 65% [======================================== ] 1179/1785 66% [======================================== ] 1180/1785 66% [========================================= ] 1181/1785 66% [========================================= ] 1182/1785 66% [========================================= ] 1183/1785 66% [========================================= ] 1184/1785 66% [========================================= ] 1185/1785 66% [========================================= ] 1186/1785 66% [========================================= ] 1187/1785 66% [========================================= ] 1188/1785 66% [========================================= ] 1189/1785 66% [========================================= ] 1190/1785 66% [========================================= ] 1191/1785 66% [========================================= ] 1192/1785 66% [========================================= ] 1193/1785 66% [========================================= ] 1194/1785 66% [========================================= ] 1195/1785 66% [========================================= ] 1196/1785 67% [========================================= ] 1197/1785 67% [========================================= ] 1198/1785 67% [========================================= ] 1199/1785 67% [========================================= ] 1200/1785 67% [========================================= ] 1201/1785 67% [========================================= ] 1202/1785 67% [========================================= ] 1203/1785 67% [========================================= ] 1204/1785 67% [========================================= ] 1205/1785 67% [========================================= ] 1206/1785 67% [========================================= ] 1207/1785 67% [========================================= ] 1208/1785 67% [========================================= ] 1209/1785 67% [========================================== ] 1210/1785 67% [========================================== ] 1211/1785 67% [========================================== ] 1212/1785 67% [========================================== ] 1213/1785 67% [========================================== ] 1214/1785 68% [========================================== ] 1215/1785 68% [========================================== ] 1216/1785 68% [========================================== ] 1217/1785 68% [========================================== ] 1218/1785 68% [========================================== ] 1219/1785 68% [========================================== ] 1220/1785 68% [========================================== ] 1221/1785 68% [========================================== ] 1222/1785 68% [========================================== ] 1223/1785 68% [========================================== ] 1224/1785 68% [========================================== ] 1225/1785 68% [========================================== ] 1226/1785 68% [========================================== ] 1227/1785 68% [========================================== ] 1228/1785 68% [========================================== ] 1229/1785 68% [========================================== ] 1230/1785 68% [========================================== ] 1231/1785 68% [========================================== ] 1232/1785 69% [========================================== ] 1233/1785 69% [========================================== ] 1234/1785 69% [========================================== ] 1235/1785 69% [========================================== ] 1236/1785 69% [========================================== ] 1237/1785 69% [=========================================== ] 1238/1785 69% [=========================================== ] 1239/1785 69% [=========================================== ] 1240/1785 69% [=========================================== ] 1241/1785 69% [=========================================== ] 1242/1785 69% [=========================================== ] 1243/1785 69% [=========================================== ] 1244/1785 69% [=========================================== ] 1245/1785 69% [=========================================== ] 1246/1785 69% [=========================================== ] 1247/1785 69% [=========================================== ] 1248/1785 69% [=========================================== ] 1249/1785 69% [=========================================== ] 1250/1785 70% [=========================================== ] 1251/1785 70% [=========================================== ] 1252/1785 70% [=========================================== ] 1253/1785 70% [=========================================== ] 1254/1785 70% [=========================================== ] 1255/1785 70% [=========================================== ] 1256/1785 70% [=========================================== ] 1257/1785 70% [=========================================== ] 1258/1785 70% [=========================================== ] 1259/1785 70% [=========================================== ] 1260/1785 70% [=========================================== ] 1261/1785 70% [=========================================== ] 1262/1785 70% [=========================================== ] 1263/1785 70% [=========================================== ] 1264/1785 70% [=========================================== ] 1265/1785 70% [=========================================== ] 1266/1785 70% [============================================ ] 1267/1785 70% [============================================ ] 1268/1785 71% [============================================ ] 1269/1785 71% [============================================ ] 1270/1785 71% [============================================ ] 1271/1785 71% [============================================ ] 1272/1785 71% [============================================ ] 1273/1785 71% [============================================ ] 1274/1785 71% [============================================ ] 1275/1785 71% [============================================ ] 1276/1785 71% [============================================ ] 1277/1785 71% [============================================ ] 1278/1785 71% [============================================ ] 1279/1785 71% [============================================ ] 1280/1785 71% [============================================ ] 1281/1785 71% [============================================ ] 1282/1785 71% [============================================ ] 1283/1785 71% [============================================ ] 1284/1785 71% [============================================ ] 1285/1785 71% [============================================ ] 1286/1785 72% [============================================ ] 1287/1785 72% [============================================ ] 1288/1785 72% [============================================ ] 1289/1785 72% [============================================ ] 1290/1785 72% [============================================ ] 1291/1785 72% [============================================ ] 1292/1785 72% [============================================ ] 1293/1785 72% [============================================ ] 1294/1785 72% [============================================ ] 1295/1785 72% [============================================= ] 1296/1785 72% [============================================= ] 1297/1785 72% [============================================= ] 1298/1785 72% [============================================= ] 1299/1785 72% [============================================= ] 1300/1785 72% [============================================= ] 1301/1785 72% [============================================= ] 1302/1785 72% [============================================= ] 1303/1785 72% [============================================= ] 1304/1785 73% [============================================= ] 1305/1785 73% [============================================= ] 1306/1785 73% [============================================= ] 1307/1785 73% [============================================= ] 1308/1785 73% [============================================= ] 1309/1785 73% [============================================= ] 1310/1785 73% [============================================= ] 1311/1785 73% [============================================= ] 1312/1785 73% [============================================= ] 1313/1785 73% [============================================= ] 1314/1785 73% [============================================= ] 1315/1785 73% [============================================= ] 1316/1785 73% [============================================= ] 1317/1785 73% [============================================= ] 1318/1785 73% [============================================= ] 1319/1785 73% [============================================= ] 1320/1785 73% [============================================= ] 1321/1785 74% [============================================= ] 1322/1785 74% [============================================= ] 1323/1785 74% [============================================= ] 1324/1785 74% [============================================== ] 1325/1785 74% [============================================== ] 1326/1785 74% [============================================== ] 1327/1785 74% [============================================== ] 1328/1785 74% [============================================== ] 1329/1785 74% [============================================== ] 1330/1785 74% [============================================== ] 1331/1785 74% [============================================== ] 1332/1785 74% [============================================== ] 1333/1785 74% [============================================== ] 1334/1785 74% [============================================== ] 1335/1785 74% [============================================== ] 1336/1785 74% [============================================== ] 1337/1785 74% [============================================== ] 1338/1785 74% [============================================== ] 1339/1785 75% [============================================== ] 1340/1785 75% [============================================== ] 1341/1785 75% [============================================== ] 1342/1785 75% [============================================== ] 1343/1785 75% [============================================== ] 1344/1785 75% [============================================== ] 1345/1785 75% [============================================== ] 1346/1785 75% [============================================== ] 1347/1785 75% [============================================== ] 1348/1785 75% [============================================== ] 1349/1785 75% [============================================== ] 1350/1785 75% [============================================== ] 1351/1785 75% [============================================== ] 1352/1785 75% [============================================== ] 1353/1785 75% [=============================================== ] 1354/1785 75% [=============================================== ] 1355/1785 75% [=============================================== ] 1356/1785 75% [=============================================== ] 1357/1785 76% [=============================================== ] 1358/1785 76% [=============================================== ] 1359/1785 76% [=============================================== ] 1360/1785 76% [=============================================== ] 1361/1785 76% [=============================================== ] 1362/1785 76% [=============================================== ] 1363/1785 76% [=============================================== ] 1364/1785 76% [=============================================== ] 1365/1785 76% [=============================================== ] 1366/1785 76% [=============================================== ] 1367/1785 76% [=============================================== ] 1368/1785 76% [=============================================== ] 1369/1785 76% [=============================================== ] 1370/1785 76% [=============================================== ] 1371/1785 76% [=============================================== ] 1372/1785 76% [=============================================== ] 1373/1785 76% [=============================================== ] 1374/1785 76% [=============================================== ] 1375/1785 77% [=============================================== ] 1376/1785 77% [=============================================== ] 1377/1785 77% [=============================================== ] 1378/1785 77% [=============================================== ] 1379/1785 77% [=============================================== ] 1380/1785 77% [=============================================== ] 1381/1785 77% [================================================ ] 1382/1785 77% [================================================ ] 1383/1785 77% [================================================ ] 1384/1785 77% [================================================ ] 1385/1785 77% [================================================ ] 1386/1785 77% [================================================ ] 1387/1785 77% [================================================ ] 1388/1785 77% [================================================ ] 1389/1785 77% [================================================ ] 1390/1785 77% [================================================ ] 1391/1785 77% [================================================ ] 1392/1785 77% [================================================ ] 1393/1785 78% [================================================ ] 1394/1785 78% [================================================ ] 1395/1785 78% [================================================ ] 1396/1785 78% [================================================ ] 1397/1785 78% [================================================ ] 1398/1785 78% [================================================ ] 1399/1785 78% [================================================ ] 1400/1785 78% [================================================ ] 1401/1785 78% [================================================ ] 1402/1785 78% [================================================ ] 1403/1785 78% [================================================ ] 1404/1785 78% [================================================ ] 1405/1785 78% [================================================ ] 1406/1785 78% [================================================ ] 1407/1785 78% [================================================ ] 1408/1785 78% [================================================ ] 1409/1785 78% [================================================ ] 1410/1785 78% [================================================= ] 1411/1785 79% [================================================= ] 1412/1785 79% [================================================= ] 1413/1785 79% [================================================= ] 1414/1785 79% [================================================= ] 1415/1785 79% [================================================= ] 1416/1785 79% [================================================= ] 1417/1785 79% [================================================= ] 1418/1785 79% [================================================= ] 1419/1785 79% [================================================= ] 1420/1785 79% [================================================= ] 1421/1785 79% [================================================= ] 1422/1785 79% [================================================= ] 1423/1785 79% [================================================= ] 1424/1785 79% [================================================= ] 1425/1785 79% [================================================= ] 1426/1785 79% [================================================= ] 1427/1785 79% [================================================= ] 1428/1785 80% [================================================= ] 1429/1785 80% [================================================= ] 1430/1785 80% [================================================= ] 1431/1785 80% [================================================= ] 1432/1785 80% [================================================= ] 1433/1785 80% [================================================= ] 1434/1785 80% [================================================= ] 1435/1785 80% [================================================= ] 1436/1785 80% [================================================= ] 1437/1785 80% [================================================= ] 1438/1785 80% [================================================= ] 1439/1785 80% [================================================== ] 1440/1785 80% [================================================== ] 1441/1785 80% [================================================== ] 1442/1785 80% [================================================== ] 1443/1785 80% [================================================== ] 1444/1785 80% [================================================== ] 1445/1785 80% [================================================== ] 1446/1785 81% [================================================== ] 1447/1785 81% [================================================== ] 1448/1785 81% [================================================== ] 1449/1785 81% [================================================== ] 1450/1785 81% [================================================== ] 1451/1785 81% [================================================== ] 1452/1785 81% [================================================== ] 1453/1785 81% [================================================== ] 1454/1785 81% [================================================== ] 1455/1785 81% [================================================== ] 1456/1785 81% [================================================== ] 1457/1785 81% [================================================== ] 1458/1785 81% [================================================== ] 1459/1785 81% [================================================== ] 1460/1785 81% [================================================== ] 1461/1785 81% [================================================== ] 1462/1785 81% [================================================== ] 1463/1785 81% [================================================== ] 1464/1785 82% [================================================== ] 1465/1785 82% [================================================== ] 1466/1785 82% [================================================== ] 1467/1785 82% [================================================== ] 1468/1785 82% [=================================================== ] 1469/1785 82% [=================================================== ] 1470/1785 82% [=================================================== ] 1471/1785 82% [=================================================== ] 1472/1785 82% [=================================================== ] 1473/1785 82% [=================================================== ] 1474/1785 82% [=================================================== ] 1475/1785 82% [=================================================== ] 1476/1785 82% [=================================================== ] 1477/1785 82% [=================================================== ] 1478/1785 82% [=================================================== ] 1479/1785 82% [=================================================== ] 1480/1785 82% [=================================================== ] 1481/1785 82% [=================================================== ] 1482/1785 83% [=================================================== ] 1483/1785 83% [=================================================== ] 1484/1785 83% [=================================================== ] 1485/1785 83% [=================================================== ] 1486/1785 83% [=================================================== ] 1487/1785 83% [=================================================== ] 1488/1785 83% [=================================================== ] 1489/1785 83% [=================================================== ] 1490/1785 83% [=================================================== ] 1491/1785 83% [=================================================== ] 1492/1785 83% [=================================================== ] 1493/1785 83% [=================================================== ] 1494/1785 83% [=================================================== ] 1495/1785 83% [=================================================== ] 1496/1785 83% [=================================================== ] 1497/1785 83% [==================================================== ] 1498/1785 83% [==================================================== ] 1499/1785 83% [==================================================== ] 1500/1785 84% [==================================================== ] 1501/1785 84% [==================================================== ] 1502/1785 84% [==================================================== ] 1503/1785 84% [==================================================== ] 1504/1785 84% [==================================================== ] 1505/1785 84% [==================================================== ] 1506/1785 84% [==================================================== ] 1507/1785 84% [==================================================== ] 1508/1785 84% [==================================================== ] 1509/1785 84% [==================================================== ] 1510/1785 84% [==================================================== ] 1511/1785 84% [==================================================== ] 1512/1785 84% [==================================================== ] 1513/1785 84% [==================================================== ] 1514/1785 84% [==================================================== ] 1515/1785 84% [==================================================== ] 1516/1785 84% [==================================================== ] 1517/1785 84% [==================================================== ] 1518/1785 85% [==================================================== ] 1519/1785 85% [==================================================== ] 1520/1785 85% [==================================================== ] 1521/1785 85% [==================================================== ] 1522/1785 85% [==================================================== ] 1523/1785 85% [==================================================== ] 1524/1785 85% [==================================================== ] 1525/1785 85% [===================================================== ] 1526/1785 85% [===================================================== ] 1527/1785 85% [===================================================== ] 1528/1785 85% [===================================================== ] 1529/1785 85% [===================================================== ] 1530/1785 85% [===================================================== ] 1531/1785 85% [===================================================== ] 1532/1785 85% [===================================================== ] 1533/1785 85% [===================================================== ] 1534/1785 85% [===================================================== ] 1535/1785 85% [===================================================== ] 1536/1785 86% [===================================================== ] 1537/1785 86% [===================================================== ] 1538/1785 86% [===================================================== ] 1539/1785 86% [===================================================== ] 1540/1785 86% [===================================================== ] 1541/1785 86% [===================================================== ] 1542/1785 86% [===================================================== ] 1543/1785 86% [===================================================== ] 1544/1785 86% [===================================================== ] 1545/1785 86% [===================================================== ] 1546/1785 86% [===================================================== ] 1547/1785 86% [===================================================== ] 1548/1785 86% [===================================================== ] 1549/1785 86% [===================================================== ] 1550/1785 86% [===================================================== ] 1551/1785 86% [===================================================== ] 1552/1785 86% [===================================================== ] 1553/1785 87% [===================================================== ] 1554/1785 87% [====================================================== ] 1555/1785 87% [====================================================== ] 1556/1785 87% [====================================================== ] 1557/1785 87% [====================================================== ] 1558/1785 87% [====================================================== ] 1559/1785 87% [====================================================== ] 1560/1785 87% [====================================================== ] 1561/1785 87% [====================================================== ] 1562/1785 87% [====================================================== ] 1563/1785 87% [====================================================== ] 1564/1785 87% [====================================================== ] 1565/1785 87% [====================================================== ] 1566/1785 87% [====================================================== ] 1567/1785 87% [====================================================== ] 1568/1785 87% [====================================================== ] 1569/1785 87% [====================================================== ] 1570/1785 87% [====================================================== ] 1571/1785 88% [====================================================== ] 1572/1785 88% [====================================================== ] 1573/1785 88% [====================================================== ] 1574/1785 88% [====================================================== ] 1575/1785 88% [====================================================== ] 1576/1785 88% [====================================================== ] 1577/1785 88% [====================================================== ] 1578/1785 88% [====================================================== ] 1579/1785 88% [====================================================== ] 1580/1785 88% [====================================================== ] 1581/1785 88% [====================================================== ] 1582/1785 88% [====================================================== ] 1583/1785 88% [======================================================= ] 1584/1785 88% [======================================================= ] 1585/1785 88% [======================================================= ] 1586/1785 88% [======================================================= ] 1587/1785 88% [======================================================= ] 1588/1785 88% [======================================================= ] 1589/1785 89% [======================================================= ] 1590/1785 89% [======================================================= ] 1591/1785 89% [======================================================= ] 1592/1785 89% [======================================================= ] 1593/1785 89% [======================================================= ] 1594/1785 89% [======================================================= ] 1595/1785 89% [======================================================= ] 1596/1785 89% [======================================================= ] 1597/1785 89% [======================================================= ] 1598/1785 89% [======================================================= ] 1599/1785 89% [======================================================= ] 1600/1785 89% [======================================================= ] 1601/1785 89% [======================================================= ] 1602/1785 89% [======================================================= ] 1603/1785 89% [======================================================= ] 1604/1785 89% [======================================================= ] 1605/1785 89% [======================================================= ] 1606/1785 89% [======================================================= ] 1607/1785 90% [======================================================= ] 1608/1785 90% [======================================================= ] 1609/1785 90% [======================================================= ] 1610/1785 90% [======================================================= ] 1611/1785 90% [======================================================= ] 1612/1785 90% [======================================================== ] 1613/1785 90% [======================================================== ] 1614/1785 90% [======================================================== ] 1615/1785 90% [======================================================== ] 1616/1785 90% [======================================================== ] 1617/1785 90% [======================================================== ] 1618/1785 90% [======================================================== ] 1619/1785 90% [======================================================== ] 1620/1785 90% [======================================================== ] 1621/1785 90% [======================================================== ] 1622/1785 90% [======================================================== ] 1623/1785 90% [======================================================== ] 1624/1785 90% [======================================================== ] 1625/1785 91% [======================================================== ] 1626/1785 91% [======================================================== ] 1627/1785 91% [======================================================== ] 1628/1785 91% [======================================================== ] 1629/1785 91% [======================================================== ] 1630/1785 91% [======================================================== ] 1631/1785 91% [======================================================== ] 1632/1785 91% [======================================================== ] 1633/1785 91% [======================================================== ] 1634/1785 91% [======================================================== ] 1635/1785 91% [======================================================== ] 1636/1785 91% [======================================================== ] 1637/1785 91% [======================================================== ] 1638/1785 91% [======================================================== ] 1639/1785 91% [======================================================== ] 1640/1785 91% [======================================================== ] 1641/1785 91% [========================================================= ] 1642/1785 91% [========================================================= ] 1643/1785 92% [========================================================= ] 1644/1785 92% [========================================================= ] 1645/1785 92% [========================================================= ] 1646/1785 92% [========================================================= ] 1647/1785 92% [========================================================= ] 1648/1785 92% [========================================================= ] 1649/1785 92% [========================================================= ] 1650/1785 92% [========================================================= ] 1651/1785 92% [========================================================= ] 1652/1785 92% [========================================================= ] 1653/1785 92% [========================================================= ] 1654/1785 92% [========================================================= ] 1655/1785 92% [========================================================= ] 1656/1785 92% [========================================================= ] 1657/1785 92% [========================================================= ] 1658/1785 92% [========================================================= ] 1659/1785 92% [========================================================= ] 1660/1785 92% [========================================================= ] 1661/1785 93% [========================================================= ] 1662/1785 93% [========================================================= ] 1663/1785 93% [========================================================= ] 1664/1785 93% [========================================================= ] 1665/1785 93% [========================================================= ] 1666/1785 93% [========================================================= ] 1667/1785 93% [========================================================= ] 1668/1785 93% [========================================================= ] 1669/1785 93% [========================================================== ] 1670/1785 93% [========================================================== ] 1671/1785 93% [========================================================== ] 1672/1785 93% [========================================================== ] 1673/1785 93% [========================================================== ] 1674/1785 93% [========================================================== ] 1675/1785 93% [========================================================== ] 1676/1785 93% [========================================================== ] 1677/1785 93% [========================================================== ] 1678/1785 94% [========================================================== ] 1679/1785 94% [========================================================== ] 1680/1785 94% [========================================================== ] 1681/1785 94% [========================================================== ] 1682/1785 94% [========================================================== ] 1683/1785 94% [========================================================== ] 1684/1785 94% [========================================================== ] 1685/1785 94% [========================================================== ] 1686/1785 94% [========================================================== ] 1687/1785 94% [========================================================== ] 1688/1785 94% [========================================================== ] 1689/1785 94% [========================================================== ] 1690/1785 94% [========================================================== ] 1691/1785 94% [========================================================== ] 1692/1785 94% [========================================================== ] 1693/1785 94% [========================================================== ] 1694/1785 94% [========================================================== ] 1695/1785 94% [========================================================== ] 1696/1785 95% [========================================================== ] 1697/1785 95% [========================================================== ] 1698/1785 95% [=========================================================== ] 1699/1785 95% [=========================================================== ] 1700/1785 95% [=========================================================== ] 1701/1785 95% [=========================================================== ] 1702/1785 95% [=========================================================== ] 1703/1785 95% [=========================================================== ] 1704/1785 95% [=========================================================== ] 1705/1785 95% [=========================================================== ] 1706/1785 95% [=========================================================== ] 1707/1785 95% [=========================================================== ] 1708/1785 95% [=========================================================== ] 1709/1785 95% [=========================================================== ] 1710/1785 95% [=========================================================== ] 1711/1785 95% [=========================================================== ] 1712/1785 95% [=========================================================== ] 1713/1785 95% [=========================================================== ] 1714/1785 96% [=========================================================== ] 1715/1785 96% [=========================================================== ] 1716/1785 96% [=========================================================== ] 1717/1785 96% [=========================================================== ] 1718/1785 96% [=========================================================== ] 1719/1785 96% [=========================================================== ] 1720/1785 96% [=========================================================== ] 1721/1785 96% [=========================================================== ] 1722/1785 96% [=========================================================== ] 1723/1785 96% [=========================================================== ] 1724/1785 96% [=========================================================== ] 1725/1785 96% [=========================================================== ] 1726/1785 96% [=========================================================== ] 1727/1785 96% [============================================================ ] 1728/1785 96% [============================================================ ] 1729/1785 96% [============================================================ ] 1730/1785 96% [============================================================ ] 1731/1785 96% [============================================================ ] 1732/1785 97% [============================================================ ] 1733/1785 97% [============================================================ ] 1734/1785 97% [============================================================ ] 1735/1785 97% [============================================================ ] 1736/1785 97% [============================================================ ] 1737/1785 97% [============================================================ ] 1738/1785 97% [============================================================ ] 1739/1785 97% [============================================================ ] 1740/1785 97% [============================================================ ] 1741/1785 97% [============================================================ ] 1742/1785 97% [============================================================ ] 1743/1785 97% [============================================================ ] 1744/1785 97% [============================================================ ] 1745/1785 97% [============================================================ ] 1746/1785 97% [============================================================ ] 1747/1785 97% [============================================================ ] 1748/1785 97% [============================================================ ] 1749/1785 97% [============================================================ ] 1750/1785 98% [============================================================ ] 1751/1785 98% [============================================================ ] 1752/1785 98% [============================================================ ] 1753/1785 98% [============================================================ ] 1754/1785 98% [============================================================ ] 1755/1785 98% [============================================================ ] 1756/1785 98% [============================================================= ] 1757/1785 98% [============================================================= ] 1758/1785 98% [============================================================= ] 1759/1785 98% [============================================================= ] 1760/1785 98% [============================================================= ] 1761/1785 98% [============================================================= ] 1762/1785 98% [============================================================= ] 1763/1785 98% [============================================================= ] 1764/1785 98% [============================================================= ] 1765/1785 98% [============================================================= ] 1766/1785 98% [============================================================= ] 1767/1785 98% [============================================================= ] 1768/1785 99% [============================================================= ] 1769/1785 99% [============================================================= ] 1770/1785 99% [============================================================= ] 1771/1785 99% [============================================================= ] 1772/1785 99% [============================================================= ] 1773/1785 99% [============================================================= ] 1774/1785 99% [============================================================= ] 1775/1785 99% [============================================================= ] 1776/1785 99% [============================================================= ] 1777/1785 99% [============================================================= ] 1778/1785 99% [============================================================= ] 1779/1785 99% [============================================================= ] 1780/1785 99% [============================================================= ] 1781/1785 99% [============================================================= ] 1782/1785 99% [============================================================= ] 1783/1785 99% [============================================================= ] 1784/1785 99% [==============================================================] 1785/1785 100% operation complete, 1785 objects in 24201 NAND pages. ln -snf /home/autobuild/autobuild/instance-18/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-18/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-18/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-18/buildroot' >>> Buildroot 2022.08-907-g593c64eaf9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.0.1 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 >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> psmisc 23.4 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dhrystone 2 Collecting legal info >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-genpart 1.0.2 Collecting legal info >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> initscripts Collecting legal info >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpfm4 4.12.0 Collecting legal info COPYING: OK (sha256: beef323d68fc5db9c67b20e8e9de7ccde371d20cdbcdd686804055b18b926d90) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvpx 1.12.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> logsurfer 1.8 Collecting legal info >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> matio 1.5.23 Collecting legal info COPYING: OK (sha256: 3ed9a50d754fcc92d4accb8448e397eafeab686796b2a7445557ce782806e239) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> host-nodejs 16.17.1 Collecting legal info LICENSE: OK (sha256: 69090e865afa7c62715b97f0712632d2923bd7a5faba91f94e4e75a2f9219d5e) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> usbredir 0.12.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> zsh 5.9 Collecting legal info LICENCE: OK (sha256: d06fdf3ef9b1ec69d6b9e170b0a9516fbad3523261ff1668bde3bfea6e0ef5f5) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-18/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-18/buildroot'