0K .......... .......... .......... ........ 100% 9.23M=0.004s 2023-08-14 16:41:01 (9.23 MB/s) - '/home/autobuild/autobuild/instance-8/output-1/build/.0.2.9.tar.gz.WqgBZ4/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-8/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/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-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-8/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-8/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/bin PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/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-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-8/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-8/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%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-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi rm -f -r /home/autobuild/autobuild/instance-8/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-8/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-8/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-8/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-8/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-8/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/include /home/autobuild/autobuild/instance-8/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-rc1-90-g4b026eb1f4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.squashfs -noappend -processors 1 -b 512K -nopad -comp xz\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-8/output-1/images/rootfs.squashfs, block size 524288. [===============================================================/] 674/674 100% Exportable Squashfs 4.0 filesystem, xz compressed, data block size 524288 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 12873.69 Kbytes (12.57 Mbytes) 26.01% of uncompressed filesystem size (49500.05 Kbytes) Inode table size 10004 bytes (9.77 Kbytes) 23.44% of uncompressed inode table size (42673 bytes) Directory table size 11138 bytes (10.88 Kbytes) 48.89% of uncompressed directory table size (22780 bytes) Number of duplicate files found 45 Number of inodes 1211 Number of files 633 Number of fragments 49 Number of symbolic links 487 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 91 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) http (33) Number of gids 2 root (0) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/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-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/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-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1211 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/1211 0% [ ] 2/1211 0% [ ] 3/1211 0% [ ] 4/1211 0% [ ] 5/1211 0% [ ] 6/1211 0% [ ] 7/1211 0% [ ] 8/1211 0% [ ] 9/1211 0% [ ] 10/1211 0% [ ] 11/1211 0% [ ] 12/1211 0% [ ] 13/1211 1% [ ] 14/1211 1% [ ] 15/1211 1% [ ] 16/1211 1% [ ] 17/1211 1% [ ] 18/1211 1% [ ] 19/1211 1% [= ] 20/1211 1% [= ] 21/1211 1% [= ] 22/1211 1% [= ] 23/1211 1% [= ] 24/1211 1% [= ] 25/1211 2% [= ] 26/1211 2% [= ] 27/1211 2% [= ] 28/1211 2% [= ] 29/1211 2% [= ] 30/1211 2% [= ] 31/1211 2% [= ] 32/1211 2% [= ] 33/1211 2% [= ] 34/1211 2% [= ] 35/1211 2% [= ] 36/1211 2% [= ] 37/1211 3% [= ] 38/1211 3% [= ] 39/1211 3% [== ] 40/1211 3% [== ] 41/1211 3% [== ] 42/1211 3% [== ] 43/1211 3% [== ] 44/1211 3% [== ] 45/1211 3% [== ] 46/1211 3% [== ] 47/1211 3% [== ] 48/1211 3% [== ] 49/1211 4% [== ] 50/1211 4% [== ] 51/1211 4% [== ] 52/1211 4% [== ] 53/1211 4% [== ] 54/1211 4% [== ] 55/1211 4% [== ] 56/1211 4% [== ] 57/1211 4% [== ] 58/1211 4% [=== ] 59/1211 4% [=== ] 60/1211 4% [=== ] 61/1211 5% [=== ] 62/1211 5% [=== ] 63/1211 5% [=== ] 64/1211 5% [=== ] 65/1211 5% [=== ] 66/1211 5% [=== ] 67/1211 5% [=== ] 68/1211 5% [=== ] 69/1211 5% [=== ] 70/1211 5% [=== ] 71/1211 5% [=== ] 72/1211 5% [=== ] 73/1211 6% [=== ] 74/1211 6% [=== ] 75/1211 6% [=== ] 76/1211 6% [=== ] 77/1211 6% [=== ] 78/1211 6% [==== ] 79/1211 6% [==== ] 80/1211 6% [==== ] 81/1211 6% [==== ] 82/1211 6% [==== ] 83/1211 6% [==== ] 84/1211 6% [==== ] 85/1211 7% [==== ] 86/1211 7% [==== ] 87/1211 7% [==== ] 88/1211 7% [==== ] 89/1211 7% [==== ] 90/1211 7% [==== ] 91/1211 7% [==== ] 92/1211 7% [==== ] 93/1211 7% [==== ] 94/1211 7% [==== ] 95/1211 7% [==== ] 96/1211 7% [==== ] 97/1211 8% [===== ] 98/1211 8% [===== ] 99/1211 8% [===== ] 100/1211 8% [===== ] 101/1211 8% [===== ] 102/1211 8% [===== ] 103/1211 8% [===== ] 104/1211 8% [===== ] 105/1211 8% [===== ] 106/1211 8% [===== ] 107/1211 8% [===== ] 108/1211 8% [===== ] 109/1211 9% [===== ] 110/1211 9% [===== ] 111/1211 9% [===== ] 112/1211 9% [===== ] 113/1211 9% [===== ] 114/1211 9% [===== ] 115/1211 9% [===== ] 116/1211 9% [===== ] 117/1211 9% [====== ] 118/1211 9% [====== ] 119/1211 9% [====== ] 120/1211 9% [====== ] 121/1211 9% [====== ] 122/1211 10% [====== ] 123/1211 10% [====== ] 124/1211 10% [====== ] 125/1211 10% [====== ] 126/1211 10% [====== ] 127/1211 10% [====== ] 128/1211 10% [====== ] 129/1211 10% [====== ] 130/1211 10% [====== ] 131/1211 10% [====== ] 132/1211 10% [====== ] 133/1211 10% [====== ] 134/1211 11% [====== ] 135/1211 11% [====== ] 136/1211 11% [======= ] 137/1211 11% [======= ] 138/1211 11% [======= ] 139/1211 11% [======= ] 140/1211 11% [======= ] 141/1211 11% [======= ] 142/1211 11% [======= ] 143/1211 11% [======= ] 144/1211 11% [======= ] 145/1211 11% [======= ] 146/1211 12% [======= ] 147/1211 12% [======= ] 148/1211 12% [======= ] 149/1211 12% [======= ] 150/1211 12% [======= ] 151/1211 12% [======= ] 152/1211 12% [======= ] 153/1211 12% [======= ] 154/1211 12% [======= ] 155/1211 12% [======= ] 156/1211 12% [======== ] 157/1211 12% [======== ] 158/1211 13% [======== ] 159/1211 13% [======== ] 160/1211 13% [======== ] 161/1211 13% [======== ] 162/1211 13% [======== ] 163/1211 13% [======== ] 164/1211 13% [======== ] 165/1211 13% [======== ] 166/1211 13% [======== ] 167/1211 13% [======== ] 168/1211 13% [======== ] 169/1211 13% [======== ] 170/1211 14% [======== ] 171/1211 14% [======== ] 172/1211 14% [======== ] 173/1211 14% [======== ] 174/1211 14% [======== ] 175/1211 14% [========= ] 176/1211 14% [========= ] 177/1211 14% [========= ] 178/1211 14% [========= ] 179/1211 14% [========= ] 180/1211 14% [========= ] 181/1211 14% [========= ] 182/1211 15% [========= ] 183/1211 15% [========= ] 184/1211 15% [========= ] 185/1211 15% [========= ] 186/1211 15% [========= ] 187/1211 15% [========= ] 188/1211 15% [========= ] 189/1211 15% [========= ] 190/1211 15% [========= ] 191/1211 15% [========= ] 192/1211 15% [========= ] 193/1211 15% [========= ] 194/1211 16% [========= ] 195/1211 16% [========== ] 196/1211 16% [========== ] 197/1211 16% [========== ] 198/1211 16% [========== ] 199/1211 16% [========== ] 200/1211 16% [========== ] 201/1211 16% [========== ] 202/1211 16% [========== ] 203/1211 16% [========== ] 204/1211 16% [========== ] 205/1211 16% [========== ] 206/1211 17% [========== ] 207/1211 17% [========== ] 208/1211 17% [========== ] 209/1211 17% [========== ] 210/1211 17% [========== ] 211/1211 17% [========== ] 212/1211 17% [========== ] 213/1211 17% [========== ] 214/1211 17% [=========== ] 215/1211 17% [=========== ] 216/1211 17% [=========== ] 217/1211 17% [=========== ] 218/1211 18% [=========== ] 219/1211 18% [=========== ] 220/1211 18% [=========== ] 221/1211 18% [=========== ] 222/1211 18% [=========== ] 223/1211 18% [=========== ] 224/1211 18% [=========== ] 225/1211 18% [=========== ] 226/1211 18% [=========== ] 227/1211 18% [=========== ] 228/1211 18% [=========== ] 229/1211 18% [=========== ] 230/1211 18% [=========== ] 231/1211 19% [=========== ] 232/1211 19% [=========== ] 233/1211 19% [=========== ] 234/1211 19% [============ ] 235/1211 19% [============ ] 236/1211 19% [============ ] 237/1211 19% [============ ] 238/1211 19% [============ ] 239/1211 19% [============ ] 240/1211 19% [============ ] 241/1211 19% [============ ] 242/1211 19% [============ ] 243/1211 20% [============ ] 244/1211 20% [============ ] 245/1211 20% [============ ] 246/1211 20% [============ ] 247/1211 20% [============ ] 248/1211 20% [============ ] 249/1211 20% [============ ] 250/1211 20% [============ ] 251/1211 20% [============ ] 252/1211 20% [============ ] 253/1211 20% [============= ] 254/1211 20% [============= ] 255/1211 21% [============= ] 256/1211 21% [============= ] 257/1211 21% [============= ] 258/1211 21% [============= ] 259/1211 21% [============= ] 260/1211 21% [============= ] 261/1211 21% [============= ] 262/1211 21% [============= ] 263/1211 21% [============= ] 264/1211 21% [============= ] 265/1211 21% [============= ] 266/1211 21% [============= ] 267/1211 22% [============= ] 268/1211 22% [============= ] 269/1211 22% [============= ] 270/1211 22% [============= ] 271/1211 22% [============= ] 272/1211 22% [============= ] 273/1211 22% [============== ] 274/1211 22% [============== ] 275/1211 22% [============== ] 276/1211 22% [============== ] 277/1211 22% [============== ] 278/1211 22% [============== ] 279/1211 23% [============== ] 280/1211 23% [============== ] 281/1211 23% [============== ] 282/1211 23% [============== ] 283/1211 23% [============== ] 284/1211 23% [============== ] 285/1211 23% [============== ] 286/1211 23% [============== ] 287/1211 23% [============== ] 288/1211 23% [============== ] 289/1211 23% [============== ] 290/1211 23% [============== ] 291/1211 24% [============== ] 292/1211 24% [=============== ] 293/1211 24% [=============== ] 294/1211 24% [=============== ] 295/1211 24% [=============== ] 296/1211 24% [=============== ] 297/1211 24% [=============== ] 298/1211 24% [=============== ] 299/1211 24% [=============== ] 300/1211 24% [=============== ] 301/1211 24% [=============== ] 302/1211 24% [=============== ] 303/1211 25% [=============== ] 304/1211 25% [=============== ] 305/1211 25% [=============== ] 306/1211 25% [=============== ] 307/1211 25% [=============== ] 308/1211 25% [=============== ] 309/1211 25% [=============== ] 310/1211 25% [=============== ] 311/1211 25% [=============== ] 312/1211 25% [================ ] 313/1211 25% [================ ] 314/1211 25% [================ ] 315/1211 26% [================ ] 316/1211 26% [================ ] 317/1211 26% [================ ] 318/1211 26% [================ ] 319/1211 26% [================ ] 320/1211 26% [================ ] 321/1211 26% [================ ] 322/1211 26% [================ ] 323/1211 26% [================ ] 324/1211 26% [================ ] 325/1211 26% [================ ] 326/1211 26% [================ ] 327/1211 27% [================ ] 328/1211 27% [================ ] 329/1211 27% [================ ] 330/1211 27% [================ ] 331/1211 27% [================ ] 332/1211 27% [================= ] 333/1211 27% [================= ] 334/1211 27% [================= ] 335/1211 27% [================= ] 336/1211 27% [================= ] 337/1211 27% [================= ] 338/1211 27% [================= ] 339/1211 27% [================= ] 340/1211 28% [================= ] 341/1211 28% [================= ] 342/1211 28% [================= ] 343/1211 28% [================= ] 344/1211 28% [================= ] 345/1211 28% [================= ] 346/1211 28% [================= ] 347/1211 28% [================= ] 348/1211 28% [================= ] 349/1211 28% [================= ] 350/1211 28% [================= ] 351/1211 28% [================== ] 352/1211 29% [================== ] 353/1211 29% [================== ] 354/1211 29% [================== ] 355/1211 29% [================== ] 356/1211 29% [================== ] 357/1211 29% [================== ] 358/1211 29% [================== ] 359/1211 29% [================== ] 360/1211 29% [================== ] 361/1211 29% [================== ] 362/1211 29% [================== ] 363/1211 29% [================== ] 364/1211 30% [================== ] 365/1211 30% [================== ] 366/1211 30% [================== ] 367/1211 30% [================== ] 368/1211 30% [================== ] 369/1211 30% [================== ] 370/1211 30% [================== ] 371/1211 30% [=================== ] 372/1211 30% [=================== ] 373/1211 30% [=================== ] 374/1211 30% [=================== ] 375/1211 30% [=================== ] 376/1211 31% [=================== ] 377/1211 31% [=================== ] 378/1211 31% [=================== ] 379/1211 31% [=================== ] 380/1211 31% [=================== ] 381/1211 31% [=================== ] 382/1211 31% [=================== ] 383/1211 31% [=================== ] 384/1211 31% [=================== ] 385/1211 31% [=================== ] 386/1211 31% [=================== ] 387/1211 31% [=================== ] 388/1211 32% [=================== ] 389/1211 32% [=================== ] 390/1211 32% [==================== ] 391/1211 32% [==================== ] 392/1211 32% [==================== ] 393/1211 32% [==================== ] 394/1211 32% [==================== ] 395/1211 32% [==================== ] 396/1211 32% [==================== ] 397/1211 32% [==================== ] 398/1211 32% [==================== ] 399/1211 32% [==================== ] 400/1211 33% [==================== ] 401/1211 33% [==================== ] 402/1211 33% [==================== ] 403/1211 33% [==================== ] 404/1211 33% [==================== ] 405/1211 33% [==================== ] 406/1211 33% [==================== ] 407/1211 33% [==================== ] 408/1211 33% [==================== ] 409/1211 33% [==================== ] 410/1211 33% [===================== ] 411/1211 33% [===================== ] 412/1211 34% [===================== ] 413/1211 34% [===================== ] 414/1211 34% [===================== ] 415/1211 34% [===================== ] 416/1211 34% [===================== ] 417/1211 34% [===================== ] 418/1211 34% [===================== ] 419/1211 34% [===================== ] 420/1211 34% [===================== ] 421/1211 34% [===================== ] 422/1211 34% [===================== ] 423/1211 34% [===================== ] 424/1211 35% [===================== ] 425/1211 35% [===================== ] 426/1211 35% [===================== ] 427/1211 35% [===================== ] 428/1211 35% [===================== ] 429/1211 35% [====================== ] 430/1211 35% [====================== ] 431/1211 35% [====================== ] 432/1211 35% [====================== ] 433/1211 35% [====================== ] 434/1211 35% [====================== ] 435/1211 35% [====================== ] 436/1211 36% [====================== ] 437/1211 36% [====================== ] 438/1211 36% [====================== ] 439/1211 36% [====================== ] 440/1211 36% [====================== ] 441/1211 36% [====================== ] 442/1211 36% [====================== ] 443/1211 36% [====================== ] 444/1211 36% [====================== ] 445/1211 36% [====================== ] 446/1211 36% [====================== ] 447/1211 36% [====================== ] 448/1211 36% [====================== ] 449/1211 37% [======================= ] 450/1211 37% [======================= ] 451/1211 37% [======================= ] 452/1211 37% [======================= ] 453/1211 37% [======================= ] 454/1211 37% [======================= ] 455/1211 37% [======================= ] 456/1211 37% [======================= ] 457/1211 37% [======================= ] 458/1211 37% [======================= ] 459/1211 37% [======================= ] 460/1211 37% [======================= ] 461/1211 38% [======================= ] 462/1211 38% [======================= ] 463/1211 38% [======================= ] 464/1211 38% [======================= ] 465/1211 38% [======================= ] 466/1211 38% [======================= ] 467/1211 38% [======================= ] 468/1211 38% [======================== ] 469/1211 38% [======================== ] 470/1211 38% [======================== ] 471/1211 38% [======================== ] 472/1211 38% [======================== ] 473/1211 39% [======================== ] 474/1211 39% [======================== ] 475/1211 39% [======================== ] 476/1211 39% [======================== ] 477/1211 39% [======================== ] 478/1211 39% [======================== ] 479/1211 39% [======================== ] 480/1211 39% [======================== ] 481/1211 39% [======================== ] 482/1211 39% [======================== ] 483/1211 39% [======================== ] 484/1211 39% [======================== ] 485/1211 40% [======================== ] 486/1211 40% [======================== ] 487/1211 40% [======================== ] 488/1211 40% [========================= ] 489/1211 40% [========================= ] 490/1211 40% [========================= ] 491/1211 40% [========================= ] 492/1211 40% [========================= ] 493/1211 40% [========================= ] 494/1211 40% [========================= ] 495/1211 40% [========================= ] 496/1211 40% [========================= ] 497/1211 41% [========================= ] 498/1211 41% [========================= ] 499/1211 41% [========================= ] 500/1211 41% [========================= ] 501/1211 41% [========================= ] 502/1211 41% [========================= ] 503/1211 41% [========================= ] 504/1211 41% [========================= ] 505/1211 41% [========================= ] 506/1211 41% [========================= ] 507/1211 41% [========================== ] 508/1211 41% [========================== ] 509/1211 42% [========================== ] 510/1211 42% [========================== ] 511/1211 42% [========================== ] 512/1211 42% [========================== ] 513/1211 42% [========================== ] 514/1211 42% [========================== ] 515/1211 42% [========================== ] 516/1211 42% [========================== ] 517/1211 42% [========================== ] 518/1211 42% [========================== ] 519/1211 42% [========================== ] 520/1211 42% [========================== ] 521/1211 43% [========================== ] 522/1211 43% [========================== ] 523/1211 43% [========================== ] 524/1211 43% [========================== ] 525/1211 43% [========================== ] 526/1211 43% [========================== ] 527/1211 43% [=========================== ] 528/1211 43% [=========================== ] 529/1211 43% [=========================== ] 530/1211 43% [=========================== ] 531/1211 43% [=========================== ] 532/1211 43% [=========================== ] 533/1211 44% [=========================== ] 534/1211 44% [=========================== ] 535/1211 44% [=========================== ] 536/1211 44% [=========================== ] 537/1211 44% [=========================== ] 538/1211 44% [=========================== ] 539/1211 44% [=========================== ] 540/1211 44% [=========================== ] 541/1211 44% [=========================== ] 542/1211 44% [=========================== ] 543/1211 44% [=========================== ] 544/1211 44% [=========================== ] 545/1211 45% [=========================== ] 546/1211 45% [============================ ] 547/1211 45% [============================ ] 548/1211 45% [============================ ] 549/1211 45% [============================ ] 550/1211 45% [============================ ] 551/1211 45% [============================ ] 552/1211 45% [============================ ] 553/1211 45% [============================ ] 554/1211 45% [============================ ] 555/1211 45% [============================ ] 556/1211 45% [============================ ] 557/1211 45% [============================ ] 558/1211 46% [============================ ] 559/1211 46% [============================ ] 560/1211 46% [============================ ] 561/1211 46% [============================ ] 562/1211 46% [============================ ] 563/1211 46% [============================ ] 564/1211 46% [============================ ] 565/1211 46% [============================ ] 566/1211 46% [============================= ] 567/1211 46% [============================= ] 568/1211 46% [============================= ] 569/1211 46% [============================= ] 570/1211 47% [============================= ] 571/1211 47% [============================= ] 572/1211 47% [============================= ] 573/1211 47% [============================= ] 574/1211 47% [============================= ] 575/1211 47% [============================= ] 576/1211 47% [============================= ] 577/1211 47% [============================= ] 578/1211 47% [============================= ] 579/1211 47% [============================= ] 580/1211 47% [============================= ] 581/1211 47% [============================= ] 582/1211 48% [============================= ] 583/1211 48% [============================= ] 584/1211 48% [============================= ] 585/1211 48% [============================== ] 586/1211 48% [============================== ] 587/1211 48% [============================== ] 588/1211 48% [============================== ] 589/1211 48% [============================== ] 590/1211 48% [============================== ] 591/1211 48% [============================== ] 592/1211 48% [============================== ] 593/1211 48% [============================== ] 594/1211 49% [============================== ] 595/1211 49% [============================== ] 596/1211 49% [============================== ] 597/1211 49% [============================== ] 598/1211 49% [============================== ] 599/1211 49% [============================== ] 600/1211 49% [============================== ] 601/1211 49% [============================== ] 602/1211 49% [============================== ] 603/1211 49% [============================== ] 604/1211 49% [============================== ] 605/1211 49% [=============================== ] 606/1211 50% [=============================== ] 607/1211 50% [=============================== ] 608/1211 50% [=============================== ] 609/1211 50% [=============================== ] 610/1211 50% [=============================== ] 611/1211 50% [=============================== ] 612/1211 50% [=============================== ] 613/1211 50% [=============================== ] 614/1211 50% [=============================== ] 615/1211 50% [=============================== ] 616/1211 50% [=============================== ] 617/1211 50% [=============================== ] 618/1211 51% [=============================== ] 619/1211 51% [=============================== ] 620/1211 51% [=============================== ] 621/1211 51% [=============================== ] 622/1211 51% [=============================== ] 623/1211 51% [=============================== ] 624/1211 51% [=============================== ] 625/1211 51% [================================ ] 626/1211 51% [================================ ] 627/1211 51% [================================ ] 628/1211 51% [================================ ] 629/1211 51% [================================ ] 630/1211 52% [================================ ] 631/1211 52% [================================ ] 632/1211 52% [================================ ] 633/1211 52% [================================ ] 634/1211 52% [================================ ] 635/1211 52% [================================ ] 636/1211 52% [================================ ] 637/1211 52% [================================ ] 638/1211 52% [================================ ] 639/1211 52% [================================ ] 640/1211 52% [================================ ] 641/1211 52% [================================ ] 642/1211 53% [================================ ] 643/1211 53% [================================ ] 644/1211 53% [================================= ] 645/1211 53% [================================= ] 646/1211 53% [================================= ] 647/1211 53% [================================= ] 648/1211 53% [================================= ] 649/1211 53% [================================= ] 650/1211 53% [================================= ] 651/1211 53% [================================= ] 652/1211 53% [================================= ] 653/1211 53% [================================= ] 654/1211 54% [================================= ] 655/1211 54% [================================= ] 656/1211 54% [================================= ] 657/1211 54% [================================= ] 658/1211 54% [================================= ] 659/1211 54% [================================= ] 660/1211 54% [================================= ] 661/1211 54% [================================= ] 662/1211 54% [================================= ] 663/1211 54% [================================= ] 664/1211 54% [================================== ] 665/1211 54% [================================== ] 666/1211 54% [================================== ] 667/1211 55% [================================== ] 668/1211 55% [================================== ] 669/1211 55% [================================== ] 670/1211 55% [================================== ] 671/1211 55% [================================== ] 672/1211 55% [================================== ] 673/1211 55% [================================== ] 674/1211 55% [================================== ] 675/1211 55% [================================== ] 676/1211 55% [================================== ] 677/1211 55% [================================== ] 678/1211 55% [================================== ] 679/1211 56% [================================== ] 680/1211 56% [================================== ] 681/1211 56% [================================== ] 682/1211 56% [================================== ] 683/1211 56% [=================================== ] 684/1211 56% [=================================== ] 685/1211 56% [=================================== ] 686/1211 56% [=================================== ] 687/1211 56% [=================================== ] 688/1211 56% [=================================== ] 689/1211 56% [=================================== ] 690/1211 56% [=================================== ] 691/1211 57% [=================================== ] 692/1211 57% [=================================== ] 693/1211 57% [=================================== ] 694/1211 57% [=================================== ] 695/1211 57% [=================================== ] 696/1211 57% [=================================== ] 697/1211 57% [=================================== ] 698/1211 57% [=================================== ] 699/1211 57% [=================================== ] 700/1211 57% [=================================== ] 701/1211 57% [=================================== ] 702/1211 57% [=================================== ] 703/1211 58% [==================================== ] 704/1211 58% [==================================== ] 705/1211 58% [==================================== ] 706/1211 58% [==================================== ] 707/1211 58% [==================================== ] 708/1211 58% [==================================== ] 709/1211 58% [==================================== ] 710/1211 58% [==================================== ] 711/1211 58% [==================================== ] 712/1211 58% [==================================== ] 713/1211 58% [==================================== ] 714/1211 58% [==================================== ] 715/1211 59% [==================================== ] 716/1211 59% [==================================== ] 717/1211 59% [==================================== ] 718/1211 59% [==================================== ] 719/1211 59% [==================================== ] 720/1211 59% [==================================== ] 721/1211 59% [==================================== ] 722/1211 59% [===================================== ] 723/1211 59% [===================================== ] 724/1211 59% [===================================== ] 725/1211 59% [===================================== ] 726/1211 59% [===================================== ] 727/1211 60% [===================================== ] 728/1211 60% [===================================== ] 729/1211 60% [===================================== ] 730/1211 60% [===================================== ] 731/1211 60% [===================================== ] 732/1211 60% [===================================== ] 733/1211 60% [===================================== ] 734/1211 60% [===================================== ] 735/1211 60% [===================================== ] 736/1211 60% [===================================== ] 737/1211 60% [===================================== ] 738/1211 60% [===================================== ] 739/1211 61% [===================================== ] 740/1211 61% [===================================== ] 741/1211 61% [===================================== ] 742/1211 61% [====================================== ] 743/1211 61% [====================================== ] 744/1211 61% [====================================== ] 745/1211 61% [====================================== ] 746/1211 61% [====================================== ] 747/1211 61% [====================================== ] 748/1211 61% [====================================== ] 749/1211 61% [====================================== ] 750/1211 61% [====================================== ] 751/1211 62% [====================================== ] 752/1211 62% [====================================== ] 753/1211 62% [====================================== ] 754/1211 62% [====================================== ] 755/1211 62% [====================================== ] 756/1211 62% [====================================== ] 757/1211 62% [====================================== ] 758/1211 62% [====================================== ] 759/1211 62% [====================================== ] 760/1211 62% [====================================== ] 761/1211 62% [======================================= ] 762/1211 62% [======================================= ] 763/1211 63% [======================================= ] 764/1211 63% [======================================= ] 765/1211 63% [======================================= ] 766/1211 63% [======================================= ] 767/1211 63% [======================================= ] 768/1211 63% [======================================= ] 769/1211 63% [======================================= ] 770/1211 63% [======================================= ] 771/1211 63% [======================================= ] 772/1211 63% [======================================= ] 773/1211 63% [======================================= ] 774/1211 63% [======================================= ] 775/1211 63% [======================================= ] 776/1211 64% [======================================= ] 777/1211 64% [======================================= ] 778/1211 64% [======================================= ] 779/1211 64% [======================================= ] 780/1211 64% [======================================= ] 781/1211 64% [======================================== ] 782/1211 64% [======================================== ] 783/1211 64% [======================================== ] 784/1211 64% [======================================== ] 785/1211 64% [======================================== ] 786/1211 64% [======================================== ] 787/1211 64% [======================================== ] 788/1211 65% [======================================== ] 789/1211 65% [======================================== ] 790/1211 65% [======================================== ] 791/1211 65% [======================================== ] 792/1211 65% [======================================== ] 793/1211 65% [======================================== ] 794/1211 65% [======================================== ] 795/1211 65% [======================================== ] 796/1211 65% [======================================== ] 797/1211 65% [======================================== ] 798/1211 65% [======================================== ] 799/1211 65% [======================================== ] 800/1211 66% [========================================= ] 801/1211 66% [========================================= ] 802/1211 66% [========================================= ] 803/1211 66% [========================================= ] 804/1211 66% [========================================= ] 805/1211 66% [========================================= ] 806/1211 66% [========================================= ] 807/1211 66% [========================================= ] 808/1211 66% [========================================= ] 809/1211 66% [========================================= ] 810/1211 66% [========================================= ] 811/1211 66% [========================================= ] 812/1211 67% [========================================= ] 813/1211 67% [========================================= ] 814/1211 67% [========================================= ] 815/1211 67% [========================================= ] 816/1211 67% [========================================= ] 817/1211 67% [========================================= ] 818/1211 67% [========================================= ] 819/1211 67% [========================================= ] 820/1211 67% [========================================== ] 821/1211 67% [========================================== ] 822/1211 67% [========================================== ] 823/1211 67% [========================================== ] 824/1211 68% [========================================== ] 825/1211 68% [========================================== ] 826/1211 68% [========================================== ] 827/1211 68% [========================================== ] 828/1211 68% [========================================== ] 829/1211 68% [========================================== ] 830/1211 68% [========================================== ] 831/1211 68% [========================================== ] 832/1211 68% [========================================== ] 833/1211 68% [========================================== ] 834/1211 68% [========================================== ] 835/1211 68% [========================================== ] 836/1211 69% [========================================== ] 837/1211 69% [========================================== ] 838/1211 69% [========================================== ] 839/1211 69% [=========================================== ] 840/1211 69% [=========================================== ] 841/1211 69% [=========================================== ] 842/1211 69% [=========================================== ] 843/1211 69% [=========================================== ] 844/1211 69% [=========================================== ] 845/1211 69% [=========================================== ] 846/1211 69% [=========================================== ] 847/1211 69% [=========================================== ] 848/1211 70% [=========================================== ] 849/1211 70% [=========================================== ] 850/1211 70% [=========================================== ] 851/1211 70% [=========================================== ] 852/1211 70% [=========================================== ] 853/1211 70% [=========================================== ] 854/1211 70% [=========================================== ] 855/1211 70% [=========================================== ] 856/1211 70% [=========================================== ] 857/1211 70% [=========================================== ] 858/1211 70% [=========================================== ] 859/1211 70% [============================================ ] 860/1211 71% [============================================ ] 861/1211 71% [============================================ ] 862/1211 71% [============================================ ] 863/1211 71% [============================================ ] 864/1211 71% [============================================ ] 865/1211 71% [============================================ ] 866/1211 71% [============================================ ] 867/1211 71% [============================================ ] 868/1211 71% [============================================ ] 869/1211 71% [============================================ ] 870/1211 71% [============================================ ] 871/1211 71% [============================================ ] 872/1211 72% [============================================ ] 873/1211 72% [============================================ ] 874/1211 72% [============================================ ] 875/1211 72% [============================================ ] 876/1211 72% [============================================ ] 877/1211 72% [============================================ ] 878/1211 72% [============================================= ] 879/1211 72% [============================================= ] 880/1211 72% [============================================= ] 881/1211 72% [============================================= ] 882/1211 72% [============================================= ] 883/1211 72% [============================================= ] 884/1211 72% [============================================= ] 885/1211 73% [============================================= ] 886/1211 73% [============================================= ] 887/1211 73% [============================================= ] 888/1211 73% [============================================= ] 889/1211 73% [============================================= ] 890/1211 73% [============================================= ] 891/1211 73% [============================================= ] 892/1211 73% [============================================= ] 893/1211 73% [============================================= ] 894/1211 73% [============================================= ] 895/1211 73% [============================================= ] 896/1211 73% [============================================= ] 897/1211 74% [============================================= ] 898/1211 74% [============================================== ] 899/1211 74% [============================================== ] 900/1211 74% [============================================== ] 901/1211 74% [============================================== ] 902/1211 74% [============================================== ] 903/1211 74% [============================================== ] 904/1211 74% [============================================== ] 905/1211 74% [============================================== ] 906/1211 74% [============================================== ] 907/1211 74% [============================================== ] 908/1211 74% [============================================== ] 909/1211 75% [============================================== ] 910/1211 75% [============================================== ] 911/1211 75% [============================================== ] 912/1211 75% [============================================== ] 913/1211 75% [============================================== ] 914/1211 75% [============================================== ] 915/1211 75% [============================================== ] 916/1211 75% [============================================== ] 917/1211 75% [============================================== ] 918/1211 75% [=============================================== ] 919/1211 75% [=============================================== ] 920/1211 75% [=============================================== ] 921/1211 76% [=============================================== ] 922/1211 76% [=============================================== ] 923/1211 76% [=============================================== ] 924/1211 76% [=============================================== ] 925/1211 76% [=============================================== ] 926/1211 76% [=============================================== ] 927/1211 76% [=============================================== ] 928/1211 76% [=============================================== ] 929/1211 76% [=============================================== ] 930/1211 76% [=============================================== ] 931/1211 76% [=============================================== ] 932/1211 76% [=============================================== ] 933/1211 77% [=============================================== ] 934/1211 77% [=============================================== ] 935/1211 77% [=============================================== ] 936/1211 77% [=============================================== ] 937/1211 77% [================================================ ] 938/1211 77% [================================================ ] 939/1211 77% [================================================ ] 940/1211 77% [================================================ ] 941/1211 77% [================================================ ] 942/1211 77% [================================================ ] 943/1211 77% [================================================ ] 944/1211 77% [================================================ ] 945/1211 78% [================================================ ] 946/1211 78% [================================================ ] 947/1211 78% [================================================ ] 948/1211 78% [================================================ ] 949/1211 78% [================================================ ] 950/1211 78% [================================================ ] 951/1211 78% [================================================ ] 952/1211 78% [================================================ ] 953/1211 78% [================================================ ] 954/1211 78% [================================================ ] 955/1211 78% [================================================ ] 956/1211 78% [================================================ ] 957/1211 79% [================================================= ] 958/1211 79% [================================================= ] 959/1211 79% [================================================= ] 960/1211 79% [================================================= ] 961/1211 79% [================================================= ] 962/1211 79% [================================================= ] 963/1211 79% [================================================= ] 964/1211 79% [================================================= ] 965/1211 79% [================================================= ] 966/1211 79% [================================================= ] 967/1211 79% [================================================= ] 968/1211 79% [================================================= ] 969/1211 80% [================================================= ] 970/1211 80% [================================================= ] 971/1211 80% [================================================= ] 972/1211 80% [================================================= ] 973/1211 80% [================================================= ] 974/1211 80% [================================================= ] 975/1211 80% [================================================= ] 976/1211 80% [================================================== ] 977/1211 80% [================================================== ] 978/1211 80% [================================================== ] 979/1211 80% [================================================== ] 980/1211 80% [================================================== ] 981/1211 81% [================================================== ] 982/1211 81% [================================================== ] 983/1211 81% [================================================== ] 984/1211 81% [================================================== ] 985/1211 81% [================================================== ] 986/1211 81% [================================================== ] 987/1211 81% [================================================== ] 988/1211 81% [================================================== ] 989/1211 81% [================================================== ] 990/1211 81% [================================================== ] 991/1211 81% [================================================== ] 992/1211 81% [================================================== ] 993/1211 81% [================================================== ] 994/1211 82% [================================================== ] 995/1211 82% [================================================== ] 996/1211 82% [=================================================== ] 997/1211 82% [=================================================== ] 998/1211 82% [=================================================== ] 999/1211 82% [=================================================== ] 1000/1211 82% [=================================================== ] 1001/1211 82% [=================================================== ] 1002/1211 82% [=================================================== ] 1003/1211 82% [=================================================== ] 1004/1211 82% [=================================================== ] 1005/1211 82% [=================================================== ] 1006/1211 83% [=================================================== ] 1007/1211 83% [=================================================== ] 1008/1211 83% [=================================================== ] 1009/1211 83% [=================================================== ] 1010/1211 83% [=================================================== ] 1011/1211 83% [=================================================== ] 1012/1211 83% [=================================================== ] 1013/1211 83% [=================================================== ] 1014/1211 83% [=================================================== ] 1015/1211 83% [==================================================== ] 1016/1211 83% [==================================================== ] 1017/1211 83% [==================================================== ] 1018/1211 84% [==================================================== ] 1019/1211 84% [==================================================== ] 1020/1211 84% [==================================================== ] 1021/1211 84% [==================================================== ] 1022/1211 84% [==================================================== ] 1023/1211 84% [==================================================== ] 1024/1211 84% [==================================================== ] 1025/1211 84% [==================================================== ] 1026/1211 84% [==================================================== ] 1027/1211 84% [==================================================== ] 1028/1211 84% [==================================================== ] 1029/1211 84% [==================================================== ] 1030/1211 85% [==================================================== ] 1031/1211 85% [==================================================== ] 1032/1211 85% [==================================================== ] 1033/1211 85% [==================================================== ] 1034/1211 85% [==================================================== ] 1035/1211 85% [===================================================== ] 1036/1211 85% [===================================================== ] 1037/1211 85% [===================================================== ] 1038/1211 85% [===================================================== ] 1039/1211 85% [===================================================== ] 1040/1211 85% [===================================================== ] 1041/1211 85% [===================================================== ] 1042/1211 86% [===================================================== ] 1043/1211 86% [===================================================== ] 1044/1211 86% [===================================================== ] 1045/1211 86% [===================================================== ] 1046/1211 86% [===================================================== ] 1047/1211 86% [===================================================== ] 1048/1211 86% [===================================================== ] 1049/1211 86% [===================================================== ] 1050/1211 86% [===================================================== ] 1051/1211 86% [===================================================== ] 1052/1211 86% [===================================================== ] 1053/1211 86% [===================================================== ] 1054/1211 87% [====================================================== ] 1055/1211 87% [====================================================== ] 1056/1211 87% [====================================================== ] 1057/1211 87% [====================================================== ] 1058/1211 87% [====================================================== ] 1059/1211 87% [====================================================== ] 1060/1211 87% [====================================================== ] 1061/1211 87% [====================================================== ] 1062/1211 87% [====================================================== ] 1063/1211 87% [====================================================== ] 1064/1211 87% [====================================================== ] 1065/1211 87% [====================================================== ] 1066/1211 88% [====================================================== ] 1067/1211 88% [====================================================== ] 1068/1211 88% [====================================================== ] 1069/1211 88% [====================================================== ] 1070/1211 88% [====================================================== ] 1071/1211 88% [====================================================== ] 1072/1211 88% [====================================================== ] 1073/1211 88% [====================================================== ] 1074/1211 88% [======================================================= ] 1075/1211 88% [======================================================= ] 1076/1211 88% [======================================================= ] 1077/1211 88% [======================================================= ] 1078/1211 89% [======================================================= ] 1079/1211 89% [======================================================= ] 1080/1211 89% [======================================================= ] 1081/1211 89% [======================================================= ] 1082/1211 89% [======================================================= ] 1083/1211 89% [======================================================= ] 1084/1211 89% [======================================================= ] 1085/1211 89% [======================================================= ] 1086/1211 89% [======================================================= ] 1087/1211 89% [======================================================= ] 1088/1211 89% [======================================================= ] 1089/1211 89% [======================================================= ] 1090/1211 90% [======================================================= ] 1091/1211 90% [======================================================= ] 1092/1211 90% [======================================================= ] 1093/1211 90% [======================================================== ] 1094/1211 90% [======================================================== ] 1095/1211 90% [======================================================== ] 1096/1211 90% [======================================================== ] 1097/1211 90% [======================================================== ] 1098/1211 90% [======================================================== ] 1099/1211 90% [======================================================== ] 1100/1211 90% [======================================================== ] 1101/1211 90% [======================================================== ] 1102/1211 90% [======================================================== ] 1103/1211 91% [======================================================== ] 1104/1211 91% [======================================================== ] 1105/1211 91% [======================================================== ] 1106/1211 91% [======================================================== ] 1107/1211 91% [======================================================== ] 1108/1211 91% [======================================================== ] 1109/1211 91% [======================================================== ] 1110/1211 91% [======================================================== ] 1111/1211 91% [======================================================== ] 1112/1211 91% [======================================================== ] 1113/1211 91% [========================================================= ] 1114/1211 91% [========================================================= ] 1115/1211 92% [========================================================= ] 1116/1211 92% [========================================================= ] 1117/1211 92% [========================================================= ] 1118/1211 92% [========================================================= ] 1119/1211 92% [========================================================= ] 1120/1211 92% [========================================================= ] 1121/1211 92% [========================================================= ] 1122/1211 92% [========================================================= ] 1123/1211 92% [========================================================= ] 1124/1211 92% [========================================================= ] 1125/1211 92% [========================================================= ] 1126/1211 92% [========================================================= ] 1127/1211 93% [========================================================= ] 1128/1211 93% [========================================================= ] 1129/1211 93% [========================================================= ] 1130/1211 93% [========================================================= ] 1131/1211 93% [========================================================= ] 1132/1211 93% [========================================================== ] 1133/1211 93% [========================================================== ] 1134/1211 93% [========================================================== ] 1135/1211 93% [========================================================== ] 1136/1211 93% [========================================================== ] 1137/1211 93% [========================================================== ] 1138/1211 93% [========================================================== ] 1139/1211 94% [========================================================== ] 1140/1211 94% [========================================================== ] 1141/1211 94% [========================================================== ] 1142/1211 94% [========================================================== ] 1143/1211 94% [========================================================== ] 1144/1211 94% [========================================================== ] 1145/1211 94% [========================================================== ] 1146/1211 94% [========================================================== ] 1147/1211 94% [========================================================== ] 1148/1211 94% [========================================================== ] 1149/1211 94% [========================================================== ] 1150/1211 94% [========================================================== ] 1151/1211 95% [========================================================== ] 1152/1211 95% [=========================================================== ] 1153/1211 95% [=========================================================== ] 1154/1211 95% [=========================================================== ] 1155/1211 95% [=========================================================== ] 1156/1211 95% [=========================================================== ] 1157/1211 95% [=========================================================== ] 1158/1211 95% [=========================================================== ] 1159/1211 95% [=========================================================== ] 1160/1211 95% [=========================================================== ] 1161/1211 95% [=========================================================== ] 1162/1211 95% [=========================================================== ] 1163/1211 96% [=========================================================== ] 1164/1211 96% [=========================================================== ] 1165/1211 96% [=========================================================== ] 1166/1211 96% [=========================================================== ] 1167/1211 96% [=========================================================== ] 1168/1211 96% [=========================================================== ] 1169/1211 96% [=========================================================== ] 1170/1211 96% [=========================================================== ] 1171/1211 96% [============================================================ ] 1172/1211 96% [============================================================ ] 1173/1211 96% [============================================================ ] 1174/1211 96% [============================================================ ] 1175/1211 97% [============================================================ ] 1176/1211 97% [============================================================ ] 1177/1211 97% [============================================================ ] 1178/1211 97% [============================================================ ] 1179/1211 97% [============================================================ ] 1180/1211 97% [============================================================ ] 1181/1211 97% [============================================================ ] 1182/1211 97% [============================================================ ] 1183/1211 97% [============================================================ ] 1184/1211 97% [============================================================ ] 1185/1211 97% [============================================================ ] 1186/1211 97% [============================================================ ] 1187/1211 98% [============================================================ ] 1188/1211 98% [============================================================ ] 1189/1211 98% [============================================================ ] 1190/1211 98% [============================================================ ] 1191/1211 98% [============================================================= ] 1192/1211 98% [============================================================= ] 1193/1211 98% [============================================================= ] 1194/1211 98% [============================================================= ] 1195/1211 98% [============================================================= ] 1196/1211 98% [============================================================= ] 1197/1211 98% [============================================================= ] 1198/1211 98% [============================================================= ] 1199/1211 99% [============================================================= ] 1200/1211 99% [============================================================= ] 1201/1211 99% [============================================================= ] 1202/1211 99% [============================================================= ] 1203/1211 99% [============================================================= ] 1204/1211 99% [============================================================= ] 1205/1211 99% [============================================================= ] 1206/1211 99% [============================================================= ] 1207/1211 99% [============================================================= ] 1208/1211 99% [============================================================= ] 1209/1211 99% [============================================================= ] 1210/1211 99% [==============================================================] 1211/1211 100% operation complete, 1211 objects in 26263 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/or1k-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2023.08-rc1-90-g4b026eb1f4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info >>> linux-headers 4.14.321 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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) >>> autofs 5.1.8 Collecting legal info COPYING: OK (sha256: 458028929f712b4795bc5adc31a1d6a2151364ce1b372ac43f613f56c8448fed) COPYRIGHT: OK (sha256: 26c826658dfa9e5ce5f182fbfbadf3fda2d184e78dba3d99da34c60113b2ce54) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-nfs-utils 2.6.3 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.2.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.8 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.2.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-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dnsmasq 2.89 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> imagemagick 7.1.0-51 Collecting legal info LICENSE: OK (sha256: 8cceeb67d4e783cb63075c7311fdb990fa0369ee80fbd0f481064cd02386ca2d) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> libexecinfo 1.1-3 Collecting legal info execinfo.h: OK (sha256: 46fbc8e6849a164c4ba8fd5875748bde302bf3cd713622af0e51b4e10344f516) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> mbedtls 2.28.3 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> logsurfer 1.8 Collecting legal info >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> neofetch 7.1.0 Collecting legal info LICENSE.md: OK (sha256: fc3034b3dd3a08db109949b629210213bba52aa95455cbc5c2fefa2fc1183efe) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.29.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> host-swugenerator 0.2 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-python-libconf 2.0.1 Collecting legal info LICENSE: OK (sha256: 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873) >>> tinc 1.0.36 Collecting legal info COPYING: OK (sha256: 3b37ffbf3459f2aceeef169aa65ee8b111ac1f8ba24a2a1b90b079678a9c7faa) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xenomai 3.0.10 Collecting legal info debian/copyright: OK (sha256: d37ebe86bf618942dad958927c44403f9b02fbebb3071a4a08408ccbdab5290f) include/COPYING: OK (sha256: f3380321da72ff509bf6939aa80e6d02fd22268f5c705137b34c205b39bc63a0) kernel/cobalt/COPYING: OK (sha256: d6b6d8ed1b12309085caf1cf775ea4acdad3288c7f7d993c2502bd19c87e4764) kernel/cobalt/posix/COPYING: OK (sha256: d6b6d8ed1b12309085caf1cf775ea4acdad3288c7f7d993c2502bd19c87e4764) kernel/cobalt/rtdm/COPYING: OK (sha256: 9c90501baa30534ffed6b39eef413bd1727170ef691fd9768dc8644c3042df54) lib/alchemy/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/analogy/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/boilerplate/iniparser/LICENSE: OK (sha256: 0519083691511d71408f8c9a2794fa2f6ad13a5eec00717f4572b54d18d6f9da) lib/boilerplate/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/cobalt/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/copperplate/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/psos/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/smokey/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/trank/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) lib/vxworks/COPYING: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.321: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'