make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-lzma-4.32.7' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-6/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-6/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-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/bin PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-6/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-6/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-6/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-6/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-6/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-6/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-6/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%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-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-6/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-6/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-6/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-6/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-6/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-6/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-6/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-6/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-6/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-6/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-6/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-6/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-6/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-6/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-6/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-6/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-6/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-6/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/include /home/autobuild/autobuild/instance-6/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-6/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-6/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-6/output-1/target/usr/doc find /home/autobuild/autobuild/instance-6/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-6/output-1/target/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-6/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-6/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/man /home/autobuild/autobuild/instance-6/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/info /home/autobuild/autobuild/instance-6/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/doc /home/autobuild/autobuild/instance-6/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-6/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-6/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-6/output-1/target/lib/debug /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-6/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-6/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-6/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-6/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-6/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc1-133-gef6c9da9d2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc2\"" \ ) > /home/autobuild/autobuild/instance-6/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-6/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-6/output-1/per-package /home/autobuild/autobuild/instance-6/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-6/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-6/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-6/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-6/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-6/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-6/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-6/output-1/images/rootfs.ubifs"32256000 bytes (30.7 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/images rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-6/output-1/target/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-6/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-6/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-6/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-6/output-1/host/bin:/home/autobuild/autobuild/instance-6/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-6/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-6/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-6/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-6/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1038 objects. stage 2: creating image '/home/autobuild/autobuild/instance-6/output-1/images/rootfs.yaffs2' [ ] 1/1038 0% [ ] 2/1038 0% [ ] 3/1038 0% [ ] 4/1038 0% [ ] 5/1038 0% [ ] 6/1038 0% [ ] 7/1038 0% [ ] 8/1038 0% [ ] 9/1038 0% [ ] 10/1038 0% [ ] 11/1038 1% [ ] 12/1038 1% [ ] 13/1038 1% [ ] 14/1038 1% [ ] 15/1038 1% [ ] 16/1038 1% [= ] 17/1038 1% [= ] 18/1038 1% [= ] 19/1038 1% [= ] 20/1038 1% [= ] 21/1038 2% [= ] 22/1038 2% [= ] 23/1038 2% [= ] 24/1038 2% [= ] 25/1038 2% [= ] 26/1038 2% [= ] 27/1038 2% [= ] 28/1038 2% [= ] 29/1038 2% [= ] 30/1038 2% [= ] 31/1038 2% [= ] 32/1038 3% [= ] 33/1038 3% [== ] 34/1038 3% [== ] 35/1038 3% [== ] 36/1038 3% [== ] 37/1038 3% [== ] 38/1038 3% [== ] 39/1038 3% [== ] 40/1038 3% [== ] 41/1038 3% [== ] 42/1038 4% [== ] 43/1038 4% [== ] 44/1038 4% [== ] 45/1038 4% [== ] 46/1038 4% [== ] 47/1038 4% [== ] 48/1038 4% [== ] 49/1038 4% [== ] 50/1038 4% [=== ] 51/1038 4% [=== ] 52/1038 5% [=== ] 53/1038 5% [=== ] 54/1038 5% [=== ] 55/1038 5% [=== ] 56/1038 5% [=== ] 57/1038 5% [=== ] 58/1038 5% [=== ] 59/1038 5% [=== ] 60/1038 5% [=== ] 61/1038 5% [=== ] 62/1038 5% [=== ] 63/1038 6% [=== ] 64/1038 6% [=== ] 65/1038 6% [=== ] 66/1038 6% [==== ] 67/1038 6% [==== ] 68/1038 6% [==== ] 69/1038 6% [==== ] 70/1038 6% [==== ] 71/1038 6% [==== ] 72/1038 6% [==== ] 73/1038 7% [==== ] 74/1038 7% [==== ] 75/1038 7% [==== ] 76/1038 7% [==== ] 77/1038 7% [==== ] 78/1038 7% [==== ] 79/1038 7% [==== ] 80/1038 7% [==== ] 81/1038 7% [==== ] 82/1038 7% [==== ] 83/1038 7% [===== ] 84/1038 8% [===== ] 85/1038 8% [===== ] 86/1038 8% [===== ] 87/1038 8% [===== ] 88/1038 8% [===== ] 89/1038 8% [===== ] 90/1038 8% [===== ] 91/1038 8% [===== ] 92/1038 8% [===== ] 93/1038 8% [===== ] 94/1038 9% [===== ] 95/1038 9% [===== ] 96/1038 9% [===== ] 97/1038 9% [===== ] 98/1038 9% [===== ] 99/1038 9% [===== ] 100/1038 9% [====== ] 101/1038 9% [====== ] 102/1038 9% [====== ] 103/1038 9% [====== ] 104/1038 10% [====== ] 105/1038 10% [====== ] 106/1038 10% [====== ] 107/1038 10% [====== ] 108/1038 10% [====== ] 109/1038 10% [====== ] 110/1038 10% [====== ] 111/1038 10% [====== ] 112/1038 10% [====== ] 113/1038 10% [====== ] 114/1038 10% [====== ] 115/1038 11% [====== ] 116/1038 11% [====== ] 117/1038 11% [======= ] 118/1038 11% [======= ] 119/1038 11% [======= ] 120/1038 11% [======= ] 121/1038 11% [======= ] 122/1038 11% [======= ] 123/1038 11% [======= ] 124/1038 11% [======= ] 125/1038 12% [======= ] 126/1038 12% [======= ] 127/1038 12% [======= ] 128/1038 12% [======= ] 129/1038 12% [======= ] 130/1038 12% [======= ] 131/1038 12% [======= ] 132/1038 12% [======= ] 133/1038 12% [======== ] 134/1038 12% [======== ] 135/1038 13% [======== ] 136/1038 13% [======== ] 137/1038 13% [======== ] 138/1038 13% [======== ] 139/1038 13% [======== ] 140/1038 13% [======== ] 141/1038 13% [======== ] 142/1038 13% [======== ] 143/1038 13% [======== ] 144/1038 13% [======== ] 145/1038 13% [======== ] 146/1038 14% [======== ] 147/1038 14% [======== ] 148/1038 14% [======== ] 149/1038 14% [======== ] 150/1038 14% [========= ] 151/1038 14% [========= ] 152/1038 14% [========= ] 153/1038 14% [========= ] 154/1038 14% [========= ] 155/1038 14% [========= ] 156/1038 15% [========= ] 157/1038 15% [========= ] 158/1038 15% [========= ] 159/1038 15% [========= ] 160/1038 15% [========= ] 161/1038 15% [========= ] 162/1038 15% [========= ] 163/1038 15% [========= ] 164/1038 15% [========= ] 165/1038 15% [========= ] 166/1038 15% [========= ] 167/1038 16% [========== ] 168/1038 16% [========== ] 169/1038 16% [========== ] 170/1038 16% [========== ] 171/1038 16% [========== ] 172/1038 16% [========== ] 173/1038 16% [========== ] 174/1038 16% [========== ] 175/1038 16% [========== ] 176/1038 16% [========== ] 177/1038 17% [========== ] 178/1038 17% [========== ] 179/1038 17% [========== ] 180/1038 17% [========== ] 181/1038 17% [========== ] 182/1038 17% [========== ] 183/1038 17% [========== ] 184/1038 17% [=========== ] 185/1038 17% [=========== ] 186/1038 17% [=========== ] 187/1038 18% [=========== ] 188/1038 18% [=========== ] 189/1038 18% [=========== ] 190/1038 18% [=========== ] 191/1038 18% [=========== ] 192/1038 18% [=========== ] 193/1038 18% [=========== ] 194/1038 18% [=========== ] 195/1038 18% [=========== ] 196/1038 18% [=========== ] 197/1038 18% [=========== ] 198/1038 19% [=========== ] 199/1038 19% [=========== ] 200/1038 19% [============ ] 201/1038 19% [============ ] 202/1038 19% [============ ] 203/1038 19% [============ ] 204/1038 19% [============ ] 205/1038 19% [============ ] 206/1038 19% [============ ] 207/1038 19% [============ ] 208/1038 20% [============ ] 209/1038 20% [============ ] 210/1038 20% [============ ] 211/1038 20% [============ ] 212/1038 20% [============ ] 213/1038 20% [============ ] 214/1038 20% [============ ] 215/1038 20% [============ ] 216/1038 20% [============ ] 217/1038 20% [============= ] 218/1038 21% [============= ] 219/1038 21% [============= ] 220/1038 21% [============= ] 221/1038 21% [============= ] 222/1038 21% [============= ] 223/1038 21% [============= ] 224/1038 21% [============= ] 225/1038 21% [============= ] 226/1038 21% [============= ] 227/1038 21% [============= ] 228/1038 21% [============= ] 229/1038 22% [============= ] 230/1038 22% [============= ] 231/1038 22% [============= ] 232/1038 22% [============= ] 233/1038 22% [============= ] 234/1038 22% [============== ] 235/1038 22% [============== ] 236/1038 22% [============== ] 237/1038 22% [============== ] 238/1038 22% [============== ] 239/1038 23% [============== ] 240/1038 23% [============== ] 241/1038 23% [============== ] 242/1038 23% [============== ] 243/1038 23% [============== ] 244/1038 23% [============== ] 245/1038 23% [============== ] 246/1038 23% [============== ] 247/1038 23% [============== ] 248/1038 23% [============== ] 249/1038 23% [============== ] 250/1038 24% [============== ] 251/1038 24% [=============== ] 252/1038 24% [=============== ] 253/1038 24% [=============== ] 254/1038 24% [=============== ] 255/1038 24% [=============== ] 256/1038 24% [=============== ] 257/1038 24% [=============== ] 258/1038 24% [=============== ] 259/1038 24% [=============== ] 260/1038 25% [=============== ] 261/1038 25% [=============== ] 262/1038 25% [=============== ] 263/1038 25% [=============== ] 264/1038 25% [=============== ] 265/1038 25% [=============== ] 266/1038 25% [=============== ] 267/1038 25% [================ ] 268/1038 25% [================ ] 269/1038 25% [================ ] 270/1038 26% [================ ] 271/1038 26% [================ ] 272/1038 26% [================ ] 273/1038 26% [================ ] 274/1038 26% [================ ] 275/1038 26% [================ ] 276/1038 26% [================ ] 277/1038 26% [================ ] 278/1038 26% [================ ] 279/1038 26% [================ ] 280/1038 26% [================ ] 281/1038 27% [================ ] 282/1038 27% [================ ] 283/1038 27% [================ ] 284/1038 27% [================= ] 285/1038 27% [================= ] 286/1038 27% [================= ] 287/1038 27% [================= ] 288/1038 27% [================= ] 289/1038 27% [================= ] 290/1038 27% [================= ] 291/1038 28% [================= ] 292/1038 28% [================= ] 293/1038 28% [================= ] 294/1038 28% [================= ] 295/1038 28% [================= ] 296/1038 28% [================= ] 297/1038 28% [================= ] 298/1038 28% [================= ] 299/1038 28% [================= ] 300/1038 28% [================= ] 301/1038 28% [================== ] 302/1038 29% [================== ] 303/1038 29% [================== ] 304/1038 29% [================== ] 305/1038 29% [================== ] 306/1038 29% [================== ] 307/1038 29% [================== ] 308/1038 29% [================== ] 309/1038 29% [================== ] 310/1038 29% [================== ] 311/1038 29% [================== ] 312/1038 30% [================== ] 313/1038 30% [================== ] 314/1038 30% [================== ] 315/1038 30% [================== ] 316/1038 30% [================== ] 317/1038 30% [================== ] 318/1038 30% [=================== ] 319/1038 30% [=================== ] 320/1038 30% [=================== ] 321/1038 30% [=================== ] 322/1038 31% [=================== ] 323/1038 31% [=================== ] 324/1038 31% [=================== ] 325/1038 31% [=================== ] 326/1038 31% [=================== ] 327/1038 31% [=================== ] 328/1038 31% [=================== ] 329/1038 31% [=================== ] 330/1038 31% [=================== ] 331/1038 31% [=================== ] 332/1038 31% [=================== ] 333/1038 32% [=================== ] 334/1038 32% [==================== ] 335/1038 32% [==================== ] 336/1038 32% [==================== ] 337/1038 32% [==================== ] 338/1038 32% [==================== ] 339/1038 32% [==================== ] 340/1038 32% [==================== ] 341/1038 32% [==================== ] 342/1038 32% [==================== ] 343/1038 33% [==================== ] 344/1038 33% [==================== ] 345/1038 33% [==================== ] 346/1038 33% [==================== ] 347/1038 33% [==================== ] 348/1038 33% [==================== ] 349/1038 33% [==================== ] 350/1038 33% [==================== ] 351/1038 33% [===================== ] 352/1038 33% [===================== ] 353/1038 34% [===================== ] 354/1038 34% [===================== ] 355/1038 34% [===================== ] 356/1038 34% [===================== ] 357/1038 34% [===================== ] 358/1038 34% [===================== ] 359/1038 34% [===================== ] 360/1038 34% [===================== ] 361/1038 34% [===================== ] 362/1038 34% [===================== ] 363/1038 34% [===================== ] 364/1038 35% [===================== ] 365/1038 35% [===================== ] 366/1038 35% [===================== ] 367/1038 35% [===================== ] 368/1038 35% [====================== ] 369/1038 35% [====================== ] 370/1038 35% [====================== ] 371/1038 35% [====================== ] 372/1038 35% [====================== ] 373/1038 35% [====================== ] 374/1038 36% [====================== ] 375/1038 36% [====================== ] 376/1038 36% [====================== ] 377/1038 36% [====================== ] 378/1038 36% [====================== ] 379/1038 36% [====================== ] 380/1038 36% [====================== ] 381/1038 36% [====================== ] 382/1038 36% [====================== ] 383/1038 36% [====================== ] 384/1038 36% [====================== ] 385/1038 37% [======================= ] 386/1038 37% [======================= ] 387/1038 37% [======================= ] 388/1038 37% [======================= ] 389/1038 37% [======================= ] 390/1038 37% [======================= ] 391/1038 37% [======================= ] 392/1038 37% [======================= ] 393/1038 37% [======================= ] 394/1038 37% [======================= ] 395/1038 38% [======================= ] 396/1038 38% [======================= ] 397/1038 38% [======================= ] 398/1038 38% [======================= ] 399/1038 38% [======================= ] 400/1038 38% [======================= ] 401/1038 38% [======================== ] 402/1038 38% [======================== ] 403/1038 38% [======================== ] 404/1038 38% [======================== ] 405/1038 39% [======================== ] 406/1038 39% [======================== ] 407/1038 39% [======================== ] 408/1038 39% [======================== ] 409/1038 39% [======================== ] 410/1038 39% [======================== ] 411/1038 39% [======================== ] 412/1038 39% [======================== ] 413/1038 39% [======================== ] 414/1038 39% [======================== ] 415/1038 39% [======================== ] 416/1038 40% [======================== ] 417/1038 40% [======================== ] 418/1038 40% [========================= ] 419/1038 40% [========================= ] 420/1038 40% [========================= ] 421/1038 40% [========================= ] 422/1038 40% [========================= ] 423/1038 40% [========================= ] 424/1038 40% [========================= ] 425/1038 40% [========================= ] 426/1038 41% [========================= ] 427/1038 41% [========================= ] 428/1038 41% [========================= ] 429/1038 41% [========================= ] 430/1038 41% [========================= ] 431/1038 41% [========================= ] 432/1038 41% [========================= ] 433/1038 41% [========================= ] 434/1038 41% [========================= ] 435/1038 41% [========================== ] 436/1038 42% [========================== ] 437/1038 42% [========================== ] 438/1038 42% [========================== ] 439/1038 42% [========================== ] 440/1038 42% [========================== ] 441/1038 42% [========================== ] 442/1038 42% [========================== ] 443/1038 42% [========================== ] 444/1038 42% [========================== ] 445/1038 42% [========================== ] 446/1038 42% [========================== ] 447/1038 43% [========================== ] 448/1038 43% [========================== ] 449/1038 43% [========================== ] 450/1038 43% [========================== ] 451/1038 43% [========================== ] 452/1038 43% [=========================== ] 453/1038 43% [=========================== ] 454/1038 43% [=========================== ] 455/1038 43% [=========================== ] 456/1038 43% [=========================== ] 457/1038 44% [=========================== ] 458/1038 44% [=========================== ] 459/1038 44% [=========================== ] 460/1038 44% [=========================== ] 461/1038 44% [=========================== ] 462/1038 44% [=========================== ] 463/1038 44% [=========================== ] 464/1038 44% [=========================== ] 465/1038 44% [=========================== ] 466/1038 44% [=========================== ] 467/1038 44% [=========================== ] 468/1038 45% [============================ ] 469/1038 45% [============================ ] 470/1038 45% [============================ ] 471/1038 45% [============================ ] 472/1038 45% [============================ ] 473/1038 45% [============================ ] 474/1038 45% [============================ ] 475/1038 45% [============================ ] 476/1038 45% [============================ ] 477/1038 45% [============================ ] 478/1038 46% [============================ ] 479/1038 46% [============================ ] 480/1038 46% [============================ ] 481/1038 46% [============================ ] 482/1038 46% [============================ ] 483/1038 46% [============================ ] 484/1038 46% [============================ ] 485/1038 46% [============================= ] 486/1038 46% [============================= ] 487/1038 46% [============================= ] 488/1038 47% [============================= ] 489/1038 47% [============================= ] 490/1038 47% [============================= ] 491/1038 47% [============================= ] 492/1038 47% [============================= ] 493/1038 47% [============================= ] 494/1038 47% [============================= ] 495/1038 47% [============================= ] 496/1038 47% [============================= ] 497/1038 47% [============================= ] 498/1038 47% [============================= ] 499/1038 48% [============================= ] 500/1038 48% [============================= ] 501/1038 48% [============================= ] 502/1038 48% [============================== ] 503/1038 48% [============================== ] 504/1038 48% [============================== ] 505/1038 48% [============================== ] 506/1038 48% [============================== ] 507/1038 48% [============================== ] 508/1038 48% [============================== ] 509/1038 49% [============================== ] 510/1038 49% [============================== ] 511/1038 49% [============================== ] 512/1038 49% [============================== ] 513/1038 49% [============================== ] 514/1038 49% [============================== ] 515/1038 49% [============================== ] 516/1038 49% [============================== ] 517/1038 49% [============================== ] 518/1038 49% [=============================== ] 519/1038 50% [=============================== ] 520/1038 50% [=============================== ] 521/1038 50% [=============================== ] 522/1038 50% [=============================== ] 523/1038 50% [=============================== ] 524/1038 50% [=============================== ] 525/1038 50% [=============================== ] 526/1038 50% [=============================== ] 527/1038 50% [=============================== ] 528/1038 50% [=============================== ] 529/1038 50% [=============================== ] 530/1038 51% [=============================== ] 531/1038 51% [=============================== ] 532/1038 51% [=============================== ] 533/1038 51% [=============================== ] 534/1038 51% [=============================== ] 535/1038 51% [================================ ] 536/1038 51% [================================ ] 537/1038 51% [================================ ] 538/1038 51% [================================ ] 539/1038 51% [================================ ] 540/1038 52% [================================ ] 541/1038 52% [================================ ] 542/1038 52% [================================ ] 543/1038 52% [================================ ] 544/1038 52% [================================ ] 545/1038 52% [================================ ] 546/1038 52% [================================ ] 547/1038 52% [================================ ] 548/1038 52% [================================ ] 549/1038 52% [================================ ] 550/1038 52% [================================ ] 551/1038 53% [================================ ] 552/1038 53% [================================= ] 553/1038 53% [================================= ] 554/1038 53% [================================= ] 555/1038 53% [================================= ] 556/1038 53% [================================= ] 557/1038 53% [================================= ] 558/1038 53% [================================= ] 559/1038 53% [================================= ] 560/1038 53% [================================= ] 561/1038 54% [================================= ] 562/1038 54% [================================= ] 563/1038 54% [================================= ] 564/1038 54% [================================= ] 565/1038 54% [================================= ] 566/1038 54% [================================= ] 567/1038 54% [================================= ] 568/1038 54% [================================= ] 569/1038 54% [================================== ] 570/1038 54% [================================== ] 571/1038 55% [================================== ] 572/1038 55% [================================== ] 573/1038 55% [================================== ] 574/1038 55% [================================== ] 575/1038 55% [================================== ] 576/1038 55% [================================== ] 577/1038 55% [================================== ] 578/1038 55% [================================== ] 579/1038 55% [================================== ] 580/1038 55% [================================== ] 581/1038 55% [================================== ] 582/1038 56% [================================== ] 583/1038 56% [================================== ] 584/1038 56% [================================== ] 585/1038 56% [=================================== ] 586/1038 56% [=================================== ] 587/1038 56% [=================================== ] 588/1038 56% [=================================== ] 589/1038 56% [=================================== ] 590/1038 56% [=================================== ] 591/1038 56% [=================================== ] 592/1038 57% [=================================== ] 593/1038 57% [=================================== ] 594/1038 57% [=================================== ] 595/1038 57% [=================================== ] 596/1038 57% [=================================== ] 597/1038 57% [=================================== ] 598/1038 57% [=================================== ] 599/1038 57% [=================================== ] 600/1038 57% [=================================== ] 601/1038 57% [=================================== ] 602/1038 57% [==================================== ] 603/1038 58% [==================================== ] 604/1038 58% [==================================== ] 605/1038 58% [==================================== ] 606/1038 58% [==================================== ] 607/1038 58% [==================================== ] 608/1038 58% [==================================== ] 609/1038 58% [==================================== ] 610/1038 58% [==================================== ] 611/1038 58% [==================================== ] 612/1038 58% [==================================== ] 613/1038 59% [==================================== ] 614/1038 59% [==================================== ] 615/1038 59% [==================================== ] 616/1038 59% [==================================== ] 617/1038 59% [==================================== ] 618/1038 59% [==================================== ] 619/1038 59% [===================================== ] 620/1038 59% [===================================== ] 621/1038 59% [===================================== ] 622/1038 59% [===================================== ] 623/1038 60% [===================================== ] 624/1038 60% [===================================== ] 625/1038 60% [===================================== ] 626/1038 60% [===================================== ] 627/1038 60% [===================================== ] 628/1038 60% [===================================== ] 629/1038 60% [===================================== ] 630/1038 60% [===================================== ] 631/1038 60% [===================================== ] 632/1038 60% [===================================== ] 633/1038 60% [===================================== ] 634/1038 61% [===================================== ] 635/1038 61% [===================================== ] 636/1038 61% [====================================== ] 637/1038 61% [====================================== ] 638/1038 61% [====================================== ] 639/1038 61% [====================================== ] 640/1038 61% [====================================== ] 641/1038 61% [====================================== ] 642/1038 61% [====================================== ] 643/1038 61% [====================================== ] 644/1038 62% [====================================== ] 645/1038 62% [====================================== ] 646/1038 62% [====================================== ] 647/1038 62% [====================================== ] 648/1038 62% [====================================== ] 649/1038 62% [====================================== ] 650/1038 62% [====================================== ] 651/1038 62% [====================================== ] 652/1038 62% [======================================= ] 653/1038 62% [======================================= ] 654/1038 63% [======================================= ] 655/1038 63% [======================================= ] 656/1038 63% [======================================= ] 657/1038 63% [======================================= ] 658/1038 63% [======================================= ] 659/1038 63% [======================================= ] 660/1038 63% [======================================= ] 661/1038 63% [======================================= ] 662/1038 63% [======================================= ] 663/1038 63% [======================================= ] 664/1038 63% [======================================= ] 665/1038 64% [======================================= ] 666/1038 64% [======================================= ] 667/1038 64% [======================================= ] 668/1038 64% [======================================= ] 669/1038 64% [======================================== ] 670/1038 64% [======================================== ] 671/1038 64% [======================================== ] 672/1038 64% [======================================== ] 673/1038 64% [======================================== ] 674/1038 64% [======================================== ] 675/1038 65% [======================================== ] 676/1038 65% [======================================== ] 677/1038 65% [======================================== ] 678/1038 65% [======================================== ] 679/1038 65% [======================================== ] 680/1038 65% [======================================== ] 681/1038 65% [======================================== ] 682/1038 65% [======================================== ] 683/1038 65% [======================================== ] 684/1038 65% [======================================== ] 685/1038 65% [======================================== ] 686/1038 66% [========================================= ] 687/1038 66% [========================================= ] 688/1038 66% [========================================= ] 689/1038 66% [========================================= ] 690/1038 66% [========================================= ] 691/1038 66% [========================================= ] 692/1038 66% [========================================= ] 693/1038 66% [========================================= ] 694/1038 66% [========================================= ] 695/1038 66% [========================================= ] 696/1038 67% [========================================= ] 697/1038 67% [========================================= ] 698/1038 67% [========================================= ] 699/1038 67% [========================================= ] 700/1038 67% [========================================= ] 701/1038 67% [========================================= ] 702/1038 67% [========================================= ] 703/1038 67% [========================================== ] 704/1038 67% [========================================== ] 705/1038 67% [========================================== ] 706/1038 68% [========================================== ] 707/1038 68% [========================================== ] 708/1038 68% [========================================== ] 709/1038 68% [========================================== ] 710/1038 68% [========================================== ] 711/1038 68% [========================================== ] 712/1038 68% [========================================== ] 713/1038 68% [========================================== ] 714/1038 68% [========================================== ] 715/1038 68% [========================================== ] 716/1038 68% [========================================== ] 717/1038 69% [========================================== ] 718/1038 69% [========================================== ] 719/1038 69% [=========================================== ] 720/1038 69% [=========================================== ] 721/1038 69% [=========================================== ] 722/1038 69% [=========================================== ] 723/1038 69% [=========================================== ] 724/1038 69% [=========================================== ] 725/1038 69% [=========================================== ] 726/1038 69% [=========================================== ] 727/1038 70% [=========================================== ] 728/1038 70% [=========================================== ] 729/1038 70% [=========================================== ] 730/1038 70% [=========================================== ] 731/1038 70% [=========================================== ] 732/1038 70% [=========================================== ] 733/1038 70% [=========================================== ] 734/1038 70% [=========================================== ] 735/1038 70% [=========================================== ] 736/1038 70% [============================================ ] 737/1038 71% [============================================ ] 738/1038 71% [============================================ ] 739/1038 71% [============================================ ] 740/1038 71% [============================================ ] 741/1038 71% [============================================ ] 742/1038 71% [============================================ ] 743/1038 71% [============================================ ] 744/1038 71% [============================================ ] 745/1038 71% [============================================ ] 746/1038 71% [============================================ ] 747/1038 71% [============================================ ] 748/1038 72% [============================================ ] 749/1038 72% [============================================ ] 750/1038 72% [============================================ ] 751/1038 72% [============================================ ] 752/1038 72% [============================================ ] 753/1038 72% [============================================= ] 754/1038 72% [============================================= ] 755/1038 72% [============================================= ] 756/1038 72% [============================================= ] 757/1038 72% [============================================= ] 758/1038 73% [============================================= ] 759/1038 73% [============================================= ] 760/1038 73% [============================================= ] 761/1038 73% [============================================= ] 762/1038 73% [============================================= ] 763/1038 73% [============================================= ] 764/1038 73% [============================================= ] 765/1038 73% [============================================= ] 766/1038 73% [============================================= ] 767/1038 73% [============================================= ] 768/1038 73% [============================================= ] 769/1038 74% [============================================= ] 770/1038 74% [============================================== ] 771/1038 74% [============================================== ] 772/1038 74% [============================================== ] 773/1038 74% [============================================== ] 774/1038 74% [============================================== ] 775/1038 74% [============================================== ] 776/1038 74% [============================================== ] 777/1038 74% [============================================== ] 778/1038 74% [============================================== ] 779/1038 75% [============================================== ] 780/1038 75% [============================================== ] 781/1038 75% [============================================== ] 782/1038 75% [============================================== ] 783/1038 75% [============================================== ] 784/1038 75% [============================================== ] 785/1038 75% [============================================== ] 786/1038 75% [=============================================== ] 787/1038 75% [=============================================== ] 788/1038 75% [=============================================== ] 789/1038 76% [=============================================== ] 790/1038 76% [=============================================== ] 791/1038 76% [=============================================== ] 792/1038 76% [=============================================== ] 793/1038 76% [=============================================== ] 794/1038 76% [=============================================== ] 795/1038 76% [=============================================== ] 796/1038 76% [=============================================== ] 797/1038 76% [=============================================== ] 798/1038 76% [=============================================== ] 799/1038 76% [=============================================== ] 800/1038 77% [=============================================== ] 801/1038 77% [=============================================== ] 802/1038 77% [=============================================== ] 803/1038 77% [================================================ ] 804/1038 77% [================================================ ] 805/1038 77% [================================================ ] 806/1038 77% [================================================ ] 807/1038 77% [================================================ ] 808/1038 77% [================================================ ] 809/1038 77% [================================================ ] 810/1038 78% [================================================ ] 811/1038 78% [================================================ ] 812/1038 78% [================================================ ] 813/1038 78% [================================================ ] 814/1038 78% [================================================ ] 815/1038 78% [================================================ ] 816/1038 78% [================================================ ] 817/1038 78% [================================================ ] 818/1038 78% [================================================ ] 819/1038 78% [================================================ ] 820/1038 78% [================================================= ] 821/1038 79% [================================================= ] 822/1038 79% [================================================= ] 823/1038 79% [================================================= ] 824/1038 79% [================================================= ] 825/1038 79% [================================================= ] 826/1038 79% [================================================= ] 827/1038 79% [================================================= ] 828/1038 79% [================================================= ] 829/1038 79% [================================================= ] 830/1038 79% [================================================= ] 831/1038 80% [================================================= ] 832/1038 80% [================================================= ] 833/1038 80% [================================================= ] 834/1038 80% [================================================= ] 835/1038 80% [================================================= ] 836/1038 80% [================================================= ] 837/1038 80% [================================================== ] 838/1038 80% [================================================== ] 839/1038 80% [================================================== ] 840/1038 80% [================================================== ] 841/1038 81% [================================================== ] 842/1038 81% [================================================== ] 843/1038 81% [================================================== ] 844/1038 81% [================================================== ] 845/1038 81% [================================================== ] 846/1038 81% [================================================== ] 847/1038 81% [================================================== ] 848/1038 81% [================================================== ] 849/1038 81% [================================================== ] 850/1038 81% [================================================== ] 851/1038 81% [================================================== ] 852/1038 82% [================================================== ] 853/1038 82% [=================================================== ] 854/1038 82% [=================================================== ] 855/1038 82% [=================================================== ] 856/1038 82% [=================================================== ] 857/1038 82% [=================================================== ] 858/1038 82% [=================================================== ] 859/1038 82% [=================================================== ] 860/1038 82% [=================================================== ] 861/1038 82% [=================================================== ] 862/1038 83% [=================================================== ] 863/1038 83% [=================================================== ] 864/1038 83% [=================================================== ] 865/1038 83% [=================================================== ] 866/1038 83% [=================================================== ] 867/1038 83% [=================================================== ] 868/1038 83% [=================================================== ] 869/1038 83% [=================================================== ] 870/1038 83% [==================================================== ] 871/1038 83% [==================================================== ] 872/1038 84% [==================================================== ] 873/1038 84% [==================================================== ] 874/1038 84% [==================================================== ] 875/1038 84% [==================================================== ] 876/1038 84% [==================================================== ] 877/1038 84% [==================================================== ] 878/1038 84% [==================================================== ] 879/1038 84% [==================================================== ] 880/1038 84% [==================================================== ] 881/1038 84% [==================================================== ] 882/1038 84% [==================================================== ] 883/1038 85% [==================================================== ] 884/1038 85% [==================================================== ] 885/1038 85% [==================================================== ] 886/1038 85% [==================================================== ] 887/1038 85% [===================================================== ] 888/1038 85% [===================================================== ] 889/1038 85% [===================================================== ] 890/1038 85% [===================================================== ] 891/1038 85% [===================================================== ] 892/1038 85% [===================================================== ] 893/1038 86% [===================================================== ] 894/1038 86% [===================================================== ] 895/1038 86% [===================================================== ] 896/1038 86% [===================================================== ] 897/1038 86% [===================================================== ] 898/1038 86% [===================================================== ] 899/1038 86% [===================================================== ] 900/1038 86% [===================================================== ] 901/1038 86% [===================================================== ] 902/1038 86% [===================================================== ] 903/1038 86% [===================================================== ] 904/1038 87% [====================================================== ] 905/1038 87% [====================================================== ] 906/1038 87% [====================================================== ] 907/1038 87% [====================================================== ] 908/1038 87% [====================================================== ] 909/1038 87% [====================================================== ] 910/1038 87% [====================================================== ] 911/1038 87% [====================================================== ] 912/1038 87% [====================================================== ] 913/1038 87% [====================================================== ] 914/1038 88% [====================================================== ] 915/1038 88% [====================================================== ] 916/1038 88% [====================================================== ] 917/1038 88% [====================================================== ] 918/1038 88% [====================================================== ] 919/1038 88% [====================================================== ] 920/1038 88% [======================================================= ] 921/1038 88% [======================================================= ] 922/1038 88% [======================================================= ] 923/1038 88% [======================================================= ] 924/1038 89% [======================================================= ] 925/1038 89% [======================================================= ] 926/1038 89% [======================================================= ] 927/1038 89% [======================================================= ] 928/1038 89% [======================================================= ] 929/1038 89% [======================================================= ] 930/1038 89% [======================================================= ] 931/1038 89% [======================================================= ] 932/1038 89% [======================================================= ] 933/1038 89% [======================================================= ] 934/1038 89% [======================================================= ] 935/1038 90% [======================================================= ] 936/1038 90% [======================================================= ] 937/1038 90% [======================================================== ] 938/1038 90% [======================================================== ] 939/1038 90% [======================================================== ] 940/1038 90% [======================================================== ] 941/1038 90% [======================================================== ] 942/1038 90% [======================================================== ] 943/1038 90% [======================================================== ] 944/1038 90% [======================================================== ] 945/1038 91% [======================================================== ] 946/1038 91% [======================================================== ] 947/1038 91% [======================================================== ] 948/1038 91% [======================================================== ] 949/1038 91% [======================================================== ] 950/1038 91% [======================================================== ] 951/1038 91% [======================================================== ] 952/1038 91% [======================================================== ] 953/1038 91% [======================================================== ] 954/1038 91% [========================================================= ] 955/1038 92% [========================================================= ] 956/1038 92% [========================================================= ] 957/1038 92% [========================================================= ] 958/1038 92% [========================================================= ] 959/1038 92% [========================================================= ] 960/1038 92% [========================================================= ] 961/1038 92% [========================================================= ] 962/1038 92% [========================================================= ] 963/1038 92% [========================================================= ] 964/1038 92% [========================================================= ] 965/1038 92% [========================================================= ] 966/1038 93% [========================================================= ] 967/1038 93% [========================================================= ] 968/1038 93% [========================================================= ] 969/1038 93% [========================================================= ] 970/1038 93% [========================================================= ] 971/1038 93% [========================================================== ] 972/1038 93% [========================================================== ] 973/1038 93% [========================================================== ] 974/1038 93% [========================================================== ] 975/1038 93% [========================================================== ] 976/1038 94% [========================================================== ] 977/1038 94% [========================================================== ] 978/1038 94% [========================================================== ] 979/1038 94% [========================================================== ] 980/1038 94% [========================================================== ] 981/1038 94% [========================================================== ] 982/1038 94% [========================================================== ] 983/1038 94% [========================================================== ] 984/1038 94% [========================================================== ] 985/1038 94% [========================================================== ] 986/1038 94% [========================================================== ] 987/1038 95% [=========================================================== ] 988/1038 95% [=========================================================== ] 989/1038 95% [=========================================================== ] 990/1038 95% [=========================================================== ] 991/1038 95% [=========================================================== ] 992/1038 95% [=========================================================== ] 993/1038 95% [=========================================================== ] 994/1038 95% [=========================================================== ] 995/1038 95% [=========================================================== ] 996/1038 95% [=========================================================== ] 997/1038 96% [=========================================================== ] 998/1038 96% [=========================================================== ] 999/1038 96% [=========================================================== ] 1000/1038 96% [=========================================================== ] 1001/1038 96% [=========================================================== ] 1002/1038 96% [=========================================================== ] 1003/1038 96% [=========================================================== ] 1004/1038 96% [============================================================ ] 1005/1038 96% [============================================================ ] 1006/1038 96% [============================================================ ] 1007/1038 97% [============================================================ ] 1008/1038 97% [============================================================ ] 1009/1038 97% [============================================================ ] 1010/1038 97% [============================================================ ] 1011/1038 97% [============================================================ ] 1012/1038 97% [============================================================ ] 1013/1038 97% [============================================================ ] 1014/1038 97% [============================================================ ] 1015/1038 97% [============================================================ ] 1016/1038 97% [============================================================ ] 1017/1038 97% [============================================================ ] 1018/1038 98% [============================================================ ] 1019/1038 98% [============================================================ ] 1020/1038 98% [============================================================ ] 1021/1038 98% [============================================================= ] 1022/1038 98% [============================================================= ] 1023/1038 98% [============================================================= ] 1024/1038 98% [============================================================= ] 1025/1038 98% [============================================================= ] 1026/1038 98% [============================================================= ] 1027/1038 98% [============================================================= ] 1028/1038 99% [============================================================= ] 1029/1038 99% [============================================================= ] 1030/1038 99% [============================================================= ] 1031/1038 99% [============================================================= ] 1032/1038 99% [============================================================= ] 1033/1038 99% [============================================================= ] 1034/1038 99% [============================================================= ] 1035/1038 99% [============================================================= ] 1036/1038 99% [============================================================= ] 1037/1038 99% [==============================================================] 1038/1038 100% operation complete, 1038 objects in 33669 NAND pages. ln -snf /home/autobuild/autobuild/instance-6/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-6/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-6/buildroot' >>> Buildroot 2022.11-rc1-133-gef6c9da9d2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 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) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.84 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> linux-firmware 20220310 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) WHENCE: OK (sha256: 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> open-lldp 1.1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> reaver 1.6.6 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-6/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-6/buildroot'