Saving to: '/home/autobuild/autobuild/instance-14/output-1/build/.0.2.9.tar.gz.OajR3q/output' 0K .......... .......... .......... ........ 100% 9.33M=0.004s 2022-10-20 19:46:20 (9.33 MB/s) - '/home/autobuild/autobuild/instance-14/output-1/build/.0.2.9.tar.gz.OajR3q/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-14/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/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-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-14/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-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-14/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:9: 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:17: 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_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:9: 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-14/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-14/output-1/host/bin PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-14/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-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-14/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-14/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-14/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-14/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%476fp%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-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%476fp%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-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-14/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-14/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-14/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/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-14/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-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-539-g85a9a3f0e6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-14/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-14/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-14/output-1/images/rootfs.tar.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1961 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/1961 0% [ ] 2/1961 0% [ ] 3/1961 0% [ ] 4/1961 0% [ ] 5/1961 0% [ ] 6/1961 0% [ ] 7/1961 0% [ ] 8/1961 0% [ ] 9/1961 0% [ ] 10/1961 0% [ ] 11/1961 0% [ ] 12/1961 0% [ ] 13/1961 0% [ ] 14/1961 0% [ ] 15/1961 0% [ ] 16/1961 0% [ ] 17/1961 0% [ ] 18/1961 0% [ ] 19/1961 0% [ ] 20/1961 1% [ ] 21/1961 1% [ ] 22/1961 1% [ ] 23/1961 1% [ ] 24/1961 1% [ ] 25/1961 1% [ ] 26/1961 1% [ ] 27/1961 1% [ ] 28/1961 1% [ ] 29/1961 1% [ ] 30/1961 1% [ ] 31/1961 1% [= ] 32/1961 1% [= ] 33/1961 1% [= ] 34/1961 1% [= ] 35/1961 1% [= ] 36/1961 1% [= ] 37/1961 1% [= ] 38/1961 1% [= ] 39/1961 1% [= ] 40/1961 2% [= ] 41/1961 2% [= ] 42/1961 2% [= ] 43/1961 2% [= ] 44/1961 2% [= ] 45/1961 2% [= ] 46/1961 2% [= ] 47/1961 2% [= ] 48/1961 2% [= ] 49/1961 2% [= ] 50/1961 2% [= ] 51/1961 2% [= ] 52/1961 2% [= ] 53/1961 2% [= ] 54/1961 2% [= ] 55/1961 2% [= ] 56/1961 2% [= ] 57/1961 2% [= ] 58/1961 2% [= ] 59/1961 3% [= ] 60/1961 3% [= ] 61/1961 3% [= ] 62/1961 3% [= ] 63/1961 3% [== ] 64/1961 3% [== ] 65/1961 3% [== ] 66/1961 3% [== ] 67/1961 3% [== ] 68/1961 3% [== ] 69/1961 3% [== ] 70/1961 3% [== ] 71/1961 3% [== ] 72/1961 3% [== ] 73/1961 3% [== ] 74/1961 3% [== ] 75/1961 3% [== ] 76/1961 3% [== ] 77/1961 3% [== ] 78/1961 3% [== ] 79/1961 4% [== ] 80/1961 4% [== ] 81/1961 4% [== ] 82/1961 4% [== ] 83/1961 4% [== ] 84/1961 4% [== ] 85/1961 4% [== ] 86/1961 4% [== ] 87/1961 4% [== ] 88/1961 4% [== ] 89/1961 4% [== ] 90/1961 4% [== ] 91/1961 4% [== ] 92/1961 4% [== ] 93/1961 4% [== ] 94/1961 4% [=== ] 95/1961 4% [=== ] 96/1961 4% [=== ] 97/1961 4% [=== ] 98/1961 4% [=== ] 99/1961 5% [=== ] 100/1961 5% [=== ] 101/1961 5% [=== ] 102/1961 5% [=== ] 103/1961 5% [=== ] 104/1961 5% [=== ] 105/1961 5% [=== ] 106/1961 5% [=== ] 107/1961 5% [=== ] 108/1961 5% [=== ] 109/1961 5% [=== ] 110/1961 5% [=== ] 111/1961 5% [=== ] 112/1961 5% [=== ] 113/1961 5% [=== ] 114/1961 5% [=== ] 115/1961 5% [=== ] 116/1961 5% [=== ] 117/1961 5% [=== ] 118/1961 6% [=== ] 119/1961 6% [=== ] 120/1961 6% [=== ] 121/1961 6% [=== ] 122/1961 6% [=== ] 123/1961 6% [=== ] 124/1961 6% [=== ] 125/1961 6% [=== ] 126/1961 6% [==== ] 127/1961 6% [==== ] 128/1961 6% [==== ] 129/1961 6% [==== ] 130/1961 6% [==== ] 131/1961 6% [==== ] 132/1961 6% [==== ] 133/1961 6% [==== ] 134/1961 6% [==== ] 135/1961 6% [==== ] 136/1961 6% [==== ] 137/1961 6% [==== ] 138/1961 7% [==== ] 139/1961 7% [==== ] 140/1961 7% [==== ] 141/1961 7% [==== ] 142/1961 7% [==== ] 143/1961 7% [==== ] 144/1961 7% [==== ] 145/1961 7% [==== ] 146/1961 7% [==== ] 147/1961 7% [==== ] 148/1961 7% [==== ] 149/1961 7% [==== ] 150/1961 7% [==== ] 151/1961 7% [==== ] 152/1961 7% [==== ] 153/1961 7% [==== ] 154/1961 7% [==== ] 155/1961 7% [==== ] 156/1961 7% [==== ] 157/1961 8% [==== ] 158/1961 8% [===== ] 159/1961 8% [===== ] 160/1961 8% [===== ] 161/1961 8% [===== ] 162/1961 8% [===== ] 163/1961 8% [===== ] 164/1961 8% [===== ] 165/1961 8% [===== ] 166/1961 8% [===== ] 167/1961 8% [===== ] 168/1961 8% [===== ] 169/1961 8% [===== ] 170/1961 8% [===== ] 171/1961 8% [===== ] 172/1961 8% [===== ] 173/1961 8% [===== ] 174/1961 8% [===== ] 175/1961 8% [===== ] 176/1961 8% [===== ] 177/1961 9% [===== ] 178/1961 9% [===== ] 179/1961 9% [===== ] 180/1961 9% [===== ] 181/1961 9% [===== ] 182/1961 9% [===== ] 183/1961 9% [===== ] 184/1961 9% [===== ] 185/1961 9% [===== ] 186/1961 9% [===== ] 187/1961 9% [===== ] 188/1961 9% [===== ] 189/1961 9% [====== ] 190/1961 9% [====== ] 191/1961 9% [====== ] 192/1961 9% [====== ] 193/1961 9% [====== ] 194/1961 9% [====== ] 195/1961 9% [====== ] 196/1961 9% [====== ] 197/1961 10% [====== ] 198/1961 10% [====== ] 199/1961 10% [====== ] 200/1961 10% [====== ] 201/1961 10% [====== ] 202/1961 10% [====== ] 203/1961 10% [====== ] 204/1961 10% [====== ] 205/1961 10% [====== ] 206/1961 10% [====== ] 207/1961 10% [====== ] 208/1961 10% [====== ] 209/1961 10% [====== ] 210/1961 10% [====== ] 211/1961 10% [====== ] 212/1961 10% [====== ] 213/1961 10% [====== ] 214/1961 10% [====== ] 215/1961 10% [====== ] 216/1961 11% [====== ] 217/1961 11% [====== ] 218/1961 11% [====== ] 219/1961 11% [====== ] 220/1961 11% [====== ] 221/1961 11% [======= ] 222/1961 11% [======= ] 223/1961 11% [======= ] 224/1961 11% [======= ] 225/1961 11% [======= ] 226/1961 11% [======= ] 227/1961 11% [======= ] 228/1961 11% [======= ] 229/1961 11% [======= ] 230/1961 11% [======= ] 231/1961 11% [======= ] 232/1961 11% [======= ] 233/1961 11% [======= ] 234/1961 11% [======= ] 235/1961 11% [======= ] 236/1961 12% [======= ] 237/1961 12% [======= ] 238/1961 12% [======= ] 239/1961 12% [======= ] 240/1961 12% [======= ] 241/1961 12% [======= ] 242/1961 12% [======= ] 243/1961 12% [======= ] 244/1961 12% [======= ] 245/1961 12% [======= ] 246/1961 12% [======= ] 247/1961 12% [======= ] 248/1961 12% [======= ] 249/1961 12% [======= ] 250/1961 12% [======= ] 251/1961 12% [======= ] 252/1961 12% [======= ] 253/1961 12% [======== ] 254/1961 12% [======== ] 255/1961 13% [======== ] 256/1961 13% [======== ] 257/1961 13% [======== ] 258/1961 13% [======== ] 259/1961 13% [======== ] 260/1961 13% [======== ] 261/1961 13% [======== ] 262/1961 13% [======== ] 263/1961 13% [======== ] 264/1961 13% [======== ] 265/1961 13% [======== ] 266/1961 13% [======== ] 267/1961 13% [======== ] 268/1961 13% [======== ] 269/1961 13% [======== ] 270/1961 13% [======== ] 271/1961 13% [======== ] 272/1961 13% [======== ] 273/1961 13% [======== ] 274/1961 13% [======== ] 275/1961 14% [======== ] 276/1961 14% [======== ] 277/1961 14% [======== ] 278/1961 14% [======== ] 279/1961 14% [======== ] 280/1961 14% [======== ] 281/1961 14% [======== ] 282/1961 14% [======== ] 283/1961 14% [======== ] 284/1961 14% [========= ] 285/1961 14% [========= ] 286/1961 14% [========= ] 287/1961 14% [========= ] 288/1961 14% [========= ] 289/1961 14% [========= ] 290/1961 14% [========= ] 291/1961 14% [========= ] 292/1961 14% [========= ] 293/1961 14% [========= ] 294/1961 14% [========= ] 295/1961 15% [========= ] 296/1961 15% [========= ] 297/1961 15% [========= ] 298/1961 15% [========= ] 299/1961 15% [========= ] 300/1961 15% [========= ] 301/1961 15% [========= ] 302/1961 15% [========= ] 303/1961 15% [========= ] 304/1961 15% [========= ] 305/1961 15% [========= ] 306/1961 15% [========= ] 307/1961 15% [========= ] 308/1961 15% [========= ] 309/1961 15% [========= ] 310/1961 15% [========= ] 311/1961 15% [========= ] 312/1961 15% [========= ] 313/1961 15% [========= ] 314/1961 16% [========= ] 315/1961 16% [========= ] 316/1961 16% [========== ] 317/1961 16% [========== ] 318/1961 16% [========== ] 319/1961 16% [========== ] 320/1961 16% [========== ] 321/1961 16% [========== ] 322/1961 16% [========== ] 323/1961 16% [========== ] 324/1961 16% [========== ] 325/1961 16% [========== ] 326/1961 16% [========== ] 327/1961 16% [========== ] 328/1961 16% [========== ] 329/1961 16% [========== ] 330/1961 16% [========== ] 331/1961 16% [========== ] 332/1961 16% [========== ] 333/1961 16% [========== ] 334/1961 17% [========== ] 335/1961 17% [========== ] 336/1961 17% [========== ] 337/1961 17% [========== ] 338/1961 17% [========== ] 339/1961 17% [========== ] 340/1961 17% [========== ] 341/1961 17% [========== ] 342/1961 17% [========== ] 343/1961 17% [========== ] 344/1961 17% [========== ] 345/1961 17% [========== ] 346/1961 17% [========== ] 347/1961 17% [=========== ] 348/1961 17% [=========== ] 349/1961 17% [=========== ] 350/1961 17% [=========== ] 351/1961 17% [=========== ] 352/1961 17% [=========== ] 353/1961 18% [=========== ] 354/1961 18% [=========== ] 355/1961 18% [=========== ] 356/1961 18% [=========== ] 357/1961 18% [=========== ] 358/1961 18% [=========== ] 359/1961 18% [=========== ] 360/1961 18% [=========== ] 361/1961 18% [=========== ] 362/1961 18% [=========== ] 363/1961 18% [=========== ] 364/1961 18% [=========== ] 365/1961 18% [=========== ] 366/1961 18% [=========== ] 367/1961 18% [=========== ] 368/1961 18% [=========== ] 369/1961 18% [=========== ] 370/1961 18% [=========== ] 371/1961 18% [=========== ] 372/1961 18% [=========== ] 373/1961 19% [=========== ] 374/1961 19% [=========== ] 375/1961 19% [=========== ] 376/1961 19% [=========== ] 377/1961 19% [=========== ] 378/1961 19% [=========== ] 379/1961 19% [============ ] 380/1961 19% [============ ] 381/1961 19% [============ ] 382/1961 19% [============ ] 383/1961 19% [============ ] 384/1961 19% [============ ] 385/1961 19% [============ ] 386/1961 19% [============ ] 387/1961 19% [============ ] 388/1961 19% [============ ] 389/1961 19% [============ ] 390/1961 19% [============ ] 391/1961 19% [============ ] 392/1961 19% [============ ] 393/1961 20% [============ ] 394/1961 20% [============ ] 395/1961 20% [============ ] 396/1961 20% [============ ] 397/1961 20% [============ ] 398/1961 20% [============ ] 399/1961 20% [============ ] 400/1961 20% [============ ] 401/1961 20% [============ ] 402/1961 20% [============ ] 403/1961 20% [============ ] 404/1961 20% [============ ] 405/1961 20% [============ ] 406/1961 20% [============ ] 407/1961 20% [============ ] 408/1961 20% [============ ] 409/1961 20% [============ ] 410/1961 20% [============ ] 411/1961 20% [============= ] 412/1961 21% [============= ] 413/1961 21% [============= ] 414/1961 21% [============= ] 415/1961 21% [============= ] 416/1961 21% [============= ] 417/1961 21% [============= ] 418/1961 21% [============= ] 419/1961 21% [============= ] 420/1961 21% [============= ] 421/1961 21% [============= ] 422/1961 21% [============= ] 423/1961 21% [============= ] 424/1961 21% [============= ] 425/1961 21% [============= ] 426/1961 21% [============= ] 427/1961 21% [============= ] 428/1961 21% [============= ] 429/1961 21% [============= ] 430/1961 21% [============= ] 431/1961 21% [============= ] 432/1961 22% [============= ] 433/1961 22% [============= ] 434/1961 22% [============= ] 435/1961 22% [============= ] 436/1961 22% [============= ] 437/1961 22% [============= ] 438/1961 22% [============= ] 439/1961 22% [============= ] 440/1961 22% [============= ] 441/1961 22% [============= ] 442/1961 22% [============== ] 443/1961 22% [============== ] 444/1961 22% [============== ] 445/1961 22% [============== ] 446/1961 22% [============== ] 447/1961 22% [============== ] 448/1961 22% [============== ] 449/1961 22% [============== ] 450/1961 22% [============== ] 451/1961 22% [============== ] 452/1961 23% [============== ] 453/1961 23% [============== ] 454/1961 23% [============== ] 455/1961 23% [============== ] 456/1961 23% [============== ] 457/1961 23% [============== ] 458/1961 23% [============== ] 459/1961 23% [============== ] 460/1961 23% [============== ] 461/1961 23% [============== ] 462/1961 23% [============== ] 463/1961 23% [============== ] 464/1961 23% [============== ] 465/1961 23% [============== ] 466/1961 23% [============== ] 467/1961 23% [============== ] 468/1961 23% [============== ] 469/1961 23% [============== ] 470/1961 23% [============== ] 471/1961 24% [============== ] 472/1961 24% [============== ] 473/1961 24% [============== ] 474/1961 24% [=============== ] 475/1961 24% [=============== ] 476/1961 24% [=============== ] 477/1961 24% [=============== ] 478/1961 24% [=============== ] 479/1961 24% [=============== ] 480/1961 24% [=============== ] 481/1961 24% [=============== ] 482/1961 24% [=============== ] 483/1961 24% [=============== ] 484/1961 24% [=============== ] 485/1961 24% [=============== ] 486/1961 24% [=============== ] 487/1961 24% [=============== ] 488/1961 24% [=============== ] 489/1961 24% [=============== ] 490/1961 24% [=============== ] 491/1961 25% [=============== ] 492/1961 25% [=============== ] 493/1961 25% [=============== ] 494/1961 25% [=============== ] 495/1961 25% [=============== ] 496/1961 25% [=============== ] 497/1961 25% [=============== ] 498/1961 25% [=============== ] 499/1961 25% [=============== ] 500/1961 25% [=============== ] 501/1961 25% [=============== ] 502/1961 25% [=============== ] 503/1961 25% [=============== ] 504/1961 25% [=============== ] 505/1961 25% [=============== ] 506/1961 25% [================ ] 507/1961 25% [================ ] 508/1961 25% [================ ] 509/1961 25% [================ ] 510/1961 26% [================ ] 511/1961 26% [================ ] 512/1961 26% [================ ] 513/1961 26% [================ ] 514/1961 26% [================ ] 515/1961 26% [================ ] 516/1961 26% [================ ] 517/1961 26% [================ ] 518/1961 26% [================ ] 519/1961 26% [================ ] 520/1961 26% [================ ] 521/1961 26% [================ ] 522/1961 26% [================ ] 523/1961 26% [================ ] 524/1961 26% [================ ] 525/1961 26% [================ ] 526/1961 26% [================ ] 527/1961 26% [================ ] 528/1961 26% [================ ] 529/1961 26% [================ ] 530/1961 27% [================ ] 531/1961 27% [================ ] 532/1961 27% [================ ] 533/1961 27% [================ ] 534/1961 27% [================ ] 535/1961 27% [================ ] 536/1961 27% [================ ] 537/1961 27% [================= ] 538/1961 27% [================= ] 539/1961 27% [================= ] 540/1961 27% [================= ] 541/1961 27% [================= ] 542/1961 27% [================= ] 543/1961 27% [================= ] 544/1961 27% [================= ] 545/1961 27% [================= ] 546/1961 27% [================= ] 547/1961 27% [================= ] 548/1961 27% [================= ] 549/1961 27% [================= ] 550/1961 28% [================= ] 551/1961 28% [================= ] 552/1961 28% [================= ] 553/1961 28% [================= ] 554/1961 28% [================= ] 555/1961 28% [================= ] 556/1961 28% [================= ] 557/1961 28% [================= ] 558/1961 28% [================= ] 559/1961 28% [================= ] 560/1961 28% [================= ] 561/1961 28% [================= ] 562/1961 28% [================= ] 563/1961 28% [================= ] 564/1961 28% [================= ] 565/1961 28% [================= ] 566/1961 28% [================= ] 567/1961 28% [================= ] 568/1961 28% [================= ] 569/1961 29% [================== ] 570/1961 29% [================== ] 571/1961 29% [================== ] 572/1961 29% [================== ] 573/1961 29% [================== ] 574/1961 29% [================== ] 575/1961 29% [================== ] 576/1961 29% [================== ] 577/1961 29% [================== ] 578/1961 29% [================== ] 579/1961 29% [================== ] 580/1961 29% [================== ] 581/1961 29% [================== ] 582/1961 29% [================== ] 583/1961 29% [================== ] 584/1961 29% [================== ] 585/1961 29% [================== ] 586/1961 29% [================== ] 587/1961 29% [================== ] 588/1961 29% [================== ] 589/1961 30% [================== ] 590/1961 30% [================== ] 591/1961 30% [================== ] 592/1961 30% [================== ] 593/1961 30% [================== ] 594/1961 30% [================== ] 595/1961 30% [================== ] 596/1961 30% [================== ] 597/1961 30% [================== ] 598/1961 30% [================== ] 599/1961 30% [================== ] 600/1961 30% [=================== ] 601/1961 30% [=================== ] 602/1961 30% [=================== ] 603/1961 30% [=================== ] 604/1961 30% [=================== ] 605/1961 30% [=================== ] 606/1961 30% [=================== ] 607/1961 30% [=================== ] 608/1961 31% [=================== ] 609/1961 31% [=================== ] 610/1961 31% [=================== ] 611/1961 31% [=================== ] 612/1961 31% [=================== ] 613/1961 31% [=================== ] 614/1961 31% [=================== ] 615/1961 31% [=================== ] 616/1961 31% [=================== ] 617/1961 31% [=================== ] 618/1961 31% [=================== ] 619/1961 31% [=================== ] 620/1961 31% [=================== ] 621/1961 31% [=================== ] 622/1961 31% [=================== ] 623/1961 31% [=================== ] 624/1961 31% [=================== ] 625/1961 31% [=================== ] 626/1961 31% [=================== ] 627/1961 31% [=================== ] 628/1961 32% [=================== ] 629/1961 32% [=================== ] 630/1961 32% [=================== ] 631/1961 32% [=================== ] 632/1961 32% [==================== ] 633/1961 32% [==================== ] 634/1961 32% [==================== ] 635/1961 32% [==================== ] 636/1961 32% [==================== ] 637/1961 32% [==================== ] 638/1961 32% [==================== ] 639/1961 32% [==================== ] 640/1961 32% [==================== ] 641/1961 32% [==================== ] 642/1961 32% [==================== ] 643/1961 32% [==================== ] 644/1961 32% [==================== ] 645/1961 32% [==================== ] 646/1961 32% [==================== ] 647/1961 32% [==================== ] 648/1961 33% [==================== ] 649/1961 33% [==================== ] 650/1961 33% [==================== ] 651/1961 33% [==================== ] 652/1961 33% [==================== ] 653/1961 33% [==================== ] 654/1961 33% [==================== ] 655/1961 33% [==================== ] 656/1961 33% [==================== ] 657/1961 33% [==================== ] 658/1961 33% [==================== ] 659/1961 33% [==================== ] 660/1961 33% [==================== ] 661/1961 33% [==================== ] 662/1961 33% [==================== ] 663/1961 33% [==================== ] 664/1961 33% [===================== ] 665/1961 33% [===================== ] 666/1961 33% [===================== ] 667/1961 34% [===================== ] 668/1961 34% [===================== ] 669/1961 34% [===================== ] 670/1961 34% [===================== ] 671/1961 34% [===================== ] 672/1961 34% [===================== ] 673/1961 34% [===================== ] 674/1961 34% [===================== ] 675/1961 34% [===================== ] 676/1961 34% [===================== ] 677/1961 34% [===================== ] 678/1961 34% [===================== ] 679/1961 34% [===================== ] 680/1961 34% [===================== ] 681/1961 34% [===================== ] 682/1961 34% [===================== ] 683/1961 34% [===================== ] 684/1961 34% [===================== ] 685/1961 34% [===================== ] 686/1961 34% [===================== ] 687/1961 35% [===================== ] 688/1961 35% [===================== ] 689/1961 35% [===================== ] 690/1961 35% [===================== ] 691/1961 35% [===================== ] 692/1961 35% [===================== ] 693/1961 35% [===================== ] 694/1961 35% [===================== ] 695/1961 35% [====================== ] 696/1961 35% [====================== ] 697/1961 35% [====================== ] 698/1961 35% [====================== ] 699/1961 35% [====================== ] 700/1961 35% [====================== ] 701/1961 35% [====================== ] 702/1961 35% [====================== ] 703/1961 35% [====================== ] 704/1961 35% [====================== ] 705/1961 35% [====================== ] 706/1961 36% [====================== ] 707/1961 36% [====================== ] 708/1961 36% [====================== ] 709/1961 36% [====================== ] 710/1961 36% [====================== ] 711/1961 36% [====================== ] 712/1961 36% [====================== ] 713/1961 36% [====================== ] 714/1961 36% [====================== ] 715/1961 36% [====================== ] 716/1961 36% [====================== ] 717/1961 36% [====================== ] 718/1961 36% [====================== ] 719/1961 36% [====================== ] 720/1961 36% [====================== ] 721/1961 36% [====================== ] 722/1961 36% [====================== ] 723/1961 36% [====================== ] 724/1961 36% [====================== ] 725/1961 36% [====================== ] 726/1961 37% [====================== ] 727/1961 37% [======================= ] 728/1961 37% [======================= ] 729/1961 37% [======================= ] 730/1961 37% [======================= ] 731/1961 37% [======================= ] 732/1961 37% [======================= ] 733/1961 37% [======================= ] 734/1961 37% [======================= ] 735/1961 37% [======================= ] 736/1961 37% [======================= ] 737/1961 37% [======================= ] 738/1961 37% [======================= ] 739/1961 37% [======================= ] 740/1961 37% [======================= ] 741/1961 37% [======================= ] 742/1961 37% [======================= ] 743/1961 37% [======================= ] 744/1961 37% [======================= ] 745/1961 37% [======================= ] 746/1961 38% [======================= ] 747/1961 38% [======================= ] 748/1961 38% [======================= ] 749/1961 38% [======================= ] 750/1961 38% [======================= ] 751/1961 38% [======================= ] 752/1961 38% [======================= ] 753/1961 38% [======================= ] 754/1961 38% [======================= ] 755/1961 38% [======================= ] 756/1961 38% [======================= ] 757/1961 38% [======================= ] 758/1961 38% [======================= ] 759/1961 38% [======================== ] 760/1961 38% [======================== ] 761/1961 38% [======================== ] 762/1961 38% [======================== ] 763/1961 38% [======================== ] 764/1961 38% [======================== ] 765/1961 39% [======================== ] 766/1961 39% [======================== ] 767/1961 39% [======================== ] 768/1961 39% [======================== ] 769/1961 39% [======================== ] 770/1961 39% [======================== ] 771/1961 39% [======================== ] 772/1961 39% [======================== ] 773/1961 39% [======================== ] 774/1961 39% [======================== ] 775/1961 39% [======================== ] 776/1961 39% [======================== ] 777/1961 39% [======================== ] 778/1961 39% [======================== ] 779/1961 39% [======================== ] 780/1961 39% [======================== ] 781/1961 39% [======================== ] 782/1961 39% [======================== ] 783/1961 39% [======================== ] 784/1961 39% [======================== ] 785/1961 40% [======================== ] 786/1961 40% [======================== ] 787/1961 40% [======================== ] 788/1961 40% [======================== ] 789/1961 40% [======================== ] 790/1961 40% [========================= ] 791/1961 40% [========================= ] 792/1961 40% [========================= ] 793/1961 40% [========================= ] 794/1961 40% [========================= ] 795/1961 40% [========================= ] 796/1961 40% [========================= ] 797/1961 40% [========================= ] 798/1961 40% [========================= ] 799/1961 40% [========================= ] 800/1961 40% [========================= ] 801/1961 40% [========================= ] 802/1961 40% [========================= ] 803/1961 40% [========================= ] 804/1961 40% [========================= ] 805/1961 41% [========================= ] 806/1961 41% [========================= ] 807/1961 41% [========================= ] 808/1961 41% [========================= ] 809/1961 41% [========================= ] 810/1961 41% [========================= ] 811/1961 41% [========================= ] 812/1961 41% [========================= ] 813/1961 41% [========================= ] 814/1961 41% [========================= ] 815/1961 41% [========================= ] 816/1961 41% [========================= ] 817/1961 41% [========================= ] 818/1961 41% [========================= ] 819/1961 41% [========================= ] 820/1961 41% [========================= ] 821/1961 41% [========================= ] 822/1961 41% [========================== ] 823/1961 41% [========================== ] 824/1961 42% [========================== ] 825/1961 42% [========================== ] 826/1961 42% [========================== ] 827/1961 42% [========================== ] 828/1961 42% [========================== ] 829/1961 42% [========================== ] 830/1961 42% [========================== ] 831/1961 42% [========================== ] 832/1961 42% [========================== ] 833/1961 42% [========================== ] 834/1961 42% [========================== ] 835/1961 42% [========================== ] 836/1961 42% [========================== ] 837/1961 42% [========================== ] 838/1961 42% [========================== ] 839/1961 42% [========================== ] 840/1961 42% [========================== ] 841/1961 42% [========================== ] 842/1961 42% [========================== ] 843/1961 42% [========================== ] 844/1961 43% [========================== ] 845/1961 43% [========================== ] 846/1961 43% [========================== ] 847/1961 43% [========================== ] 848/1961 43% [========================== ] 849/1961 43% [========================== ] 850/1961 43% [========================== ] 851/1961 43% [========================== ] 852/1961 43% [========================== ] 853/1961 43% [=========================== ] 854/1961 43% [=========================== ] 855/1961 43% [=========================== ] 856/1961 43% [=========================== ] 857/1961 43% [=========================== ] 858/1961 43% [=========================== ] 859/1961 43% [=========================== ] 860/1961 43% [=========================== ] 861/1961 43% [=========================== ] 862/1961 43% [=========================== ] 863/1961 44% [=========================== ] 864/1961 44% [=========================== ] 865/1961 44% [=========================== ] 866/1961 44% [=========================== ] 867/1961 44% [=========================== ] 868/1961 44% [=========================== ] 869/1961 44% [=========================== ] 870/1961 44% [=========================== ] 871/1961 44% [=========================== ] 872/1961 44% [=========================== ] 873/1961 44% [=========================== ] 874/1961 44% [=========================== ] 875/1961 44% [=========================== ] 876/1961 44% [=========================== ] 877/1961 44% [=========================== ] 878/1961 44% [=========================== ] 879/1961 44% [=========================== ] 880/1961 44% [=========================== ] 881/1961 44% [=========================== ] 882/1961 44% [=========================== ] 883/1961 45% [=========================== ] 884/1961 45% [=========================== ] 885/1961 45% [============================ ] 886/1961 45% [============================ ] 887/1961 45% [============================ ] 888/1961 45% [============================ ] 889/1961 45% [============================ ] 890/1961 45% [============================ ] 891/1961 45% [============================ ] 892/1961 45% [============================ ] 893/1961 45% [============================ ] 894/1961 45% [============================ ] 895/1961 45% [============================ ] 896/1961 45% [============================ ] 897/1961 45% [============================ ] 898/1961 45% [============================ ] 899/1961 45% [============================ ] 900/1961 45% [============================ ] 901/1961 45% [============================ ] 902/1961 45% [============================ ] 903/1961 46% [============================ ] 904/1961 46% [============================ ] 905/1961 46% [============================ ] 906/1961 46% [============================ ] 907/1961 46% [============================ ] 908/1961 46% [============================ ] 909/1961 46% [============================ ] 910/1961 46% [============================ ] 911/1961 46% [============================ ] 912/1961 46% [============================ ] 913/1961 46% [============================ ] 914/1961 46% [============================ ] 915/1961 46% [============================ ] 916/1961 46% [============================ ] 917/1961 46% [============================= ] 918/1961 46% [============================= ] 919/1961 46% [============================= ] 920/1961 46% [============================= ] 921/1961 46% [============================= ] 922/1961 47% [============================= ] 923/1961 47% [============================= ] 924/1961 47% [============================= ] 925/1961 47% [============================= ] 926/1961 47% [============================= ] 927/1961 47% [============================= ] 928/1961 47% [============================= ] 929/1961 47% [============================= ] 930/1961 47% [============================= ] 931/1961 47% [============================= ] 932/1961 47% [============================= ] 933/1961 47% [============================= ] 934/1961 47% [============================= ] 935/1961 47% [============================= ] 936/1961 47% [============================= ] 937/1961 47% [============================= ] 938/1961 47% [============================= ] 939/1961 47% [============================= ] 940/1961 47% [============================= ] 941/1961 47% [============================= ] 942/1961 48% [============================= ] 943/1961 48% [============================= ] 944/1961 48% [============================= ] 945/1961 48% [============================= ] 946/1961 48% [============================= ] 947/1961 48% [============================= ] 948/1961 48% [============================== ] 949/1961 48% [============================== ] 950/1961 48% [============================== ] 951/1961 48% [============================== ] 952/1961 48% [============================== ] 953/1961 48% [============================== ] 954/1961 48% [============================== ] 955/1961 48% [============================== ] 956/1961 48% [============================== ] 957/1961 48% [============================== ] 958/1961 48% [============================== ] 959/1961 48% [============================== ] 960/1961 48% [============================== ] 961/1961 49% [============================== ] 962/1961 49% [============================== ] 963/1961 49% [============================== ] 964/1961 49% [============================== ] 965/1961 49% [============================== ] 966/1961 49% [============================== ] 967/1961 49% [============================== ] 968/1961 49% [============================== ] 969/1961 49% [============================== ] 970/1961 49% [============================== ] 971/1961 49% [============================== ] 972/1961 49% [============================== ] 973/1961 49% [============================== ] 974/1961 49% [============================== ] 975/1961 49% [============================== ] 976/1961 49% [============================== ] 977/1961 49% [============================== ] 978/1961 49% [============================== ] 979/1961 49% [============================== ] 980/1961 49% [=============================== ] 981/1961 50% [=============================== ] 982/1961 50% [=============================== ] 983/1961 50% [=============================== ] 984/1961 50% [=============================== ] 985/1961 50% [=============================== ] 986/1961 50% [=============================== ] 987/1961 50% [=============================== ] 988/1961 50% [=============================== ] 989/1961 50% [=============================== ] 990/1961 50% [=============================== ] 991/1961 50% [=============================== ] 992/1961 50% [=============================== ] 993/1961 50% [=============================== ] 994/1961 50% [=============================== ] 995/1961 50% [=============================== ] 996/1961 50% [=============================== ] 997/1961 50% [=============================== ] 998/1961 50% [=============================== ] 999/1961 50% [=============================== ] 1000/1961 50% [=============================== ] 1001/1961 51% [=============================== ] 1002/1961 51% [=============================== ] 1003/1961 51% [=============================== ] 1004/1961 51% [=============================== ] 1005/1961 51% [=============================== ] 1006/1961 51% [=============================== ] 1007/1961 51% [=============================== ] 1008/1961 51% [=============================== ] 1009/1961 51% [=============================== ] 1010/1961 51% [=============================== ] 1011/1961 51% [=============================== ] 1012/1961 51% [================================ ] 1013/1961 51% [================================ ] 1014/1961 51% [================================ ] 1015/1961 51% [================================ ] 1016/1961 51% [================================ ] 1017/1961 51% [================================ ] 1018/1961 51% [================================ ] 1019/1961 51% [================================ ] 1020/1961 52% [================================ ] 1021/1961 52% [================================ ] 1022/1961 52% [================================ ] 1023/1961 52% [================================ ] 1024/1961 52% [================================ ] 1025/1961 52% [================================ ] 1026/1961 52% [================================ ] 1027/1961 52% [================================ ] 1028/1961 52% [================================ ] 1029/1961 52% [================================ ] 1030/1961 52% [================================ ] 1031/1961 52% [================================ ] 1032/1961 52% [================================ ] 1033/1961 52% [================================ ] 1034/1961 52% [================================ ] 1035/1961 52% [================================ ] 1036/1961 52% [================================ ] 1037/1961 52% [================================ ] 1038/1961 52% [================================ ] 1039/1961 52% [================================ ] 1040/1961 53% [================================ ] 1041/1961 53% [================================ ] 1042/1961 53% [================================ ] 1043/1961 53% [================================= ] 1044/1961 53% [================================= ] 1045/1961 53% [================================= ] 1046/1961 53% [================================= ] 1047/1961 53% [================================= ] 1048/1961 53% [================================= ] 1049/1961 53% [================================= ] 1050/1961 53% [================================= ] 1051/1961 53% [================================= ] 1052/1961 53% [================================= ] 1053/1961 53% [================================= ] 1054/1961 53% [================================= ] 1055/1961 53% [================================= ] 1056/1961 53% [================================= ] 1057/1961 53% [================================= ] 1058/1961 53% [================================= ] 1059/1961 54% [================================= ] 1060/1961 54% [================================= ] 1061/1961 54% [================================= ] 1062/1961 54% [================================= ] 1063/1961 54% [================================= ] 1064/1961 54% [================================= ] 1065/1961 54% [================================= ] 1066/1961 54% [================================= ] 1067/1961 54% [================================= ] 1068/1961 54% [================================= ] 1069/1961 54% [================================= ] 1070/1961 54% [================================= ] 1071/1961 54% [================================= ] 1072/1961 54% [================================= ] 1073/1961 54% [================================= ] 1074/1961 54% [================================= ] 1075/1961 54% [================================== ] 1076/1961 54% [================================== ] 1077/1961 54% [================================== ] 1078/1961 54% [================================== ] 1079/1961 55% [================================== ] 1080/1961 55% [================================== ] 1081/1961 55% [================================== ] 1082/1961 55% [================================== ] 1083/1961 55% [================================== ] 1084/1961 55% [================================== ] 1085/1961 55% [================================== ] 1086/1961 55% [================================== ] 1087/1961 55% [================================== ] 1088/1961 55% [================================== ] 1089/1961 55% [================================== ] 1090/1961 55% [================================== ] 1091/1961 55% [================================== ] 1092/1961 55% [================================== ] 1093/1961 55% [================================== ] 1094/1961 55% [================================== ] 1095/1961 55% [================================== ] 1096/1961 55% [================================== ] 1097/1961 55% [================================== ] 1098/1961 55% [================================== ] 1099/1961 56% [================================== ] 1100/1961 56% [================================== ] 1101/1961 56% [================================== ] 1102/1961 56% [================================== ] 1103/1961 56% [================================== ] 1104/1961 56% [================================== ] 1105/1961 56% [================================== ] 1106/1961 56% [================================== ] 1107/1961 56% [=================================== ] 1108/1961 56% [=================================== ] 1109/1961 56% [=================================== ] 1110/1961 56% [=================================== ] 1111/1961 56% [=================================== ] 1112/1961 56% [=================================== ] 1113/1961 56% [=================================== ] 1114/1961 56% [=================================== ] 1115/1961 56% [=================================== ] 1116/1961 56% [=================================== ] 1117/1961 56% [=================================== ] 1118/1961 57% [=================================== ] 1119/1961 57% [=================================== ] 1120/1961 57% [=================================== ] 1121/1961 57% [=================================== ] 1122/1961 57% [=================================== ] 1123/1961 57% [=================================== ] 1124/1961 57% [=================================== ] 1125/1961 57% [=================================== ] 1126/1961 57% [=================================== ] 1127/1961 57% [=================================== ] 1128/1961 57% [=================================== ] 1129/1961 57% [=================================== ] 1130/1961 57% [=================================== ] 1131/1961 57% [=================================== ] 1132/1961 57% [=================================== ] 1133/1961 57% [=================================== ] 1134/1961 57% [=================================== ] 1135/1961 57% [=================================== ] 1136/1961 57% [=================================== ] 1137/1961 57% [=================================== ] 1138/1961 58% [==================================== ] 1139/1961 58% [==================================== ] 1140/1961 58% [==================================== ] 1141/1961 58% [==================================== ] 1142/1961 58% [==================================== ] 1143/1961 58% [==================================== ] 1144/1961 58% [==================================== ] 1145/1961 58% [==================================== ] 1146/1961 58% [==================================== ] 1147/1961 58% [==================================== ] 1148/1961 58% [==================================== ] 1149/1961 58% [==================================== ] 1150/1961 58% [==================================== ] 1151/1961 58% [==================================== ] 1152/1961 58% [==================================== ] 1153/1961 58% [==================================== ] 1154/1961 58% [==================================== ] 1155/1961 58% [==================================== ] 1156/1961 58% [==================================== ] 1157/1961 59% [==================================== ] 1158/1961 59% [==================================== ] 1159/1961 59% [==================================== ] 1160/1961 59% [==================================== ] 1161/1961 59% [==================================== ] 1162/1961 59% [==================================== ] 1163/1961 59% [==================================== ] 1164/1961 59% [==================================== ] 1165/1961 59% [==================================== ] 1166/1961 59% [==================================== ] 1167/1961 59% [==================================== ] 1168/1961 59% [==================================== ] 1169/1961 59% [==================================== ] 1170/1961 59% [===================================== ] 1171/1961 59% [===================================== ] 1172/1961 59% [===================================== ] 1173/1961 59% [===================================== ] 1174/1961 59% [===================================== ] 1175/1961 59% [===================================== ] 1176/1961 59% [===================================== ] 1177/1961 60% [===================================== ] 1178/1961 60% [===================================== ] 1179/1961 60% [===================================== ] 1180/1961 60% [===================================== ] 1181/1961 60% [===================================== ] 1182/1961 60% [===================================== ] 1183/1961 60% [===================================== ] 1184/1961 60% [===================================== ] 1185/1961 60% [===================================== ] 1186/1961 60% [===================================== ] 1187/1961 60% [===================================== ] 1188/1961 60% [===================================== ] 1189/1961 60% [===================================== ] 1190/1961 60% [===================================== ] 1191/1961 60% [===================================== ] 1192/1961 60% [===================================== ] 1193/1961 60% [===================================== ] 1194/1961 60% [===================================== ] 1195/1961 60% [===================================== ] 1196/1961 60% [===================================== ] 1197/1961 61% [===================================== ] 1198/1961 61% [===================================== ] 1199/1961 61% [===================================== ] 1200/1961 61% [===================================== ] 1201/1961 61% [====================================== ] 1202/1961 61% [====================================== ] 1203/1961 61% [====================================== ] 1204/1961 61% [====================================== ] 1205/1961 61% [====================================== ] 1206/1961 61% [====================================== ] 1207/1961 61% [====================================== ] 1208/1961 61% [====================================== ] 1209/1961 61% [====================================== ] 1210/1961 61% [====================================== ] 1211/1961 61% [====================================== ] 1212/1961 61% [====================================== ] 1213/1961 61% [====================================== ] 1214/1961 61% [====================================== ] 1215/1961 61% [====================================== ] 1216/1961 62% [====================================== ] 1217/1961 62% [====================================== ] 1218/1961 62% [====================================== ] 1219/1961 62% [====================================== ] 1220/1961 62% [====================================== ] 1221/1961 62% [====================================== ] 1222/1961 62% [====================================== ] 1223/1961 62% [====================================== ] 1224/1961 62% [====================================== ] 1225/1961 62% [====================================== ] 1226/1961 62% [====================================== ] 1227/1961 62% [====================================== ] 1228/1961 62% [====================================== ] 1229/1961 62% [====================================== ] 1230/1961 62% [====================================== ] 1231/1961 62% [====================================== ] 1232/1961 62% [====================================== ] 1233/1961 62% [======================================= ] 1234/1961 62% [======================================= ] 1235/1961 62% [======================================= ] 1236/1961 63% [======================================= ] 1237/1961 63% [======================================= ] 1238/1961 63% [======================================= ] 1239/1961 63% [======================================= ] 1240/1961 63% [======================================= ] 1241/1961 63% [======================================= ] 1242/1961 63% [======================================= ] 1243/1961 63% [======================================= ] 1244/1961 63% [======================================= ] 1245/1961 63% [======================================= ] 1246/1961 63% [======================================= ] 1247/1961 63% [======================================= ] 1248/1961 63% [======================================= ] 1249/1961 63% [======================================= ] 1250/1961 63% [======================================= ] 1251/1961 63% [======================================= ] 1252/1961 63% [======================================= ] 1253/1961 63% [======================================= ] 1254/1961 63% [======================================= ] 1255/1961 63% [======================================= ] 1256/1961 64% [======================================= ] 1257/1961 64% [======================================= ] 1258/1961 64% [======================================= ] 1259/1961 64% [======================================= ] 1260/1961 64% [======================================= ] 1261/1961 64% [======================================= ] 1262/1961 64% [======================================= ] 1263/1961 64% [======================================= ] 1264/1961 64% [======================================= ] 1265/1961 64% [======================================== ] 1266/1961 64% [======================================== ] 1267/1961 64% [======================================== ] 1268/1961 64% [======================================== ] 1269/1961 64% [======================================== ] 1270/1961 64% [======================================== ] 1271/1961 64% [======================================== ] 1272/1961 64% [======================================== ] 1273/1961 64% [======================================== ] 1274/1961 64% [======================================== ] 1275/1961 65% [======================================== ] 1276/1961 65% [======================================== ] 1277/1961 65% [======================================== ] 1278/1961 65% [======================================== ] 1279/1961 65% [======================================== ] 1280/1961 65% [======================================== ] 1281/1961 65% [======================================== ] 1282/1961 65% [======================================== ] 1283/1961 65% [======================================== ] 1284/1961 65% [======================================== ] 1285/1961 65% [======================================== ] 1286/1961 65% [======================================== ] 1287/1961 65% [======================================== ] 1288/1961 65% [======================================== ] 1289/1961 65% [======================================== ] 1290/1961 65% [======================================== ] 1291/1961 65% [======================================== ] 1292/1961 65% [======================================== ] 1293/1961 65% [======================================== ] 1294/1961 65% [======================================== ] 1295/1961 66% [======================================== ] 1296/1961 66% [========================================= ] 1297/1961 66% [========================================= ] 1298/1961 66% [========================================= ] 1299/1961 66% [========================================= ] 1300/1961 66% [========================================= ] 1301/1961 66% [========================================= ] 1302/1961 66% [========================================= ] 1303/1961 66% [========================================= ] 1304/1961 66% [========================================= ] 1305/1961 66% [========================================= ] 1306/1961 66% [========================================= ] 1307/1961 66% [========================================= ] 1308/1961 66% [========================================= ] 1309/1961 66% [========================================= ] 1310/1961 66% [========================================= ] 1311/1961 66% [========================================= ] 1312/1961 66% [========================================= ] 1313/1961 66% [========================================= ] 1314/1961 67% [========================================= ] 1315/1961 67% [========================================= ] 1316/1961 67% [========================================= ] 1317/1961 67% [========================================= ] 1318/1961 67% [========================================= ] 1319/1961 67% [========================================= ] 1320/1961 67% [========================================= ] 1321/1961 67% [========================================= ] 1322/1961 67% [========================================= ] 1323/1961 67% [========================================= ] 1324/1961 67% [========================================= ] 1325/1961 67% [========================================= ] 1326/1961 67% [========================================= ] 1327/1961 67% [========================================= ] 1328/1961 67% [========================================== ] 1329/1961 67% [========================================== ] 1330/1961 67% [========================================== ] 1331/1961 67% [========================================== ] 1332/1961 67% [========================================== ] 1333/1961 67% [========================================== ] 1334/1961 68% [========================================== ] 1335/1961 68% [========================================== ] 1336/1961 68% [========================================== ] 1337/1961 68% [========================================== ] 1338/1961 68% [========================================== ] 1339/1961 68% [========================================== ] 1340/1961 68% [========================================== ] 1341/1961 68% [========================================== ] 1342/1961 68% [========================================== ] 1343/1961 68% [========================================== ] 1344/1961 68% [========================================== ] 1345/1961 68% [========================================== ] 1346/1961 68% [========================================== ] 1347/1961 68% [========================================== ] 1348/1961 68% [========================================== ] 1349/1961 68% [========================================== ] 1350/1961 68% [========================================== ] 1351/1961 68% [========================================== ] 1352/1961 68% [========================================== ] 1353/1961 68% [========================================== ] 1354/1961 69% [========================================== ] 1355/1961 69% [========================================== ] 1356/1961 69% [========================================== ] 1357/1961 69% [========================================== ] 1358/1961 69% [========================================== ] 1359/1961 69% [========================================== ] 1360/1961 69% [=========================================== ] 1361/1961 69% [=========================================== ] 1362/1961 69% [=========================================== ] 1363/1961 69% [=========================================== ] 1364/1961 69% [=========================================== ] 1365/1961 69% [=========================================== ] 1366/1961 69% [=========================================== ] 1367/1961 69% [=========================================== ] 1368/1961 69% [=========================================== ] 1369/1961 69% [=========================================== ] 1370/1961 69% [=========================================== ] 1371/1961 69% [=========================================== ] 1372/1961 69% [=========================================== ] 1373/1961 70% [=========================================== ] 1374/1961 70% [=========================================== ] 1375/1961 70% [=========================================== ] 1376/1961 70% [=========================================== ] 1377/1961 70% [=========================================== ] 1378/1961 70% [=========================================== ] 1379/1961 70% [=========================================== ] 1380/1961 70% [=========================================== ] 1381/1961 70% [=========================================== ] 1382/1961 70% [=========================================== ] 1383/1961 70% [=========================================== ] 1384/1961 70% [=========================================== ] 1385/1961 70% [=========================================== ] 1386/1961 70% [=========================================== ] 1387/1961 70% [=========================================== ] 1388/1961 70% [=========================================== ] 1389/1961 70% [=========================================== ] 1390/1961 70% [=========================================== ] 1391/1961 70% [============================================ ] 1392/1961 70% [============================================ ] 1393/1961 71% [============================================ ] 1394/1961 71% [============================================ ] 1395/1961 71% [============================================ ] 1396/1961 71% [============================================ ] 1397/1961 71% [============================================ ] 1398/1961 71% [============================================ ] 1399/1961 71% [============================================ ] 1400/1961 71% [============================================ ] 1401/1961 71% [============================================ ] 1402/1961 71% [============================================ ] 1403/1961 71% [============================================ ] 1404/1961 71% [============================================ ] 1405/1961 71% [============================================ ] 1406/1961 71% [============================================ ] 1407/1961 71% [============================================ ] 1408/1961 71% [============================================ ] 1409/1961 71% [============================================ ] 1410/1961 71% [============================================ ] 1411/1961 71% [============================================ ] 1412/1961 72% [============================================ ] 1413/1961 72% [============================================ ] 1414/1961 72% [============================================ ] 1415/1961 72% [============================================ ] 1416/1961 72% [============================================ ] 1417/1961 72% [============================================ ] 1418/1961 72% [============================================ ] 1419/1961 72% [============================================ ] 1420/1961 72% [============================================ ] 1421/1961 72% [============================================ ] 1422/1961 72% [============================================ ] 1423/1961 72% [============================================= ] 1424/1961 72% [============================================= ] 1425/1961 72% [============================================= ] 1426/1961 72% [============================================= ] 1427/1961 72% [============================================= ] 1428/1961 72% [============================================= ] 1429/1961 72% [============================================= ] 1430/1961 72% [============================================= ] 1431/1961 72% [============================================= ] 1432/1961 73% [============================================= ] 1433/1961 73% [============================================= ] 1434/1961 73% [============================================= ] 1435/1961 73% [============================================= ] 1436/1961 73% [============================================= ] 1437/1961 73% [============================================= ] 1438/1961 73% [============================================= ] 1439/1961 73% [============================================= ] 1440/1961 73% [============================================= ] 1441/1961 73% [============================================= ] 1442/1961 73% [============================================= ] 1443/1961 73% [============================================= ] 1444/1961 73% [============================================= ] 1445/1961 73% [============================================= ] 1446/1961 73% [============================================= ] 1447/1961 73% [============================================= ] 1448/1961 73% [============================================= ] 1449/1961 73% [============================================= ] 1450/1961 73% [============================================= ] 1451/1961 73% [============================================= ] 1452/1961 74% [============================================= ] 1453/1961 74% [============================================= ] 1454/1961 74% [============================================== ] 1455/1961 74% [============================================== ] 1456/1961 74% [============================================== ] 1457/1961 74% [============================================== ] 1458/1961 74% [============================================== ] 1459/1961 74% [============================================== ] 1460/1961 74% [============================================== ] 1461/1961 74% [============================================== ] 1462/1961 74% [============================================== ] 1463/1961 74% [============================================== ] 1464/1961 74% [============================================== ] 1465/1961 74% [============================================== ] 1466/1961 74% [============================================== ] 1467/1961 74% [============================================== ] 1468/1961 74% [============================================== ] 1469/1961 74% [============================================== ] 1470/1961 74% [============================================== ] 1471/1961 75% [============================================== ] 1472/1961 75% [============================================== ] 1473/1961 75% [============================================== ] 1474/1961 75% [============================================== ] 1475/1961 75% [============================================== ] 1476/1961 75% [============================================== ] 1477/1961 75% [============================================== ] 1478/1961 75% [============================================== ] 1479/1961 75% [============================================== ] 1480/1961 75% [============================================== ] 1481/1961 75% [============================================== ] 1482/1961 75% [============================================== ] 1483/1961 75% [============================================== ] 1484/1961 75% [============================================== ] 1485/1961 75% [============================================== ] 1486/1961 75% [=============================================== ] 1487/1961 75% [=============================================== ] 1488/1961 75% [=============================================== ] 1489/1961 75% [=============================================== ] 1490/1961 75% [=============================================== ] 1491/1961 76% [=============================================== ] 1492/1961 76% [=============================================== ] 1493/1961 76% [=============================================== ] 1494/1961 76% [=============================================== ] 1495/1961 76% [=============================================== ] 1496/1961 76% [=============================================== ] 1497/1961 76% [=============================================== ] 1498/1961 76% [=============================================== ] 1499/1961 76% [=============================================== ] 1500/1961 76% [=============================================== ] 1501/1961 76% [=============================================== ] 1502/1961 76% [=============================================== ] 1503/1961 76% [=============================================== ] 1504/1961 76% [=============================================== ] 1505/1961 76% [=============================================== ] 1506/1961 76% [=============================================== ] 1507/1961 76% [=============================================== ] 1508/1961 76% [=============================================== ] 1509/1961 76% [=============================================== ] 1510/1961 77% [=============================================== ] 1511/1961 77% [=============================================== ] 1512/1961 77% [=============================================== ] 1513/1961 77% [=============================================== ] 1514/1961 77% [=============================================== ] 1515/1961 77% [=============================================== ] 1516/1961 77% [=============================================== ] 1517/1961 77% [=============================================== ] 1518/1961 77% [================================================ ] 1519/1961 77% [================================================ ] 1520/1961 77% [================================================ ] 1521/1961 77% [================================================ ] 1522/1961 77% [================================================ ] 1523/1961 77% [================================================ ] 1524/1961 77% [================================================ ] 1525/1961 77% [================================================ ] 1526/1961 77% [================================================ ] 1527/1961 77% [================================================ ] 1528/1961 77% [================================================ ] 1529/1961 77% [================================================ ] 1530/1961 78% [================================================ ] 1531/1961 78% [================================================ ] 1532/1961 78% [================================================ ] 1533/1961 78% [================================================ ] 1534/1961 78% [================================================ ] 1535/1961 78% [================================================ ] 1536/1961 78% [================================================ ] 1537/1961 78% [================================================ ] 1538/1961 78% [================================================ ] 1539/1961 78% [================================================ ] 1540/1961 78% [================================================ ] 1541/1961 78% [================================================ ] 1542/1961 78% [================================================ ] 1543/1961 78% [================================================ ] 1544/1961 78% [================================================ ] 1545/1961 78% [================================================ ] 1546/1961 78% [================================================ ] 1547/1961 78% [================================================ ] 1548/1961 78% [================================================ ] 1549/1961 78% [================================================= ] 1550/1961 79% [================================================= ] 1551/1961 79% [================================================= ] 1552/1961 79% [================================================= ] 1553/1961 79% [================================================= ] 1554/1961 79% [================================================= ] 1555/1961 79% [================================================= ] 1556/1961 79% [================================================= ] 1557/1961 79% [================================================= ] 1558/1961 79% [================================================= ] 1559/1961 79% [================================================= ] 1560/1961 79% [================================================= ] 1561/1961 79% [================================================= ] 1562/1961 79% [================================================= ] 1563/1961 79% [================================================= ] 1564/1961 79% [================================================= ] 1565/1961 79% [================================================= ] 1566/1961 79% [================================================= ] 1567/1961 79% [================================================= ] 1568/1961 79% [================================================= ] 1569/1961 80% [================================================= ] 1570/1961 80% [================================================= ] 1571/1961 80% [================================================= ] 1572/1961 80% [================================================= ] 1573/1961 80% [================================================= ] 1574/1961 80% [================================================= ] 1575/1961 80% [================================================= ] 1576/1961 80% [================================================= ] 1577/1961 80% [================================================= ] 1578/1961 80% [================================================= ] 1579/1961 80% [================================================= ] 1580/1961 80% [================================================= ] 1581/1961 80% [================================================== ] 1582/1961 80% [================================================== ] 1583/1961 80% [================================================== ] 1584/1961 80% [================================================== ] 1585/1961 80% [================================================== ] 1586/1961 80% [================================================== ] 1587/1961 80% [================================================== ] 1588/1961 80% [================================================== ] 1589/1961 81% [================================================== ] 1590/1961 81% [================================================== ] 1591/1961 81% [================================================== ] 1592/1961 81% [================================================== ] 1593/1961 81% [================================================== ] 1594/1961 81% [================================================== ] 1595/1961 81% [================================================== ] 1596/1961 81% [================================================== ] 1597/1961 81% [================================================== ] 1598/1961 81% [================================================== ] 1599/1961 81% [================================================== ] 1600/1961 81% [================================================== ] 1601/1961 81% [================================================== ] 1602/1961 81% [================================================== ] 1603/1961 81% [================================================== ] 1604/1961 81% [================================================== ] 1605/1961 81% [================================================== ] 1606/1961 81% [================================================== ] 1607/1961 81% [================================================== ] 1608/1961 81% [================================================== ] 1609/1961 82% [================================================== ] 1610/1961 82% [================================================== ] 1611/1961 82% [================================================== ] 1612/1961 82% [================================================== ] 1613/1961 82% [=================================================== ] 1614/1961 82% [=================================================== ] 1615/1961 82% [=================================================== ] 1616/1961 82% [=================================================== ] 1617/1961 82% [=================================================== ] 1618/1961 82% [=================================================== ] 1619/1961 82% [=================================================== ] 1620/1961 82% [=================================================== ] 1621/1961 82% [=================================================== ] 1622/1961 82% [=================================================== ] 1623/1961 82% [=================================================== ] 1624/1961 82% [=================================================== ] 1625/1961 82% [=================================================== ] 1626/1961 82% [=================================================== ] 1627/1961 82% [=================================================== ] 1628/1961 83% [=================================================== ] 1629/1961 83% [=================================================== ] 1630/1961 83% [=================================================== ] 1631/1961 83% [=================================================== ] 1632/1961 83% [=================================================== ] 1633/1961 83% [=================================================== ] 1634/1961 83% [=================================================== ] 1635/1961 83% [=================================================== ] 1636/1961 83% [=================================================== ] 1637/1961 83% [=================================================== ] 1638/1961 83% [=================================================== ] 1639/1961 83% [=================================================== ] 1640/1961 83% [=================================================== ] 1641/1961 83% [=================================================== ] 1642/1961 83% [=================================================== ] 1643/1961 83% [=================================================== ] 1644/1961 83% [==================================================== ] 1645/1961 83% [==================================================== ] 1646/1961 83% [==================================================== ] 1647/1961 83% [==================================================== ] 1648/1961 84% [==================================================== ] 1649/1961 84% [==================================================== ] 1650/1961 84% [==================================================== ] 1651/1961 84% [==================================================== ] 1652/1961 84% [==================================================== ] 1653/1961 84% [==================================================== ] 1654/1961 84% [==================================================== ] 1655/1961 84% [==================================================== ] 1656/1961 84% [==================================================== ] 1657/1961 84% [==================================================== ] 1658/1961 84% [==================================================== ] 1659/1961 84% [==================================================== ] 1660/1961 84% [==================================================== ] 1661/1961 84% [==================================================== ] 1662/1961 84% [==================================================== ] 1663/1961 84% [==================================================== ] 1664/1961 84% [==================================================== ] 1665/1961 84% [==================================================== ] 1666/1961 84% [==================================================== ] 1667/1961 85% [==================================================== ] 1668/1961 85% [==================================================== ] 1669/1961 85% [==================================================== ] 1670/1961 85% [==================================================== ] 1671/1961 85% [==================================================== ] 1672/1961 85% [==================================================== ] 1673/1961 85% [==================================================== ] 1674/1961 85% [==================================================== ] 1675/1961 85% [==================================================== ] 1676/1961 85% [===================================================== ] 1677/1961 85% [===================================================== ] 1678/1961 85% [===================================================== ] 1679/1961 85% [===================================================== ] 1680/1961 85% [===================================================== ] 1681/1961 85% [===================================================== ] 1682/1961 85% [===================================================== ] 1683/1961 85% [===================================================== ] 1684/1961 85% [===================================================== ] 1685/1961 85% [===================================================== ] 1686/1961 85% [===================================================== ] 1687/1961 86% [===================================================== ] 1688/1961 86% [===================================================== ] 1689/1961 86% [===================================================== ] 1690/1961 86% [===================================================== ] 1691/1961 86% [===================================================== ] 1692/1961 86% [===================================================== ] 1693/1961 86% [===================================================== ] 1694/1961 86% [===================================================== ] 1695/1961 86% [===================================================== ] 1696/1961 86% [===================================================== ] 1697/1961 86% [===================================================== ] 1698/1961 86% [===================================================== ] 1699/1961 86% [===================================================== ] 1700/1961 86% [===================================================== ] 1701/1961 86% [===================================================== ] 1702/1961 86% [===================================================== ] 1703/1961 86% [===================================================== ] 1704/1961 86% [===================================================== ] 1705/1961 86% [===================================================== ] 1706/1961 86% [===================================================== ] 1707/1961 87% [====================================================== ] 1708/1961 87% [====================================================== ] 1709/1961 87% [====================================================== ] 1710/1961 87% [====================================================== ] 1711/1961 87% [====================================================== ] 1712/1961 87% [====================================================== ] 1713/1961 87% [====================================================== ] 1714/1961 87% [====================================================== ] 1715/1961 87% [====================================================== ] 1716/1961 87% [====================================================== ] 1717/1961 87% [====================================================== ] 1718/1961 87% [====================================================== ] 1719/1961 87% [====================================================== ] 1720/1961 87% [====================================================== ] 1721/1961 87% [====================================================== ] 1722/1961 87% [====================================================== ] 1723/1961 87% [====================================================== ] 1724/1961 87% [====================================================== ] 1725/1961 87% [====================================================== ] 1726/1961 88% [====================================================== ] 1727/1961 88% [====================================================== ] 1728/1961 88% [====================================================== ] 1729/1961 88% [====================================================== ] 1730/1961 88% [====================================================== ] 1731/1961 88% [====================================================== ] 1732/1961 88% [====================================================== ] 1733/1961 88% [====================================================== ] 1734/1961 88% [====================================================== ] 1735/1961 88% [====================================================== ] 1736/1961 88% [====================================================== ] 1737/1961 88% [====================================================== ] 1738/1961 88% [====================================================== ] 1739/1961 88% [======================================================= ] 1740/1961 88% [======================================================= ] 1741/1961 88% [======================================================= ] 1742/1961 88% [======================================================= ] 1743/1961 88% [======================================================= ] 1744/1961 88% [======================================================= ] 1745/1961 88% [======================================================= ] 1746/1961 89% [======================================================= ] 1747/1961 89% [======================================================= ] 1748/1961 89% [======================================================= ] 1749/1961 89% [======================================================= ] 1750/1961 89% [======================================================= ] 1751/1961 89% [======================================================= ] 1752/1961 89% [======================================================= ] 1753/1961 89% [======================================================= ] 1754/1961 89% [======================================================= ] 1755/1961 89% [======================================================= ] 1756/1961 89% [======================================================= ] 1757/1961 89% [======================================================= ] 1758/1961 89% [======================================================= ] 1759/1961 89% [======================================================= ] 1760/1961 89% [======================================================= ] 1761/1961 89% [======================================================= ] 1762/1961 89% [======================================================= ] 1763/1961 89% [======================================================= ] 1764/1961 89% [======================================================= ] 1765/1961 90% [======================================================= ] 1766/1961 90% [======================================================= ] 1767/1961 90% [======================================================= ] 1768/1961 90% [======================================================= ] 1769/1961 90% [======================================================= ] 1770/1961 90% [======================================================= ] 1771/1961 90% [======================================================== ] 1772/1961 90% [======================================================== ] 1773/1961 90% [======================================================== ] 1774/1961 90% [======================================================== ] 1775/1961 90% [======================================================== ] 1776/1961 90% [======================================================== ] 1777/1961 90% [======================================================== ] 1778/1961 90% [======================================================== ] 1779/1961 90% [======================================================== ] 1780/1961 90% [======================================================== ] 1781/1961 90% [======================================================== ] 1782/1961 90% [======================================================== ] 1783/1961 90% [======================================================== ] 1784/1961 90% [======================================================== ] 1785/1961 91% [======================================================== ] 1786/1961 91% [======================================================== ] 1787/1961 91% [======================================================== ] 1788/1961 91% [======================================================== ] 1789/1961 91% [======================================================== ] 1790/1961 91% [======================================================== ] 1791/1961 91% [======================================================== ] 1792/1961 91% [======================================================== ] 1793/1961 91% [======================================================== ] 1794/1961 91% [======================================================== ] 1795/1961 91% [======================================================== ] 1796/1961 91% [======================================================== ] 1797/1961 91% [======================================================== ] 1798/1961 91% [======================================================== ] 1799/1961 91% [======================================================== ] 1800/1961 91% [======================================================== ] 1801/1961 91% [======================================================== ] 1802/1961 91% [========================================================= ] 1803/1961 91% [========================================================= ] 1804/1961 91% [========================================================= ] 1805/1961 92% [========================================================= ] 1806/1961 92% [========================================================= ] 1807/1961 92% [========================================================= ] 1808/1961 92% [========================================================= ] 1809/1961 92% [========================================================= ] 1810/1961 92% [========================================================= ] 1811/1961 92% [========================================================= ] 1812/1961 92% [========================================================= ] 1813/1961 92% [========================================================= ] 1814/1961 92% [========================================================= ] 1815/1961 92% [========================================================= ] 1816/1961 92% [========================================================= ] 1817/1961 92% [========================================================= ] 1818/1961 92% [========================================================= ] 1819/1961 92% [========================================================= ] 1820/1961 92% [========================================================= ] 1821/1961 92% [========================================================= ] 1822/1961 92% [========================================================= ] 1823/1961 92% [========================================================= ] 1824/1961 93% [========================================================= ] 1825/1961 93% [========================================================= ] 1826/1961 93% [========================================================= ] 1827/1961 93% [========================================================= ] 1828/1961 93% [========================================================= ] 1829/1961 93% [========================================================= ] 1830/1961 93% [========================================================= ] 1831/1961 93% [========================================================= ] 1832/1961 93% [========================================================= ] 1833/1961 93% [========================================================= ] 1834/1961 93% [========================================================== ] 1835/1961 93% [========================================================== ] 1836/1961 93% [========================================================== ] 1837/1961 93% [========================================================== ] 1838/1961 93% [========================================================== ] 1839/1961 93% [========================================================== ] 1840/1961 93% [========================================================== ] 1841/1961 93% [========================================================== ] 1842/1961 93% [========================================================== ] 1843/1961 93% [========================================================== ] 1844/1961 94% [========================================================== ] 1845/1961 94% [========================================================== ] 1846/1961 94% [========================================================== ] 1847/1961 94% [========================================================== ] 1848/1961 94% [========================================================== ] 1849/1961 94% [========================================================== ] 1850/1961 94% [========================================================== ] 1851/1961 94% [========================================================== ] 1852/1961 94% [========================================================== ] 1853/1961 94% [========================================================== ] 1854/1961 94% [========================================================== ] 1855/1961 94% [========================================================== ] 1856/1961 94% [========================================================== ] 1857/1961 94% [========================================================== ] 1858/1961 94% [========================================================== ] 1859/1961 94% [========================================================== ] 1860/1961 94% [========================================================== ] 1861/1961 94% [========================================================== ] 1862/1961 94% [========================================================== ] 1863/1961 95% [========================================================== ] 1864/1961 95% [========================================================== ] 1865/1961 95% [========================================================== ] 1866/1961 95% [=========================================================== ] 1867/1961 95% [=========================================================== ] 1868/1961 95% [=========================================================== ] 1869/1961 95% [=========================================================== ] 1870/1961 95% [=========================================================== ] 1871/1961 95% [=========================================================== ] 1872/1961 95% [=========================================================== ] 1873/1961 95% [=========================================================== ] 1874/1961 95% [=========================================================== ] 1875/1961 95% [=========================================================== ] 1876/1961 95% [=========================================================== ] 1877/1961 95% [=========================================================== ] 1878/1961 95% [=========================================================== ] 1879/1961 95% [=========================================================== ] 1880/1961 95% [=========================================================== ] 1881/1961 95% [=========================================================== ] 1882/1961 95% [=========================================================== ] 1883/1961 96% [=========================================================== ] 1884/1961 96% [=========================================================== ] 1885/1961 96% [=========================================================== ] 1886/1961 96% [=========================================================== ] 1887/1961 96% [=========================================================== ] 1888/1961 96% [=========================================================== ] 1889/1961 96% [=========================================================== ] 1890/1961 96% [=========================================================== ] 1891/1961 96% [=========================================================== ] 1892/1961 96% [=========================================================== ] 1893/1961 96% [=========================================================== ] 1894/1961 96% [=========================================================== ] 1895/1961 96% [=========================================================== ] 1896/1961 96% [=========================================================== ] 1897/1961 96% [============================================================ ] 1898/1961 96% [============================================================ ] 1899/1961 96% [============================================================ ] 1900/1961 96% [============================================================ ] 1901/1961 96% [============================================================ ] 1902/1961 96% [============================================================ ] 1903/1961 97% [============================================================ ] 1904/1961 97% [============================================================ ] 1905/1961 97% [============================================================ ] 1906/1961 97% [============================================================ ] 1907/1961 97% [============================================================ ] 1908/1961 97% [============================================================ ] 1909/1961 97% [============================================================ ] 1910/1961 97% [============================================================ ] 1911/1961 97% [============================================================ ] 1912/1961 97% [============================================================ ] 1913/1961 97% [============================================================ ] 1914/1961 97% [============================================================ ] 1915/1961 97% [============================================================ ] 1916/1961 97% [============================================================ ] 1917/1961 97% [============================================================ ] 1918/1961 97% [============================================================ ] 1919/1961 97% [============================================================ ] 1920/1961 97% [============================================================ ] 1921/1961 97% [============================================================ ] 1922/1961 98% [============================================================ ] 1923/1961 98% [============================================================ ] 1924/1961 98% [============================================================ ] 1925/1961 98% [============================================================ ] 1926/1961 98% [============================================================ ] 1927/1961 98% [============================================================ ] 1928/1961 98% [============================================================ ] 1929/1961 98% [============================================================= ] 1930/1961 98% [============================================================= ] 1931/1961 98% [============================================================= ] 1932/1961 98% [============================================================= ] 1933/1961 98% [============================================================= ] 1934/1961 98% [============================================================= ] 1935/1961 98% [============================================================= ] 1936/1961 98% [============================================================= ] 1937/1961 98% [============================================================= ] 1938/1961 98% [============================================================= ] 1939/1961 98% [============================================================= ] 1940/1961 98% [============================================================= ] 1941/1961 98% [============================================================= ] 1942/1961 99% [============================================================= ] 1943/1961 99% [============================================================= ] 1944/1961 99% [============================================================= ] 1945/1961 99% [============================================================= ] 1946/1961 99% [============================================================= ] 1947/1961 99% [============================================================= ] 1948/1961 99% [============================================================= ] 1949/1961 99% [============================================================= ] 1950/1961 99% [============================================================= ] 1951/1961 99% [============================================================= ] 1952/1961 99% [============================================================= ] 1953/1961 99% [============================================================= ] 1954/1961 99% [============================================================= ] 1955/1961 99% [============================================================= ] 1956/1961 99% [============================================================= ] 1957/1961 99% [============================================================= ] 1958/1961 99% [============================================================= ] 1959/1961 99% [============================================================= ] 1960/1961 99% [==============================================================] 1961/1961 100% operation complete, 1961 objects in 73025 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2022.08-539-g85a9a3f0e6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.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 11.3.0 Collecting legal info >>> linux-headers 5.19.15 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> 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.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fetchmail 6.4.29 Collecting legal info COPYING: OK (sha256: 6d87443b61041067a5eddb2cabf8aebff15b8b40771ad6b5e4754e607ec21b39) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 9.56.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> imagemagick 7.1.0-45 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> initscripts Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libapparmor 3.0.4 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> 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.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-greenlet 1.1.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.8 Collecting legal info COPYING: OK (sha256: 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> usbredir 0.12.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> 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-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.19.15: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'