ln -s vtund.8 /home/autobuild/autobuild/instance-16/output-1/target/usr/share/man/man8/vtun.8 /usr/bin/install -c -d -m 755 /home/autobuild/autobuild/instance-16/output-1/target/var/log/vtund /usr/bin/install -c -d -m 755 /home/autobuild/autobuild/instance-16/output-1/target/var/lock/vtund /usr/bin/install -c -d -m 755 /home/autobuild/autobuild/instance-16/output-1/target/usr/sbin /usr/bin/install -c -m 755 vtund /home/autobuild/autobuild/instance-16/output-1/target/usr/sbin /usr/bin/install -c -m 755 -D scripts/vtund.rc.debian \ /home/autobuild/autobuild/instance-16/output-1/target/etc/init.d/S90vtun make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/vtun-3.0.4' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-16/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-16/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-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-16/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-16/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-16/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-16/output-1/host/bin PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/autobuild/autobuild/instance-16/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-16/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-16/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-16/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-16/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-16/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-16/output-1/host/bin/microblaze-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-16/output-1/host/bin/microblaze-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/local/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-16/output-1/host/microblaze-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-16/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-16/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-16/output-1/host/bin/microblaze-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-16/output-1/host/bin/microblaze-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/local/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-16/output-1/host/microblaze-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-16/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-16/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells rm -f /home/autobuild/autobuild/instance-16/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-16/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-16/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-16/output-1/host/microblaze-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-16/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -f -r /home/autobuild/autobuild/instance-16/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/autobuild/autobuild/instance-16/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/autobuild/autobuild/instance-16/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/autobuild/autobuild/instance-16/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/autobuild/autobuild/instance-16/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-16/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-16/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-16/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-16/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-16/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-16/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-16/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-16/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-16/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/include /home/autobuild/autobuild/instance-16/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-16/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-16/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-16/output-1/target/usr/doc find /home/autobuild/autobuild/instance-16/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-16/output-1/target/lib/ /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-16/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/man /home/autobuild/autobuild/instance-16/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/info /home/autobuild/autobuild/instance-16/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/doc /home/autobuild/autobuild/instance-16/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-16/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-16/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-16/output-1/target/lib/debug /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-16/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-16/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-16/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-16/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-16/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-606-g39610c8b3c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-16/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-16/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-16/output-1/per-package /home/autobuild/autobuild/instance-16/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-16/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-16/output-1/images rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-16/output-1/target/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-16/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-16/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-16/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-16/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-16/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-16/output-1/images rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-16/output-1/target/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-16/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-16/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-16/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-16/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-16/output-1/host/bin:/home/autobuild/autobuild/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-16/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-16/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-16/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-16/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1237 objects. stage 2: creating image '/home/autobuild/autobuild/instance-16/output-1/images/rootfs.yaffs2' [ ] 1/1237 0% [ ] 2/1237 0% [ ] 3/1237 0% [ ] 4/1237 0% [ ] 5/1237 0% [ ] 6/1237 0% [ ] 7/1237 0% [ ] 8/1237 0% [ ] 9/1237 0% [ ] 10/1237 0% [ ] 11/1237 0% [ ] 12/1237 0% [ ] 13/1237 1% [ ] 14/1237 1% [ ] 15/1237 1% [ ] 16/1237 1% [ ] 17/1237 1% [ ] 18/1237 1% [ ] 19/1237 1% [= ] 20/1237 1% [= ] 21/1237 1% [= ] 22/1237 1% [= ] 23/1237 1% [= ] 24/1237 1% [= ] 25/1237 2% [= ] 26/1237 2% [= ] 27/1237 2% [= ] 28/1237 2% [= ] 29/1237 2% [= ] 30/1237 2% [= ] 31/1237 2% [= ] 32/1237 2% [= ] 33/1237 2% [= ] 34/1237 2% [= ] 35/1237 2% [= ] 36/1237 2% [= ] 37/1237 2% [= ] 38/1237 3% [= ] 39/1237 3% [== ] 40/1237 3% [== ] 41/1237 3% [== ] 42/1237 3% [== ] 43/1237 3% [== ] 44/1237 3% [== ] 45/1237 3% [== ] 46/1237 3% [== ] 47/1237 3% [== ] 48/1237 3% [== ] 49/1237 3% [== ] 50/1237 4% [== ] 51/1237 4% [== ] 52/1237 4% [== ] 53/1237 4% [== ] 54/1237 4% [== ] 55/1237 4% [== ] 56/1237 4% [== ] 57/1237 4% [== ] 58/1237 4% [== ] 59/1237 4% [=== ] 60/1237 4% [=== ] 61/1237 4% [=== ] 62/1237 5% [=== ] 63/1237 5% [=== ] 64/1237 5% [=== ] 65/1237 5% [=== ] 66/1237 5% [=== ] 67/1237 5% [=== ] 68/1237 5% [=== ] 69/1237 5% [=== ] 70/1237 5% [=== ] 71/1237 5% [=== ] 72/1237 5% [=== ] 73/1237 5% [=== ] 74/1237 5% [=== ] 75/1237 6% [=== ] 76/1237 6% [=== ] 77/1237 6% [=== ] 78/1237 6% [=== ] 79/1237 6% [==== ] 80/1237 6% [==== ] 81/1237 6% [==== ] 82/1237 6% [==== ] 83/1237 6% [==== ] 84/1237 6% [==== ] 85/1237 6% [==== ] 86/1237 6% [==== ] 87/1237 7% [==== ] 88/1237 7% [==== ] 89/1237 7% [==== ] 90/1237 7% [==== ] 91/1237 7% [==== ] 92/1237 7% [==== ] 93/1237 7% [==== ] 94/1237 7% [==== ] 95/1237 7% [==== ] 96/1237 7% [==== ] 97/1237 7% [==== ] 98/1237 7% [==== ] 99/1237 8% [===== ] 100/1237 8% [===== ] 101/1237 8% [===== ] 102/1237 8% [===== ] 103/1237 8% [===== ] 104/1237 8% [===== ] 105/1237 8% [===== ] 106/1237 8% [===== ] 107/1237 8% [===== ] 108/1237 8% [===== ] 109/1237 8% [===== ] 110/1237 8% [===== ] 111/1237 8% [===== ] 112/1237 9% [===== ] 113/1237 9% [===== ] 114/1237 9% [===== ] 115/1237 9% [===== ] 116/1237 9% [===== ] 117/1237 9% [===== ] 118/1237 9% [===== ] 119/1237 9% [====== ] 120/1237 9% [====== ] 121/1237 9% [====== ] 122/1237 9% [====== ] 123/1237 9% [====== ] 124/1237 10% [====== ] 125/1237 10% [====== ] 126/1237 10% [====== ] 127/1237 10% [====== ] 128/1237 10% [====== ] 129/1237 10% [====== ] 130/1237 10% [====== ] 131/1237 10% [====== ] 132/1237 10% [====== ] 133/1237 10% [====== ] 134/1237 10% [====== ] 135/1237 10% [====== ] 136/1237 10% [====== ] 137/1237 11% [====== ] 138/1237 11% [====== ] 139/1237 11% [======= ] 140/1237 11% [======= ] 141/1237 11% [======= ] 142/1237 11% [======= ] 143/1237 11% [======= ] 144/1237 11% [======= ] 145/1237 11% [======= ] 146/1237 11% [======= ] 147/1237 11% [======= ] 148/1237 11% [======= ] 149/1237 12% [======= ] 150/1237 12% [======= ] 151/1237 12% [======= ] 152/1237 12% [======= ] 153/1237 12% [======= ] 154/1237 12% [======= ] 155/1237 12% [======= ] 156/1237 12% [======= ] 157/1237 12% [======= ] 158/1237 12% [======= ] 159/1237 12% [======== ] 160/1237 12% [======== ] 161/1237 13% [======== ] 162/1237 13% [======== ] 163/1237 13% [======== ] 164/1237 13% [======== ] 165/1237 13% [======== ] 166/1237 13% [======== ] 167/1237 13% [======== ] 168/1237 13% [======== ] 169/1237 13% [======== ] 170/1237 13% [======== ] 171/1237 13% [======== ] 172/1237 13% [======== ] 173/1237 13% [======== ] 174/1237 14% [======== ] 175/1237 14% [======== ] 176/1237 14% [======== ] 177/1237 14% [======== ] 178/1237 14% [======== ] 179/1237 14% [========= ] 180/1237 14% [========= ] 181/1237 14% [========= ] 182/1237 14% [========= ] 183/1237 14% [========= ] 184/1237 14% [========= ] 185/1237 14% [========= ] 186/1237 15% [========= ] 187/1237 15% [========= ] 188/1237 15% [========= ] 189/1237 15% [========= ] 190/1237 15% [========= ] 191/1237 15% [========= ] 192/1237 15% [========= ] 193/1237 15% [========= ] 194/1237 15% [========= ] 195/1237 15% [========= ] 196/1237 15% [========= ] 197/1237 15% [========= ] 198/1237 16% [========= ] 199/1237 16% [========== ] 200/1237 16% [========== ] 201/1237 16% [========== ] 202/1237 16% [========== ] 203/1237 16% [========== ] 204/1237 16% [========== ] 205/1237 16% [========== ] 206/1237 16% [========== ] 207/1237 16% [========== ] 208/1237 16% [========== ] 209/1237 16% [========== ] 210/1237 16% [========== ] 211/1237 17% [========== ] 212/1237 17% [========== ] 213/1237 17% [========== ] 214/1237 17% [========== ] 215/1237 17% [========== ] 216/1237 17% [========== ] 217/1237 17% [========== ] 218/1237 17% [========== ] 219/1237 17% [=========== ] 220/1237 17% [=========== ] 221/1237 17% [=========== ] 222/1237 17% [=========== ] 223/1237 18% [=========== ] 224/1237 18% [=========== ] 225/1237 18% [=========== ] 226/1237 18% [=========== ] 227/1237 18% [=========== ] 228/1237 18% [=========== ] 229/1237 18% [=========== ] 230/1237 18% [=========== ] 231/1237 18% [=========== ] 232/1237 18% [=========== ] 233/1237 18% [=========== ] 234/1237 18% [=========== ] 235/1237 18% [=========== ] 236/1237 19% [=========== ] 237/1237 19% [=========== ] 238/1237 19% [=========== ] 239/1237 19% [============ ] 240/1237 19% [============ ] 241/1237 19% [============ ] 242/1237 19% [============ ] 243/1237 19% [============ ] 244/1237 19% [============ ] 245/1237 19% [============ ] 246/1237 19% [============ ] 247/1237 19% [============ ] 248/1237 20% [============ ] 249/1237 20% [============ ] 250/1237 20% [============ ] 251/1237 20% [============ ] 252/1237 20% [============ ] 253/1237 20% [============ ] 254/1237 20% [============ ] 255/1237 20% [============ ] 256/1237 20% [============ ] 257/1237 20% [============ ] 258/1237 20% [============ ] 259/1237 20% [============= ] 260/1237 21% [============= ] 261/1237 21% [============= ] 262/1237 21% [============= ] 263/1237 21% [============= ] 264/1237 21% [============= ] 265/1237 21% [============= ] 266/1237 21% [============= ] 267/1237 21% [============= ] 268/1237 21% [============= ] 269/1237 21% [============= ] 270/1237 21% [============= ] 271/1237 21% [============= ] 272/1237 21% [============= ] 273/1237 22% [============= ] 274/1237 22% [============= ] 275/1237 22% [============= ] 276/1237 22% [============= ] 277/1237 22% [============= ] 278/1237 22% [============= ] 279/1237 22% [============== ] 280/1237 22% [============== ] 281/1237 22% [============== ] 282/1237 22% [============== ] 283/1237 22% [============== ] 284/1237 22% [============== ] 285/1237 23% [============== ] 286/1237 23% [============== ] 287/1237 23% [============== ] 288/1237 23% [============== ] 289/1237 23% [============== ] 290/1237 23% [============== ] 291/1237 23% [============== ] 292/1237 23% [============== ] 293/1237 23% [============== ] 294/1237 23% [============== ] 295/1237 23% [============== ] 296/1237 23% [============== ] 297/1237 24% [============== ] 298/1237 24% [============== ] 299/1237 24% [=============== ] 300/1237 24% [=============== ] 301/1237 24% [=============== ] 302/1237 24% [=============== ] 303/1237 24% [=============== ] 304/1237 24% [=============== ] 305/1237 24% [=============== ] 306/1237 24% [=============== ] 307/1237 24% [=============== ] 308/1237 24% [=============== ] 309/1237 24% [=============== ] 310/1237 25% [=============== ] 311/1237 25% [=============== ] 312/1237 25% [=============== ] 313/1237 25% [=============== ] 314/1237 25% [=============== ] 315/1237 25% [=============== ] 316/1237 25% [=============== ] 317/1237 25% [=============== ] 318/1237 25% [=============== ] 319/1237 25% [================ ] 320/1237 25% [================ ] 321/1237 25% [================ ] 322/1237 26% [================ ] 323/1237 26% [================ ] 324/1237 26% [================ ] 325/1237 26% [================ ] 326/1237 26% [================ ] 327/1237 26% [================ ] 328/1237 26% [================ ] 329/1237 26% [================ ] 330/1237 26% [================ ] 331/1237 26% [================ ] 332/1237 26% [================ ] 333/1237 26% [================ ] 334/1237 27% [================ ] 335/1237 27% [================ ] 336/1237 27% [================ ] 337/1237 27% [================ ] 338/1237 27% [================ ] 339/1237 27% [================= ] 340/1237 27% [================= ] 341/1237 27% [================= ] 342/1237 27% [================= ] 343/1237 27% [================= ] 344/1237 27% [================= ] 345/1237 27% [================= ] 346/1237 27% [================= ] 347/1237 28% [================= ] 348/1237 28% [================= ] 349/1237 28% [================= ] 350/1237 28% [================= ] 351/1237 28% [================= ] 352/1237 28% [================= ] 353/1237 28% [================= ] 354/1237 28% [================= ] 355/1237 28% [================= ] 356/1237 28% [================= ] 357/1237 28% [================= ] 358/1237 28% [================= ] 359/1237 29% [================== ] 360/1237 29% [================== ] 361/1237 29% [================== ] 362/1237 29% [================== ] 363/1237 29% [================== ] 364/1237 29% [================== ] 365/1237 29% [================== ] 366/1237 29% [================== ] 367/1237 29% [================== ] 368/1237 29% [================== ] 369/1237 29% [================== ] 370/1237 29% [================== ] 371/1237 29% [================== ] 372/1237 30% [================== ] 373/1237 30% [================== ] 374/1237 30% [================== ] 375/1237 30% [================== ] 376/1237 30% [================== ] 377/1237 30% [================== ] 378/1237 30% [================== ] 379/1237 30% [=================== ] 380/1237 30% [=================== ] 381/1237 30% [=================== ] 382/1237 30% [=================== ] 383/1237 30% [=================== ] 384/1237 31% [=================== ] 385/1237 31% [=================== ] 386/1237 31% [=================== ] 387/1237 31% [=================== ] 388/1237 31% [=================== ] 389/1237 31% [=================== ] 390/1237 31% [=================== ] 391/1237 31% [=================== ] 392/1237 31% [=================== ] 393/1237 31% [=================== ] 394/1237 31% [=================== ] 395/1237 31% [=================== ] 396/1237 32% [=================== ] 397/1237 32% [=================== ] 398/1237 32% [=================== ] 399/1237 32% [==================== ] 400/1237 32% [==================== ] 401/1237 32% [==================== ] 402/1237 32% [==================== ] 403/1237 32% [==================== ] 404/1237 32% [==================== ] 405/1237 32% [==================== ] 406/1237 32% [==================== ] 407/1237 32% [==================== ] 408/1237 32% [==================== ] 409/1237 33% [==================== ] 410/1237 33% [==================== ] 411/1237 33% [==================== ] 412/1237 33% [==================== ] 413/1237 33% [==================== ] 414/1237 33% [==================== ] 415/1237 33% [==================== ] 416/1237 33% [==================== ] 417/1237 33% [==================== ] 418/1237 33% [===================== ] 419/1237 33% [===================== ] 420/1237 33% [===================== ] 421/1237 34% [===================== ] 422/1237 34% [===================== ] 423/1237 34% [===================== ] 424/1237 34% [===================== ] 425/1237 34% [===================== ] 426/1237 34% [===================== ] 427/1237 34% [===================== ] 428/1237 34% [===================== ] 429/1237 34% [===================== ] 430/1237 34% [===================== ] 431/1237 34% [===================== ] 432/1237 34% [===================== ] 433/1237 35% [===================== ] 434/1237 35% [===================== ] 435/1237 35% [===================== ] 436/1237 35% [===================== ] 437/1237 35% [===================== ] 438/1237 35% [====================== ] 439/1237 35% [====================== ] 440/1237 35% [====================== ] 441/1237 35% [====================== ] 442/1237 35% [====================== ] 443/1237 35% [====================== ] 444/1237 35% [====================== ] 445/1237 35% [====================== ] 446/1237 36% [====================== ] 447/1237 36% [====================== ] 448/1237 36% [====================== ] 449/1237 36% [====================== ] 450/1237 36% [====================== ] 451/1237 36% [====================== ] 452/1237 36% [====================== ] 453/1237 36% [====================== ] 454/1237 36% [====================== ] 455/1237 36% [====================== ] 456/1237 36% [====================== ] 457/1237 36% [====================== ] 458/1237 37% [======================= ] 459/1237 37% [======================= ] 460/1237 37% [======================= ] 461/1237 37% [======================= ] 462/1237 37% [======================= ] 463/1237 37% [======================= ] 464/1237 37% [======================= ] 465/1237 37% [======================= ] 466/1237 37% [======================= ] 467/1237 37% [======================= ] 468/1237 37% [======================= ] 469/1237 37% [======================= ] 470/1237 37% [======================= ] 471/1237 38% [======================= ] 472/1237 38% [======================= ] 473/1237 38% [======================= ] 474/1237 38% [======================= ] 475/1237 38% [======================= ] 476/1237 38% [======================= ] 477/1237 38% [======================= ] 478/1237 38% [======================== ] 479/1237 38% [======================== ] 480/1237 38% [======================== ] 481/1237 38% [======================== ] 482/1237 38% [======================== ] 483/1237 39% [======================== ] 484/1237 39% [======================== ] 485/1237 39% [======================== ] 486/1237 39% [======================== ] 487/1237 39% [======================== ] 488/1237 39% [======================== ] 489/1237 39% [======================== ] 490/1237 39% [======================== ] 491/1237 39% [======================== ] 492/1237 39% [======================== ] 493/1237 39% [======================== ] 494/1237 39% [======================== ] 495/1237 40% [======================== ] 496/1237 40% [======================== ] 497/1237 40% [======================== ] 498/1237 40% [========================= ] 499/1237 40% [========================= ] 500/1237 40% [========================= ] 501/1237 40% [========================= ] 502/1237 40% [========================= ] 503/1237 40% [========================= ] 504/1237 40% [========================= ] 505/1237 40% [========================= ] 506/1237 40% [========================= ] 507/1237 40% [========================= ] 508/1237 41% [========================= ] 509/1237 41% [========================= ] 510/1237 41% [========================= ] 511/1237 41% [========================= ] 512/1237 41% [========================= ] 513/1237 41% [========================= ] 514/1237 41% [========================= ] 515/1237 41% [========================= ] 516/1237 41% [========================= ] 517/1237 41% [========================= ] 518/1237 41% [========================== ] 519/1237 41% [========================== ] 520/1237 42% [========================== ] 521/1237 42% [========================== ] 522/1237 42% [========================== ] 523/1237 42% [========================== ] 524/1237 42% [========================== ] 525/1237 42% [========================== ] 526/1237 42% [========================== ] 527/1237 42% [========================== ] 528/1237 42% [========================== ] 529/1237 42% [========================== ] 530/1237 42% [========================== ] 531/1237 42% [========================== ] 532/1237 43% [========================== ] 533/1237 43% [========================== ] 534/1237 43% [========================== ] 535/1237 43% [========================== ] 536/1237 43% [========================== ] 537/1237 43% [========================== ] 538/1237 43% [=========================== ] 539/1237 43% [=========================== ] 540/1237 43% [=========================== ] 541/1237 43% [=========================== ] 542/1237 43% [=========================== ] 543/1237 43% [=========================== ] 544/1237 43% [=========================== ] 545/1237 44% [=========================== ] 546/1237 44% [=========================== ] 547/1237 44% [=========================== ] 548/1237 44% [=========================== ] 549/1237 44% [=========================== ] 550/1237 44% [=========================== ] 551/1237 44% [=========================== ] 552/1237 44% [=========================== ] 553/1237 44% [=========================== ] 554/1237 44% [=========================== ] 555/1237 44% [=========================== ] 556/1237 44% [=========================== ] 557/1237 45% [=========================== ] 558/1237 45% [============================ ] 559/1237 45% [============================ ] 560/1237 45% [============================ ] 561/1237 45% [============================ ] 562/1237 45% [============================ ] 563/1237 45% [============================ ] 564/1237 45% [============================ ] 565/1237 45% [============================ ] 566/1237 45% [============================ ] 567/1237 45% [============================ ] 568/1237 45% [============================ ] 569/1237 45% [============================ ] 570/1237 46% [============================ ] 571/1237 46% [============================ ] 572/1237 46% [============================ ] 573/1237 46% [============================ ] 574/1237 46% [============================ ] 575/1237 46% [============================ ] 576/1237 46% [============================ ] 577/1237 46% [============================ ] 578/1237 46% [============================= ] 579/1237 46% [============================= ] 580/1237 46% [============================= ] 581/1237 46% [============================= ] 582/1237 47% [============================= ] 583/1237 47% [============================= ] 584/1237 47% [============================= ] 585/1237 47% [============================= ] 586/1237 47% [============================= ] 587/1237 47% [============================= ] 588/1237 47% [============================= ] 589/1237 47% [============================= ] 590/1237 47% [============================= ] 591/1237 47% [============================= ] 592/1237 47% [============================= ] 593/1237 47% [============================= ] 594/1237 48% [============================= ] 595/1237 48% [============================= ] 596/1237 48% [============================= ] 597/1237 48% [============================= ] 598/1237 48% [============================== ] 599/1237 48% [============================== ] 600/1237 48% [============================== ] 601/1237 48% [============================== ] 602/1237 48% [============================== ] 603/1237 48% [============================== ] 604/1237 48% [============================== ] 605/1237 48% [============================== ] 606/1237 48% [============================== ] 607/1237 49% [============================== ] 608/1237 49% [============================== ] 609/1237 49% [============================== ] 610/1237 49% [============================== ] 611/1237 49% [============================== ] 612/1237 49% [============================== ] 613/1237 49% [============================== ] 614/1237 49% [============================== ] 615/1237 49% [============================== ] 616/1237 49% [============================== ] 617/1237 49% [============================== ] 618/1237 49% [=============================== ] 619/1237 50% [=============================== ] 620/1237 50% [=============================== ] 621/1237 50% [=============================== ] 622/1237 50% [=============================== ] 623/1237 50% [=============================== ] 624/1237 50% [=============================== ] 625/1237 50% [=============================== ] 626/1237 50% [=============================== ] 627/1237 50% [=============================== ] 628/1237 50% [=============================== ] 629/1237 50% [=============================== ] 630/1237 50% [=============================== ] 631/1237 51% [=============================== ] 632/1237 51% [=============================== ] 633/1237 51% [=============================== ] 634/1237 51% [=============================== ] 635/1237 51% [=============================== ] 636/1237 51% [=============================== ] 637/1237 51% [=============================== ] 638/1237 51% [================================ ] 639/1237 51% [================================ ] 640/1237 51% [================================ ] 641/1237 51% [================================ ] 642/1237 51% [================================ ] 643/1237 51% [================================ ] 644/1237 52% [================================ ] 645/1237 52% [================================ ] 646/1237 52% [================================ ] 647/1237 52% [================================ ] 648/1237 52% [================================ ] 649/1237 52% [================================ ] 650/1237 52% [================================ ] 651/1237 52% [================================ ] 652/1237 52% [================================ ] 653/1237 52% [================================ ] 654/1237 52% [================================ ] 655/1237 52% [================================ ] 656/1237 53% [================================ ] 657/1237 53% [================================ ] 658/1237 53% [================================= ] 659/1237 53% [================================= ] 660/1237 53% [================================= ] 661/1237 53% [================================= ] 662/1237 53% [================================= ] 663/1237 53% [================================= ] 664/1237 53% [================================= ] 665/1237 53% [================================= ] 666/1237 53% [================================= ] 667/1237 53% [================================= ] 668/1237 54% [================================= ] 669/1237 54% [================================= ] 670/1237 54% [================================= ] 671/1237 54% [================================= ] 672/1237 54% [================================= ] 673/1237 54% [================================= ] 674/1237 54% [================================= ] 675/1237 54% [================================= ] 676/1237 54% [================================= ] 677/1237 54% [================================= ] 678/1237 54% [================================== ] 679/1237 54% [================================== ] 680/1237 54% [================================== ] 681/1237 55% [================================== ] 682/1237 55% [================================== ] 683/1237 55% [================================== ] 684/1237 55% [================================== ] 685/1237 55% [================================== ] 686/1237 55% [================================== ] 687/1237 55% [================================== ] 688/1237 55% [================================== ] 689/1237 55% [================================== ] 690/1237 55% [================================== ] 691/1237 55% [================================== ] 692/1237 55% [================================== ] 693/1237 56% [================================== ] 694/1237 56% [================================== ] 695/1237 56% [================================== ] 696/1237 56% [================================== ] 697/1237 56% [================================== ] 698/1237 56% [=================================== ] 699/1237 56% [=================================== ] 700/1237 56% [=================================== ] 701/1237 56% [=================================== ] 702/1237 56% [=================================== ] 703/1237 56% [=================================== ] 704/1237 56% [=================================== ] 705/1237 56% [=================================== ] 706/1237 57% [=================================== ] 707/1237 57% [=================================== ] 708/1237 57% [=================================== ] 709/1237 57% [=================================== ] 710/1237 57% [=================================== ] 711/1237 57% [=================================== ] 712/1237 57% [=================================== ] 713/1237 57% [=================================== ] 714/1237 57% [=================================== ] 715/1237 57% [=================================== ] 716/1237 57% [=================================== ] 717/1237 57% [=================================== ] 718/1237 58% [==================================== ] 719/1237 58% [==================================== ] 720/1237 58% [==================================== ] 721/1237 58% [==================================== ] 722/1237 58% [==================================== ] 723/1237 58% [==================================== ] 724/1237 58% [==================================== ] 725/1237 58% [==================================== ] 726/1237 58% [==================================== ] 727/1237 58% [==================================== ] 728/1237 58% [==================================== ] 729/1237 58% [==================================== ] 730/1237 59% [==================================== ] 731/1237 59% [==================================== ] 732/1237 59% [==================================== ] 733/1237 59% [==================================== ] 734/1237 59% [==================================== ] 735/1237 59% [==================================== ] 736/1237 59% [==================================== ] 737/1237 59% [==================================== ] 738/1237 59% [===================================== ] 739/1237 59% [===================================== ] 740/1237 59% [===================================== ] 741/1237 59% [===================================== ] 742/1237 59% [===================================== ] 743/1237 60% [===================================== ] 744/1237 60% [===================================== ] 745/1237 60% [===================================== ] 746/1237 60% [===================================== ] 747/1237 60% [===================================== ] 748/1237 60% [===================================== ] 749/1237 60% [===================================== ] 750/1237 60% [===================================== ] 751/1237 60% [===================================== ] 752/1237 60% [===================================== ] 753/1237 60% [===================================== ] 754/1237 60% [===================================== ] 755/1237 61% [===================================== ] 756/1237 61% [===================================== ] 757/1237 61% [===================================== ] 758/1237 61% [====================================== ] 759/1237 61% [====================================== ] 760/1237 61% [====================================== ] 761/1237 61% [====================================== ] 762/1237 61% [====================================== ] 763/1237 61% [====================================== ] 764/1237 61% [====================================== ] 765/1237 61% [====================================== ] 766/1237 61% [====================================== ] 767/1237 62% [====================================== ] 768/1237 62% [====================================== ] 769/1237 62% [====================================== ] 770/1237 62% [====================================== ] 771/1237 62% [====================================== ] 772/1237 62% [====================================== ] 773/1237 62% [====================================== ] 774/1237 62% [====================================== ] 775/1237 62% [====================================== ] 776/1237 62% [====================================== ] 777/1237 62% [====================================== ] 778/1237 62% [======================================= ] 779/1237 62% [======================================= ] 780/1237 63% [======================================= ] 781/1237 63% [======================================= ] 782/1237 63% [======================================= ] 783/1237 63% [======================================= ] 784/1237 63% [======================================= ] 785/1237 63% [======================================= ] 786/1237 63% [======================================= ] 787/1237 63% [======================================= ] 788/1237 63% [======================================= ] 789/1237 63% [======================================= ] 790/1237 63% [======================================= ] 791/1237 63% [======================================= ] 792/1237 64% [======================================= ] 793/1237 64% [======================================= ] 794/1237 64% [======================================= ] 795/1237 64% [======================================= ] 796/1237 64% [======================================= ] 797/1237 64% [======================================= ] 798/1237 64% [======================================== ] 799/1237 64% [======================================== ] 800/1237 64% [======================================== ] 801/1237 64% [======================================== ] 802/1237 64% [======================================== ] 803/1237 64% [======================================== ] 804/1237 64% [======================================== ] 805/1237 65% [======================================== ] 806/1237 65% [======================================== ] 807/1237 65% [======================================== ] 808/1237 65% [======================================== ] 809/1237 65% [======================================== ] 810/1237 65% [======================================== ] 811/1237 65% [======================================== ] 812/1237 65% [======================================== ] 813/1237 65% [======================================== ] 814/1237 65% [======================================== ] 815/1237 65% [======================================== ] 816/1237 65% [======================================== ] 817/1237 66% [======================================== ] 818/1237 66% [========================================= ] 819/1237 66% [========================================= ] 820/1237 66% [========================================= ] 821/1237 66% [========================================= ] 822/1237 66% [========================================= ] 823/1237 66% [========================================= ] 824/1237 66% [========================================= ] 825/1237 66% [========================================= ] 826/1237 66% [========================================= ] 827/1237 66% [========================================= ] 828/1237 66% [========================================= ] 829/1237 67% [========================================= ] 830/1237 67% [========================================= ] 831/1237 67% [========================================= ] 832/1237 67% [========================================= ] 833/1237 67% [========================================= ] 834/1237 67% [========================================= ] 835/1237 67% [========================================= ] 836/1237 67% [========================================= ] 837/1237 67% [========================================== ] 838/1237 67% [========================================== ] 839/1237 67% [========================================== ] 840/1237 67% [========================================== ] 841/1237 67% [========================================== ] 842/1237 68% [========================================== ] 843/1237 68% [========================================== ] 844/1237 68% [========================================== ] 845/1237 68% [========================================== ] 846/1237 68% [========================================== ] 847/1237 68% [========================================== ] 848/1237 68% [========================================== ] 849/1237 68% [========================================== ] 850/1237 68% [========================================== ] 851/1237 68% [========================================== ] 852/1237 68% [========================================== ] 853/1237 68% [========================================== ] 854/1237 69% [========================================== ] 855/1237 69% [========================================== ] 856/1237 69% [========================================== ] 857/1237 69% [=========================================== ] 858/1237 69% [=========================================== ] 859/1237 69% [=========================================== ] 860/1237 69% [=========================================== ] 861/1237 69% [=========================================== ] 862/1237 69% [=========================================== ] 863/1237 69% [=========================================== ] 864/1237 69% [=========================================== ] 865/1237 69% [=========================================== ] 866/1237 70% [=========================================== ] 867/1237 70% [=========================================== ] 868/1237 70% [=========================================== ] 869/1237 70% [=========================================== ] 870/1237 70% [=========================================== ] 871/1237 70% [=========================================== ] 872/1237 70% [=========================================== ] 873/1237 70% [=========================================== ] 874/1237 70% [=========================================== ] 875/1237 70% [=========================================== ] 876/1237 70% [=========================================== ] 877/1237 70% [============================================ ] 878/1237 70% [============================================ ] 879/1237 71% [============================================ ] 880/1237 71% [============================================ ] 881/1237 71% [============================================ ] 882/1237 71% [============================================ ] 883/1237 71% [============================================ ] 884/1237 71% [============================================ ] 885/1237 71% [============================================ ] 886/1237 71% [============================================ ] 887/1237 71% [============================================ ] 888/1237 71% [============================================ ] 889/1237 71% [============================================ ] 890/1237 71% [============================================ ] 891/1237 72% [============================================ ] 892/1237 72% [============================================ ] 893/1237 72% [============================================ ] 894/1237 72% [============================================ ] 895/1237 72% [============================================ ] 896/1237 72% [============================================ ] 897/1237 72% [============================================= ] 898/1237 72% [============================================= ] 899/1237 72% [============================================= ] 900/1237 72% [============================================= ] 901/1237 72% [============================================= ] 902/1237 72% [============================================= ] 903/1237 72% [============================================= ] 904/1237 73% [============================================= ] 905/1237 73% [============================================= ] 906/1237 73% [============================================= ] 907/1237 73% [============================================= ] 908/1237 73% [============================================= ] 909/1237 73% [============================================= ] 910/1237 73% [============================================= ] 911/1237 73% [============================================= ] 912/1237 73% [============================================= ] 913/1237 73% [============================================= ] 914/1237 73% [============================================= ] 915/1237 73% [============================================= ] 916/1237 74% [============================================= ] 917/1237 74% [============================================== ] 918/1237 74% [============================================== ] 919/1237 74% [============================================== ] 920/1237 74% [============================================== ] 921/1237 74% [============================================== ] 922/1237 74% [============================================== ] 923/1237 74% [============================================== ] 924/1237 74% [============================================== ] 925/1237 74% [============================================== ] 926/1237 74% [============================================== ] 927/1237 74% [============================================== ] 928/1237 75% [============================================== ] 929/1237 75% [============================================== ] 930/1237 75% [============================================== ] 931/1237 75% [============================================== ] 932/1237 75% [============================================== ] 933/1237 75% [============================================== ] 934/1237 75% [============================================== ] 935/1237 75% [============================================== ] 936/1237 75% [============================================== ] 937/1237 75% [=============================================== ] 938/1237 75% [=============================================== ] 939/1237 75% [=============================================== ] 940/1237 75% [=============================================== ] 941/1237 76% [=============================================== ] 942/1237 76% [=============================================== ] 943/1237 76% [=============================================== ] 944/1237 76% [=============================================== ] 945/1237 76% [=============================================== ] 946/1237 76% [=============================================== ] 947/1237 76% [=============================================== ] 948/1237 76% [=============================================== ] 949/1237 76% [=============================================== ] 950/1237 76% [=============================================== ] 951/1237 76% [=============================================== ] 952/1237 76% [=============================================== ] 953/1237 77% [=============================================== ] 954/1237 77% [=============================================== ] 955/1237 77% [=============================================== ] 956/1237 77% [=============================================== ] 957/1237 77% [================================================ ] 958/1237 77% [================================================ ] 959/1237 77% [================================================ ] 960/1237 77% [================================================ ] 961/1237 77% [================================================ ] 962/1237 77% [================================================ ] 963/1237 77% [================================================ ] 964/1237 77% [================================================ ] 965/1237 78% [================================================ ] 966/1237 78% [================================================ ] 967/1237 78% [================================================ ] 968/1237 78% [================================================ ] 969/1237 78% [================================================ ] 970/1237 78% [================================================ ] 971/1237 78% [================================================ ] 972/1237 78% [================================================ ] 973/1237 78% [================================================ ] 974/1237 78% [================================================ ] 975/1237 78% [================================================ ] 976/1237 78% [================================================ ] 977/1237 78% [================================================= ] 978/1237 79% [================================================= ] 979/1237 79% [================================================= ] 980/1237 79% [================================================= ] 981/1237 79% [================================================= ] 982/1237 79% [================================================= ] 983/1237 79% [================================================= ] 984/1237 79% [================================================= ] 985/1237 79% [================================================= ] 986/1237 79% [================================================= ] 987/1237 79% [================================================= ] 988/1237 79% [================================================= ] 989/1237 79% [================================================= ] 990/1237 80% [================================================= ] 991/1237 80% [================================================= ] 992/1237 80% [================================================= ] 993/1237 80% [================================================= ] 994/1237 80% [================================================= ] 995/1237 80% [================================================= ] 996/1237 80% [================================================= ] 997/1237 80% [================================================== ] 998/1237 80% [================================================== ] 999/1237 80% [================================================== ] 1000/1237 80% [================================================== ] 1001/1237 80% [================================================== ] 1002/1237 81% [================================================== ] 1003/1237 81% [================================================== ] 1004/1237 81% [================================================== ] 1005/1237 81% [================================================== ] 1006/1237 81% [================================================== ] 1007/1237 81% [================================================== ] 1008/1237 81% [================================================== ] 1009/1237 81% [================================================== ] 1010/1237 81% [================================================== ] 1011/1237 81% [================================================== ] 1012/1237 81% [================================================== ] 1013/1237 81% [================================================== ] 1014/1237 81% [================================================== ] 1015/1237 82% [================================================== ] 1016/1237 82% [================================================== ] 1017/1237 82% [=================================================== ] 1018/1237 82% [=================================================== ] 1019/1237 82% [=================================================== ] 1020/1237 82% [=================================================== ] 1021/1237 82% [=================================================== ] 1022/1237 82% [=================================================== ] 1023/1237 82% [=================================================== ] 1024/1237 82% [=================================================== ] 1025/1237 82% [=================================================== ] 1026/1237 82% [=================================================== ] 1027/1237 83% [=================================================== ] 1028/1237 83% [=================================================== ] 1029/1237 83% [=================================================== ] 1030/1237 83% [=================================================== ] 1031/1237 83% [=================================================== ] 1032/1237 83% [=================================================== ] 1033/1237 83% [=================================================== ] 1034/1237 83% [=================================================== ] 1035/1237 83% [=================================================== ] 1036/1237 83% [=================================================== ] 1037/1237 83% [==================================================== ] 1038/1237 83% [==================================================== ] 1039/1237 83% [==================================================== ] 1040/1237 84% [==================================================== ] 1041/1237 84% [==================================================== ] 1042/1237 84% [==================================================== ] 1043/1237 84% [==================================================== ] 1044/1237 84% [==================================================== ] 1045/1237 84% [==================================================== ] 1046/1237 84% [==================================================== ] 1047/1237 84% [==================================================== ] 1048/1237 84% [==================================================== ] 1049/1237 84% [==================================================== ] 1050/1237 84% [==================================================== ] 1051/1237 84% [==================================================== ] 1052/1237 85% [==================================================== ] 1053/1237 85% [==================================================== ] 1054/1237 85% [==================================================== ] 1055/1237 85% [==================================================== ] 1056/1237 85% [==================================================== ] 1057/1237 85% [===================================================== ] 1058/1237 85% [===================================================== ] 1059/1237 85% [===================================================== ] 1060/1237 85% [===================================================== ] 1061/1237 85% [===================================================== ] 1062/1237 85% [===================================================== ] 1063/1237 85% [===================================================== ] 1064/1237 86% [===================================================== ] 1065/1237 86% [===================================================== ] 1066/1237 86% [===================================================== ] 1067/1237 86% [===================================================== ] 1068/1237 86% [===================================================== ] 1069/1237 86% [===================================================== ] 1070/1237 86% [===================================================== ] 1071/1237 86% [===================================================== ] 1072/1237 86% [===================================================== ] 1073/1237 86% [===================================================== ] 1074/1237 86% [===================================================== ] 1075/1237 86% [===================================================== ] 1076/1237 86% [===================================================== ] 1077/1237 87% [====================================================== ] 1078/1237 87% [====================================================== ] 1079/1237 87% [====================================================== ] 1080/1237 87% [====================================================== ] 1081/1237 87% [====================================================== ] 1082/1237 87% [====================================================== ] 1083/1237 87% [====================================================== ] 1084/1237 87% [====================================================== ] 1085/1237 87% [====================================================== ] 1086/1237 87% [====================================================== ] 1087/1237 87% [====================================================== ] 1088/1237 87% [====================================================== ] 1089/1237 88% [====================================================== ] 1090/1237 88% [====================================================== ] 1091/1237 88% [====================================================== ] 1092/1237 88% [====================================================== ] 1093/1237 88% [====================================================== ] 1094/1237 88% [====================================================== ] 1095/1237 88% [====================================================== ] 1096/1237 88% [====================================================== ] 1097/1237 88% [======================================================= ] 1098/1237 88% [======================================================= ] 1099/1237 88% [======================================================= ] 1100/1237 88% [======================================================= ] 1101/1237 89% [======================================================= ] 1102/1237 89% [======================================================= ] 1103/1237 89% [======================================================= ] 1104/1237 89% [======================================================= ] 1105/1237 89% [======================================================= ] 1106/1237 89% [======================================================= ] 1107/1237 89% [======================================================= ] 1108/1237 89% [======================================================= ] 1109/1237 89% [======================================================= ] 1110/1237 89% [======================================================= ] 1111/1237 89% [======================================================= ] 1112/1237 89% [======================================================= ] 1113/1237 89% [======================================================= ] 1114/1237 90% [======================================================= ] 1115/1237 90% [======================================================= ] 1116/1237 90% [======================================================= ] 1117/1237 90% [======================================================== ] 1118/1237 90% [======================================================== ] 1119/1237 90% [======================================================== ] 1120/1237 90% [======================================================== ] 1121/1237 90% [======================================================== ] 1122/1237 90% [======================================================== ] 1123/1237 90% [======================================================== ] 1124/1237 90% [======================================================== ] 1125/1237 90% [======================================================== ] 1126/1237 91% [======================================================== ] 1127/1237 91% [======================================================== ] 1128/1237 91% [======================================================== ] 1129/1237 91% [======================================================== ] 1130/1237 91% [======================================================== ] 1131/1237 91% [======================================================== ] 1132/1237 91% [======================================================== ] 1133/1237 91% [======================================================== ] 1134/1237 91% [======================================================== ] 1135/1237 91% [======================================================== ] 1136/1237 91% [======================================================== ] 1137/1237 91% [========================================================= ] 1138/1237 91% [========================================================= ] 1139/1237 92% [========================================================= ] 1140/1237 92% [========================================================= ] 1141/1237 92% [========================================================= ] 1142/1237 92% [========================================================= ] 1143/1237 92% [========================================================= ] 1144/1237 92% [========================================================= ] 1145/1237 92% [========================================================= ] 1146/1237 92% [========================================================= ] 1147/1237 92% [========================================================= ] 1148/1237 92% [========================================================= ] 1149/1237 92% [========================================================= ] 1150/1237 92% [========================================================= ] 1151/1237 93% [========================================================= ] 1152/1237 93% [========================================================= ] 1153/1237 93% [========================================================= ] 1154/1237 93% [========================================================= ] 1155/1237 93% [========================================================= ] 1156/1237 93% [========================================================= ] 1157/1237 93% [========================================================== ] 1158/1237 93% [========================================================== ] 1159/1237 93% [========================================================== ] 1160/1237 93% [========================================================== ] 1161/1237 93% [========================================================== ] 1162/1237 93% [========================================================== ] 1163/1237 94% [========================================================== ] 1164/1237 94% [========================================================== ] 1165/1237 94% [========================================================== ] 1166/1237 94% [========================================================== ] 1167/1237 94% [========================================================== ] 1168/1237 94% [========================================================== ] 1169/1237 94% [========================================================== ] 1170/1237 94% [========================================================== ] 1171/1237 94% [========================================================== ] 1172/1237 94% [========================================================== ] 1173/1237 94% [========================================================== ] 1174/1237 94% [========================================================== ] 1175/1237 94% [========================================================== ] 1176/1237 95% [========================================================== ] 1177/1237 95% [=========================================================== ] 1178/1237 95% [=========================================================== ] 1179/1237 95% [=========================================================== ] 1180/1237 95% [=========================================================== ] 1181/1237 95% [=========================================================== ] 1182/1237 95% [=========================================================== ] 1183/1237 95% [=========================================================== ] 1184/1237 95% [=========================================================== ] 1185/1237 95% [=========================================================== ] 1186/1237 95% [=========================================================== ] 1187/1237 95% [=========================================================== ] 1188/1237 96% [=========================================================== ] 1189/1237 96% [=========================================================== ] 1190/1237 96% [=========================================================== ] 1191/1237 96% [=========================================================== ] 1192/1237 96% [=========================================================== ] 1193/1237 96% [=========================================================== ] 1194/1237 96% [=========================================================== ] 1195/1237 96% [=========================================================== ] 1196/1237 96% [=========================================================== ] 1197/1237 96% [============================================================ ] 1198/1237 96% [============================================================ ] 1199/1237 96% [============================================================ ] 1200/1237 97% [============================================================ ] 1201/1237 97% [============================================================ ] 1202/1237 97% [============================================================ ] 1203/1237 97% [============================================================ ] 1204/1237 97% [============================================================ ] 1205/1237 97% [============================================================ ] 1206/1237 97% [============================================================ ] 1207/1237 97% [============================================================ ] 1208/1237 97% [============================================================ ] 1209/1237 97% [============================================================ ] 1210/1237 97% [============================================================ ] 1211/1237 97% [============================================================ ] 1212/1237 97% [============================================================ ] 1213/1237 98% [============================================================ ] 1214/1237 98% [============================================================ ] 1215/1237 98% [============================================================ ] 1216/1237 98% [============================================================ ] 1217/1237 98% [============================================================= ] 1218/1237 98% [============================================================= ] 1219/1237 98% [============================================================= ] 1220/1237 98% [============================================================= ] 1221/1237 98% [============================================================= ] 1222/1237 98% [============================================================= ] 1223/1237 98% [============================================================= ] 1224/1237 98% [============================================================= ] 1225/1237 99% [============================================================= ] 1226/1237 99% [============================================================= ] 1227/1237 99% [============================================================= ] 1228/1237 99% [============================================================= ] 1229/1237 99% [============================================================= ] 1230/1237 99% [============================================================= ] 1231/1237 99% [============================================================= ] 1232/1237 99% [============================================================= ] 1233/1237 99% [============================================================= ] 1234/1237 99% [============================================================= ] 1235/1237 99% [============================================================= ] 1236/1237 99% [==============================================================] 1237/1237 100% operation complete, 1237 objects in 40730 NAND pages. ln -snf /home/autobuild/autobuild/instance-16/output-1/host/microblaze-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-16/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-16/buildroot' >>> Buildroot 2023.05-606-g39610c8b3c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> ell 0.57 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> grep 3.10 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> hiawatha 11.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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) >>> iftop 1.0pre4 Collecting legal info COPYING: OK (sha256: c00d1408e080e7f14615c7c2e0fbd079f1b2c19e93fc6eab819bdee8d5fdfbc4) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> iwd 2.6 Collecting legal info COPYING: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libgsasl 1.10.0 Collecting legal info README: OK (sha256: 26e99818ca6ce79d8b2c461fabc72dc6e03483e6b0fd9692dcb07ab1b09bbac7) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libssh2 1.11.0 Collecting legal info COPYING: OK (sha256: fda5e2522c58ba1f31c9f2044747616457466f4aebec16ade4af86e3a16a8e02) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> 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-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) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> netsurf 3.10 Collecting legal info netsurf/COPYING: OK (sha256: 55c4a7ae3953d720a462e69d1f128a20004933d12538be5314a33f8821675378) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-vim 9.0.1414 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: d187aff219161f37138479257f82d687ea10b2cdd17d58b53a3ec9b79d6dc870) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ofono 2.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> php 8.2.8 Collecting legal info LICENSE: OK (sha256: 080d0d0cca64181ef8bf1df9fba0c6f0c485f78f79540c479a45b593bb3b33b5) >>> pixz 1.0.7 Collecting legal info LICENSE: OK (sha256: d036806b4d1efee7c6d86276451c4d833e9798751417e25daae62dfbe348641b) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-rust-bin 1.71.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sentry-cli 2.8.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> spidev_test 5.8 Collecting legal info >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> 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.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-16/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot'