/usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c watchdogctl '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/bin'
libtool: install: /usr/bin/install -c watchdogctl /home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/bin/watchdogctl
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/sbin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c watchdogd '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/sbin'
libtool: install: /usr/bin/install -c watchdogd /home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/sbin/watchdogd
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 libwdog.pc '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/include/wdog'
 /usr/bin/install -c -m 644 wdog.h compat.h '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/include/wdog'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/src'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/src'
Making install in man
make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/man/man1'
 /usr/bin/install -c -m 644 watchdogctl.1 '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/man/man5'
 /usr/bin/install -c -m 644 watchdogd.conf.5 '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/man/man5'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/man/man8'
 /usr/bin/install -c -m 644 watchdogd.8 '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/man/man8'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/etc'
 /usr/bin/install -c -m 644 watchdogd.conf '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/etc'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/doc/watchdogd'
 /usr/bin/install -c -m 644 README.md LICENSE '/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/share/doc/watchdogd'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
>>> watchdogd 4.0 Fixing libtool files
for la in $(find /home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \
	cp -a "${la}" "${la}.fixed" && \
	/usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-11/output-1:@BASE_DIR@:g" \
		-e "s:/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \
		 \
		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
		 \
		-e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot:g" \
		-e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-11/output-1:g" \
		"${la}.fixed" && \
	if cmp -s "${la}" "${la}.fixed"; then \
		rm -f "${la}.fixed"; \
	else \
		mv "${la}.fixed" "${la}"; \
	fi || exit 1; \
done
>>> watchdogd 4.0 Installing to target
GIT_DIR=. PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"  /usr/bin/make -j1 DESTDIR=/home/autobuild/autobuild/instance-11/output-1/target install -C /home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/
make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
Making install in doc
make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/doc'
make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/doc'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc/watchdogd'
 /usr/bin/install -c -m 644 advanced.md api.png features.md logo.png '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc/watchdogd'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/doc'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/doc'
Making install in src
make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/src'
make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/src'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libwdog.la '/home/autobuild/autobuild/instance-11/output-1/target/usr/lib'
libtool: install: /usr/bin/install -c .libs/libwdog.so.2.0.1 /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/libwdog.so.2.0.1
libtool: install: (cd /home/autobuild/autobuild/instance-11/output-1/target/usr/lib && { ln -s -f libwdog.so.2.0.1 libwdog.so.2 || { rm -f libwdog.so.2 && ln -s libwdog.so.2.0.1 libwdog.so.2; }; })
libtool: install: (cd /home/autobuild/autobuild/instance-11/output-1/target/usr/lib && { ln -s -f libwdog.so.2.0.1 libwdog.so || { rm -f libwdog.so && ln -s libwdog.so.2.0.1 libwdog.so; }; })
libtool: install: /usr/bin/install -c .libs/libwdog.lai /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/libwdog.la
libtool: warning: remember to run 'libtool --finish /usr/lib'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c watchdogctl '/home/autobuild/autobuild/instance-11/output-1/target/usr/bin'
libtool: install: /usr/bin/install -c watchdogctl /home/autobuild/autobuild/instance-11/output-1/target/usr/bin/watchdogctl
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/sbin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c watchdogd '/home/autobuild/autobuild/instance-11/output-1/target/usr/sbin'
libtool: install: /usr/bin/install -c watchdogd /home/autobuild/autobuild/instance-11/output-1/target/usr/sbin/watchdogd
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig'
 /usr/bin/install -c -m 644 libwdog.pc '/home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/include/wdog'
 /usr/bin/install -c -m 644 wdog.h compat.h '/home/autobuild/autobuild/instance-11/output-1/target/usr/include/wdog'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/src'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/src'
Making install in man
make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/man/man1'
 /usr/bin/install -c -m 644 watchdogctl.1 '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/man/man5'
 /usr/bin/install -c -m 644 watchdogd.conf.5 '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/man/man5'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/man/man8'
 /usr/bin/install -c -m 644 watchdogd.8 '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/man/man8'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0/man'
make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/etc'
 /usr/bin/install -c -m 644 watchdogd.conf '/home/autobuild/autobuild/instance-11/output-1/target/etc'
 /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc/watchdogd'
 /usr/bin/install -c -m 644 README.md LICENSE '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc/watchdogd'
make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/watchdogd-4.0'
/usr/bin/install -D -m 0755 package/watchdogd/S01watchdogd /home/autobuild/autobuild/instance-11/output-1/target/etc/init.d/S01watchdogd
>>>   Finalizing host directory
>>>   Finalizing target directory
mkdir -p /home/autobuild/autobuild/instance-11/output-1/host/etc/meson
sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g"         -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%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/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in
sed         -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf
/usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab
/usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab
if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-11/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells; fi
if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-11/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells; fi
mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc
echo "buildroot" > /home/autobuild/autobuild/instance-11/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-11/output-1/target/etc/hosts
mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc
echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/issue
/usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-11/output-1/target/etc/shadow
grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells
if [ -x /home/autobuild/autobuild/instance-11/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-11/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab; fi
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/include /home/autobuild/autobuild/instance-11/output-1/target/usr/share/aclocal \
	/home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-11/output-1/target/usr/share/pkgconfig \
	/home/autobuild/autobuild/instance-11/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-11/output-1/target/usr/share/cmake \
	/home/autobuild/autobuild/instance-11/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-11/output-1/target/usr/doc
find /home/autobuild/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f
find /home/autobuild/autobuild/instance-11/output-1/target/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/ \
	\( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gdb
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/bash-completion
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/etc/bash_completion.d
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/zsh
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc
rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true
rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug
find /home/autobuild/autobuild/instance-11/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-11/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-11/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-11/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-11/output-1/target/etc
( \
	echo "NAME=Buildroot"; \
	echo "VERSION=2024.05-1061-g6395fc6e65"; \
	echo "ID=buildroot"; \
	echo "VERSION_ID=2024.08-git"; \
	echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \
) >  /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release
ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc
>>>   Sanitizing RPATH in target tree
PARALLEL_JOBS=1 \
	PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package \
	/home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target
touch /home/autobuild/autobuild/instance-11/output-1/target/usr
>>>   Generating root filesystems common tables
rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs
mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs
printf '   	_ntp -1 _ntp -1 * - - - Network Time Protocol daemon\n\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt
printf '   	/bin/busybox                     f 4755 0  0 - - - - -\n\n' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt
cat system/device_table.txt >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt
>>>   Generating filesystem image rootfs.yaffs2
mkdir -p /home/autobuild/autobuild/instance-11/output-1/images
rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2
mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2
rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target
echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
printf '   	rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
printf '   \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
printf '   \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
printf '   	/home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot
rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target
table='/home/autobuild/autobuild/instance-11/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-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done]
scanning complete, total 1044 objects.

stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2'

[                                                              ]    1/1044   0%
[                                                              ]    2/1044   0%
[                                                              ]    3/1044   0%
[                                                              ]    4/1044   0%
[                                                              ]    5/1044   0%
[                                                              ]    6/1044   0%
[                                                              ]    7/1044   0%
[                                                              ]    8/1044   0%
[                                                              ]    9/1044   0%
[                                                              ]   10/1044   0%
[                                                              ]   11/1044   1%
[                                                              ]   12/1044   1%
[                                                              ]   13/1044   1%
[                                                              ]   14/1044   1%
[                                                              ]   15/1044   1%
[                                                              ]   16/1044   1%
[=                                                             ]   17/1044   1%
[=                                                             ]   18/1044   1%
[=                                                             ]   19/1044   1%
[=                                                             ]   20/1044   1%
[=                                                             ]   21/1044   2%
[=                                                             ]   22/1044   2%
[=                                                             ]   23/1044   2%
[=                                                             ]   24/1044   2%
[=                                                             ]   25/1044   2%
[=                                                             ]   26/1044   2%
[=                                                             ]   27/1044   2%
[=                                                             ]   28/1044   2%
[=                                                             ]   29/1044   2%
[=                                                             ]   30/1044   2%
[=                                                             ]   31/1044   2%
[=                                                             ]   32/1044   3%
[=                                                             ]   33/1044   3%
[==                                                            ]   34/1044   3%
[==                                                            ]   35/1044   3%
[==                                                            ]   36/1044   3%
[==                                                            ]   37/1044   3%
[==                                                            ]   38/1044   3%
[==                                                            ]   39/1044   3%
[==                                                            ]   40/1044   3%
[==                                                            ]   41/1044   3%
[==                                                            ]   42/1044   4%
[==                                                            ]   43/1044   4%
[==                                                            ]   44/1044   4%
[==                                                            ]   45/1044   4%
[==                                                            ]   46/1044   4%
[==                                                            ]   47/1044   4%
[==                                                            ]   48/1044   4%
[==                                                            ]   49/1044   4%
[==                                                            ]   50/1044   4%
[===                                                           ]   51/1044   4%
[===                                                           ]   52/1044   4%
[===                                                           ]   53/1044   5%
[===                                                           ]   54/1044   5%
[===                                                           ]   55/1044   5%
[===                                                           ]   56/1044   5%
[===                                                           ]   57/1044   5%
[===                                                           ]   58/1044   5%
[===                                                           ]   59/1044   5%
[===                                                           ]   60/1044   5%
[===                                                           ]   61/1044   5%
[===                                                           ]   62/1044   5%
[===                                                           ]   63/1044   6%
[===                                                           ]   64/1044   6%
[===                                                           ]   65/1044   6%
[===                                                           ]   66/1044   6%
[===                                                           ]   67/1044   6%
[====                                                          ]   68/1044   6%
[====                                                          ]   69/1044   6%
[====                                                          ]   70/1044   6%
[====                                                          ]   71/1044   6%
[====                                                          ]   72/1044   6%
[====                                                          ]   73/1044   6%
[====                                                          ]   74/1044   7%
[====                                                          ]   75/1044   7%
[====                                                          ]   76/1044   7%
[====                                                          ]   77/1044   7%
[====                                                          ]   78/1044   7%
[====                                                          ]   79/1044   7%
[====                                                          ]   80/1044   7%
[====                                                          ]   81/1044   7%
[====                                                          ]   82/1044   7%
[====                                                          ]   83/1044   7%
[====                                                          ]   84/1044   8%
[=====                                                         ]   85/1044   8%
[=====                                                         ]   86/1044   8%
[=====                                                         ]   87/1044   8%
[=====                                                         ]   88/1044   8%
[=====                                                         ]   89/1044   8%
[=====                                                         ]   90/1044   8%
[=====                                                         ]   91/1044   8%
[=====                                                         ]   92/1044   8%
[=====                                                         ]   93/1044   8%
[=====                                                         ]   94/1044   9%
[=====                                                         ]   95/1044   9%
[=====                                                         ]   96/1044   9%
[=====                                                         ]   97/1044   9%
[=====                                                         ]   98/1044   9%
[=====                                                         ]   99/1044   9%
[=====                                                         ]  100/1044   9%
[=====                                                         ]  101/1044   9%
[======                                                        ]  102/1044   9%
[======                                                        ]  103/1044   9%
[======                                                        ]  104/1044   9%
[======                                                        ]  105/1044  10%
[======                                                        ]  106/1044  10%
[======                                                        ]  107/1044  10%
[======                                                        ]  108/1044  10%
[======                                                        ]  109/1044  10%
[======                                                        ]  110/1044  10%
[======                                                        ]  111/1044  10%
[======                                                        ]  112/1044  10%
[======                                                        ]  113/1044  10%
[======                                                        ]  114/1044  10%
[======                                                        ]  115/1044  11%
[======                                                        ]  116/1044  11%
[======                                                        ]  117/1044  11%
[=======                                                       ]  118/1044  11%
[=======                                                       ]  119/1044  11%
[=======                                                       ]  120/1044  11%
[=======                                                       ]  121/1044  11%
[=======                                                       ]  122/1044  11%
[=======                                                       ]  123/1044  11%
[=======                                                       ]  124/1044  11%
[=======                                                       ]  125/1044  11%
[=======                                                       ]  126/1044  12%
[=======                                                       ]  127/1044  12%
[=======                                                       ]  128/1044  12%
[=======                                                       ]  129/1044  12%
[=======                                                       ]  130/1044  12%
[=======                                                       ]  131/1044  12%
[=======                                                       ]  132/1044  12%
[=======                                                       ]  133/1044  12%
[=======                                                       ]  134/1044  12%
[========                                                      ]  135/1044  12%
[========                                                      ]  136/1044  13%
[========                                                      ]  137/1044  13%
[========                                                      ]  138/1044  13%
[========                                                      ]  139/1044  13%
[========                                                      ]  140/1044  13%
[========                                                      ]  141/1044  13%
[========                                                      ]  142/1044  13%
[========                                                      ]  143/1044  13%
[========                                                      ]  144/1044  13%
[========                                                      ]  145/1044  13%
[========                                                      ]  146/1044  13%
[========                                                      ]  147/1044  14%
[========                                                      ]  148/1044  14%
[========                                                      ]  149/1044  14%
[========                                                      ]  150/1044  14%
[========                                                      ]  151/1044  14%
[=========                                                     ]  152/1044  14%
[=========                                                     ]  153/1044  14%
[=========                                                     ]  154/1044  14%
[=========                                                     ]  155/1044  14%
[=========                                                     ]  156/1044  14%
[=========                                                     ]  157/1044  15%
[=========                                                     ]  158/1044  15%
[=========                                                     ]  159/1044  15%
[=========                                                     ]  160/1044  15%
[=========                                                     ]  161/1044  15%
[=========                                                     ]  162/1044  15%
[=========                                                     ]  163/1044  15%
[=========                                                     ]  164/1044  15%
[=========                                                     ]  165/1044  15%
[=========                                                     ]  166/1044  15%
[=========                                                     ]  167/1044  15%
[=========                                                     ]  168/1044  16%
[==========                                                    ]  169/1044  16%
[==========                                                    ]  170/1044  16%
[==========                                                    ]  171/1044  16%
[==========                                                    ]  172/1044  16%
[==========                                                    ]  173/1044  16%
[==========                                                    ]  174/1044  16%
[==========                                                    ]  175/1044  16%
[==========                                                    ]  176/1044  16%
[==========                                                    ]  177/1044  16%
[==========                                                    ]  178/1044  17%
[==========                                                    ]  179/1044  17%
[==========                                                    ]  180/1044  17%
[==========                                                    ]  181/1044  17%
[==========                                                    ]  182/1044  17%
[==========                                                    ]  183/1044  17%
[==========                                                    ]  184/1044  17%
[==========                                                    ]  185/1044  17%
[===========                                                   ]  186/1044  17%
[===========                                                   ]  187/1044  17%
[===========                                                   ]  188/1044  18%
[===========                                                   ]  189/1044  18%
[===========                                                   ]  190/1044  18%
[===========                                                   ]  191/1044  18%
[===========                                                   ]  192/1044  18%
[===========                                                   ]  193/1044  18%
[===========                                                   ]  194/1044  18%
[===========                                                   ]  195/1044  18%
[===========                                                   ]  196/1044  18%
[===========                                                   ]  197/1044  18%
[===========                                                   ]  198/1044  18%
[===========                                                   ]  199/1044  19%
[===========                                                   ]  200/1044  19%
[===========                                                   ]  201/1044  19%
[===========                                                   ]  202/1044  19%
[============                                                  ]  203/1044  19%
[============                                                  ]  204/1044  19%
[============                                                  ]  205/1044  19%
[============                                                  ]  206/1044  19%
[============                                                  ]  207/1044  19%
[============                                                  ]  208/1044  19%
[============                                                  ]  209/1044  20%
[============                                                  ]  210/1044  20%
[============                                                  ]  211/1044  20%
[============                                                  ]  212/1044  20%
[============                                                  ]  213/1044  20%
[============                                                  ]  214/1044  20%
[============                                                  ]  215/1044  20%
[============                                                  ]  216/1044  20%
[============                                                  ]  217/1044  20%
[============                                                  ]  218/1044  20%
[=============                                                 ]  219/1044  20%
[=============                                                 ]  220/1044  21%
[=============                                                 ]  221/1044  21%
[=============                                                 ]  222/1044  21%
[=============                                                 ]  223/1044  21%
[=============                                                 ]  224/1044  21%
[=============                                                 ]  225/1044  21%
[=============                                                 ]  226/1044  21%
[=============                                                 ]  227/1044  21%
[=============                                                 ]  228/1044  21%
[=============                                                 ]  229/1044  21%
[=============                                                 ]  230/1044  22%
[=============                                                 ]  231/1044  22%
[=============                                                 ]  232/1044  22%
[=============                                                 ]  233/1044  22%
[=============                                                 ]  234/1044  22%
[=============                                                 ]  235/1044  22%
[==============                                                ]  236/1044  22%
[==============                                                ]  237/1044  22%
[==============                                                ]  238/1044  22%
[==============                                                ]  239/1044  22%
[==============                                                ]  240/1044  22%
[==============                                                ]  241/1044  23%
[==============                                                ]  242/1044  23%
[==============                                                ]  243/1044  23%
[==============                                                ]  244/1044  23%
[==============                                                ]  245/1044  23%
[==============                                                ]  246/1044  23%
[==============                                                ]  247/1044  23%
[==============                                                ]  248/1044  23%
[==============                                                ]  249/1044  23%
[==============                                                ]  250/1044  23%
[==============                                                ]  251/1044  24%
[==============                                                ]  252/1044  24%
[===============                                               ]  253/1044  24%
[===============                                               ]  254/1044  24%
[===============                                               ]  255/1044  24%
[===============                                               ]  256/1044  24%
[===============                                               ]  257/1044  24%
[===============                                               ]  258/1044  24%
[===============                                               ]  259/1044  24%
[===============                                               ]  260/1044  24%
[===============                                               ]  261/1044  25%
[===============                                               ]  262/1044  25%
[===============                                               ]  263/1044  25%
[===============                                               ]  264/1044  25%
[===============                                               ]  265/1044  25%
[===============                                               ]  266/1044  25%
[===============                                               ]  267/1044  25%
[===============                                               ]  268/1044  25%
[===============                                               ]  269/1044  25%
[================                                              ]  270/1044  25%
[================                                              ]  271/1044  25%
[================                                              ]  272/1044  26%
[================                                              ]  273/1044  26%
[================                                              ]  274/1044  26%
[================                                              ]  275/1044  26%
[================                                              ]  276/1044  26%
[================                                              ]  277/1044  26%
[================                                              ]  278/1044  26%
[================                                              ]  279/1044  26%
[================                                              ]  280/1044  26%
[================                                              ]  281/1044  26%
[================                                              ]  282/1044  27%
[================                                              ]  283/1044  27%
[================                                              ]  284/1044  27%
[================                                              ]  285/1044  27%
[================                                              ]  286/1044  27%
[=================                                             ]  287/1044  27%
[=================                                             ]  288/1044  27%
[=================                                             ]  289/1044  27%
[=================                                             ]  290/1044  27%
[=================                                             ]  291/1044  27%
[=================                                             ]  292/1044  27%
[=================                                             ]  293/1044  28%
[=================                                             ]  294/1044  28%
[=================                                             ]  295/1044  28%
[=================                                             ]  296/1044  28%
[=================                                             ]  297/1044  28%
[=================                                             ]  298/1044  28%
[=================                                             ]  299/1044  28%
[=================                                             ]  300/1044  28%
[=================                                             ]  301/1044  28%
[=================                                             ]  302/1044  28%
[=================                                             ]  303/1044  29%
[==================                                            ]  304/1044  29%
[==================                                            ]  305/1044  29%
[==================                                            ]  306/1044  29%
[==================                                            ]  307/1044  29%
[==================                                            ]  308/1044  29%
[==================                                            ]  309/1044  29%
[==================                                            ]  310/1044  29%
[==================                                            ]  311/1044  29%
[==================                                            ]  312/1044  29%
[==================                                            ]  313/1044  29%
[==================                                            ]  314/1044  30%
[==================                                            ]  315/1044  30%
[==================                                            ]  316/1044  30%
[==================                                            ]  317/1044  30%
[==================                                            ]  318/1044  30%
[==================                                            ]  319/1044  30%
[===================                                           ]  320/1044  30%
[===================                                           ]  321/1044  30%
[===================                                           ]  322/1044  30%
[===================                                           ]  323/1044  30%
[===================                                           ]  324/1044  31%
[===================                                           ]  325/1044  31%
[===================                                           ]  326/1044  31%
[===================                                           ]  327/1044  31%
[===================                                           ]  328/1044  31%
[===================                                           ]  329/1044  31%
[===================                                           ]  330/1044  31%
[===================                                           ]  331/1044  31%
[===================                                           ]  332/1044  31%
[===================                                           ]  333/1044  31%
[===================                                           ]  334/1044  31%
[===================                                           ]  335/1044  32%
[===================                                           ]  336/1044  32%
[====================                                          ]  337/1044  32%
[====================                                          ]  338/1044  32%
[====================                                          ]  339/1044  32%
[====================                                          ]  340/1044  32%
[====================                                          ]  341/1044  32%
[====================                                          ]  342/1044  32%
[====================                                          ]  343/1044  32%
[====================                                          ]  344/1044  32%
[====================                                          ]  345/1044  33%
[====================                                          ]  346/1044  33%
[====================                                          ]  347/1044  33%
[====================                                          ]  348/1044  33%
[====================                                          ]  349/1044  33%
[====================                                          ]  350/1044  33%
[====================                                          ]  351/1044  33%
[====================                                          ]  352/1044  33%
[====================                                          ]  353/1044  33%
[=====================                                         ]  354/1044  33%
[=====================                                         ]  355/1044  34%
[=====================                                         ]  356/1044  34%
[=====================                                         ]  357/1044  34%
[=====================                                         ]  358/1044  34%
[=====================                                         ]  359/1044  34%
[=====================                                         ]  360/1044  34%
[=====================                                         ]  361/1044  34%
[=====================                                         ]  362/1044  34%
[=====================                                         ]  363/1044  34%
[=====================                                         ]  364/1044  34%
[=====================                                         ]  365/1044  34%
[=====================                                         ]  366/1044  35%
[=====================                                         ]  367/1044  35%
[=====================                                         ]  368/1044  35%
[=====================                                         ]  369/1044  35%
[=====================                                         ]  370/1044  35%
[======================                                        ]  371/1044  35%
[======================                                        ]  372/1044  35%
[======================                                        ]  373/1044  35%
[======================                                        ]  374/1044  35%
[======================                                        ]  375/1044  35%
[======================                                        ]  376/1044  36%
[======================                                        ]  377/1044  36%
[======================                                        ]  378/1044  36%
[======================                                        ]  379/1044  36%
[======================                                        ]  380/1044  36%
[======================                                        ]  381/1044  36%
[======================                                        ]  382/1044  36%
[======================                                        ]  383/1044  36%
[======================                                        ]  384/1044  36%
[======================                                        ]  385/1044  36%
[======================                                        ]  386/1044  36%
[======================                                        ]  387/1044  37%
[=======================                                       ]  388/1044  37%
[=======================                                       ]  389/1044  37%
[=======================                                       ]  390/1044  37%
[=======================                                       ]  391/1044  37%
[=======================                                       ]  392/1044  37%
[=======================                                       ]  393/1044  37%
[=======================                                       ]  394/1044  37%
[=======================                                       ]  395/1044  37%
[=======================                                       ]  396/1044  37%
[=======================                                       ]  397/1044  38%
[=======================                                       ]  398/1044  38%
[=======================                                       ]  399/1044  38%
[=======================                                       ]  400/1044  38%
[=======================                                       ]  401/1044  38%
[=======================                                       ]  402/1044  38%
[=======================                                       ]  403/1044  38%
[=======================                                       ]  404/1044  38%
[========================                                      ]  405/1044  38%
[========================                                      ]  406/1044  38%
[========================                                      ]  407/1044  38%
[========================                                      ]  408/1044  39%
[========================                                      ]  409/1044  39%
[========================                                      ]  410/1044  39%
[========================                                      ]  411/1044  39%
[========================                                      ]  412/1044  39%
[========================                                      ]  413/1044  39%
[========================                                      ]  414/1044  39%
[========================                                      ]  415/1044  39%
[========================                                      ]  416/1044  39%
[========================                                      ]  417/1044  39%
[========================                                      ]  418/1044  40%
[========================                                      ]  419/1044  40%
[========================                                      ]  420/1044  40%
[=========================                                     ]  421/1044  40%
[=========================                                     ]  422/1044  40%
[=========================                                     ]  423/1044  40%
[=========================                                     ]  424/1044  40%
[=========================                                     ]  425/1044  40%
[=========================                                     ]  426/1044  40%
[=========================                                     ]  427/1044  40%
[=========================                                     ]  428/1044  40%
[=========================                                     ]  429/1044  41%
[=========================                                     ]  430/1044  41%
[=========================                                     ]  431/1044  41%
[=========================                                     ]  432/1044  41%
[=========================                                     ]  433/1044  41%
[=========================                                     ]  434/1044  41%
[=========================                                     ]  435/1044  41%
[=========================                                     ]  436/1044  41%
[=========================                                     ]  437/1044  41%
[==========================                                    ]  438/1044  41%
[==========================                                    ]  439/1044  42%
[==========================                                    ]  440/1044  42%
[==========================                                    ]  441/1044  42%
[==========================                                    ]  442/1044  42%
[==========================                                    ]  443/1044  42%
[==========================                                    ]  444/1044  42%
[==========================                                    ]  445/1044  42%
[==========================                                    ]  446/1044  42%
[==========================                                    ]  447/1044  42%
[==========================                                    ]  448/1044  42%
[==========================                                    ]  449/1044  43%
[==========================                                    ]  450/1044  43%
[==========================                                    ]  451/1044  43%
[==========================                                    ]  452/1044  43%
[==========================                                    ]  453/1044  43%
[==========================                                    ]  454/1044  43%
[===========================                                   ]  455/1044  43%
[===========================                                   ]  456/1044  43%
[===========================                                   ]  457/1044  43%
[===========================                                   ]  458/1044  43%
[===========================                                   ]  459/1044  43%
[===========================                                   ]  460/1044  44%
[===========================                                   ]  461/1044  44%
[===========================                                   ]  462/1044  44%
[===========================                                   ]  463/1044  44%
[===========================                                   ]  464/1044  44%
[===========================                                   ]  465/1044  44%
[===========================                                   ]  466/1044  44%
[===========================                                   ]  467/1044  44%
[===========================                                   ]  468/1044  44%
[===========================                                   ]  469/1044  44%
[===========================                                   ]  470/1044  45%
[===========================                                   ]  471/1044  45%
[============================                                  ]  472/1044  45%
[============================                                  ]  473/1044  45%
[============================                                  ]  474/1044  45%
[============================                                  ]  475/1044  45%
[============================                                  ]  476/1044  45%
[============================                                  ]  477/1044  45%
[============================                                  ]  478/1044  45%
[============================                                  ]  479/1044  45%
[============================                                  ]  480/1044  45%
[============================                                  ]  481/1044  46%
[============================                                  ]  482/1044  46%
[============================                                  ]  483/1044  46%
[============================                                  ]  484/1044  46%
[============================                                  ]  485/1044  46%
[============================                                  ]  486/1044  46%
[============================                                  ]  487/1044  46%
[============================                                  ]  488/1044  46%
[=============================                                 ]  489/1044  46%
[=============================                                 ]  490/1044  46%
[=============================                                 ]  491/1044  47%
[=============================                                 ]  492/1044  47%
[=============================                                 ]  493/1044  47%
[=============================                                 ]  494/1044  47%
[=============================                                 ]  495/1044  47%
[=============================                                 ]  496/1044  47%
[=============================                                 ]  497/1044  47%
[=============================                                 ]  498/1044  47%
[=============================                                 ]  499/1044  47%
[=============================                                 ]  500/1044  47%
[=============================                                 ]  501/1044  47%
[=============================                                 ]  502/1044  48%
[=============================                                 ]  503/1044  48%
[=============================                                 ]  504/1044  48%
[=============================                                 ]  505/1044  48%
[==============================                                ]  506/1044  48%
[==============================                                ]  507/1044  48%
[==============================                                ]  508/1044  48%
[==============================                                ]  509/1044  48%
[==============================                                ]  510/1044  48%
[==============================                                ]  511/1044  48%
[==============================                                ]  512/1044  49%
[==============================                                ]  513/1044  49%
[==============================                                ]  514/1044  49%
[==============================                                ]  515/1044  49%
[==============================                                ]  516/1044  49%
[==============================                                ]  517/1044  49%
[==============================                                ]  518/1044  49%
[==============================                                ]  519/1044  49%
[==============================                                ]  520/1044  49%
[==============================                                ]  521/1044  49%
[===============================                               ]  522/1044  50%
[===============================                               ]  523/1044  50%
[===============================                               ]  524/1044  50%
[===============================                               ]  525/1044  50%
[===============================                               ]  526/1044  50%
[===============================                               ]  527/1044  50%
[===============================                               ]  528/1044  50%
[===============================                               ]  529/1044  50%
[===============================                               ]  530/1044  50%
[===============================                               ]  531/1044  50%
[===============================                               ]  532/1044  50%
[===============================                               ]  533/1044  51%
[===============================                               ]  534/1044  51%
[===============================                               ]  535/1044  51%
[===============================                               ]  536/1044  51%
[===============================                               ]  537/1044  51%
[===============================                               ]  538/1044  51%
[================================                              ]  539/1044  51%
[================================                              ]  540/1044  51%
[================================                              ]  541/1044  51%
[================================                              ]  542/1044  51%
[================================                              ]  543/1044  52%
[================================                              ]  544/1044  52%
[================================                              ]  545/1044  52%
[================================                              ]  546/1044  52%
[================================                              ]  547/1044  52%
[================================                              ]  548/1044  52%
[================================                              ]  549/1044  52%
[================================                              ]  550/1044  52%
[================================                              ]  551/1044  52%
[================================                              ]  552/1044  52%
[================================                              ]  553/1044  52%
[================================                              ]  554/1044  53%
[================================                              ]  555/1044  53%
[=================================                             ]  556/1044  53%
[=================================                             ]  557/1044  53%
[=================================                             ]  558/1044  53%
[=================================                             ]  559/1044  53%
[=================================                             ]  560/1044  53%
[=================================                             ]  561/1044  53%
[=================================                             ]  562/1044  53%
[=================================                             ]  563/1044  53%
[=================================                             ]  564/1044  54%
[=================================                             ]  565/1044  54%
[=================================                             ]  566/1044  54%
[=================================                             ]  567/1044  54%
[=================================                             ]  568/1044  54%
[=================================                             ]  569/1044  54%
[=================================                             ]  570/1044  54%
[=================================                             ]  571/1044  54%
[=================================                             ]  572/1044  54%
[==================================                            ]  573/1044  54%
[==================================                            ]  574/1044  54%
[==================================                            ]  575/1044  55%
[==================================                            ]  576/1044  55%
[==================================                            ]  577/1044  55%
[==================================                            ]  578/1044  55%
[==================================                            ]  579/1044  55%
[==================================                            ]  580/1044  55%
[==================================                            ]  581/1044  55%
[==================================                            ]  582/1044  55%
[==================================                            ]  583/1044  55%
[==================================                            ]  584/1044  55%
[==================================                            ]  585/1044  56%
[==================================                            ]  586/1044  56%
[==================================                            ]  587/1044  56%
[==================================                            ]  588/1044  56%
[==================================                            ]  589/1044  56%
[===================================                           ]  590/1044  56%
[===================================                           ]  591/1044  56%
[===================================                           ]  592/1044  56%
[===================================                           ]  593/1044  56%
[===================================                           ]  594/1044  56%
[===================================                           ]  595/1044  56%
[===================================                           ]  596/1044  57%
[===================================                           ]  597/1044  57%
[===================================                           ]  598/1044  57%
[===================================                           ]  599/1044  57%
[===================================                           ]  600/1044  57%
[===================================                           ]  601/1044  57%
[===================================                           ]  602/1044  57%
[===================================                           ]  603/1044  57%
[===================================                           ]  604/1044  57%
[===================================                           ]  605/1044  57%
[===================================                           ]  606/1044  58%
[====================================                          ]  607/1044  58%
[====================================                          ]  608/1044  58%
[====================================                          ]  609/1044  58%
[====================================                          ]  610/1044  58%
[====================================                          ]  611/1044  58%
[====================================                          ]  612/1044  58%
[====================================                          ]  613/1044  58%
[====================================                          ]  614/1044  58%
[====================================                          ]  615/1044  58%
[====================================                          ]  616/1044  59%
[====================================                          ]  617/1044  59%
[====================================                          ]  618/1044  59%
[====================================                          ]  619/1044  59%
[====================================                          ]  620/1044  59%
[====================================                          ]  621/1044  59%
[====================================                          ]  622/1044  59%
[====================================                          ]  623/1044  59%
[=====================================                         ]  624/1044  59%
[=====================================                         ]  625/1044  59%
[=====================================                         ]  626/1044  59%
[=====================================                         ]  627/1044  60%
[=====================================                         ]  628/1044  60%
[=====================================                         ]  629/1044  60%
[=====================================                         ]  630/1044  60%
[=====================================                         ]  631/1044  60%
[=====================================                         ]  632/1044  60%
[=====================================                         ]  633/1044  60%
[=====================================                         ]  634/1044  60%
[=====================================                         ]  635/1044  60%
[=====================================                         ]  636/1044  60%
[=====================================                         ]  637/1044  61%
[=====================================                         ]  638/1044  61%
[=====================================                         ]  639/1044  61%
[======================================                        ]  640/1044  61%
[======================================                        ]  641/1044  61%
[======================================                        ]  642/1044  61%
[======================================                        ]  643/1044  61%
[======================================                        ]  644/1044  61%
[======================================                        ]  645/1044  61%
[======================================                        ]  646/1044  61%
[======================================                        ]  647/1044  61%
[======================================                        ]  648/1044  62%
[======================================                        ]  649/1044  62%
[======================================                        ]  650/1044  62%
[======================================                        ]  651/1044  62%
[======================================                        ]  652/1044  62%
[======================================                        ]  653/1044  62%
[======================================                        ]  654/1044  62%
[======================================                        ]  655/1044  62%
[======================================                        ]  656/1044  62%
[=======================================                       ]  657/1044  62%
[=======================================                       ]  658/1044  63%
[=======================================                       ]  659/1044  63%
[=======================================                       ]  660/1044  63%
[=======================================                       ]  661/1044  63%
[=======================================                       ]  662/1044  63%
[=======================================                       ]  663/1044  63%
[=======================================                       ]  664/1044  63%
[=======================================                       ]  665/1044  63%
[=======================================                       ]  666/1044  63%
[=======================================                       ]  667/1044  63%
[=======================================                       ]  668/1044  63%
[=======================================                       ]  669/1044  64%
[=======================================                       ]  670/1044  64%
[=======================================                       ]  671/1044  64%
[=======================================                       ]  672/1044  64%
[=======================================                       ]  673/1044  64%
[========================================                      ]  674/1044  64%
[========================================                      ]  675/1044  64%
[========================================                      ]  676/1044  64%
[========================================                      ]  677/1044  64%
[========================================                      ]  678/1044  64%
[========================================                      ]  679/1044  65%
[========================================                      ]  680/1044  65%
[========================================                      ]  681/1044  65%
[========================================                      ]  682/1044  65%
[========================================                      ]  683/1044  65%
[========================================                      ]  684/1044  65%
[========================================                      ]  685/1044  65%
[========================================                      ]  686/1044  65%
[========================================                      ]  687/1044  65%
[========================================                      ]  688/1044  65%
[========================================                      ]  689/1044  65%
[========================================                      ]  690/1044  66%
[=========================================                     ]  691/1044  66%
[=========================================                     ]  692/1044  66%
[=========================================                     ]  693/1044  66%
[=========================================                     ]  694/1044  66%
[=========================================                     ]  695/1044  66%
[=========================================                     ]  696/1044  66%
[=========================================                     ]  697/1044  66%
[=========================================                     ]  698/1044  66%
[=========================================                     ]  699/1044  66%
[=========================================                     ]  700/1044  67%
[=========================================                     ]  701/1044  67%
[=========================================                     ]  702/1044  67%
[=========================================                     ]  703/1044  67%
[=========================================                     ]  704/1044  67%
[=========================================                     ]  705/1044  67%
[=========================================                     ]  706/1044  67%
[=========================================                     ]  707/1044  67%
[==========================================                    ]  708/1044  67%
[==========================================                    ]  709/1044  67%
[==========================================                    ]  710/1044  68%
[==========================================                    ]  711/1044  68%
[==========================================                    ]  712/1044  68%
[==========================================                    ]  713/1044  68%
[==========================================                    ]  714/1044  68%
[==========================================                    ]  715/1044  68%
[==========================================                    ]  716/1044  68%
[==========================================                    ]  717/1044  68%
[==========================================                    ]  718/1044  68%
[==========================================                    ]  719/1044  68%
[==========================================                    ]  720/1044  68%
[==========================================                    ]  721/1044  69%
[==========================================                    ]  722/1044  69%
[==========================================                    ]  723/1044  69%
[==========================================                    ]  724/1044  69%
[===========================================                   ]  725/1044  69%
[===========================================                   ]  726/1044  69%
[===========================================                   ]  727/1044  69%
[===========================================                   ]  728/1044  69%
[===========================================                   ]  729/1044  69%
[===========================================                   ]  730/1044  69%
[===========================================                   ]  731/1044  70%
[===========================================                   ]  732/1044  70%
[===========================================                   ]  733/1044  70%
[===========================================                   ]  734/1044  70%
[===========================================                   ]  735/1044  70%
[===========================================                   ]  736/1044  70%
[===========================================                   ]  737/1044  70%
[===========================================                   ]  738/1044  70%
[===========================================                   ]  739/1044  70%
[===========================================                   ]  740/1044  70%
[============================================                  ]  741/1044  70%
[============================================                  ]  742/1044  71%
[============================================                  ]  743/1044  71%
[============================================                  ]  744/1044  71%
[============================================                  ]  745/1044  71%
[============================================                  ]  746/1044  71%
[============================================                  ]  747/1044  71%
[============================================                  ]  748/1044  71%
[============================================                  ]  749/1044  71%
[============================================                  ]  750/1044  71%
[============================================                  ]  751/1044  71%
[============================================                  ]  752/1044  72%
[============================================                  ]  753/1044  72%
[============================================                  ]  754/1044  72%
[============================================                  ]  755/1044  72%
[============================================                  ]  756/1044  72%
[============================================                  ]  757/1044  72%
[=============================================                 ]  758/1044  72%
[=============================================                 ]  759/1044  72%
[=============================================                 ]  760/1044  72%
[=============================================                 ]  761/1044  72%
[=============================================                 ]  762/1044  72%
[=============================================                 ]  763/1044  73%
[=============================================                 ]  764/1044  73%
[=============================================                 ]  765/1044  73%
[=============================================                 ]  766/1044  73%
[=============================================                 ]  767/1044  73%
[=============================================                 ]  768/1044  73%
[=============================================                 ]  769/1044  73%
[=============================================                 ]  770/1044  73%
[=============================================                 ]  771/1044  73%
[=============================================                 ]  772/1044  73%
[=============================================                 ]  773/1044  74%
[=============================================                 ]  774/1044  74%
[==============================================                ]  775/1044  74%
[==============================================                ]  776/1044  74%
[==============================================                ]  777/1044  74%
[==============================================                ]  778/1044  74%
[==============================================                ]  779/1044  74%
[==============================================                ]  780/1044  74%
[==============================================                ]  781/1044  74%
[==============================================                ]  782/1044  74%
[==============================================                ]  783/1044  75%
[==============================================                ]  784/1044  75%
[==============================================                ]  785/1044  75%
[==============================================                ]  786/1044  75%
[==============================================                ]  787/1044  75%
[==============================================                ]  788/1044  75%
[==============================================                ]  789/1044  75%
[==============================================                ]  790/1044  75%
[==============================================                ]  791/1044  75%
[===============================================               ]  792/1044  75%
[===============================================               ]  793/1044  75%
[===============================================               ]  794/1044  76%
[===============================================               ]  795/1044  76%
[===============================================               ]  796/1044  76%
[===============================================               ]  797/1044  76%
[===============================================               ]  798/1044  76%
[===============================================               ]  799/1044  76%
[===============================================               ]  800/1044  76%
[===============================================               ]  801/1044  76%
[===============================================               ]  802/1044  76%
[===============================================               ]  803/1044  76%
[===============================================               ]  804/1044  77%
[===============================================               ]  805/1044  77%
[===============================================               ]  806/1044  77%
[===============================================               ]  807/1044  77%
[===============================================               ]  808/1044  77%
[================================================              ]  809/1044  77%
[================================================              ]  810/1044  77%
[================================================              ]  811/1044  77%
[================================================              ]  812/1044  77%
[================================================              ]  813/1044  77%
[================================================              ]  814/1044  77%
[================================================              ]  815/1044  78%
[================================================              ]  816/1044  78%
[================================================              ]  817/1044  78%
[================================================              ]  818/1044  78%
[================================================              ]  819/1044  78%
[================================================              ]  820/1044  78%
[================================================              ]  821/1044  78%
[================================================              ]  822/1044  78%
[================================================              ]  823/1044  78%
[================================================              ]  824/1044  78%
[================================================              ]  825/1044  79%
[=================================================             ]  826/1044  79%
[=================================================             ]  827/1044  79%
[=================================================             ]  828/1044  79%
[=================================================             ]  829/1044  79%
[=================================================             ]  830/1044  79%
[=================================================             ]  831/1044  79%
[=================================================             ]  832/1044  79%
[=================================================             ]  833/1044  79%
[=================================================             ]  834/1044  79%
[=================================================             ]  835/1044  79%
[=================================================             ]  836/1044  80%
[=================================================             ]  837/1044  80%
[=================================================             ]  838/1044  80%
[=================================================             ]  839/1044  80%
[=================================================             ]  840/1044  80%
[=================================================             ]  841/1044  80%
[==================================================            ]  842/1044  80%
[==================================================            ]  843/1044  80%
[==================================================            ]  844/1044  80%
[==================================================            ]  845/1044  80%
[==================================================            ]  846/1044  81%
[==================================================            ]  847/1044  81%
[==================================================            ]  848/1044  81%
[==================================================            ]  849/1044  81%
[==================================================            ]  850/1044  81%
[==================================================            ]  851/1044  81%
[==================================================            ]  852/1044  81%
[==================================================            ]  853/1044  81%
[==================================================            ]  854/1044  81%
[==================================================            ]  855/1044  81%
[==================================================            ]  856/1044  81%
[==================================================            ]  857/1044  82%
[==================================================            ]  858/1044  82%
[===================================================           ]  859/1044  82%
[===================================================           ]  860/1044  82%
[===================================================           ]  861/1044  82%
[===================================================           ]  862/1044  82%
[===================================================           ]  863/1044  82%
[===================================================           ]  864/1044  82%
[===================================================           ]  865/1044  82%
[===================================================           ]  866/1044  82%
[===================================================           ]  867/1044  83%
[===================================================           ]  868/1044  83%
[===================================================           ]  869/1044  83%
[===================================================           ]  870/1044  83%
[===================================================           ]  871/1044  83%
[===================================================           ]  872/1044  83%
[===================================================           ]  873/1044  83%
[===================================================           ]  874/1044  83%
[===================================================           ]  875/1044  83%
[====================================================          ]  876/1044  83%
[====================================================          ]  877/1044  84%
[====================================================          ]  878/1044  84%
[====================================================          ]  879/1044  84%
[====================================================          ]  880/1044  84%
[====================================================          ]  881/1044  84%
[====================================================          ]  882/1044  84%
[====================================================          ]  883/1044  84%
[====================================================          ]  884/1044  84%
[====================================================          ]  885/1044  84%
[====================================================          ]  886/1044  84%
[====================================================          ]  887/1044  84%
[====================================================          ]  888/1044  85%
[====================================================          ]  889/1044  85%
[====================================================          ]  890/1044  85%
[====================================================          ]  891/1044  85%
[====================================================          ]  892/1044  85%
[=====================================================         ]  893/1044  85%
[=====================================================         ]  894/1044  85%
[=====================================================         ]  895/1044  85%
[=====================================================         ]  896/1044  85%
[=====================================================         ]  897/1044  85%
[=====================================================         ]  898/1044  86%
[=====================================================         ]  899/1044  86%
[=====================================================         ]  900/1044  86%
[=====================================================         ]  901/1044  86%
[=====================================================         ]  902/1044  86%
[=====================================================         ]  903/1044  86%
[=====================================================         ]  904/1044  86%
[=====================================================         ]  905/1044  86%
[=====================================================         ]  906/1044  86%
[=====================================================         ]  907/1044  86%
[=====================================================         ]  908/1044  86%
[=====================================================         ]  909/1044  87%
[======================================================        ]  910/1044  87%
[======================================================        ]  911/1044  87%
[======================================================        ]  912/1044  87%
[======================================================        ]  913/1044  87%
[======================================================        ]  914/1044  87%
[======================================================        ]  915/1044  87%
[======================================================        ]  916/1044  87%
[======================================================        ]  917/1044  87%
[======================================================        ]  918/1044  87%
[======================================================        ]  919/1044  88%
[======================================================        ]  920/1044  88%
[======================================================        ]  921/1044  88%
[======================================================        ]  922/1044  88%
[======================================================        ]  923/1044  88%
[======================================================        ]  924/1044  88%
[======================================================        ]  925/1044  88%
[======================================================        ]  926/1044  88%
[=======================================================       ]  927/1044  88%
[=======================================================       ]  928/1044  88%
[=======================================================       ]  929/1044  88%
[=======================================================       ]  930/1044  89%
[=======================================================       ]  931/1044  89%
[=======================================================       ]  932/1044  89%
[=======================================================       ]  933/1044  89%
[=======================================================       ]  934/1044  89%
[=======================================================       ]  935/1044  89%
[=======================================================       ]  936/1044  89%
[=======================================================       ]  937/1044  89%
[=======================================================       ]  938/1044  89%
[=======================================================       ]  939/1044  89%
[=======================================================       ]  940/1044  90%
[=======================================================       ]  941/1044  90%
[=======================================================       ]  942/1044  90%
[========================================================      ]  943/1044  90%
[========================================================      ]  944/1044  90%
[========================================================      ]  945/1044  90%
[========================================================      ]  946/1044  90%
[========================================================      ]  947/1044  90%
[========================================================      ]  948/1044  90%
[========================================================      ]  949/1044  90%
[========================================================      ]  950/1044  90%
[========================================================      ]  951/1044  91%
[========================================================      ]  952/1044  91%
[========================================================      ]  953/1044  91%
[========================================================      ]  954/1044  91%
[========================================================      ]  955/1044  91%
[========================================================      ]  956/1044  91%
[========================================================      ]  957/1044  91%
[========================================================      ]  958/1044  91%
[========================================================      ]  959/1044  91%
[=========================================================     ]  960/1044  91%
[=========================================================     ]  961/1044  92%
[=========================================================     ]  962/1044  92%
[=========================================================     ]  963/1044  92%
[=========================================================     ]  964/1044  92%
[=========================================================     ]  965/1044  92%
[=========================================================     ]  966/1044  92%
[=========================================================     ]  967/1044  92%
[=========================================================     ]  968/1044  92%
[=========================================================     ]  969/1044  92%
[=========================================================     ]  970/1044  92%
[=========================================================     ]  971/1044  93%
[=========================================================     ]  972/1044  93%
[=========================================================     ]  973/1044  93%
[=========================================================     ]  974/1044  93%
[=========================================================     ]  975/1044  93%
[=========================================================     ]  976/1044  93%
[==========================================================    ]  977/1044  93%
[==========================================================    ]  978/1044  93%
[==========================================================    ]  979/1044  93%
[==========================================================    ]  980/1044  93%
[==========================================================    ]  981/1044  93%
[==========================================================    ]  982/1044  94%
[==========================================================    ]  983/1044  94%
[==========================================================    ]  984/1044  94%
[==========================================================    ]  985/1044  94%
[==========================================================    ]  986/1044  94%
[==========================================================    ]  987/1044  94%
[==========================================================    ]  988/1044  94%
[==========================================================    ]  989/1044  94%
[==========================================================    ]  990/1044  94%
[==========================================================    ]  991/1044  94%
[==========================================================    ]  992/1044  95%
[==========================================================    ]  993/1044  95%
[===========================================================   ]  994/1044  95%
[===========================================================   ]  995/1044  95%
[===========================================================   ]  996/1044  95%
[===========================================================   ]  997/1044  95%
[===========================================================   ]  998/1044  95%
[===========================================================   ]  999/1044  95%
[===========================================================   ] 1000/1044  95%
[===========================================================   ] 1001/1044  95%
[===========================================================   ] 1002/1044  95%
[===========================================================   ] 1003/1044  96%
[===========================================================   ] 1004/1044  96%
[===========================================================   ] 1005/1044  96%
[===========================================================   ] 1006/1044  96%
[===========================================================   ] 1007/1044  96%
[===========================================================   ] 1008/1044  96%
[===========================================================   ] 1009/1044  96%
[===========================================================   ] 1010/1044  96%
[============================================================  ] 1011/1044  96%
[============================================================  ] 1012/1044  96%
[============================================================  ] 1013/1044  97%
[============================================================  ] 1014/1044  97%
[============================================================  ] 1015/1044  97%
[============================================================  ] 1016/1044  97%
[============================================================  ] 1017/1044  97%
[============================================================  ] 1018/1044  97%
[============================================================  ] 1019/1044  97%
[============================================================  ] 1020/1044  97%
[============================================================  ] 1021/1044  97%
[============================================================  ] 1022/1044  97%
[============================================================  ] 1023/1044  97%
[============================================================  ] 1024/1044  98%
[============================================================  ] 1025/1044  98%
[============================================================  ] 1026/1044  98%
[============================================================  ] 1027/1044  98%
[============================================================= ] 1028/1044  98%
[============================================================= ] 1029/1044  98%
[============================================================= ] 1030/1044  98%
[============================================================= ] 1031/1044  98%
[============================================================= ] 1032/1044  98%
[============================================================= ] 1033/1044  98%
[============================================================= ] 1034/1044  99%
[============================================================= ] 1035/1044  99%
[============================================================= ] 1036/1044  99%
[============================================================= ] 1037/1044  99%
[============================================================= ] 1038/1044  99%
[============================================================= ] 1039/1044  99%
[============================================================= ] 1040/1044  99%
[============================================================= ] 1041/1044  99%
[============================================================= ] 1042/1044  99%
[============================================================= ] 1043/1044  99%
[==============================================================] 1044/1044 100%

operation complete,
1044 objects in 19754 NAND pages.
ln -snf /home/autobuild/autobuild/instance-11/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-11/output-1/staging
make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'
make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot'
>>>   Buildroot 2024.05-1061-g6395fc6e65 Collecting legal info
COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4)
>>> toolchain-buildroot  Collecting legal info
>>> gcc-final 13.3.0 Collecting legal info
COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74)
>>> host-ccache 4.10.1 Collecting legal info
LICENSE.adoc: OK (sha256: de4684f5251a0a2c58f3a7ab94d6a8d3443822cbd01abcdadd9250d3d1e0bfe1)
GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5)
>>> host-blake3 1.5.1 Collecting legal info
LICENSE: OK (sha256: 6a94bedb8b707ed97f6e310d0d015ab14e0683ffa0a612b02958581b9cc9fc0e)
>>> host-pkgconf 1.6.3 Collecting legal info
COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04)
>>> host-skeleton  Collecting legal info
>>> host-hiredis 1.2.0 Collecting legal info
COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb)
>>> host-xxhash 0.8.2 Collecting legal info
LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a)
cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> host-zstd 1.5.6 Collecting legal info
LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8)
COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505)
>>> host-gcc-final 13.3.0 Collecting legal info
COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c)
COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c)
>>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc)
>>> 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-gawk 5.3.0 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> host-gcc-initial 13.3.0 Collecting legal info
COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c)
COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c)
>>> host-binutils 2.42 Collecting legal info
COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d)
>>> host-gmp 6.3.0 Collecting legal info
COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c)
COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> host-mpc 1.3.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.6.44 Collecting legal info
>>> skeleton  Collecting legal info
>>> skeleton-init-sysv  Collecting legal info
>>> skeleton-init-common  Collecting legal info
>>> toolchain  Collecting legal info
>>> 18xx-ti-utils 8.8 Collecting legal info
COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4)
>>> libnl 3.9.0 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> host-autoconf 2.72 Collecting legal info
COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986)
COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350)
>>> host-libtool 2.4.6 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> host-automake 1.16.5 Collecting legal info
COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6)
>>> host-gettext  Collecting legal info
>>> host-gettext-tiny 0.3.2 Collecting legal info
LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f)
extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b)
>>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info
LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> util-linux 2.39.3 Collecting legal info
README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702)
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)
>>> libxcrypt 4.4.36 Collecting legal info
LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2)
COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> ncurses 6.4-20230603 Collecting legal info
COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce)
>>> host-ncurses 6.4-20230603 Collecting legal info
COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce)
>>> zlib  Collecting legal info
>>> libzlib 1.3.1 Collecting legal info
LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243)
>>> bird 2.0.12 Collecting legal info
README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2)
>>> busybox 1.36.1 Collecting legal info
LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548)
archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f)
>>> libtirpc 1.3.4 Collecting legal info
COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7)
>>> c-ares 1.32.2 Collecting legal info
LICENSE.md: OK (sha256: 8a9994f85a8e531e1a3217ab7ba509787c6b93056aabe702137ce662db8321c2)
>>> host-depot-tools 8d14454ba4a35fd9d2483842b08815a2357ec86f Collecting legal info
LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d)
>>> host-python-httplib2 0.22.0 Collecting legal info
LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4)
>>> 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.12.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.6.2 Collecting legal info
COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534)
>>> host-libffi 3.4.6 Collecting legal info
LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195)
>>> host-openssl  Collecting legal info
>>> host-libopenssl 3.3.1 Collecting legal info
LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a)
>>> host-zlib  Collecting legal info
>>> host-libzlib 1.3.1 Collecting legal info
LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243)
>>> host-python-pypa-build 1.2.1 Collecting legal info
LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f)
>>> host-python-packaging 24.0 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-setuptools 71.0.3 Collecting legal info
LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741)
>>> host-python-wheel 0.40.0 Collecting legal info
LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654)
>>> host-python-pyparsing 3.1.2 Collecting legal info
LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972)
>>> host-python-six 1.16.0 Collecting legal info
LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9)
>>> dhrystone 2 Collecting legal info
>>> drbd-utils 9.21.4 Collecting legal info
COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225)
>>> host-e2fsprogs 1.47.0 Collecting legal info
NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020)
lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d)
lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f)
>>> host-util-linux 2.39.3 Collecting legal info
README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702)
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)
>>> execline 2.9.6.0 Collecting legal info
COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e)
>>> skalibs 2.14.2.0 Collecting legal info
COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e)
>>> flex 2.6.4 Collecting legal info
COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273)
>>> geoip 1.6.12 Collecting legal info
COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89)
>>> gmp 6.3.0 Collecting legal info
COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c)
COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> initscripts  Collecting legal info
>>> knock 0.8 Collecting legal info
COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189)
>>> libconfuse 3.3 Collecting legal info
LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306)
>>> libdvbpsi 1.3.3 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> libenca 1.19 Collecting legal info
COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825)
>>> libev 4.33 Collecting legal info
LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199)
>>> libevdev 1.13.1 Collecting legal info
COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9)
>>> host-meson 1.3.1 Collecting legal info
COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30)
>>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info
COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea)
>>> libevent 2.1.12 Collecting legal info
LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670)
>>> libite 2.6.1 Collecting legal info
LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422)
src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14)
src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918)
>>> libmnl 1.0.5 Collecting legal info
COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> libnetfilter_conntrack 1.0.9 Collecting legal info
COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad)
>>> libnfnetlink 1.0.2 Collecting legal info
COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad)
>>> libnfc 1.8.0 Collecting legal info
COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1)
>>> libogg 1.3.5 Collecting legal info
COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814)
>>> libpng 1.6.43 Collecting legal info
LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e)
>>> libqrencode 4.1.1 Collecting legal info
COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861)
>>> libsodium 1.0.18 Collecting legal info
LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af)
>>> libtommath 1.3.0 Collecting legal info
LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a)
>>> libtpl 1.6.1 Collecting legal info
LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746)
>>> libuev 2.4.1 Collecting legal info
LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd)
>>> liburing 2.6 Collecting legal info
COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c)
COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
LICENSE: OK (sha256: 2ec12f7934cdfce25ff72b0557738989d79fc7a496d1cf9b2d3f9464fd61edbe)
README: OK (sha256: b0731ca09e6f4718d456a989d32b6c61bf27e5d4bab6ca31e409d75c5120d19e)
>>> libvorbis 1.3.7 Collecting legal info
COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a)
>>> lldpd 1.0.17 Collecting legal info
LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d)
>>> lsuio 0.2.0 Collecting legal info
COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670)
>>> macchanger 1.7.0 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> mbedtls 2.28.8 Collecting legal info
LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b)
>>> memcached 1.6.22 Collecting legal info
COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c)
>>> mpc 1.3.1 Collecting legal info
COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768)
>>> mpfr 4.1.1 Collecting legal info
COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118)
>>> openntpd 6.8p1 Collecting legal info
COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839)
>>> opus 1.4 Collecting legal info
COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682)
>>> opusfile 0.12 Collecting legal info
COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf)
>>> host-patchelf 0.13 Collecting legal info
COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903)
>>> pcre 8.45 Collecting legal info
LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2)
>>> portaudio 190700_20210406 Collecting legal info
LICENSE.txt: OK (sha256: ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d)
>>> host-pwgen 2.08 Collecting legal info
debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1)
>>> rpcbind 1.2.6 Collecting legal info
COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3)
>>> s6-linux-init 1.1.2.0 Collecting legal info
COPYING: OK (sha256: f68451e55e6686dc187df1ca427c574d9ac0d6f6926e1bdb909ad8b657668fe5)
>>> s6 2.13.0.0 Collecting legal info
COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e)
>>> s6-linux-utils 2.6.2.0 Collecting legal info
COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607)
>>> s6-portable-utils 2.3.0.3 Collecting legal info
COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607)
>>> s6-rc 0.5.4.3 Collecting legal info
COPYING: OK (sha256: 75b0b50d7bcb9b2fc174d01442536bce03333da1814df3e61cd6ef8f663548f1)
>>> sdparm 1.10 Collecting legal info
COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d)
>>> shadowsocks-libev 3.3.5 Collecting legal info
COPYING: OK (sha256: 736883f97d44dbec288bb82819f18f4f86d02ae3192f6a9abefa00db76bace41)
libbloom/LICENSE: OK (sha256: c41a4bc2c4c43e4daa3051e77e31b2d5c8500498afaeac6d831d55a4bb8de3fb)
libcork/COPYING: OK (sha256: 4fa2ada54f8c0410ec243265378242ffe862386d5ac517f8dd30a1911d25ae93)
>>> host-squashfs 4.6.1 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> host-lz4 1.9.4 Collecting legal info
lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c)
programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> host-lzo 2.10 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
>>> host-xz 5.6.2 Collecting legal info
COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396)
COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1)
COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986)
COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551)
>>> tipidee 0.0.5.0 Collecting legal info
COPYING: OK (sha256: 8feb7933c6e6506a7f20fbfc03fd37df3caff4becdf3b7a0ffad5016277e441e)
>>> twolame 0.4.0 Collecting legal info
COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f)
>>> watchdogd 4.0 Collecting legal info
LICENSE: OK (sha256: e233c56d807c74c67f2eff47ad03c216144cdd374d8d7578b996c28c260eadda)
>>> host-acl 2.3.2 Collecting legal info
doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8)
doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55)
>>> host-attr 2.5.2 Collecting legal info
doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52)
doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8)
>>> host-fakeroot 1.34 Collecting legal info
COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7)
>>> host-makedevs  Collecting legal info
>>> host-mkpasswd  Collecting legal info
>>> host-yaffs2utils 0.2.9 Collecting legal info
COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643)
WARNING: the Buildroot source code has not been saved
WARNING: linux-headers-6.6.44: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined)
WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined)
Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info
make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'