done >>> host-yaffs2utils 0.2.9 Downloading wget --passive-ftp -nd -t 3 -O '/home/autobuild/autobuild/instance-15/output-1/build/.0.2.9.tar.gz.jwG6Nk/output' 'https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/yaffs2utils/0.2.9.tar.gz' --2022-12-15 00:27:42-- https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/yaffs2utils/0.2.9.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving storage.googleapis.com (storage.googleapis.com)... 142.250.72.80, 142.250.69.240, 142.250.72.16, ... Connecting to storage.googleapis.com (storage.googleapis.com)|142.250.72.80|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39689 (39K) [application/octet-stream] Saving to: '/home/autobuild/autobuild/instance-15/output-1/build/.0.2.9.tar.gz.jwG6Nk/output' 0K .......... .......... .......... ........ 100% 9.03M=0.004s 2022-12-15 00:27:42 (9.03 MB/s) - '/home/autobuild/autobuild/instance-15/output-1/build/.0.2.9.tar.gz.jwG6Nk/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-15/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-15/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-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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-15/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-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-15/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-15/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/bin PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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-15/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-15/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-15/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-15/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-15/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/powerpc-buildroot-linux-gnu-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@%440%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-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/powerpc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/powerpc-buildroot-linux-gnu-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@%440%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/powerpc-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells rm -f /home/autobuild/autobuild/instance-15/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-15/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-15/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-15/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-15/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -f -r /home/autobuild/autobuild/instance-15/output-1/target/usr/share/openrc mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-15/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-15/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-15/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-15/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-15/output-1/target/etc/passwd grep -qsE '^/usr/bin/tmux$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/usr/bin/tmux" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/include /home/autobuild/autobuild/instance-15/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-15/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-15/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-15/output-1/target/usr/doc find /home/autobuild/autobuild/instance-15/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-15/output-1/target/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/man /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/info /home/autobuild/autobuild/instance-15/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/doc /home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-15/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-15/output-1/target/lib/debug /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-15/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-15/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-15/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-15/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-15/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-538-g4d05fa00fd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-15/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-15/output-1/per-package /home/autobuild/autobuild/instance-15/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-15/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs printf ' - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-15/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-15/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 2066 number of 4KB nodes: 173660 Total image size: 690338555 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-15/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-15/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-15/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2066 objects. stage 2: creating image '/home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2' [ ] 1/2066 0% [ ] 2/2066 0% [ ] 3/2066 0% [ ] 4/2066 0% [ ] 5/2066 0% [ ] 6/2066 0% [ ] 7/2066 0% [ ] 8/2066 0% [ ] 9/2066 0% [ ] 10/2066 0% [ ] 11/2066 0% [ ] 12/2066 0% [ ] 13/2066 0% [ ] 14/2066 0% [ ] 15/2066 0% [ ] 16/2066 0% [ ] 17/2066 0% [ ] 18/2066 0% [ ] 19/2066 0% [ ] 20/2066 0% [ ] 21/2066 1% [ ] 22/2066 1% [ ] 23/2066 1% [ ] 24/2066 1% [ ] 25/2066 1% [ ] 26/2066 1% [ ] 27/2066 1% [ ] 28/2066 1% [ ] 29/2066 1% [ ] 30/2066 1% [ ] 31/2066 1% [ ] 32/2066 1% [ ] 33/2066 1% [= ] 34/2066 1% [= ] 35/2066 1% [= ] 36/2066 1% [= ] 37/2066 1% [= ] 38/2066 1% [= ] 39/2066 1% [= ] 40/2066 1% [= ] 41/2066 1% [= ] 42/2066 2% [= ] 43/2066 2% [= ] 44/2066 2% [= ] 45/2066 2% [= ] 46/2066 2% [= ] 47/2066 2% [= ] 48/2066 2% [= ] 49/2066 2% [= ] 50/2066 2% [= ] 51/2066 2% [= ] 52/2066 2% [= ] 53/2066 2% [= ] 54/2066 2% [= ] 55/2066 2% [= ] 56/2066 2% [= ] 57/2066 2% [= ] 58/2066 2% [= ] 59/2066 2% [= ] 60/2066 2% [= ] 61/2066 2% [= ] 62/2066 3% [= ] 63/2066 3% [= ] 64/2066 3% [= ] 65/2066 3% [= ] 66/2066 3% [== ] 67/2066 3% [== ] 68/2066 3% [== ] 69/2066 3% [== ] 70/2066 3% [== ] 71/2066 3% [== ] 72/2066 3% [== ] 73/2066 3% [== ] 74/2066 3% [== ] 75/2066 3% [== ] 76/2066 3% [== ] 77/2066 3% [== ] 78/2066 3% [== ] 79/2066 3% [== ] 80/2066 3% [== ] 81/2066 3% [== ] 82/2066 3% [== ] 83/2066 4% [== ] 84/2066 4% [== ] 85/2066 4% [== ] 86/2066 4% [== ] 87/2066 4% [== ] 88/2066 4% [== ] 89/2066 4% [== ] 90/2066 4% [== ] 91/2066 4% [== ] 92/2066 4% [== ] 93/2066 4% [== ] 94/2066 4% [== ] 95/2066 4% [== ] 96/2066 4% [== ] 97/2066 4% [== ] 98/2066 4% [== ] 99/2066 4% [=== ] 100/2066 4% [=== ] 101/2066 4% [=== ] 102/2066 4% [=== ] 103/2066 4% [=== ] 104/2066 5% [=== ] 105/2066 5% [=== ] 106/2066 5% [=== ] 107/2066 5% [=== ] 108/2066 5% [=== ] 109/2066 5% [=== ] 110/2066 5% [=== ] 111/2066 5% [=== ] 112/2066 5% [=== ] 113/2066 5% [=== ] 114/2066 5% [=== ] 115/2066 5% [=== ] 116/2066 5% [=== ] 117/2066 5% [=== ] 118/2066 5% [=== ] 119/2066 5% [=== ] 120/2066 5% [=== ] 121/2066 5% [=== ] 122/2066 5% [=== ] 123/2066 5% [=== ] 124/2066 6% [=== ] 125/2066 6% [=== ] 126/2066 6% [=== ] 127/2066 6% [=== ] 128/2066 6% [=== ] 129/2066 6% [=== ] 130/2066 6% [=== ] 131/2066 6% [=== ] 132/2066 6% [=== ] 133/2066 6% [==== ] 134/2066 6% [==== ] 135/2066 6% [==== ] 136/2066 6% [==== ] 137/2066 6% [==== ] 138/2066 6% [==== ] 139/2066 6% [==== ] 140/2066 6% [==== ] 141/2066 6% [==== ] 142/2066 6% [==== ] 143/2066 6% [==== ] 144/2066 6% [==== ] 145/2066 7% [==== ] 146/2066 7% [==== ] 147/2066 7% [==== ] 148/2066 7% [==== ] 149/2066 7% [==== ] 150/2066 7% [==== ] 151/2066 7% [==== ] 152/2066 7% [==== ] 153/2066 7% [==== ] 154/2066 7% [==== ] 155/2066 7% [==== ] 156/2066 7% [==== ] 157/2066 7% [==== ] 158/2066 7% [==== ] 159/2066 7% [==== ] 160/2066 7% [==== ] 161/2066 7% [==== ] 162/2066 7% [==== ] 163/2066 7% [==== ] 164/2066 7% [==== ] 165/2066 7% [==== ] 166/2066 8% [===== ] 167/2066 8% [===== ] 168/2066 8% [===== ] 169/2066 8% [===== ] 170/2066 8% [===== ] 171/2066 8% [===== ] 172/2066 8% [===== ] 173/2066 8% [===== ] 174/2066 8% [===== ] 175/2066 8% [===== ] 176/2066 8% [===== ] 177/2066 8% [===== ] 178/2066 8% [===== ] 179/2066 8% [===== ] 180/2066 8% [===== ] 181/2066 8% [===== ] 182/2066 8% [===== ] 183/2066 8% [===== ] 184/2066 8% [===== ] 185/2066 8% [===== ] 186/2066 9% [===== ] 187/2066 9% [===== ] 188/2066 9% [===== ] 189/2066 9% [===== ] 190/2066 9% [===== ] 191/2066 9% [===== ] 192/2066 9% [===== ] 193/2066 9% [===== ] 194/2066 9% [===== ] 195/2066 9% [===== ] 196/2066 9% [===== ] 197/2066 9% [===== ] 198/2066 9% [===== ] 199/2066 9% [====== ] 200/2066 9% [====== ] 201/2066 9% [====== ] 202/2066 9% [====== ] 203/2066 9% [====== ] 204/2066 9% [====== ] 205/2066 9% [====== ] 206/2066 9% [====== ] 207/2066 10% [====== ] 208/2066 10% [====== ] 209/2066 10% [====== ] 210/2066 10% [====== ] 211/2066 10% [====== ] 212/2066 10% [====== ] 213/2066 10% [====== ] 214/2066 10% [====== ] 215/2066 10% [====== ] 216/2066 10% [====== ] 217/2066 10% [====== ] 218/2066 10% [====== ] 219/2066 10% [====== ] 220/2066 10% [====== ] 221/2066 10% [====== ] 222/2066 10% [====== ] 223/2066 10% [====== ] 224/2066 10% [====== ] 225/2066 10% [====== ] 226/2066 10% [====== ] 227/2066 10% [====== ] 228/2066 11% [====== ] 229/2066 11% [====== ] 230/2066 11% [====== ] 231/2066 11% [====== ] 232/2066 11% [====== ] 233/2066 11% [======= ] 234/2066 11% [======= ] 235/2066 11% [======= ] 236/2066 11% [======= ] 237/2066 11% [======= ] 238/2066 11% [======= ] 239/2066 11% [======= ] 240/2066 11% [======= ] 241/2066 11% [======= ] 242/2066 11% [======= ] 243/2066 11% [======= ] 244/2066 11% [======= ] 245/2066 11% [======= ] 246/2066 11% [======= ] 247/2066 11% [======= ] 248/2066 12% [======= ] 249/2066 12% [======= ] 250/2066 12% [======= ] 251/2066 12% [======= ] 252/2066 12% [======= ] 253/2066 12% [======= ] 254/2066 12% [======= ] 255/2066 12% [======= ] 256/2066 12% [======= ] 257/2066 12% [======= ] 258/2066 12% [======= ] 259/2066 12% [======= ] 260/2066 12% [======= ] 261/2066 12% [======= ] 262/2066 12% [======= ] 263/2066 12% [======= ] 264/2066 12% [======= ] 265/2066 12% [======= ] 266/2066 12% [======== ] 267/2066 12% [======== ] 268/2066 12% [======== ] 269/2066 13% [======== ] 270/2066 13% [======== ] 271/2066 13% [======== ] 272/2066 13% [======== ] 273/2066 13% [======== ] 274/2066 13% [======== ] 275/2066 13% [======== ] 276/2066 13% [======== ] 277/2066 13% [======== ] 278/2066 13% [======== ] 279/2066 13% [======== ] 280/2066 13% [======== ] 281/2066 13% [======== ] 282/2066 13% [======== ] 283/2066 13% [======== ] 284/2066 13% [======== ] 285/2066 13% [======== ] 286/2066 13% [======== ] 287/2066 13% [======== ] 288/2066 13% [======== ] 289/2066 13% [======== ] 290/2066 14% [======== ] 291/2066 14% [======== ] 292/2066 14% [======== ] 293/2066 14% [======== ] 294/2066 14% [======== ] 295/2066 14% [======== ] 296/2066 14% [======== ] 297/2066 14% [======== ] 298/2066 14% [======== ] 299/2066 14% [========= ] 300/2066 14% [========= ] 301/2066 14% [========= ] 302/2066 14% [========= ] 303/2066 14% [========= ] 304/2066 14% [========= ] 305/2066 14% [========= ] 306/2066 14% [========= ] 307/2066 14% [========= ] 308/2066 14% [========= ] 309/2066 14% [========= ] 310/2066 15% [========= ] 311/2066 15% [========= ] 312/2066 15% [========= ] 313/2066 15% [========= ] 314/2066 15% [========= ] 315/2066 15% [========= ] 316/2066 15% [========= ] 317/2066 15% [========= ] 318/2066 15% [========= ] 319/2066 15% [========= ] 320/2066 15% [========= ] 321/2066 15% [========= ] 322/2066 15% [========= ] 323/2066 15% [========= ] 324/2066 15% [========= ] 325/2066 15% [========= ] 326/2066 15% [========= ] 327/2066 15% [========= ] 328/2066 15% [========= ] 329/2066 15% [========= ] 330/2066 15% [========= ] 331/2066 16% [========= ] 332/2066 16% [========= ] 333/2066 16% [========== ] 334/2066 16% [========== ] 335/2066 16% [========== ] 336/2066 16% [========== ] 337/2066 16% [========== ] 338/2066 16% [========== ] 339/2066 16% [========== ] 340/2066 16% [========== ] 341/2066 16% [========== ] 342/2066 16% [========== ] 343/2066 16% [========== ] 344/2066 16% [========== ] 345/2066 16% [========== ] 346/2066 16% [========== ] 347/2066 16% [========== ] 348/2066 16% [========== ] 349/2066 16% [========== ] 350/2066 16% [========== ] 351/2066 16% [========== ] 352/2066 17% [========== ] 353/2066 17% [========== ] 354/2066 17% [========== ] 355/2066 17% [========== ] 356/2066 17% [========== ] 357/2066 17% [========== ] 358/2066 17% [========== ] 359/2066 17% [========== ] 360/2066 17% [========== ] 361/2066 17% [========== ] 362/2066 17% [========== ] 363/2066 17% [========== ] 364/2066 17% [========== ] 365/2066 17% [========== ] 366/2066 17% [=========== ] 367/2066 17% [=========== ] 368/2066 17% [=========== ] 369/2066 17% [=========== ] 370/2066 17% [=========== ] 371/2066 17% [=========== ] 372/2066 18% [=========== ] 373/2066 18% [=========== ] 374/2066 18% [=========== ] 375/2066 18% [=========== ] 376/2066 18% [=========== ] 377/2066 18% [=========== ] 378/2066 18% [=========== ] 379/2066 18% [=========== ] 380/2066 18% [=========== ] 381/2066 18% [=========== ] 382/2066 18% [=========== ] 383/2066 18% [=========== ] 384/2066 18% [=========== ] 385/2066 18% [=========== ] 386/2066 18% [=========== ] 387/2066 18% [=========== ] 388/2066 18% [=========== ] 389/2066 18% [=========== ] 390/2066 18% [=========== ] 391/2066 18% [=========== ] 392/2066 18% [=========== ] 393/2066 19% [=========== ] 394/2066 19% [=========== ] 395/2066 19% [=========== ] 396/2066 19% [=========== ] 397/2066 19% [=========== ] 398/2066 19% [=========== ] 399/2066 19% [============ ] 400/2066 19% [============ ] 401/2066 19% [============ ] 402/2066 19% [============ ] 403/2066 19% [============ ] 404/2066 19% [============ ] 405/2066 19% [============ ] 406/2066 19% [============ ] 407/2066 19% [============ ] 408/2066 19% [============ ] 409/2066 19% [============ ] 410/2066 19% [============ ] 411/2066 19% [============ ] 412/2066 19% [============ ] 413/2066 19% [============ ] 414/2066 20% [============ ] 415/2066 20% [============ ] 416/2066 20% [============ ] 417/2066 20% [============ ] 418/2066 20% [============ ] 419/2066 20% [============ ] 420/2066 20% [============ ] 421/2066 20% [============ ] 422/2066 20% [============ ] 423/2066 20% [============ ] 424/2066 20% [============ ] 425/2066 20% [============ ] 426/2066 20% [============ ] 427/2066 20% [============ ] 428/2066 20% [============ ] 429/2066 20% [============ ] 430/2066 20% [============ ] 431/2066 20% [============ ] 432/2066 20% [============ ] 433/2066 20% [============= ] 434/2066 21% [============= ] 435/2066 21% [============= ] 436/2066 21% [============= ] 437/2066 21% [============= ] 438/2066 21% [============= ] 439/2066 21% [============= ] 440/2066 21% [============= ] 441/2066 21% [============= ] 442/2066 21% [============= ] 443/2066 21% [============= ] 444/2066 21% [============= ] 445/2066 21% [============= ] 446/2066 21% [============= ] 447/2066 21% [============= ] 448/2066 21% [============= ] 449/2066 21% [============= ] 450/2066 21% [============= ] 451/2066 21% [============= ] 452/2066 21% [============= ] 453/2066 21% [============= ] 454/2066 21% [============= ] 455/2066 22% [============= ] 456/2066 22% [============= ] 457/2066 22% [============= ] 458/2066 22% [============= ] 459/2066 22% [============= ] 460/2066 22% [============= ] 461/2066 22% [============= ] 462/2066 22% [============= ] 463/2066 22% [============= ] 464/2066 22% [============= ] 465/2066 22% [============= ] 466/2066 22% [============== ] 467/2066 22% [============== ] 468/2066 22% [============== ] 469/2066 22% [============== ] 470/2066 22% [============== ] 471/2066 22% [============== ] 472/2066 22% [============== ] 473/2066 22% [============== ] 474/2066 22% [============== ] 475/2066 22% [============== ] 476/2066 23% [============== ] 477/2066 23% [============== ] 478/2066 23% [============== ] 479/2066 23% [============== ] 480/2066 23% [============== ] 481/2066 23% [============== ] 482/2066 23% [============== ] 483/2066 23% [============== ] 484/2066 23% [============== ] 485/2066 23% [============== ] 486/2066 23% [============== ] 487/2066 23% [============== ] 488/2066 23% [============== ] 489/2066 23% [============== ] 490/2066 23% [============== ] 491/2066 23% [============== ] 492/2066 23% [============== ] 493/2066 23% [============== ] 494/2066 23% [============== ] 495/2066 23% [============== ] 496/2066 24% [============== ] 497/2066 24% [============== ] 498/2066 24% [============== ] 499/2066 24% [=============== ] 500/2066 24% [=============== ] 501/2066 24% [=============== ] 502/2066 24% [=============== ] 503/2066 24% [=============== ] 504/2066 24% [=============== ] 505/2066 24% [=============== ] 506/2066 24% [=============== ] 507/2066 24% [=============== ] 508/2066 24% [=============== ] 509/2066 24% [=============== ] 510/2066 24% [=============== ] 511/2066 24% [=============== ] 512/2066 24% [=============== ] 513/2066 24% [=============== ] 514/2066 24% [=============== ] 515/2066 24% [=============== ] 516/2066 24% [=============== ] 517/2066 25% [=============== ] 518/2066 25% [=============== ] 519/2066 25% [=============== ] 520/2066 25% [=============== ] 521/2066 25% [=============== ] 522/2066 25% [=============== ] 523/2066 25% [=============== ] 524/2066 25% [=============== ] 525/2066 25% [=============== ] 526/2066 25% [=============== ] 527/2066 25% [=============== ] 528/2066 25% [=============== ] 529/2066 25% [=============== ] 530/2066 25% [=============== ] 531/2066 25% [=============== ] 532/2066 25% [=============== ] 533/2066 25% [================ ] 534/2066 25% [================ ] 535/2066 25% [================ ] 536/2066 25% [================ ] 537/2066 25% [================ ] 538/2066 26% [================ ] 539/2066 26% [================ ] 540/2066 26% [================ ] 541/2066 26% [================ ] 542/2066 26% [================ ] 543/2066 26% [================ ] 544/2066 26% [================ ] 545/2066 26% [================ ] 546/2066 26% [================ ] 547/2066 26% [================ ] 548/2066 26% [================ ] 549/2066 26% [================ ] 550/2066 26% [================ ] 551/2066 26% [================ ] 552/2066 26% [================ ] 553/2066 26% [================ ] 554/2066 26% [================ ] 555/2066 26% [================ ] 556/2066 26% [================ ] 557/2066 26% [================ ] 558/2066 27% [================ ] 559/2066 27% [================ ] 560/2066 27% [================ ] 561/2066 27% [================ ] 562/2066 27% [================ ] 563/2066 27% [================ ] 564/2066 27% [================ ] 565/2066 27% [================ ] 566/2066 27% [================= ] 567/2066 27% [================= ] 568/2066 27% [================= ] 569/2066 27% [================= ] 570/2066 27% [================= ] 571/2066 27% [================= ] 572/2066 27% [================= ] 573/2066 27% [================= ] 574/2066 27% [================= ] 575/2066 27% [================= ] 576/2066 27% [================= ] 577/2066 27% [================= ] 578/2066 27% [================= ] 579/2066 28% [================= ] 580/2066 28% [================= ] 581/2066 28% [================= ] 582/2066 28% [================= ] 583/2066 28% [================= ] 584/2066 28% [================= ] 585/2066 28% [================= ] 586/2066 28% [================= ] 587/2066 28% [================= ] 588/2066 28% [================= ] 589/2066 28% [================= ] 590/2066 28% [================= ] 591/2066 28% [================= ] 592/2066 28% [================= ] 593/2066 28% [================= ] 594/2066 28% [================= ] 595/2066 28% [================= ] 596/2066 28% [================= ] 597/2066 28% [================= ] 598/2066 28% [================= ] 599/2066 28% [================== ] 600/2066 29% [================== ] 601/2066 29% [================== ] 602/2066 29% [================== ] 603/2066 29% [================== ] 604/2066 29% [================== ] 605/2066 29% [================== ] 606/2066 29% [================== ] 607/2066 29% [================== ] 608/2066 29% [================== ] 609/2066 29% [================== ] 610/2066 29% [================== ] 611/2066 29% [================== ] 612/2066 29% [================== ] 613/2066 29% [================== ] 614/2066 29% [================== ] 615/2066 29% [================== ] 616/2066 29% [================== ] 617/2066 29% [================== ] 618/2066 29% [================== ] 619/2066 29% [================== ] 620/2066 30% [================== ] 621/2066 30% [================== ] 622/2066 30% [================== ] 623/2066 30% [================== ] 624/2066 30% [================== ] 625/2066 30% [================== ] 626/2066 30% [================== ] 627/2066 30% [================== ] 628/2066 30% [================== ] 629/2066 30% [================== ] 630/2066 30% [================== ] 631/2066 30% [================== ] 632/2066 30% [================== ] 633/2066 30% [=================== ] 634/2066 30% [=================== ] 635/2066 30% [=================== ] 636/2066 30% [=================== ] 637/2066 30% [=================== ] 638/2066 30% [=================== ] 639/2066 30% [=================== ] 640/2066 30% [=================== ] 641/2066 31% [=================== ] 642/2066 31% [=================== ] 643/2066 31% [=================== ] 644/2066 31% [=================== ] 645/2066 31% [=================== ] 646/2066 31% [=================== ] 647/2066 31% [=================== ] 648/2066 31% [=================== ] 649/2066 31% [=================== ] 650/2066 31% [=================== ] 651/2066 31% [=================== ] 652/2066 31% [=================== ] 653/2066 31% [=================== ] 654/2066 31% [=================== ] 655/2066 31% [=================== ] 656/2066 31% [=================== ] 657/2066 31% [=================== ] 658/2066 31% [=================== ] 659/2066 31% [=================== ] 660/2066 31% [=================== ] 661/2066 31% [=================== ] 662/2066 32% [=================== ] 663/2066 32% [=================== ] 664/2066 32% [=================== ] 665/2066 32% [=================== ] 666/2066 32% [==================== ] 667/2066 32% [==================== ] 668/2066 32% [==================== ] 669/2066 32% [==================== ] 670/2066 32% [==================== ] 671/2066 32% [==================== ] 672/2066 32% [==================== ] 673/2066 32% [==================== ] 674/2066 32% [==================== ] 675/2066 32% [==================== ] 676/2066 32% [==================== ] 677/2066 32% [==================== ] 678/2066 32% [==================== ] 679/2066 32% [==================== ] 680/2066 32% [==================== ] 681/2066 32% [==================== ] 682/2066 33% [==================== ] 683/2066 33% [==================== ] 684/2066 33% [==================== ] 685/2066 33% [==================== ] 686/2066 33% [==================== ] 687/2066 33% [==================== ] 688/2066 33% [==================== ] 689/2066 33% [==================== ] 690/2066 33% [==================== ] 691/2066 33% [==================== ] 692/2066 33% [==================== ] 693/2066 33% [==================== ] 694/2066 33% [==================== ] 695/2066 33% [==================== ] 696/2066 33% [==================== ] 697/2066 33% [==================== ] 698/2066 33% [==================== ] 699/2066 33% [===================== ] 700/2066 33% [===================== ] 701/2066 33% [===================== ] 702/2066 33% [===================== ] 703/2066 34% [===================== ] 704/2066 34% [===================== ] 705/2066 34% [===================== ] 706/2066 34% [===================== ] 707/2066 34% [===================== ] 708/2066 34% [===================== ] 709/2066 34% [===================== ] 710/2066 34% [===================== ] 711/2066 34% [===================== ] 712/2066 34% [===================== ] 713/2066 34% [===================== ] 714/2066 34% [===================== ] 715/2066 34% [===================== ] 716/2066 34% [===================== ] 717/2066 34% [===================== ] 718/2066 34% [===================== ] 719/2066 34% [===================== ] 720/2066 34% [===================== ] 721/2066 34% [===================== ] 722/2066 34% [===================== ] 723/2066 34% [===================== ] 724/2066 35% [===================== ] 725/2066 35% [===================== ] 726/2066 35% [===================== ] 727/2066 35% [===================== ] 728/2066 35% [===================== ] 729/2066 35% [===================== ] 730/2066 35% [===================== ] 731/2066 35% [===================== ] 732/2066 35% [===================== ] 733/2066 35% [====================== ] 734/2066 35% [====================== ] 735/2066 35% [====================== ] 736/2066 35% [====================== ] 737/2066 35% [====================== ] 738/2066 35% [====================== ] 739/2066 35% [====================== ] 740/2066 35% [====================== ] 741/2066 35% [====================== ] 742/2066 35% [====================== ] 743/2066 35% [====================== ] 744/2066 36% [====================== ] 745/2066 36% [====================== ] 746/2066 36% [====================== ] 747/2066 36% [====================== ] 748/2066 36% [====================== ] 749/2066 36% [====================== ] 750/2066 36% [====================== ] 751/2066 36% [====================== ] 752/2066 36% [====================== ] 753/2066 36% [====================== ] 754/2066 36% [====================== ] 755/2066 36% [====================== ] 756/2066 36% [====================== ] 757/2066 36% [====================== ] 758/2066 36% [====================== ] 759/2066 36% [====================== ] 760/2066 36% [====================== ] 761/2066 36% [====================== ] 762/2066 36% [====================== ] 763/2066 36% [====================== ] 764/2066 36% [====================== ] 765/2066 37% [====================== ] 766/2066 37% [======================= ] 767/2066 37% [======================= ] 768/2066 37% [======================= ] 769/2066 37% [======================= ] 770/2066 37% [======================= ] 771/2066 37% [======================= ] 772/2066 37% [======================= ] 773/2066 37% [======================= ] 774/2066 37% [======================= ] 775/2066 37% [======================= ] 776/2066 37% [======================= ] 777/2066 37% [======================= ] 778/2066 37% [======================= ] 779/2066 37% [======================= ] 780/2066 37% [======================= ] 781/2066 37% [======================= ] 782/2066 37% [======================= ] 783/2066 37% [======================= ] 784/2066 37% [======================= ] 785/2066 37% [======================= ] 786/2066 38% [======================= ] 787/2066 38% [======================= ] 788/2066 38% [======================= ] 789/2066 38% [======================= ] 790/2066 38% [======================= ] 791/2066 38% [======================= ] 792/2066 38% [======================= ] 793/2066 38% [======================= ] 794/2066 38% [======================= ] 795/2066 38% [======================= ] 796/2066 38% [======================= ] 797/2066 38% [======================= ] 798/2066 38% [======================= ] 799/2066 38% [======================== ] 800/2066 38% [======================== ] 801/2066 38% [======================== ] 802/2066 38% [======================== ] 803/2066 38% [======================== ] 804/2066 38% [======================== ] 805/2066 38% [======================== ] 806/2066 39% [======================== ] 807/2066 39% [======================== ] 808/2066 39% [======================== ] 809/2066 39% [======================== ] 810/2066 39% [======================== ] 811/2066 39% [======================== ] 812/2066 39% [======================== ] 813/2066 39% [======================== ] 814/2066 39% [======================== ] 815/2066 39% [======================== ] 816/2066 39% [======================== ] 817/2066 39% [======================== ] 818/2066 39% [======================== ] 819/2066 39% [======================== ] 820/2066 39% [======================== ] 821/2066 39% [======================== ] 822/2066 39% [======================== ] 823/2066 39% [======================== ] 824/2066 39% [======================== ] 825/2066 39% [======================== ] 826/2066 39% [======================== ] 827/2066 40% [======================== ] 828/2066 40% [======================== ] 829/2066 40% [======================== ] 830/2066 40% [======================== ] 831/2066 40% [======================== ] 832/2066 40% [======================== ] 833/2066 40% [========================= ] 834/2066 40% [========================= ] 835/2066 40% [========================= ] 836/2066 40% [========================= ] 837/2066 40% [========================= ] 838/2066 40% [========================= ] 839/2066 40% [========================= ] 840/2066 40% [========================= ] 841/2066 40% [========================= ] 842/2066 40% [========================= ] 843/2066 40% [========================= ] 844/2066 40% [========================= ] 845/2066 40% [========================= ] 846/2066 40% [========================= ] 847/2066 40% [========================= ] 848/2066 41% [========================= ] 849/2066 41% [========================= ] 850/2066 41% [========================= ] 851/2066 41% [========================= ] 852/2066 41% [========================= ] 853/2066 41% [========================= ] 854/2066 41% [========================= ] 855/2066 41% [========================= ] 856/2066 41% [========================= ] 857/2066 41% [========================= ] 858/2066 41% [========================= ] 859/2066 41% [========================= ] 860/2066 41% [========================= ] 861/2066 41% [========================= ] 862/2066 41% [========================= ] 863/2066 41% [========================= ] 864/2066 41% [========================= ] 865/2066 41% [========================= ] 866/2066 41% [========================== ] 867/2066 41% [========================== ] 868/2066 42% [========================== ] 869/2066 42% [========================== ] 870/2066 42% [========================== ] 871/2066 42% [========================== ] 872/2066 42% [========================== ] 873/2066 42% [========================== ] 874/2066 42% [========================== ] 875/2066 42% [========================== ] 876/2066 42% [========================== ] 877/2066 42% [========================== ] 878/2066 42% [========================== ] 879/2066 42% [========================== ] 880/2066 42% [========================== ] 881/2066 42% [========================== ] 882/2066 42% [========================== ] 883/2066 42% [========================== ] 884/2066 42% [========================== ] 885/2066 42% [========================== ] 886/2066 42% [========================== ] 887/2066 42% [========================== ] 888/2066 42% [========================== ] 889/2066 43% [========================== ] 890/2066 43% [========================== ] 891/2066 43% [========================== ] 892/2066 43% [========================== ] 893/2066 43% [========================== ] 894/2066 43% [========================== ] 895/2066 43% [========================== ] 896/2066 43% [========================== ] 897/2066 43% [========================== ] 898/2066 43% [========================== ] 899/2066 43% [=========================== ] 900/2066 43% [=========================== ] 901/2066 43% [=========================== ] 902/2066 43% [=========================== ] 903/2066 43% [=========================== ] 904/2066 43% [=========================== ] 905/2066 43% [=========================== ] 906/2066 43% [=========================== ] 907/2066 43% [=========================== ] 908/2066 43% [=========================== ] 909/2066 43% [=========================== ] 910/2066 44% [=========================== ] 911/2066 44% [=========================== ] 912/2066 44% [=========================== ] 913/2066 44% [=========================== ] 914/2066 44% [=========================== ] 915/2066 44% [=========================== ] 916/2066 44% [=========================== ] 917/2066 44% [=========================== ] 918/2066 44% [=========================== ] 919/2066 44% [=========================== ] 920/2066 44% [=========================== ] 921/2066 44% [=========================== ] 922/2066 44% [=========================== ] 923/2066 44% [=========================== ] 924/2066 44% [=========================== ] 925/2066 44% [=========================== ] 926/2066 44% [=========================== ] 927/2066 44% [=========================== ] 928/2066 44% [=========================== ] 929/2066 44% [=========================== ] 930/2066 45% [=========================== ] 931/2066 45% [=========================== ] 932/2066 45% [=========================== ] 933/2066 45% [============================ ] 934/2066 45% [============================ ] 935/2066 45% [============================ ] 936/2066 45% [============================ ] 937/2066 45% [============================ ] 938/2066 45% [============================ ] 939/2066 45% [============================ ] 940/2066 45% [============================ ] 941/2066 45% [============================ ] 942/2066 45% [============================ ] 943/2066 45% [============================ ] 944/2066 45% [============================ ] 945/2066 45% [============================ ] 946/2066 45% [============================ ] 947/2066 45% [============================ ] 948/2066 45% [============================ ] 949/2066 45% [============================ ] 950/2066 45% [============================ ] 951/2066 46% [============================ ] 952/2066 46% [============================ ] 953/2066 46% [============================ ] 954/2066 46% [============================ ] 955/2066 46% [============================ ] 956/2066 46% [============================ ] 957/2066 46% [============================ ] 958/2066 46% [============================ ] 959/2066 46% [============================ ] 960/2066 46% [============================ ] 961/2066 46% [============================ ] 962/2066 46% [============================ ] 963/2066 46% [============================ ] 964/2066 46% [============================ ] 965/2066 46% [============================ ] 966/2066 46% [============================= ] 967/2066 46% [============================= ] 968/2066 46% [============================= ] 969/2066 46% [============================= ] 970/2066 46% [============================= ] 971/2066 46% [============================= ] 972/2066 47% [============================= ] 973/2066 47% [============================= ] 974/2066 47% [============================= ] 975/2066 47% [============================= ] 976/2066 47% [============================= ] 977/2066 47% [============================= ] 978/2066 47% [============================= ] 979/2066 47% [============================= ] 980/2066 47% [============================= ] 981/2066 47% [============================= ] 982/2066 47% [============================= ] 983/2066 47% [============================= ] 984/2066 47% [============================= ] 985/2066 47% [============================= ] 986/2066 47% [============================= ] 987/2066 47% [============================= ] 988/2066 47% [============================= ] 989/2066 47% [============================= ] 990/2066 47% [============================= ] 991/2066 47% [============================= ] 992/2066 48% [============================= ] 993/2066 48% [============================= ] 994/2066 48% [============================= ] 995/2066 48% [============================= ] 996/2066 48% [============================= ] 997/2066 48% [============================= ] 998/2066 48% [============================= ] 999/2066 48% [============================== ] 1000/2066 48% [============================== ] 1001/2066 48% [============================== ] 1002/2066 48% [============================== ] 1003/2066 48% [============================== ] 1004/2066 48% [============================== ] 1005/2066 48% [============================== ] 1006/2066 48% [============================== ] 1007/2066 48% [============================== ] 1008/2066 48% [============================== ] 1009/2066 48% [============================== ] 1010/2066 48% [============================== ] 1011/2066 48% [============================== ] 1012/2066 48% [============================== ] 1013/2066 49% [============================== ] 1014/2066 49% [============================== ] 1015/2066 49% [============================== ] 1016/2066 49% [============================== ] 1017/2066 49% [============================== ] 1018/2066 49% [============================== ] 1019/2066 49% [============================== ] 1020/2066 49% [============================== ] 1021/2066 49% [============================== ] 1022/2066 49% [============================== ] 1023/2066 49% [============================== ] 1024/2066 49% [============================== ] 1025/2066 49% [============================== ] 1026/2066 49% [============================== ] 1027/2066 49% [============================== ] 1028/2066 49% [============================== ] 1029/2066 49% [============================== ] 1030/2066 49% [============================== ] 1031/2066 49% [============================== ] 1032/2066 49% [=============================== ] 1033/2066 50% [=============================== ] 1034/2066 50% [=============================== ] 1035/2066 50% [=============================== ] 1036/2066 50% [=============================== ] 1037/2066 50% [=============================== ] 1038/2066 50% [=============================== ] 1039/2066 50% [=============================== ] 1040/2066 50% [=============================== ] 1041/2066 50% [=============================== ] 1042/2066 50% [=============================== ] 1043/2066 50% [=============================== ] 1044/2066 50% [=============================== ] 1045/2066 50% [=============================== ] 1046/2066 50% [=============================== ] 1047/2066 50% [=============================== ] 1048/2066 50% [=============================== ] 1049/2066 50% [=============================== ] 1050/2066 50% [=============================== ] 1051/2066 50% [=============================== ] 1052/2066 50% [=============================== ] 1053/2066 50% [=============================== ] 1054/2066 51% [=============================== ] 1055/2066 51% [=============================== ] 1056/2066 51% [=============================== ] 1057/2066 51% [=============================== ] 1058/2066 51% [=============================== ] 1059/2066 51% [=============================== ] 1060/2066 51% [=============================== ] 1061/2066 51% [=============================== ] 1062/2066 51% [=============================== ] 1063/2066 51% [=============================== ] 1064/2066 51% [=============================== ] 1065/2066 51% [=============================== ] 1066/2066 51% [================================ ] 1067/2066 51% [================================ ] 1068/2066 51% [================================ ] 1069/2066 51% [================================ ] 1070/2066 51% [================================ ] 1071/2066 51% [================================ ] 1072/2066 51% [================================ ] 1073/2066 51% [================================ ] 1074/2066 51% [================================ ] 1075/2066 52% [================================ ] 1076/2066 52% [================================ ] 1077/2066 52% [================================ ] 1078/2066 52% [================================ ] 1079/2066 52% [================================ ] 1080/2066 52% [================================ ] 1081/2066 52% [================================ ] 1082/2066 52% [================================ ] 1083/2066 52% [================================ ] 1084/2066 52% [================================ ] 1085/2066 52% [================================ ] 1086/2066 52% [================================ ] 1087/2066 52% [================================ ] 1088/2066 52% [================================ ] 1089/2066 52% [================================ ] 1090/2066 52% [================================ ] 1091/2066 52% [================================ ] 1092/2066 52% [================================ ] 1093/2066 52% [================================ ] 1094/2066 52% [================================ ] 1095/2066 53% [================================ ] 1096/2066 53% [================================ ] 1097/2066 53% [================================ ] 1098/2066 53% [================================ ] 1099/2066 53% [================================= ] 1100/2066 53% [================================= ] 1101/2066 53% [================================= ] 1102/2066 53% [================================= ] 1103/2066 53% [================================= ] 1104/2066 53% [================================= ] 1105/2066 53% [================================= ] 1106/2066 53% [================================= ] 1107/2066 53% [================================= ] 1108/2066 53% [================================= ] 1109/2066 53% [================================= ] 1110/2066 53% [================================= ] 1111/2066 53% [================================= ] 1112/2066 53% [================================= ] 1113/2066 53% [================================= ] 1114/2066 53% [================================= ] 1115/2066 53% [================================= ] 1116/2066 54% [================================= ] 1117/2066 54% [================================= ] 1118/2066 54% [================================= ] 1119/2066 54% [================================= ] 1120/2066 54% [================================= ] 1121/2066 54% [================================= ] 1122/2066 54% [================================= ] 1123/2066 54% [================================= ] 1124/2066 54% [================================= ] 1125/2066 54% [================================= ] 1126/2066 54% [================================= ] 1127/2066 54% [================================= ] 1128/2066 54% [================================= ] 1129/2066 54% [================================= ] 1130/2066 54% [================================= ] 1131/2066 54% [================================= ] 1132/2066 54% [================================== ] 1133/2066 54% [================================== ] 1134/2066 54% [================================== ] 1135/2066 54% [================================== ] 1136/2066 54% [================================== ] 1137/2066 55% [================================== ] 1138/2066 55% [================================== ] 1139/2066 55% [================================== ] 1140/2066 55% [================================== ] 1141/2066 55% [================================== ] 1142/2066 55% [================================== ] 1143/2066 55% [================================== ] 1144/2066 55% [================================== ] 1145/2066 55% [================================== ] 1146/2066 55% [================================== ] 1147/2066 55% [================================== ] 1148/2066 55% [================================== ] 1149/2066 55% [================================== ] 1150/2066 55% [================================== ] 1151/2066 55% [================================== ] 1152/2066 55% [================================== ] 1153/2066 55% [================================== ] 1154/2066 55% [================================== ] 1155/2066 55% [================================== ] 1156/2066 55% [================================== ] 1157/2066 56% [================================== ] 1158/2066 56% [================================== ] 1159/2066 56% [================================== ] 1160/2066 56% [================================== ] 1161/2066 56% [================================== ] 1162/2066 56% [================================== ] 1163/2066 56% [================================== ] 1164/2066 56% [================================== ] 1165/2066 56% [================================== ] 1166/2066 56% [=================================== ] 1167/2066 56% [=================================== ] 1168/2066 56% [=================================== ] 1169/2066 56% [=================================== ] 1170/2066 56% [=================================== ] 1171/2066 56% [=================================== ] 1172/2066 56% [=================================== ] 1173/2066 56% [=================================== ] 1174/2066 56% [=================================== ] 1175/2066 56% [=================================== ] 1176/2066 56% [=================================== ] 1177/2066 56% [=================================== ] 1178/2066 57% [=================================== ] 1179/2066 57% [=================================== ] 1180/2066 57% [=================================== ] 1181/2066 57% [=================================== ] 1182/2066 57% [=================================== ] 1183/2066 57% [=================================== ] 1184/2066 57% [=================================== ] 1185/2066 57% [=================================== ] 1186/2066 57% [=================================== ] 1187/2066 57% [=================================== ] 1188/2066 57% [=================================== ] 1189/2066 57% [=================================== ] 1190/2066 57% [=================================== ] 1191/2066 57% [=================================== ] 1192/2066 57% [=================================== ] 1193/2066 57% [=================================== ] 1194/2066 57% [=================================== ] 1195/2066 57% [=================================== ] 1196/2066 57% [=================================== ] 1197/2066 57% [=================================== ] 1198/2066 57% [=================================== ] 1199/2066 58% [==================================== ] 1200/2066 58% [==================================== ] 1201/2066 58% [==================================== ] 1202/2066 58% [==================================== ] 1203/2066 58% [==================================== ] 1204/2066 58% [==================================== ] 1205/2066 58% [==================================== ] 1206/2066 58% [==================================== ] 1207/2066 58% [==================================== ] 1208/2066 58% [==================================== ] 1209/2066 58% [==================================== ] 1210/2066 58% [==================================== ] 1211/2066 58% [==================================== ] 1212/2066 58% [==================================== ] 1213/2066 58% [==================================== ] 1214/2066 58% [==================================== ] 1215/2066 58% [==================================== ] 1216/2066 58% [==================================== ] 1217/2066 58% [==================================== ] 1218/2066 58% [==================================== ] 1219/2066 59% [==================================== ] 1220/2066 59% [==================================== ] 1221/2066 59% [==================================== ] 1222/2066 59% [==================================== ] 1223/2066 59% [==================================== ] 1224/2066 59% [==================================== ] 1225/2066 59% [==================================== ] 1226/2066 59% [==================================== ] 1227/2066 59% [==================================== ] 1228/2066 59% [==================================== ] 1229/2066 59% [==================================== ] 1230/2066 59% [==================================== ] 1231/2066 59% [==================================== ] 1232/2066 59% [===================================== ] 1233/2066 59% [===================================== ] 1234/2066 59% [===================================== ] 1235/2066 59% [===================================== ] 1236/2066 59% [===================================== ] 1237/2066 59% [===================================== ] 1238/2066 59% [===================================== ] 1239/2066 59% [===================================== ] 1240/2066 60% [===================================== ] 1241/2066 60% [===================================== ] 1242/2066 60% [===================================== ] 1243/2066 60% [===================================== ] 1244/2066 60% [===================================== ] 1245/2066 60% [===================================== ] 1246/2066 60% [===================================== ] 1247/2066 60% [===================================== ] 1248/2066 60% [===================================== ] 1249/2066 60% [===================================== ] 1250/2066 60% [===================================== ] 1251/2066 60% [===================================== ] 1252/2066 60% [===================================== ] 1253/2066 60% [===================================== ] 1254/2066 60% [===================================== ] 1255/2066 60% [===================================== ] 1256/2066 60% [===================================== ] 1257/2066 60% [===================================== ] 1258/2066 60% [===================================== ] 1259/2066 60% [===================================== ] 1260/2066 60% [===================================== ] 1261/2066 61% [===================================== ] 1262/2066 61% [===================================== ] 1263/2066 61% [===================================== ] 1264/2066 61% [===================================== ] 1265/2066 61% [===================================== ] 1266/2066 61% [====================================== ] 1267/2066 61% [====================================== ] 1268/2066 61% [====================================== ] 1269/2066 61% [====================================== ] 1270/2066 61% [====================================== ] 1271/2066 61% [====================================== ] 1272/2066 61% [====================================== ] 1273/2066 61% [====================================== ] 1274/2066 61% [====================================== ] 1275/2066 61% [====================================== ] 1276/2066 61% [====================================== ] 1277/2066 61% [====================================== ] 1278/2066 61% [====================================== ] 1279/2066 61% [====================================== ] 1280/2066 61% [====================================== ] 1281/2066 62% [====================================== ] 1282/2066 62% [====================================== ] 1283/2066 62% [====================================== ] 1284/2066 62% [====================================== ] 1285/2066 62% [====================================== ] 1286/2066 62% [====================================== ] 1287/2066 62% [====================================== ] 1288/2066 62% [====================================== ] 1289/2066 62% [====================================== ] 1290/2066 62% [====================================== ] 1291/2066 62% [====================================== ] 1292/2066 62% [====================================== ] 1293/2066 62% [====================================== ] 1294/2066 62% [====================================== ] 1295/2066 62% [====================================== ] 1296/2066 62% [====================================== ] 1297/2066 62% [====================================== ] 1298/2066 62% [====================================== ] 1299/2066 62% [======================================= ] 1300/2066 62% [======================================= ] 1301/2066 62% [======================================= ] 1302/2066 63% [======================================= ] 1303/2066 63% [======================================= ] 1304/2066 63% [======================================= ] 1305/2066 63% [======================================= ] 1306/2066 63% [======================================= ] 1307/2066 63% [======================================= ] 1308/2066 63% [======================================= ] 1309/2066 63% [======================================= ] 1310/2066 63% [======================================= ] 1311/2066 63% [======================================= ] 1312/2066 63% [======================================= ] 1313/2066 63% [======================================= ] 1314/2066 63% [======================================= ] 1315/2066 63% [======================================= ] 1316/2066 63% [======================================= ] 1317/2066 63% [======================================= ] 1318/2066 63% [======================================= ] 1319/2066 63% [======================================= ] 1320/2066 63% [======================================= ] 1321/2066 63% [======================================= ] 1322/2066 63% [======================================= ] 1323/2066 64% [======================================= ] 1324/2066 64% [======================================= ] 1325/2066 64% [======================================= ] 1326/2066 64% [======================================= ] 1327/2066 64% [======================================= ] 1328/2066 64% [======================================= ] 1329/2066 64% [======================================= ] 1330/2066 64% [======================================= ] 1331/2066 64% [======================================= ] 1332/2066 64% [======================================== ] 1333/2066 64% [======================================== ] 1334/2066 64% [======================================== ] 1335/2066 64% [======================================== ] 1336/2066 64% [======================================== ] 1337/2066 64% [======================================== ] 1338/2066 64% [======================================== ] 1339/2066 64% [======================================== ] 1340/2066 64% [======================================== ] 1341/2066 64% [======================================== ] 1342/2066 64% [======================================== ] 1343/2066 65% [======================================== ] 1344/2066 65% [======================================== ] 1345/2066 65% [======================================== ] 1346/2066 65% [======================================== ] 1347/2066 65% [======================================== ] 1348/2066 65% [======================================== ] 1349/2066 65% [======================================== ] 1350/2066 65% [======================================== ] 1351/2066 65% [======================================== ] 1352/2066 65% [======================================== ] 1353/2066 65% [======================================== ] 1354/2066 65% [======================================== ] 1355/2066 65% [======================================== ] 1356/2066 65% [======================================== ] 1357/2066 65% [======================================== ] 1358/2066 65% [======================================== ] 1359/2066 65% [======================================== ] 1360/2066 65% [======================================== ] 1361/2066 65% [======================================== ] 1362/2066 65% [======================================== ] 1363/2066 65% [======================================== ] 1364/2066 66% [======================================== ] 1365/2066 66% [======================================== ] 1366/2066 66% [========================================= ] 1367/2066 66% [========================================= ] 1368/2066 66% [========================================= ] 1369/2066 66% [========================================= ] 1370/2066 66% [========================================= ] 1371/2066 66% [========================================= ] 1372/2066 66% [========================================= ] 1373/2066 66% [========================================= ] 1374/2066 66% [========================================= ] 1375/2066 66% [========================================= ] 1376/2066 66% [========================================= ] 1377/2066 66% [========================================= ] 1378/2066 66% [========================================= ] 1379/2066 66% [========================================= ] 1380/2066 66% [========================================= ] 1381/2066 66% [========================================= ] 1382/2066 66% [========================================= ] 1383/2066 66% [========================================= ] 1384/2066 66% [========================================= ] 1385/2066 67% [========================================= ] 1386/2066 67% [========================================= ] 1387/2066 67% [========================================= ] 1388/2066 67% [========================================= ] 1389/2066 67% [========================================= ] 1390/2066 67% [========================================= ] 1391/2066 67% [========================================= ] 1392/2066 67% [========================================= ] 1393/2066 67% [========================================= ] 1394/2066 67% [========================================= ] 1395/2066 67% [========================================= ] 1396/2066 67% [========================================= ] 1397/2066 67% [========================================= ] 1398/2066 67% [========================================= ] 1399/2066 67% [========================================== ] 1400/2066 67% [========================================== ] 1401/2066 67% [========================================== ] 1402/2066 67% [========================================== ] 1403/2066 67% [========================================== ] 1404/2066 67% [========================================== ] 1405/2066 68% [========================================== ] 1406/2066 68% [========================================== ] 1407/2066 68% [========================================== ] 1408/2066 68% [========================================== ] 1409/2066 68% [========================================== ] 1410/2066 68% [========================================== ] 1411/2066 68% [========================================== ] 1412/2066 68% [========================================== ] 1413/2066 68% [========================================== ] 1414/2066 68% [========================================== ] 1415/2066 68% [========================================== ] 1416/2066 68% [========================================== ] 1417/2066 68% [========================================== ] 1418/2066 68% [========================================== ] 1419/2066 68% [========================================== ] 1420/2066 68% [========================================== ] 1421/2066 68% [========================================== ] 1422/2066 68% [========================================== ] 1423/2066 68% [========================================== ] 1424/2066 68% [========================================== ] 1425/2066 68% [========================================== ] 1426/2066 69% [========================================== ] 1427/2066 69% [========================================== ] 1428/2066 69% [========================================== ] 1429/2066 69% [========================================== ] 1430/2066 69% [========================================== ] 1431/2066 69% [========================================== ] 1432/2066 69% [=========================================== ] 1433/2066 69% [=========================================== ] 1434/2066 69% [=========================================== ] 1435/2066 69% [=========================================== ] 1436/2066 69% [=========================================== ] 1437/2066 69% [=========================================== ] 1438/2066 69% [=========================================== ] 1439/2066 69% [=========================================== ] 1440/2066 69% [=========================================== ] 1441/2066 69% [=========================================== ] 1442/2066 69% [=========================================== ] 1443/2066 69% [=========================================== ] 1444/2066 69% [=========================================== ] 1445/2066 69% [=========================================== ] 1446/2066 69% [=========================================== ] 1447/2066 70% [=========================================== ] 1448/2066 70% [=========================================== ] 1449/2066 70% [=========================================== ] 1450/2066 70% [=========================================== ] 1451/2066 70% [=========================================== ] 1452/2066 70% [=========================================== ] 1453/2066 70% [=========================================== ] 1454/2066 70% [=========================================== ] 1455/2066 70% [=========================================== ] 1456/2066 70% [=========================================== ] 1457/2066 70% [=========================================== ] 1458/2066 70% [=========================================== ] 1459/2066 70% [=========================================== ] 1460/2066 70% [=========================================== ] 1461/2066 70% [=========================================== ] 1462/2066 70% [=========================================== ] 1463/2066 70% [=========================================== ] 1464/2066 70% [=========================================== ] 1465/2066 70% [=========================================== ] 1466/2066 70% [============================================ ] 1467/2066 71% [============================================ ] 1468/2066 71% [============================================ ] 1469/2066 71% [============================================ ] 1470/2066 71% [============================================ ] 1471/2066 71% [============================================ ] 1472/2066 71% [============================================ ] 1473/2066 71% [============================================ ] 1474/2066 71% [============================================ ] 1475/2066 71% [============================================ ] 1476/2066 71% [============================================ ] 1477/2066 71% [============================================ ] 1478/2066 71% [============================================ ] 1479/2066 71% [============================================ ] 1480/2066 71% [============================================ ] 1481/2066 71% [============================================ ] 1482/2066 71% [============================================ ] 1483/2066 71% [============================================ ] 1484/2066 71% [============================================ ] 1485/2066 71% [============================================ ] 1486/2066 71% [============================================ ] 1487/2066 71% [============================================ ] 1488/2066 72% [============================================ ] 1489/2066 72% [============================================ ] 1490/2066 72% [============================================ ] 1491/2066 72% [============================================ ] 1492/2066 72% [============================================ ] 1493/2066 72% [============================================ ] 1494/2066 72% [============================================ ] 1495/2066 72% [============================================ ] 1496/2066 72% [============================================ ] 1497/2066 72% [============================================ ] 1498/2066 72% [============================================ ] 1499/2066 72% [============================================= ] 1500/2066 72% [============================================= ] 1501/2066 72% [============================================= ] 1502/2066 72% [============================================= ] 1503/2066 72% [============================================= ] 1504/2066 72% [============================================= ] 1505/2066 72% [============================================= ] 1506/2066 72% [============================================= ] 1507/2066 72% [============================================= ] 1508/2066 72% [============================================= ] 1509/2066 73% [============================================= ] 1510/2066 73% [============================================= ] 1511/2066 73% [============================================= ] 1512/2066 73% [============================================= ] 1513/2066 73% [============================================= ] 1514/2066 73% [============================================= ] 1515/2066 73% [============================================= ] 1516/2066 73% [============================================= ] 1517/2066 73% [============================================= ] 1518/2066 73% [============================================= ] 1519/2066 73% [============================================= ] 1520/2066 73% [============================================= ] 1521/2066 73% [============================================= ] 1522/2066 73% [============================================= ] 1523/2066 73% [============================================= ] 1524/2066 73% [============================================= ] 1525/2066 73% [============================================= ] 1526/2066 73% [============================================= ] 1527/2066 73% [============================================= ] 1528/2066 73% [============================================= ] 1529/2066 74% [============================================= ] 1530/2066 74% [============================================= ] 1531/2066 74% [============================================= ] 1532/2066 74% [============================================== ] 1533/2066 74% [============================================== ] 1534/2066 74% [============================================== ] 1535/2066 74% [============================================== ] 1536/2066 74% [============================================== ] 1537/2066 74% [============================================== ] 1538/2066 74% [============================================== ] 1539/2066 74% [============================================== ] 1540/2066 74% [============================================== ] 1541/2066 74% [============================================== ] 1542/2066 74% [============================================== ] 1543/2066 74% [============================================== ] 1544/2066 74% [============================================== ] 1545/2066 74% [============================================== ] 1546/2066 74% [============================================== ] 1547/2066 74% [============================================== ] 1548/2066 74% [============================================== ] 1549/2066 74% [============================================== ] 1550/2066 75% [============================================== ] 1551/2066 75% [============================================== ] 1552/2066 75% [============================================== ] 1553/2066 75% [============================================== ] 1554/2066 75% [============================================== ] 1555/2066 75% [============================================== ] 1556/2066 75% [============================================== ] 1557/2066 75% [============================================== ] 1558/2066 75% [============================================== ] 1559/2066 75% [============================================== ] 1560/2066 75% [============================================== ] 1561/2066 75% [============================================== ] 1562/2066 75% [============================================== ] 1563/2066 75% [============================================== ] 1564/2066 75% [============================================== ] 1565/2066 75% [============================================== ] 1566/2066 75% [=============================================== ] 1567/2066 75% [=============================================== ] 1568/2066 75% [=============================================== ] 1569/2066 75% [=============================================== ] 1570/2066 75% [=============================================== ] 1571/2066 76% [=============================================== ] 1572/2066 76% [=============================================== ] 1573/2066 76% [=============================================== ] 1574/2066 76% [=============================================== ] 1575/2066 76% [=============================================== ] 1576/2066 76% [=============================================== ] 1577/2066 76% [=============================================== ] 1578/2066 76% [=============================================== ] 1579/2066 76% [=============================================== ] 1580/2066 76% [=============================================== ] 1581/2066 76% [=============================================== ] 1582/2066 76% [=============================================== ] 1583/2066 76% [=============================================== ] 1584/2066 76% [=============================================== ] 1585/2066 76% [=============================================== ] 1586/2066 76% [=============================================== ] 1587/2066 76% [=============================================== ] 1588/2066 76% [=============================================== ] 1589/2066 76% [=============================================== ] 1590/2066 76% [=============================================== ] 1591/2066 77% [=============================================== ] 1592/2066 77% [=============================================== ] 1593/2066 77% [=============================================== ] 1594/2066 77% [=============================================== ] 1595/2066 77% [=============================================== ] 1596/2066 77% [=============================================== ] 1597/2066 77% [=============================================== ] 1598/2066 77% [=============================================== ] 1599/2066 77% [================================================ ] 1600/2066 77% [================================================ ] 1601/2066 77% [================================================ ] 1602/2066 77% [================================================ ] 1603/2066 77% [================================================ ] 1604/2066 77% [================================================ ] 1605/2066 77% [================================================ ] 1606/2066 77% [================================================ ] 1607/2066 77% [================================================ ] 1608/2066 77% [================================================ ] 1609/2066 77% [================================================ ] 1610/2066 77% [================================================ ] 1611/2066 77% [================================================ ] 1612/2066 78% [================================================ ] 1613/2066 78% [================================================ ] 1614/2066 78% [================================================ ] 1615/2066 78% [================================================ ] 1616/2066 78% [================================================ ] 1617/2066 78% [================================================ ] 1618/2066 78% [================================================ ] 1619/2066 78% [================================================ ] 1620/2066 78% [================================================ ] 1621/2066 78% [================================================ ] 1622/2066 78% [================================================ ] 1623/2066 78% [================================================ ] 1624/2066 78% [================================================ ] 1625/2066 78% [================================================ ] 1626/2066 78% [================================================ ] 1627/2066 78% [================================================ ] 1628/2066 78% [================================================ ] 1629/2066 78% [================================================ ] 1630/2066 78% [================================================ ] 1631/2066 78% [================================================ ] 1632/2066 78% [================================================= ] 1633/2066 79% [================================================= ] 1634/2066 79% [================================================= ] 1635/2066 79% [================================================= ] 1636/2066 79% [================================================= ] 1637/2066 79% [================================================= ] 1638/2066 79% [================================================= ] 1639/2066 79% [================================================= ] 1640/2066 79% [================================================= ] 1641/2066 79% [================================================= ] 1642/2066 79% [================================================= ] 1643/2066 79% [================================================= ] 1644/2066 79% [================================================= ] 1645/2066 79% [================================================= ] 1646/2066 79% [================================================= ] 1647/2066 79% [================================================= ] 1648/2066 79% [================================================= ] 1649/2066 79% [================================================= ] 1650/2066 79% [================================================= ] 1651/2066 79% [================================================= ] 1652/2066 79% [================================================= ] 1653/2066 80% [================================================= ] 1654/2066 80% [================================================= ] 1655/2066 80% [================================================= ] 1656/2066 80% [================================================= ] 1657/2066 80% [================================================= ] 1658/2066 80% [================================================= ] 1659/2066 80% [================================================= ] 1660/2066 80% [================================================= ] 1661/2066 80% [================================================= ] 1662/2066 80% [================================================= ] 1663/2066 80% [================================================= ] 1664/2066 80% [================================================= ] 1665/2066 80% [================================================= ] 1666/2066 80% [================================================== ] 1667/2066 80% [================================================== ] 1668/2066 80% [================================================== ] 1669/2066 80% [================================================== ] 1670/2066 80% [================================================== ] 1671/2066 80% [================================================== ] 1672/2066 80% [================================================== ] 1673/2066 80% [================================================== ] 1674/2066 81% [================================================== ] 1675/2066 81% [================================================== ] 1676/2066 81% [================================================== ] 1677/2066 81% [================================================== ] 1678/2066 81% [================================================== ] 1679/2066 81% [================================================== ] 1680/2066 81% [================================================== ] 1681/2066 81% [================================================== ] 1682/2066 81% [================================================== ] 1683/2066 81% [================================================== ] 1684/2066 81% [================================================== ] 1685/2066 81% [================================================== ] 1686/2066 81% [================================================== ] 1687/2066 81% [================================================== ] 1688/2066 81% [================================================== ] 1689/2066 81% [================================================== ] 1690/2066 81% [================================================== ] 1691/2066 81% [================================================== ] 1692/2066 81% [================================================== ] 1693/2066 81% [================================================== ] 1694/2066 81% [================================================== ] 1695/2066 82% [================================================== ] 1696/2066 82% [================================================== ] 1697/2066 82% [================================================== ] 1698/2066 82% [================================================== ] 1699/2066 82% [=================================================== ] 1700/2066 82% [=================================================== ] 1701/2066 82% [=================================================== ] 1702/2066 82% [=================================================== ] 1703/2066 82% [=================================================== ] 1704/2066 82% [=================================================== ] 1705/2066 82% [=================================================== ] 1706/2066 82% [=================================================== ] 1707/2066 82% [=================================================== ] 1708/2066 82% [=================================================== ] 1709/2066 82% [=================================================== ] 1710/2066 82% [=================================================== ] 1711/2066 82% [=================================================== ] 1712/2066 82% [=================================================== ] 1713/2066 82% [=================================================== ] 1714/2066 82% [=================================================== ] 1715/2066 83% [=================================================== ] 1716/2066 83% [=================================================== ] 1717/2066 83% [=================================================== ] 1718/2066 83% [=================================================== ] 1719/2066 83% [=================================================== ] 1720/2066 83% [=================================================== ] 1721/2066 83% [=================================================== ] 1722/2066 83% [=================================================== ] 1723/2066 83% [=================================================== ] 1724/2066 83% [=================================================== ] 1725/2066 83% [=================================================== ] 1726/2066 83% [=================================================== ] 1727/2066 83% [=================================================== ] 1728/2066 83% [=================================================== ] 1729/2066 83% [=================================================== ] 1730/2066 83% [=================================================== ] 1731/2066 83% [=================================================== ] 1732/2066 83% [==================================================== ] 1733/2066 83% [==================================================== ] 1734/2066 83% [==================================================== ] 1735/2066 83% [==================================================== ] 1736/2066 84% [==================================================== ] 1737/2066 84% [==================================================== ] 1738/2066 84% [==================================================== ] 1739/2066 84% [==================================================== ] 1740/2066 84% [==================================================== ] 1741/2066 84% [==================================================== ] 1742/2066 84% [==================================================== ] 1743/2066 84% [==================================================== ] 1744/2066 84% [==================================================== ] 1745/2066 84% [==================================================== ] 1746/2066 84% [==================================================== ] 1747/2066 84% [==================================================== ] 1748/2066 84% [==================================================== ] 1749/2066 84% [==================================================== ] 1750/2066 84% [==================================================== ] 1751/2066 84% [==================================================== ] 1752/2066 84% [==================================================== ] 1753/2066 84% [==================================================== ] 1754/2066 84% [==================================================== ] 1755/2066 84% [==================================================== ] 1756/2066 84% [==================================================== ] 1757/2066 85% [==================================================== ] 1758/2066 85% [==================================================== ] 1759/2066 85% [==================================================== ] 1760/2066 85% [==================================================== ] 1761/2066 85% [==================================================== ] 1762/2066 85% [==================================================== ] 1763/2066 85% [==================================================== ] 1764/2066 85% [==================================================== ] 1765/2066 85% [==================================================== ] 1766/2066 85% [===================================================== ] 1767/2066 85% [===================================================== ] 1768/2066 85% [===================================================== ] 1769/2066 85% [===================================================== ] 1770/2066 85% [===================================================== ] 1771/2066 85% [===================================================== ] 1772/2066 85% [===================================================== ] 1773/2066 85% [===================================================== ] 1774/2066 85% [===================================================== ] 1775/2066 85% [===================================================== ] 1776/2066 85% [===================================================== ] 1777/2066 86% [===================================================== ] 1778/2066 86% [===================================================== ] 1779/2066 86% [===================================================== ] 1780/2066 86% [===================================================== ] 1781/2066 86% [===================================================== ] 1782/2066 86% [===================================================== ] 1783/2066 86% [===================================================== ] 1784/2066 86% [===================================================== ] 1785/2066 86% [===================================================== ] 1786/2066 86% [===================================================== ] 1787/2066 86% [===================================================== ] 1788/2066 86% [===================================================== ] 1789/2066 86% [===================================================== ] 1790/2066 86% [===================================================== ] 1791/2066 86% [===================================================== ] 1792/2066 86% [===================================================== ] 1793/2066 86% [===================================================== ] 1794/2066 86% [===================================================== ] 1795/2066 86% [===================================================== ] 1796/2066 86% [===================================================== ] 1797/2066 86% [===================================================== ] 1798/2066 87% [===================================================== ] 1799/2066 87% [====================================================== ] 1800/2066 87% [====================================================== ] 1801/2066 87% [====================================================== ] 1802/2066 87% [====================================================== ] 1803/2066 87% [====================================================== ] 1804/2066 87% [====================================================== ] 1805/2066 87% [====================================================== ] 1806/2066 87% [====================================================== ] 1807/2066 87% [====================================================== ] 1808/2066 87% [====================================================== ] 1809/2066 87% [====================================================== ] 1810/2066 87% [====================================================== ] 1811/2066 87% [====================================================== ] 1812/2066 87% [====================================================== ] 1813/2066 87% [====================================================== ] 1814/2066 87% [====================================================== ] 1815/2066 87% [====================================================== ] 1816/2066 87% [====================================================== ] 1817/2066 87% [====================================================== ] 1818/2066 87% [====================================================== ] 1819/2066 88% [====================================================== ] 1820/2066 88% [====================================================== ] 1821/2066 88% [====================================================== ] 1822/2066 88% [====================================================== ] 1823/2066 88% [====================================================== ] 1824/2066 88% [====================================================== ] 1825/2066 88% [====================================================== ] 1826/2066 88% [====================================================== ] 1827/2066 88% [====================================================== ] 1828/2066 88% [====================================================== ] 1829/2066 88% [====================================================== ] 1830/2066 88% [====================================================== ] 1831/2066 88% [====================================================== ] 1832/2066 88% [======================================================= ] 1833/2066 88% [======================================================= ] 1834/2066 88% [======================================================= ] 1835/2066 88% [======================================================= ] 1836/2066 88% [======================================================= ] 1837/2066 88% [======================================================= ] 1838/2066 88% [======================================================= ] 1839/2066 89% [======================================================= ] 1840/2066 89% [======================================================= ] 1841/2066 89% [======================================================= ] 1842/2066 89% [======================================================= ] 1843/2066 89% [======================================================= ] 1844/2066 89% [======================================================= ] 1845/2066 89% [======================================================= ] 1846/2066 89% [======================================================= ] 1847/2066 89% [======================================================= ] 1848/2066 89% [======================================================= ] 1849/2066 89% [======================================================= ] 1850/2066 89% [======================================================= ] 1851/2066 89% [======================================================= ] 1852/2066 89% [======================================================= ] 1853/2066 89% [======================================================= ] 1854/2066 89% [======================================================= ] 1855/2066 89% [======================================================= ] 1856/2066 89% [======================================================= ] 1857/2066 89% [======================================================= ] 1858/2066 89% [======================================================= ] 1859/2066 89% [======================================================= ] 1860/2066 90% [======================================================= ] 1861/2066 90% [======================================================= ] 1862/2066 90% [======================================================= ] 1863/2066 90% [======================================================= ] 1864/2066 90% [======================================================= ] 1865/2066 90% [======================================================= ] 1866/2066 90% [======================================================== ] 1867/2066 90% [======================================================== ] 1868/2066 90% [======================================================== ] 1869/2066 90% [======================================================== ] 1870/2066 90% [======================================================== ] 1871/2066 90% [======================================================== ] 1872/2066 90% [======================================================== ] 1873/2066 90% [======================================================== ] 1874/2066 90% [======================================================== ] 1875/2066 90% [======================================================== ] 1876/2066 90% [======================================================== ] 1877/2066 90% [======================================================== ] 1878/2066 90% [======================================================== ] 1879/2066 90% [======================================================== ] 1880/2066 90% [======================================================== ] 1881/2066 91% [======================================================== ] 1882/2066 91% [======================================================== ] 1883/2066 91% [======================================================== ] 1884/2066 91% [======================================================== ] 1885/2066 91% [======================================================== ] 1886/2066 91% [======================================================== ] 1887/2066 91% [======================================================== ] 1888/2066 91% [======================================================== ] 1889/2066 91% [======================================================== ] 1890/2066 91% [======================================================== ] 1891/2066 91% [======================================================== ] 1892/2066 91% [======================================================== ] 1893/2066 91% [======================================================== ] 1894/2066 91% [======================================================== ] 1895/2066 91% [======================================================== ] 1896/2066 91% [======================================================== ] 1897/2066 91% [======================================================== ] 1898/2066 91% [======================================================== ] 1899/2066 91% [========================================================= ] 1900/2066 91% [========================================================= ] 1901/2066 92% [========================================================= ] 1902/2066 92% [========================================================= ] 1903/2066 92% [========================================================= ] 1904/2066 92% [========================================================= ] 1905/2066 92% [========================================================= ] 1906/2066 92% [========================================================= ] 1907/2066 92% [========================================================= ] 1908/2066 92% [========================================================= ] 1909/2066 92% [========================================================= ] 1910/2066 92% [========================================================= ] 1911/2066 92% [========================================================= ] 1912/2066 92% [========================================================= ] 1913/2066 92% [========================================================= ] 1914/2066 92% [========================================================= ] 1915/2066 92% [========================================================= ] 1916/2066 92% [========================================================= ] 1917/2066 92% [========================================================= ] 1918/2066 92% [========================================================= ] 1919/2066 92% [========================================================= ] 1920/2066 92% [========================================================= ] 1921/2066 92% [========================================================= ] 1922/2066 93% [========================================================= ] 1923/2066 93% [========================================================= ] 1924/2066 93% [========================================================= ] 1925/2066 93% [========================================================= ] 1926/2066 93% [========================================================= ] 1927/2066 93% [========================================================= ] 1928/2066 93% [========================================================= ] 1929/2066 93% [========================================================= ] 1930/2066 93% [========================================================= ] 1931/2066 93% [========================================================= ] 1932/2066 93% [========================================================== ] 1933/2066 93% [========================================================== ] 1934/2066 93% [========================================================== ] 1935/2066 93% [========================================================== ] 1936/2066 93% [========================================================== ] 1937/2066 93% [========================================================== ] 1938/2066 93% [========================================================== ] 1939/2066 93% [========================================================== ] 1940/2066 93% [========================================================== ] 1941/2066 93% [========================================================== ] 1942/2066 93% [========================================================== ] 1943/2066 94% [========================================================== ] 1944/2066 94% [========================================================== ] 1945/2066 94% [========================================================== ] 1946/2066 94% [========================================================== ] 1947/2066 94% [========================================================== ] 1948/2066 94% [========================================================== ] 1949/2066 94% [========================================================== ] 1950/2066 94% [========================================================== ] 1951/2066 94% [========================================================== ] 1952/2066 94% [========================================================== ] 1953/2066 94% [========================================================== ] 1954/2066 94% [========================================================== ] 1955/2066 94% [========================================================== ] 1956/2066 94% [========================================================== ] 1957/2066 94% [========================================================== ] 1958/2066 94% [========================================================== ] 1959/2066 94% [========================================================== ] 1960/2066 94% [========================================================== ] 1961/2066 94% [========================================================== ] 1962/2066 94% [========================================================== ] 1963/2066 95% [========================================================== ] 1964/2066 95% [========================================================== ] 1965/2066 95% [========================================================== ] 1966/2066 95% [=========================================================== ] 1967/2066 95% [=========================================================== ] 1968/2066 95% [=========================================================== ] 1969/2066 95% [=========================================================== ] 1970/2066 95% [=========================================================== ] 1971/2066 95% [=========================================================== ] 1972/2066 95% [=========================================================== ] 1973/2066 95% [=========================================================== ] 1974/2066 95% [=========================================================== ] 1975/2066 95% [=========================================================== ] 1976/2066 95% [=========================================================== ] 1977/2066 95% [=========================================================== ] 1978/2066 95% [=========================================================== ] 1979/2066 95% [=========================================================== ] 1980/2066 95% [=========================================================== ] 1981/2066 95% [=========================================================== ] 1982/2066 95% [=========================================================== ] 1983/2066 95% [=========================================================== ] 1984/2066 96% [=========================================================== ] 1985/2066 96% [=========================================================== ] 1986/2066 96% [=========================================================== ] 1987/2066 96% [=========================================================== ] 1988/2066 96% [=========================================================== ] 1989/2066 96% [=========================================================== ] 1990/2066 96% [=========================================================== ] 1991/2066 96% [=========================================================== ] 1992/2066 96% [=========================================================== ] 1993/2066 96% [=========================================================== ] 1994/2066 96% [=========================================================== ] 1995/2066 96% [=========================================================== ] 1996/2066 96% [=========================================================== ] 1997/2066 96% [=========================================================== ] 1998/2066 96% [=========================================================== ] 1999/2066 96% [============================================================ ] 2000/2066 96% [============================================================ ] 2001/2066 96% [============================================================ ] 2002/2066 96% [============================================================ ] 2003/2066 96% [============================================================ ] 2004/2066 96% [============================================================ ] 2005/2066 97% [============================================================ ] 2006/2066 97% [============================================================ ] 2007/2066 97% [============================================================ ] 2008/2066 97% [============================================================ ] 2009/2066 97% [============================================================ ] 2010/2066 97% [============================================================ ] 2011/2066 97% [============================================================ ] 2012/2066 97% [============================================================ ] 2013/2066 97% [============================================================ ] 2014/2066 97% [============================================================ ] 2015/2066 97% [============================================================ ] 2016/2066 97% [============================================================ ] 2017/2066 97% [============================================================ ] 2018/2066 97% [============================================================ ] 2019/2066 97% [============================================================ ] 2020/2066 97% [============================================================ ] 2021/2066 97% [============================================================ ] 2022/2066 97% [============================================================ ] 2023/2066 97% [============================================================ ] 2024/2066 97% [============================================================ ] 2025/2066 98% [============================================================ ] 2026/2066 98% [============================================================ ] 2027/2066 98% [============================================================ ] 2028/2066 98% [============================================================ ] 2029/2066 98% [============================================================ ] 2030/2066 98% [============================================================ ] 2031/2066 98% [============================================================ ] 2032/2066 98% [============================================================= ] 2033/2066 98% [============================================================= ] 2034/2066 98% [============================================================= ] 2035/2066 98% [============================================================= ] 2036/2066 98% [============================================================= ] 2037/2066 98% [============================================================= ] 2038/2066 98% [============================================================= ] 2039/2066 98% [============================================================= ] 2040/2066 98% [============================================================= ] 2041/2066 98% [============================================================= ] 2042/2066 98% [============================================================= ] 2043/2066 98% [============================================================= ] 2044/2066 98% [============================================================= ] 2045/2066 98% [============================================================= ] 2046/2066 99% [============================================================= ] 2047/2066 99% [============================================================= ] 2048/2066 99% [============================================================= ] 2049/2066 99% [============================================================= ] 2050/2066 99% [============================================================= ] 2051/2066 99% [============================================================= ] 2052/2066 99% [============================================================= ] 2053/2066 99% [============================================================= ] 2054/2066 99% [============================================================= ] 2055/2066 99% [============================================================= ] 2056/2066 99% [============================================================= ] 2057/2066 99% [============================================================= ] 2058/2066 99% [============================================================= ] 2059/2066 99% [============================================================= ] 2060/2066 99% [============================================================= ] 2061/2066 99% [============================================================= ] 2062/2066 99% [============================================================= ] 2063/2066 99% [============================================================= ] 2064/2066 99% [============================================================= ] 2065/2066 99% [==============================================================] 2066/2066 100% operation complete, 2066 objects in 72905 NAND pages. ln -snf /home/autobuild/autobuild/instance-15/output-1/host/powerpc-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2022.11-538-g4d05fa00fd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> git 2.31.5 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> gpsd 3.24 Collecting legal info COPYING: OK (sha256: fdf339997bbca9eaf507476b82fbcac608fc39a3d89b86b51e16db4c9f933716) >>> host-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> hyperfine 1.14.0 Collecting legal info LICENSE-APACHE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) LICENSE-MIT: OK (sha256: 1dfee18c2ff07ce551de4d6a1d2db158c0380746b488a7f0d08c8e0d3568b7c3) >>> host-rustc Collecting legal info >>> host-rust-bin 1.65.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> igmpproxy 0.4 Collecting legal info COPYING: OK (sha256: be3d05af93dbbc4650f8d641d8e1bec220af4a729e07ba71e949c25b93a1b4f6) GPL.txt: OK (sha256: c4f65d5d396ad518a37d30b83fe33897661858dc174ff64a15d0461630ce64e4) Stanford.txt: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libapparmor 3.0.4 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> linux-pam 1.5.2 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> liburing 2.2 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe) README: OK (sha256: 1c3351726408c22787dafbb5cc4bfeaa38ca8e92eabf59a36a046a5a2e66108f) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lksctp-tools 1.0.17 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> udev Collecting legal info >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> quota 4.09 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> sound-theme-borealis 0.9a Collecting legal info >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tmux 3.1c Collecting legal info COPYING: OK (sha256: c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd) >>> tree 2.0.2 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> udev-gentoo-scripts 33 Collecting legal info init.d/udev-settle: OK (sha256: 329f95829088b95650b9012ae688f09baa1637985425a7964d33683363f48702) >>> 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) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'