PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-1/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-1/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-1/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-1/output-1/host/bin PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-1/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-1/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-1/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-1/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-1/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%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-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%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', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-1/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-1/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/include /home/autobuild/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-1/output-1/target/usr/doc find /home/autobuild/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-1/output-1/target/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/man /home/autobuild/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/info /home/autobuild/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/doc /home/autobuild/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-1/output-1/target/lib/debug /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-1/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-1/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-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc1-44-g9b911c8e8f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-1/output-1/per-package /home/autobuild/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1266 number of 4KB nodes: 13457 Total image size: 46838799 >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkcramfs -B /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1266 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1266 0% [ ] 2/1266 0% [ ] 3/1266 0% [ ] 4/1266 0% [ ] 5/1266 0% [ ] 6/1266 0% [ ] 7/1266 0% [ ] 8/1266 0% [ ] 9/1266 0% [ ] 10/1266 0% [ ] 11/1266 0% [ ] 12/1266 0% [ ] 13/1266 1% [ ] 14/1266 1% [ ] 15/1266 1% [ ] 16/1266 1% [ ] 17/1266 1% [ ] 18/1266 1% [ ] 19/1266 1% [ ] 20/1266 1% [= ] 21/1266 1% [= ] 22/1266 1% [= ] 23/1266 1% [= ] 24/1266 1% [= ] 25/1266 1% [= ] 26/1266 2% [= ] 27/1266 2% [= ] 28/1266 2% [= ] 29/1266 2% [= ] 30/1266 2% [= ] 31/1266 2% [= ] 32/1266 2% [= ] 33/1266 2% [= ] 34/1266 2% [= ] 35/1266 2% [= ] 36/1266 2% [= ] 37/1266 2% [= ] 38/1266 3% [= ] 39/1266 3% [= ] 40/1266 3% [== ] 41/1266 3% [== ] 42/1266 3% [== ] 43/1266 3% [== ] 44/1266 3% [== ] 45/1266 3% [== ] 46/1266 3% [== ] 47/1266 3% [== ] 48/1266 3% [== ] 49/1266 3% [== ] 50/1266 3% [== ] 51/1266 4% [== ] 52/1266 4% [== ] 53/1266 4% [== ] 54/1266 4% [== ] 55/1266 4% [== ] 56/1266 4% [== ] 57/1266 4% [== ] 58/1266 4% [== ] 59/1266 4% [== ] 60/1266 4% [== ] 61/1266 4% [=== ] 62/1266 4% [=== ] 63/1266 4% [=== ] 64/1266 5% [=== ] 65/1266 5% [=== ] 66/1266 5% [=== ] 67/1266 5% [=== ] 68/1266 5% [=== ] 69/1266 5% [=== ] 70/1266 5% [=== ] 71/1266 5% [=== ] 72/1266 5% [=== ] 73/1266 5% [=== ] 74/1266 5% [=== ] 75/1266 5% [=== ] 76/1266 6% [=== ] 77/1266 6% [=== ] 78/1266 6% [=== ] 79/1266 6% [=== ] 80/1266 6% [=== ] 81/1266 6% [==== ] 82/1266 6% [==== ] 83/1266 6% [==== ] 84/1266 6% [==== ] 85/1266 6% [==== ] 86/1266 6% [==== ] 87/1266 6% [==== ] 88/1266 6% [==== ] 89/1266 7% [==== ] 90/1266 7% [==== ] 91/1266 7% [==== ] 92/1266 7% [==== ] 93/1266 7% [==== ] 94/1266 7% [==== ] 95/1266 7% [==== ] 96/1266 7% [==== ] 97/1266 7% [==== ] 98/1266 7% [==== ] 99/1266 7% [==== ] 100/1266 7% [==== ] 101/1266 7% [==== ] 102/1266 8% [===== ] 103/1266 8% [===== ] 104/1266 8% [===== ] 105/1266 8% [===== ] 106/1266 8% [===== ] 107/1266 8% [===== ] 108/1266 8% [===== ] 109/1266 8% [===== ] 110/1266 8% [===== ] 111/1266 8% [===== ] 112/1266 8% [===== ] 113/1266 8% [===== ] 114/1266 9% [===== ] 115/1266 9% [===== ] 116/1266 9% [===== ] 117/1266 9% [===== ] 118/1266 9% [===== ] 119/1266 9% [===== ] 120/1266 9% [===== ] 121/1266 9% [===== ] 122/1266 9% [====== ] 123/1266 9% [====== ] 124/1266 9% [====== ] 125/1266 9% [====== ] 126/1266 9% [====== ] 127/1266 10% [====== ] 128/1266 10% [====== ] 129/1266 10% [====== ] 130/1266 10% [====== ] 131/1266 10% [====== ] 132/1266 10% [====== ] 133/1266 10% [====== ] 134/1266 10% [====== ] 135/1266 10% [====== ] 136/1266 10% [====== ] 137/1266 10% [====== ] 138/1266 10% [====== ] 139/1266 10% [====== ] 140/1266 11% [====== ] 141/1266 11% [====== ] 142/1266 11% [======= ] 143/1266 11% [======= ] 144/1266 11% [======= ] 145/1266 11% [======= ] 146/1266 11% [======= ] 147/1266 11% [======= ] 148/1266 11% [======= ] 149/1266 11% [======= ] 150/1266 11% [======= ] 151/1266 11% [======= ] 152/1266 12% [======= ] 153/1266 12% [======= ] 154/1266 12% [======= ] 155/1266 12% [======= ] 156/1266 12% [======= ] 157/1266 12% [======= ] 158/1266 12% [======= ] 159/1266 12% [======= ] 160/1266 12% [======= ] 161/1266 12% [======= ] 162/1266 12% [======= ] 163/1266 12% [======== ] 164/1266 12% [======== ] 165/1266 13% [======== ] 166/1266 13% [======== ] 167/1266 13% [======== ] 168/1266 13% [======== ] 169/1266 13% [======== ] 170/1266 13% [======== ] 171/1266 13% [======== ] 172/1266 13% [======== ] 173/1266 13% [======== ] 174/1266 13% [======== ] 175/1266 13% [======== ] 176/1266 13% [======== ] 177/1266 13% [======== ] 178/1266 14% [======== ] 179/1266 14% [======== ] 180/1266 14% [======== ] 181/1266 14% [======== ] 182/1266 14% [======== ] 183/1266 14% [========= ] 184/1266 14% [========= ] 185/1266 14% [========= ] 186/1266 14% [========= ] 187/1266 14% [========= ] 188/1266 14% [========= ] 189/1266 14% [========= ] 190/1266 15% [========= ] 191/1266 15% [========= ] 192/1266 15% [========= ] 193/1266 15% [========= ] 194/1266 15% [========= ] 195/1266 15% [========= ] 196/1266 15% [========= ] 197/1266 15% [========= ] 198/1266 15% [========= ] 199/1266 15% [========= ] 200/1266 15% [========= ] 201/1266 15% [========= ] 202/1266 15% [========= ] 203/1266 16% [========= ] 204/1266 16% [========== ] 205/1266 16% [========== ] 206/1266 16% [========== ] 207/1266 16% [========== ] 208/1266 16% [========== ] 209/1266 16% [========== ] 210/1266 16% [========== ] 211/1266 16% [========== ] 212/1266 16% [========== ] 213/1266 16% [========== ] 214/1266 16% [========== ] 215/1266 16% [========== ] 216/1266 17% [========== ] 217/1266 17% [========== ] 218/1266 17% [========== ] 219/1266 17% [========== ] 220/1266 17% [========== ] 221/1266 17% [========== ] 222/1266 17% [========== ] 223/1266 17% [========== ] 224/1266 17% [=========== ] 225/1266 17% [=========== ] 226/1266 17% [=========== ] 227/1266 17% [=========== ] 228/1266 18% [=========== ] 229/1266 18% [=========== ] 230/1266 18% [=========== ] 231/1266 18% [=========== ] 232/1266 18% [=========== ] 233/1266 18% [=========== ] 234/1266 18% [=========== ] 235/1266 18% [=========== ] 236/1266 18% [=========== ] 237/1266 18% [=========== ] 238/1266 18% [=========== ] 239/1266 18% [=========== ] 240/1266 18% [=========== ] 241/1266 19% [=========== ] 242/1266 19% [=========== ] 243/1266 19% [=========== ] 244/1266 19% [=========== ] 245/1266 19% [============ ] 246/1266 19% [============ ] 247/1266 19% [============ ] 248/1266 19% [============ ] 249/1266 19% [============ ] 250/1266 19% [============ ] 251/1266 19% [============ ] 252/1266 19% [============ ] 253/1266 19% [============ ] 254/1266 20% [============ ] 255/1266 20% [============ ] 256/1266 20% [============ ] 257/1266 20% [============ ] 258/1266 20% [============ ] 259/1266 20% [============ ] 260/1266 20% [============ ] 261/1266 20% [============ ] 262/1266 20% [============ ] 263/1266 20% [============ ] 264/1266 20% [============ ] 265/1266 20% [============= ] 266/1266 21% [============= ] 267/1266 21% [============= ] 268/1266 21% [============= ] 269/1266 21% [============= ] 270/1266 21% [============= ] 271/1266 21% [============= ] 272/1266 21% [============= ] 273/1266 21% [============= ] 274/1266 21% [============= ] 275/1266 21% [============= ] 276/1266 21% [============= ] 277/1266 21% [============= ] 278/1266 21% [============= ] 279/1266 22% [============= ] 280/1266 22% [============= ] 281/1266 22% [============= ] 282/1266 22% [============= ] 283/1266 22% [============= ] 284/1266 22% [============= ] 285/1266 22% [============== ] 286/1266 22% [============== ] 287/1266 22% [============== ] 288/1266 22% [============== ] 289/1266 22% [============== ] 290/1266 22% [============== ] 291/1266 22% [============== ] 292/1266 23% [============== ] 293/1266 23% [============== ] 294/1266 23% [============== ] 295/1266 23% [============== ] 296/1266 23% [============== ] 297/1266 23% [============== ] 298/1266 23% [============== ] 299/1266 23% [============== ] 300/1266 23% [============== ] 301/1266 23% [============== ] 302/1266 23% [============== ] 303/1266 23% [============== ] 304/1266 24% [============== ] 305/1266 24% [============== ] 306/1266 24% [=============== ] 307/1266 24% [=============== ] 308/1266 24% [=============== ] 309/1266 24% [=============== ] 310/1266 24% [=============== ] 311/1266 24% [=============== ] 312/1266 24% [=============== ] 313/1266 24% [=============== ] 314/1266 24% [=============== ] 315/1266 24% [=============== ] 316/1266 24% [=============== ] 317/1266 25% [=============== ] 318/1266 25% [=============== ] 319/1266 25% [=============== ] 320/1266 25% [=============== ] 321/1266 25% [=============== ] 322/1266 25% [=============== ] 323/1266 25% [=============== ] 324/1266 25% [=============== ] 325/1266 25% [=============== ] 326/1266 25% [================ ] 327/1266 25% [================ ] 328/1266 25% [================ ] 329/1266 25% [================ ] 330/1266 26% [================ ] 331/1266 26% [================ ] 332/1266 26% [================ ] 333/1266 26% [================ ] 334/1266 26% [================ ] 335/1266 26% [================ ] 336/1266 26% [================ ] 337/1266 26% [================ ] 338/1266 26% [================ ] 339/1266 26% [================ ] 340/1266 26% [================ ] 341/1266 26% [================ ] 342/1266 27% [================ ] 343/1266 27% [================ ] 344/1266 27% [================ ] 345/1266 27% [================ ] 346/1266 27% [================ ] 347/1266 27% [================= ] 348/1266 27% [================= ] 349/1266 27% [================= ] 350/1266 27% [================= ] 351/1266 27% [================= ] 352/1266 27% [================= ] 353/1266 27% [================= ] 354/1266 27% [================= ] 355/1266 28% [================= ] 356/1266 28% [================= ] 357/1266 28% [================= ] 358/1266 28% [================= ] 359/1266 28% [================= ] 360/1266 28% [================= ] 361/1266 28% [================= ] 362/1266 28% [================= ] 363/1266 28% [================= ] 364/1266 28% [================= ] 365/1266 28% [================= ] 366/1266 28% [================= ] 367/1266 28% [================== ] 368/1266 29% [================== ] 369/1266 29% [================== ] 370/1266 29% [================== ] 371/1266 29% [================== ] 372/1266 29% [================== ] 373/1266 29% [================== ] 374/1266 29% [================== ] 375/1266 29% [================== ] 376/1266 29% [================== ] 377/1266 29% [================== ] 378/1266 29% [================== ] 379/1266 29% [================== ] 380/1266 30% [================== ] 381/1266 30% [================== ] 382/1266 30% [================== ] 383/1266 30% [================== ] 384/1266 30% [================== ] 385/1266 30% [================== ] 386/1266 30% [================== ] 387/1266 30% [=================== ] 388/1266 30% [=================== ] 389/1266 30% [=================== ] 390/1266 30% [=================== ] 391/1266 30% [=================== ] 392/1266 30% [=================== ] 393/1266 31% [=================== ] 394/1266 31% [=================== ] 395/1266 31% [=================== ] 396/1266 31% [=================== ] 397/1266 31% [=================== ] 398/1266 31% [=================== ] 399/1266 31% [=================== ] 400/1266 31% [=================== ] 401/1266 31% [=================== ] 402/1266 31% [=================== ] 403/1266 31% [=================== ] 404/1266 31% [=================== ] 405/1266 31% [=================== ] 406/1266 32% [=================== ] 407/1266 32% [=================== ] 408/1266 32% [==================== ] 409/1266 32% [==================== ] 410/1266 32% [==================== ] 411/1266 32% [==================== ] 412/1266 32% [==================== ] 413/1266 32% [==================== ] 414/1266 32% [==================== ] 415/1266 32% [==================== ] 416/1266 32% [==================== ] 417/1266 32% [==================== ] 418/1266 33% [==================== ] 419/1266 33% [==================== ] 420/1266 33% [==================== ] 421/1266 33% [==================== ] 422/1266 33% [==================== ] 423/1266 33% [==================== ] 424/1266 33% [==================== ] 425/1266 33% [==================== ] 426/1266 33% [==================== ] 427/1266 33% [==================== ] 428/1266 33% [===================== ] 429/1266 33% [===================== ] 430/1266 33% [===================== ] 431/1266 34% [===================== ] 432/1266 34% [===================== ] 433/1266 34% [===================== ] 434/1266 34% [===================== ] 435/1266 34% [===================== ] 436/1266 34% [===================== ] 437/1266 34% [===================== ] 438/1266 34% [===================== ] 439/1266 34% [===================== ] 440/1266 34% [===================== ] 441/1266 34% [===================== ] 442/1266 34% [===================== ] 443/1266 34% [===================== ] 444/1266 35% [===================== ] 445/1266 35% [===================== ] 446/1266 35% [===================== ] 447/1266 35% [===================== ] 448/1266 35% [===================== ] 449/1266 35% [====================== ] 450/1266 35% [====================== ] 451/1266 35% [====================== ] 452/1266 35% [====================== ] 453/1266 35% [====================== ] 454/1266 35% [====================== ] 455/1266 35% [====================== ] 456/1266 36% [====================== ] 457/1266 36% [====================== ] 458/1266 36% [====================== ] 459/1266 36% [====================== ] 460/1266 36% [====================== ] 461/1266 36% [====================== ] 462/1266 36% [====================== ] 463/1266 36% [====================== ] 464/1266 36% [====================== ] 465/1266 36% [====================== ] 466/1266 36% [====================== ] 467/1266 36% [====================== ] 468/1266 36% [====================== ] 469/1266 37% [======================= ] 470/1266 37% [======================= ] 471/1266 37% [======================= ] 472/1266 37% [======================= ] 473/1266 37% [======================= ] 474/1266 37% [======================= ] 475/1266 37% [======================= ] 476/1266 37% [======================= ] 477/1266 37% [======================= ] 478/1266 37% [======================= ] 479/1266 37% [======================= ] 480/1266 37% [======================= ] 481/1266 37% [======================= ] 482/1266 38% [======================= ] 483/1266 38% [======================= ] 484/1266 38% [======================= ] 485/1266 38% [======================= ] 486/1266 38% [======================= ] 487/1266 38% [======================= ] 488/1266 38% [======================= ] 489/1266 38% [======================= ] 490/1266 38% [======================== ] 491/1266 38% [======================== ] 492/1266 38% [======================== ] 493/1266 38% [======================== ] 494/1266 39% [======================== ] 495/1266 39% [======================== ] 496/1266 39% [======================== ] 497/1266 39% [======================== ] 498/1266 39% [======================== ] 499/1266 39% [======================== ] 500/1266 39% [======================== ] 501/1266 39% [======================== ] 502/1266 39% [======================== ] 503/1266 39% [======================== ] 504/1266 39% [======================== ] 505/1266 39% [======================== ] 506/1266 39% [======================== ] 507/1266 40% [======================== ] 508/1266 40% [======================== ] 509/1266 40% [======================== ] 510/1266 40% [========================= ] 511/1266 40% [========================= ] 512/1266 40% [========================= ] 513/1266 40% [========================= ] 514/1266 40% [========================= ] 515/1266 40% [========================= ] 516/1266 40% [========================= ] 517/1266 40% [========================= ] 518/1266 40% [========================= ] 519/1266 40% [========================= ] 520/1266 41% [========================= ] 521/1266 41% [========================= ] 522/1266 41% [========================= ] 523/1266 41% [========================= ] 524/1266 41% [========================= ] 525/1266 41% [========================= ] 526/1266 41% [========================= ] 527/1266 41% [========================= ] 528/1266 41% [========================= ] 529/1266 41% [========================= ] 530/1266 41% [========================== ] 531/1266 41% [========================== ] 532/1266 42% [========================== ] 533/1266 42% [========================== ] 534/1266 42% [========================== ] 535/1266 42% [========================== ] 536/1266 42% [========================== ] 537/1266 42% [========================== ] 538/1266 42% [========================== ] 539/1266 42% [========================== ] 540/1266 42% [========================== ] 541/1266 42% [========================== ] 542/1266 42% [========================== ] 543/1266 42% [========================== ] 544/1266 42% [========================== ] 545/1266 43% [========================== ] 546/1266 43% [========================== ] 547/1266 43% [========================== ] 548/1266 43% [========================== ] 549/1266 43% [========================== ] 550/1266 43% [========================== ] 551/1266 43% [=========================== ] 552/1266 43% [=========================== ] 553/1266 43% [=========================== ] 554/1266 43% [=========================== ] 555/1266 43% [=========================== ] 556/1266 43% [=========================== ] 557/1266 43% [=========================== ] 558/1266 44% [=========================== ] 559/1266 44% [=========================== ] 560/1266 44% [=========================== ] 561/1266 44% [=========================== ] 562/1266 44% [=========================== ] 563/1266 44% [=========================== ] 564/1266 44% [=========================== ] 565/1266 44% [=========================== ] 566/1266 44% [=========================== ] 567/1266 44% [=========================== ] 568/1266 44% [=========================== ] 569/1266 44% [=========================== ] 570/1266 45% [=========================== ] 571/1266 45% [============================ ] 572/1266 45% [============================ ] 573/1266 45% [============================ ] 574/1266 45% [============================ ] 575/1266 45% [============================ ] 576/1266 45% [============================ ] 577/1266 45% [============================ ] 578/1266 45% [============================ ] 579/1266 45% [============================ ] 580/1266 45% [============================ ] 581/1266 45% [============================ ] 582/1266 45% [============================ ] 583/1266 46% [============================ ] 584/1266 46% [============================ ] 585/1266 46% [============================ ] 586/1266 46% [============================ ] 587/1266 46% [============================ ] 588/1266 46% [============================ ] 589/1266 46% [============================ ] 590/1266 46% [============================ ] 591/1266 46% [============================ ] 592/1266 46% [============================= ] 593/1266 46% [============================= ] 594/1266 46% [============================= ] 595/1266 46% [============================= ] 596/1266 47% [============================= ] 597/1266 47% [============================= ] 598/1266 47% [============================= ] 599/1266 47% [============================= ] 600/1266 47% [============================= ] 601/1266 47% [============================= ] 602/1266 47% [============================= ] 603/1266 47% [============================= ] 604/1266 47% [============================= ] 605/1266 47% [============================= ] 606/1266 47% [============================= ] 607/1266 47% [============================= ] 608/1266 48% [============================= ] 609/1266 48% [============================= ] 610/1266 48% [============================= ] 611/1266 48% [============================= ] 612/1266 48% [============================== ] 613/1266 48% [============================== ] 614/1266 48% [============================== ] 615/1266 48% [============================== ] 616/1266 48% [============================== ] 617/1266 48% [============================== ] 618/1266 48% [============================== ] 619/1266 48% [============================== ] 620/1266 48% [============================== ] 621/1266 49% [============================== ] 622/1266 49% [============================== ] 623/1266 49% [============================== ] 624/1266 49% [============================== ] 625/1266 49% [============================== ] 626/1266 49% [============================== ] 627/1266 49% [============================== ] 628/1266 49% [============================== ] 629/1266 49% [============================== ] 630/1266 49% [============================== ] 631/1266 49% [============================== ] 632/1266 49% [=============================== ] 633/1266 50% [=============================== ] 634/1266 50% [=============================== ] 635/1266 50% [=============================== ] 636/1266 50% [=============================== ] 637/1266 50% [=============================== ] 638/1266 50% [=============================== ] 639/1266 50% [=============================== ] 640/1266 50% [=============================== ] 641/1266 50% [=============================== ] 642/1266 50% [=============================== ] 643/1266 50% [=============================== ] 644/1266 50% [=============================== ] 645/1266 50% [=============================== ] 646/1266 51% [=============================== ] 647/1266 51% [=============================== ] 648/1266 51% [=============================== ] 649/1266 51% [=============================== ] 650/1266 51% [=============================== ] 651/1266 51% [=============================== ] 652/1266 51% [=============================== ] 653/1266 51% [================================ ] 654/1266 51% [================================ ] 655/1266 51% [================================ ] 656/1266 51% [================================ ] 657/1266 51% [================================ ] 658/1266 51% [================================ ] 659/1266 52% [================================ ] 660/1266 52% [================================ ] 661/1266 52% [================================ ] 662/1266 52% [================================ ] 663/1266 52% [================================ ] 664/1266 52% [================================ ] 665/1266 52% [================================ ] 666/1266 52% [================================ ] 667/1266 52% [================================ ] 668/1266 52% [================================ ] 669/1266 52% [================================ ] 670/1266 52% [================================ ] 671/1266 53% [================================ ] 672/1266 53% [================================ ] 673/1266 53% [================================= ] 674/1266 53% [================================= ] 675/1266 53% [================================= ] 676/1266 53% [================================= ] 677/1266 53% [================================= ] 678/1266 53% [================================= ] 679/1266 53% [================================= ] 680/1266 53% [================================= ] 681/1266 53% [================================= ] 682/1266 53% [================================= ] 683/1266 53% [================================= ] 684/1266 54% [================================= ] 685/1266 54% [================================= ] 686/1266 54% [================================= ] 687/1266 54% [================================= ] 688/1266 54% [================================= ] 689/1266 54% [================================= ] 690/1266 54% [================================= ] 691/1266 54% [================================= ] 692/1266 54% [================================= ] 693/1266 54% [================================= ] 694/1266 54% [================================== ] 695/1266 54% [================================== ] 696/1266 54% [================================== ] 697/1266 55% [================================== ] 698/1266 55% [================================== ] 699/1266 55% [================================== ] 700/1266 55% [================================== ] 701/1266 55% [================================== ] 702/1266 55% [================================== ] 703/1266 55% [================================== ] 704/1266 55% [================================== ] 705/1266 55% [================================== ] 706/1266 55% [================================== ] 707/1266 55% [================================== ] 708/1266 55% [================================== ] 709/1266 56% [================================== ] 710/1266 56% [================================== ] 711/1266 56% [================================== ] 712/1266 56% [================================== ] 713/1266 56% [================================== ] 714/1266 56% [=================================== ] 715/1266 56% [=================================== ] 716/1266 56% [=================================== ] 717/1266 56% [=================================== ] 718/1266 56% [=================================== ] 719/1266 56% [=================================== ] 720/1266 56% [=================================== ] 721/1266 56% [=================================== ] 722/1266 57% [=================================== ] 723/1266 57% [=================================== ] 724/1266 57% [=================================== ] 725/1266 57% [=================================== ] 726/1266 57% [=================================== ] 727/1266 57% [=================================== ] 728/1266 57% [=================================== ] 729/1266 57% [=================================== ] 730/1266 57% [=================================== ] 731/1266 57% [=================================== ] 732/1266 57% [=================================== ] 733/1266 57% [=================================== ] 734/1266 57% [=================================== ] 735/1266 58% [==================================== ] 736/1266 58% [==================================== ] 737/1266 58% [==================================== ] 738/1266 58% [==================================== ] 739/1266 58% [==================================== ] 740/1266 58% [==================================== ] 741/1266 58% [==================================== ] 742/1266 58% [==================================== ] 743/1266 58% [==================================== ] 744/1266 58% [==================================== ] 745/1266 58% [==================================== ] 746/1266 58% [==================================== ] 747/1266 59% [==================================== ] 748/1266 59% [==================================== ] 749/1266 59% [==================================== ] 750/1266 59% [==================================== ] 751/1266 59% [==================================== ] 752/1266 59% [==================================== ] 753/1266 59% [==================================== ] 754/1266 59% [==================================== ] 755/1266 59% [===================================== ] 756/1266 59% [===================================== ] 757/1266 59% [===================================== ] 758/1266 59% [===================================== ] 759/1266 59% [===================================== ] 760/1266 60% [===================================== ] 761/1266 60% [===================================== ] 762/1266 60% [===================================== ] 763/1266 60% [===================================== ] 764/1266 60% [===================================== ] 765/1266 60% [===================================== ] 766/1266 60% [===================================== ] 767/1266 60% [===================================== ] 768/1266 60% [===================================== ] 769/1266 60% [===================================== ] 770/1266 60% [===================================== ] 771/1266 60% [===================================== ] 772/1266 60% [===================================== ] 773/1266 61% [===================================== ] 774/1266 61% [===================================== ] 775/1266 61% [====================================== ] 776/1266 61% [====================================== ] 777/1266 61% [====================================== ] 778/1266 61% [====================================== ] 779/1266 61% [====================================== ] 780/1266 61% [====================================== ] 781/1266 61% [====================================== ] 782/1266 61% [====================================== ] 783/1266 61% [====================================== ] 784/1266 61% [====================================== ] 785/1266 62% [====================================== ] 786/1266 62% [====================================== ] 787/1266 62% [====================================== ] 788/1266 62% [====================================== ] 789/1266 62% [====================================== ] 790/1266 62% [====================================== ] 791/1266 62% [====================================== ] 792/1266 62% [====================================== ] 793/1266 62% [====================================== ] 794/1266 62% [====================================== ] 795/1266 62% [====================================== ] 796/1266 62% [======================================= ] 797/1266 62% [======================================= ] 798/1266 63% [======================================= ] 799/1266 63% [======================================= ] 800/1266 63% [======================================= ] 801/1266 63% [======================================= ] 802/1266 63% [======================================= ] 803/1266 63% [======================================= ] 804/1266 63% [======================================= ] 805/1266 63% [======================================= ] 806/1266 63% [======================================= ] 807/1266 63% [======================================= ] 808/1266 63% [======================================= ] 809/1266 63% [======================================= ] 810/1266 63% [======================================= ] 811/1266 64% [======================================= ] 812/1266 64% [======================================= ] 813/1266 64% [======================================= ] 814/1266 64% [======================================= ] 815/1266 64% [======================================= ] 816/1266 64% [======================================== ] 817/1266 64% [======================================== ] 818/1266 64% [======================================== ] 819/1266 64% [======================================== ] 820/1266 64% [======================================== ] 821/1266 64% [======================================== ] 822/1266 64% [======================================== ] 823/1266 65% [======================================== ] 824/1266 65% [======================================== ] 825/1266 65% [======================================== ] 826/1266 65% [======================================== ] 827/1266 65% [======================================== ] 828/1266 65% [======================================== ] 829/1266 65% [======================================== ] 830/1266 65% [======================================== ] 831/1266 65% [======================================== ] 832/1266 65% [======================================== ] 833/1266 65% [======================================== ] 834/1266 65% [======================================== ] 835/1266 65% [======================================== ] 836/1266 66% [======================================== ] 837/1266 66% [========================================= ] 838/1266 66% [========================================= ] 839/1266 66% [========================================= ] 840/1266 66% [========================================= ] 841/1266 66% [========================================= ] 842/1266 66% [========================================= ] 843/1266 66% [========================================= ] 844/1266 66% [========================================= ] 845/1266 66% [========================================= ] 846/1266 66% [========================================= ] 847/1266 66% [========================================= ] 848/1266 66% [========================================= ] 849/1266 67% [========================================= ] 850/1266 67% [========================================= ] 851/1266 67% [========================================= ] 852/1266 67% [========================================= ] 853/1266 67% [========================================= ] 854/1266 67% [========================================= ] 855/1266 67% [========================================= ] 856/1266 67% [========================================= ] 857/1266 67% [========================================== ] 858/1266 67% [========================================== ] 859/1266 67% [========================================== ] 860/1266 67% [========================================== ] 861/1266 68% [========================================== ] 862/1266 68% [========================================== ] 863/1266 68% [========================================== ] 864/1266 68% [========================================== ] 865/1266 68% [========================================== ] 866/1266 68% [========================================== ] 867/1266 68% [========================================== ] 868/1266 68% [========================================== ] 869/1266 68% [========================================== ] 870/1266 68% [========================================== ] 871/1266 68% [========================================== ] 872/1266 68% [========================================== ] 873/1266 68% [========================================== ] 874/1266 69% [========================================== ] 875/1266 69% [========================================== ] 876/1266 69% [========================================== ] 877/1266 69% [========================================== ] 878/1266 69% [=========================================== ] 879/1266 69% [=========================================== ] 880/1266 69% [=========================================== ] 881/1266 69% [=========================================== ] 882/1266 69% [=========================================== ] 883/1266 69% [=========================================== ] 884/1266 69% [=========================================== ] 885/1266 69% [=========================================== ] 886/1266 69% [=========================================== ] 887/1266 70% [=========================================== ] 888/1266 70% [=========================================== ] 889/1266 70% [=========================================== ] 890/1266 70% [=========================================== ] 891/1266 70% [=========================================== ] 892/1266 70% [=========================================== ] 893/1266 70% [=========================================== ] 894/1266 70% [=========================================== ] 895/1266 70% [=========================================== ] 896/1266 70% [=========================================== ] 897/1266 70% [=========================================== ] 898/1266 70% [============================================ ] 899/1266 71% [============================================ ] 900/1266 71% [============================================ ] 901/1266 71% [============================================ ] 902/1266 71% [============================================ ] 903/1266 71% [============================================ ] 904/1266 71% [============================================ ] 905/1266 71% [============================================ ] 906/1266 71% [============================================ ] 907/1266 71% [============================================ ] 908/1266 71% [============================================ ] 909/1266 71% [============================================ ] 910/1266 71% [============================================ ] 911/1266 71% [============================================ ] 912/1266 72% [============================================ ] 913/1266 72% [============================================ ] 914/1266 72% [============================================ ] 915/1266 72% [============================================ ] 916/1266 72% [============================================ ] 917/1266 72% [============================================ ] 918/1266 72% [============================================= ] 919/1266 72% [============================================= ] 920/1266 72% [============================================= ] 921/1266 72% [============================================= ] 922/1266 72% [============================================= ] 923/1266 72% [============================================= ] 924/1266 72% [============================================= ] 925/1266 73% [============================================= ] 926/1266 73% [============================================= ] 927/1266 73% [============================================= ] 928/1266 73% [============================================= ] 929/1266 73% [============================================= ] 930/1266 73% [============================================= ] 931/1266 73% [============================================= ] 932/1266 73% [============================================= ] 933/1266 73% [============================================= ] 934/1266 73% [============================================= ] 935/1266 73% [============================================= ] 936/1266 73% [============================================= ] 937/1266 74% [============================================= ] 938/1266 74% [============================================= ] 939/1266 74% [============================================== ] 940/1266 74% [============================================== ] 941/1266 74% [============================================== ] 942/1266 74% [============================================== ] 943/1266 74% [============================================== ] 944/1266 74% [============================================== ] 945/1266 74% [============================================== ] 946/1266 74% [============================================== ] 947/1266 74% [============================================== ] 948/1266 74% [============================================== ] 949/1266 74% [============================================== ] 950/1266 75% [============================================== ] 951/1266 75% [============================================== ] 952/1266 75% [============================================== ] 953/1266 75% [============================================== ] 954/1266 75% [============================================== ] 955/1266 75% [============================================== ] 956/1266 75% [============================================== ] 957/1266 75% [============================================== ] 958/1266 75% [============================================== ] 959/1266 75% [=============================================== ] 960/1266 75% [=============================================== ] 961/1266 75% [=============================================== ] 962/1266 75% [=============================================== ] 963/1266 76% [=============================================== ] 964/1266 76% [=============================================== ] 965/1266 76% [=============================================== ] 966/1266 76% [=============================================== ] 967/1266 76% [=============================================== ] 968/1266 76% [=============================================== ] 969/1266 76% [=============================================== ] 970/1266 76% [=============================================== ] 971/1266 76% [=============================================== ] 972/1266 76% [=============================================== ] 973/1266 76% [=============================================== ] 974/1266 76% [=============================================== ] 975/1266 77% [=============================================== ] 976/1266 77% [=============================================== ] 977/1266 77% [=============================================== ] 978/1266 77% [=============================================== ] 979/1266 77% [=============================================== ] 980/1266 77% [================================================ ] 981/1266 77% [================================================ ] 982/1266 77% [================================================ ] 983/1266 77% [================================================ ] 984/1266 77% [================================================ ] 985/1266 77% [================================================ ] 986/1266 77% [================================================ ] 987/1266 77% [================================================ ] 988/1266 78% [================================================ ] 989/1266 78% [================================================ ] 990/1266 78% [================================================ ] 991/1266 78% [================================================ ] 992/1266 78% [================================================ ] 993/1266 78% [================================================ ] 994/1266 78% [================================================ ] 995/1266 78% [================================================ ] 996/1266 78% [================================================ ] 997/1266 78% [================================================ ] 998/1266 78% [================================================ ] 999/1266 78% [================================================ ] 1000/1266 78% [================================================= ] 1001/1266 79% [================================================= ] 1002/1266 79% [================================================= ] 1003/1266 79% [================================================= ] 1004/1266 79% [================================================= ] 1005/1266 79% [================================================= ] 1006/1266 79% [================================================= ] 1007/1266 79% [================================================= ] 1008/1266 79% [================================================= ] 1009/1266 79% [================================================= ] 1010/1266 79% [================================================= ] 1011/1266 79% [================================================= ] 1012/1266 79% [================================================= ] 1013/1266 80% [================================================= ] 1014/1266 80% [================================================= ] 1015/1266 80% [================================================= ] 1016/1266 80% [================================================= ] 1017/1266 80% [================================================= ] 1018/1266 80% [================================================= ] 1019/1266 80% [================================================= ] 1020/1266 80% [================================================== ] 1021/1266 80% [================================================== ] 1022/1266 80% [================================================== ] 1023/1266 80% [================================================== ] 1024/1266 80% [================================================== ] 1025/1266 80% [================================================== ] 1026/1266 81% [================================================== ] 1027/1266 81% [================================================== ] 1028/1266 81% [================================================== ] 1029/1266 81% [================================================== ] 1030/1266 81% [================================================== ] 1031/1266 81% [================================================== ] 1032/1266 81% [================================================== ] 1033/1266 81% [================================================== ] 1034/1266 81% [================================================== ] 1035/1266 81% [================================================== ] 1036/1266 81% [================================================== ] 1037/1266 81% [================================================== ] 1038/1266 81% [================================================== ] 1039/1266 82% [================================================== ] 1040/1266 82% [================================================== ] 1041/1266 82% [=================================================== ] 1042/1266 82% [=================================================== ] 1043/1266 82% [=================================================== ] 1044/1266 82% [=================================================== ] 1045/1266 82% [=================================================== ] 1046/1266 82% [=================================================== ] 1047/1266 82% [=================================================== ] 1048/1266 82% [=================================================== ] 1049/1266 82% [=================================================== ] 1050/1266 82% [=================================================== ] 1051/1266 83% [=================================================== ] 1052/1266 83% [=================================================== ] 1053/1266 83% [=================================================== ] 1054/1266 83% [=================================================== ] 1055/1266 83% [=================================================== ] 1056/1266 83% [=================================================== ] 1057/1266 83% [=================================================== ] 1058/1266 83% [=================================================== ] 1059/1266 83% [=================================================== ] 1060/1266 83% [=================================================== ] 1061/1266 83% [==================================================== ] 1062/1266 83% [==================================================== ] 1063/1266 83% [==================================================== ] 1064/1266 84% [==================================================== ] 1065/1266 84% [==================================================== ] 1066/1266 84% [==================================================== ] 1067/1266 84% [==================================================== ] 1068/1266 84% [==================================================== ] 1069/1266 84% [==================================================== ] 1070/1266 84% [==================================================== ] 1071/1266 84% [==================================================== ] 1072/1266 84% [==================================================== ] 1073/1266 84% [==================================================== ] 1074/1266 84% [==================================================== ] 1075/1266 84% [==================================================== ] 1076/1266 84% [==================================================== ] 1077/1266 85% [==================================================== ] 1078/1266 85% [==================================================== ] 1079/1266 85% [==================================================== ] 1080/1266 85% [==================================================== ] 1081/1266 85% [==================================================== ] 1082/1266 85% [===================================================== ] 1083/1266 85% [===================================================== ] 1084/1266 85% [===================================================== ] 1085/1266 85% [===================================================== ] 1086/1266 85% [===================================================== ] 1087/1266 85% [===================================================== ] 1088/1266 85% [===================================================== ] 1089/1266 86% [===================================================== ] 1090/1266 86% [===================================================== ] 1091/1266 86% [===================================================== ] 1092/1266 86% [===================================================== ] 1093/1266 86% [===================================================== ] 1094/1266 86% [===================================================== ] 1095/1266 86% [===================================================== ] 1096/1266 86% [===================================================== ] 1097/1266 86% [===================================================== ] 1098/1266 86% [===================================================== ] 1099/1266 86% [===================================================== ] 1100/1266 86% [===================================================== ] 1101/1266 86% [===================================================== ] 1102/1266 87% [====================================================== ] 1103/1266 87% [====================================================== ] 1104/1266 87% [====================================================== ] 1105/1266 87% [====================================================== ] 1106/1266 87% [====================================================== ] 1107/1266 87% [====================================================== ] 1108/1266 87% [====================================================== ] 1109/1266 87% [====================================================== ] 1110/1266 87% [====================================================== ] 1111/1266 87% [====================================================== ] 1112/1266 87% [====================================================== ] 1113/1266 87% [====================================================== ] 1114/1266 87% [====================================================== ] 1115/1266 88% [====================================================== ] 1116/1266 88% [====================================================== ] 1117/1266 88% [====================================================== ] 1118/1266 88% [====================================================== ] 1119/1266 88% [====================================================== ] 1120/1266 88% [====================================================== ] 1121/1266 88% [====================================================== ] 1122/1266 88% [====================================================== ] 1123/1266 88% [======================================================= ] 1124/1266 88% [======================================================= ] 1125/1266 88% [======================================================= ] 1126/1266 88% [======================================================= ] 1127/1266 89% [======================================================= ] 1128/1266 89% [======================================================= ] 1129/1266 89% [======================================================= ] 1130/1266 89% [======================================================= ] 1131/1266 89% [======================================================= ] 1132/1266 89% [======================================================= ] 1133/1266 89% [======================================================= ] 1134/1266 89% [======================================================= ] 1135/1266 89% [======================================================= ] 1136/1266 89% [======================================================= ] 1137/1266 89% [======================================================= ] 1138/1266 89% [======================================================= ] 1139/1266 89% [======================================================= ] 1140/1266 90% [======================================================= ] 1141/1266 90% [======================================================= ] 1142/1266 90% [======================================================= ] 1143/1266 90% [======================================================== ] 1144/1266 90% [======================================================== ] 1145/1266 90% [======================================================== ] 1146/1266 90% [======================================================== ] 1147/1266 90% [======================================================== ] 1148/1266 90% [======================================================== ] 1149/1266 90% [======================================================== ] 1150/1266 90% [======================================================== ] 1151/1266 90% [======================================================== ] 1152/1266 90% [======================================================== ] 1153/1266 91% [======================================================== ] 1154/1266 91% [======================================================== ] 1155/1266 91% [======================================================== ] 1156/1266 91% [======================================================== ] 1157/1266 91% [======================================================== ] 1158/1266 91% [======================================================== ] 1159/1266 91% [======================================================== ] 1160/1266 91% [======================================================== ] 1161/1266 91% [======================================================== ] 1162/1266 91% [======================================================== ] 1163/1266 91% [========================================================= ] 1164/1266 91% [========================================================= ] 1165/1266 92% [========================================================= ] 1166/1266 92% [========================================================= ] 1167/1266 92% [========================================================= ] 1168/1266 92% [========================================================= ] 1169/1266 92% [========================================================= ] 1170/1266 92% [========================================================= ] 1171/1266 92% [========================================================= ] 1172/1266 92% [========================================================= ] 1173/1266 92% [========================================================= ] 1174/1266 92% [========================================================= ] 1175/1266 92% [========================================================= ] 1176/1266 92% [========================================================= ] 1177/1266 92% [========================================================= ] 1178/1266 93% [========================================================= ] 1179/1266 93% [========================================================= ] 1180/1266 93% [========================================================= ] 1181/1266 93% [========================================================= ] 1182/1266 93% [========================================================= ] 1183/1266 93% [========================================================= ] 1184/1266 93% [========================================================== ] 1185/1266 93% [========================================================== ] 1186/1266 93% [========================================================== ] 1187/1266 93% [========================================================== ] 1188/1266 93% [========================================================== ] 1189/1266 93% [========================================================== ] 1190/1266 93% [========================================================== ] 1191/1266 94% [========================================================== ] 1192/1266 94% [========================================================== ] 1193/1266 94% [========================================================== ] 1194/1266 94% [========================================================== ] 1195/1266 94% [========================================================== ] 1196/1266 94% [========================================================== ] 1197/1266 94% [========================================================== ] 1198/1266 94% [========================================================== ] 1199/1266 94% [========================================================== ] 1200/1266 94% [========================================================== ] 1201/1266 94% [========================================================== ] 1202/1266 94% [========================================================== ] 1203/1266 95% [========================================================== ] 1204/1266 95% [=========================================================== ] 1205/1266 95% [=========================================================== ] 1206/1266 95% [=========================================================== ] 1207/1266 95% [=========================================================== ] 1208/1266 95% [=========================================================== ] 1209/1266 95% [=========================================================== ] 1210/1266 95% [=========================================================== ] 1211/1266 95% [=========================================================== ] 1212/1266 95% [=========================================================== ] 1213/1266 95% [=========================================================== ] 1214/1266 95% [=========================================================== ] 1215/1266 95% [=========================================================== ] 1216/1266 96% [=========================================================== ] 1217/1266 96% [=========================================================== ] 1218/1266 96% [=========================================================== ] 1219/1266 96% [=========================================================== ] 1220/1266 96% [=========================================================== ] 1221/1266 96% [=========================================================== ] 1222/1266 96% [=========================================================== ] 1223/1266 96% [=========================================================== ] 1224/1266 96% [=========================================================== ] 1225/1266 96% [============================================================ ] 1226/1266 96% [============================================================ ] 1227/1266 96% [============================================================ ] 1228/1266 96% [============================================================ ] 1229/1266 97% [============================================================ ] 1230/1266 97% [============================================================ ] 1231/1266 97% [============================================================ ] 1232/1266 97% [============================================================ ] 1233/1266 97% [============================================================ ] 1234/1266 97% [============================================================ ] 1235/1266 97% [============================================================ ] 1236/1266 97% [============================================================ ] 1237/1266 97% [============================================================ ] 1238/1266 97% [============================================================ ] 1239/1266 97% [============================================================ ] 1240/1266 97% [============================================================ ] 1241/1266 98% [============================================================ ] 1242/1266 98% [============================================================ ] 1243/1266 98% [============================================================ ] 1244/1266 98% [============================================================ ] 1245/1266 98% [============================================================= ] 1246/1266 98% [============================================================= ] 1247/1266 98% [============================================================= ] 1248/1266 98% [============================================================= ] 1249/1266 98% [============================================================= ] 1250/1266 98% [============================================================= ] 1251/1266 98% [============================================================= ] 1252/1266 98% [============================================================= ] 1253/1266 98% [============================================================= ] 1254/1266 99% [============================================================= ] 1255/1266 99% [============================================================= ] 1256/1266 99% [============================================================= ] 1257/1266 99% [============================================================= ] 1258/1266 99% [============================================================= ] 1259/1266 99% [============================================================= ] 1260/1266 99% [============================================================= ] 1261/1266 99% [============================================================= ] 1262/1266 99% [============================================================= ] 1263/1266 99% [============================================================= ] 1264/1266 99% [============================================================= ] 1265/1266 99% [==============================================================] 1266/1266 100% operation complete, 1266 objects in 27369 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/mips64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2023.02-rc1-44-g9b911c8e8f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.11 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 >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> arp-scan 1.10.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuplot 5.4.6 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ifupdown-scripts Collecting legal info >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> initscripts Collecting legal info >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libsolv 0.7.22 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> lighttpd 1.4.69 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> procps-ng 3.3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rtl_433 22.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> ssdp-responder 1.9 Collecting legal info LICENSE: OK (sha256: 68d6fdc22e337f725fe719bf9ae6d92b1d8d0ca4cff8219b303ab76706670a8d) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'