1116 | config_error_line(c), | ~~~~~~~~~~~~~~~~~~~~~ 1117 | config_error_text(c)); | ~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1120:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1120 | asprintf(errmsg, "%s:%s", filename, config_error_text(c)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c: In function 'read_block': echosrv-conf.c:825:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 825 | asprintf(errmsg, "Mandatory option \"%s\" not found", desc->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c: In function 'read_block_setval': echosrv-conf.c:768:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 768 | asprintf(errmsg, "Option \"%s\" wrong type, expected %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 769 | desc->name, type2str[desc->type]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c: In function 'settingcpy': echosrv-conf.c:313:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 313 | asprintf(&str, "%s", config_setting_get_string(setting)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c: In function 'clcpy': echosrv-conf.c:356:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 356 | asprintf(&str, "%s", (*(struct arg_str**)cl_arg)->sval[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c: In function 'regcompmatch_posix': echosrv-conf.c:983:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 983 | asprintf(errmsg, "compiling pattern /%s/:%s", arg->regex, regerr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:989:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 989 | asprintf(errmsg, "--%s %s: Illegal argument", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 990 | arg_cl->hdr.longopts, | ~~~~~~~~~~~~~~~~~~~~~ 991 | arg->regex); | ~~~~~~~~~~~ echosrv-conf.c: In function 'cfg_as_string': echosrv-conf.c:1175:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1175 | asprintf(&subpath, "%s[%d]%s", path, config_setting_index(child), name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1177:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1177 | asprintf(&subpath, "%s/%s", path, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1185:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1185 | asprintf(&old, "%s", *strp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1188:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1188 | asprintf(&old, "%s", ""); | ^~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1190:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1190 | asprintf(strp, "%s%s:%s", old, subpath, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c: In function 'scalar_to_string': echosrv-conf.c:1131:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1131 | asprintf(strp, "%d\n", config_setting_get_int(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1135:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1135 | asprintf(strp, "%s\n", config_setting_get_bool(s) ? "[true]" : "[false]" ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1139:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1139 | asprintf(strp, "%lld\n", config_setting_get_int64(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1143:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1143 | asprintf(strp, "%lf\n", config_setting_get_float(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echosrv-conf.c:1147:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1147 | asprintf(strp, "%s\n", config_setting_get_string(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c common.c sslh-conf.c: In function 'myconfig_setting_lookup_stringcpy': sslh-conf.c:229:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 229 | asprintf(value, "%s", str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'c2s_parse_file': sslh-conf.c:1807:12: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1807 | asprintf(errmsg, "%s:%d:%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1808 | filename, | ~~~~~~~~~ 1809 | config_error_line(c), | ~~~~~~~~~~~~~~~~~~~~~ 1810 | config_error_text(c)); | ~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1813:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1813 | asprintf(errmsg, "%s:%s", filename, config_error_text(c)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'read_block': sslh-conf.c:1518:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1518 | asprintf(errmsg, "Mandatory option \"%s\" not found", desc->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'read_block_setval': sslh-conf.c:1461:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1461 | asprintf(errmsg, "Option \"%s\" wrong type, expected %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1462 | desc->name, type2str[desc->type]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'settingcpy': sslh-conf.c:313:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 313 | asprintf(&str, "%s", config_setting_get_string(setting)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'clcpy': sslh-conf.c:356:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 356 | asprintf(&str, "%s", (*(struct arg_str**)cl_arg)->sval[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'regcompmatch_posix': sslh-conf.c:1676:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1676 | asprintf(errmsg, "compiling pattern /%s/:%s", arg->regex, regerr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1682:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1682 | asprintf(errmsg, "--%s %s: Illegal argument", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1683 | arg_cl->hdr.longopts, | ~~~~~~~~~~~~~~~~~~~~~ 1684 | arg->regex); | ~~~~~~~~~~~ sslh-conf.c: In function 'cfg_as_string': sslh-conf.c:1868:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1868 | asprintf(&subpath, "%s[%d]%s", path, config_setting_index(child), name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1870:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1870 | asprintf(&subpath, "%s/%s", path, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1878:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1878 | asprintf(&old, "%s", *strp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1881:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1881 | asprintf(&old, "%s", ""); | ^~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1883:13: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1883 | asprintf(strp, "%s%s:%s", old, subpath, value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c: In function 'scalar_to_string': sslh-conf.c:1824:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1824 | asprintf(strp, "%d\n", config_setting_get_int(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1828:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1828 | asprintf(strp, "%s\n", config_setting_get_bool(s) ? "[true]" : "[false]" ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1832:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1832 | asprintf(strp, "%lld\n", config_setting_get_int64(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1836:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1836 | asprintf(strp, "%lf\n", config_setting_get_float(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sslh-conf.c:1840:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1840 | asprintf(strp, "%s\n", config_setting_get_string(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sslh-main.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c probe.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c tls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c argtable3.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c udp-listener.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c collection.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c gap.c /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -o sslh-fork sslh-fork.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -lm -lpcre2-8 /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -o sslh-select sslh-select.o sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o -lm -lpcre2-8 /home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99 -o echosrv echosrv.o echosrv-conf.o argtable3.o -lm -lpcre2-8 #strip sslh-fork #strip sslh-select make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sslh-1.22c' >>> sslh 1.22c Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/sh4eb-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=gnu99" USELIBBSD= USELIBCAP= USELIBCONFIG= USESYSTEMD= -C /home/buildroot/autobuild/instance-3/output-1/build/sslh-1.22c DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/sslh-1.22c' Makefile:68: warning: ignoring prerequisites on suffix rule definition mkdir -p /home/buildroot/autobuild/instance-3/output-1/target//usr/sbin mkdir -p /home/buildroot/autobuild/instance-3/output-1/target//usr/share/man/man8 install -p sslh-fork /home/buildroot/autobuild/instance-3/output-1/target//usr/sbin/sslh install -p -m 0644 sslh.8.gz /home/buildroot/autobuild/instance-3/output-1/target//usr/share/man/man8/sslh.8.gz make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/sslh-1.22c' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-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@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/sh4eb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/sh4eb-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@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/sh4eb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/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/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11.2-41-g3f28ad6e0b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11.2"; \ echo "PRETTY_NAME=\"Buildroot 2022.11.2\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1286 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1286 0% [ ] 2/1286 0% [ ] 3/1286 0% [ ] 4/1286 0% [ ] 5/1286 0% [ ] 6/1286 0% [ ] 7/1286 0% [ ] 8/1286 0% [ ] 9/1286 0% [ ] 10/1286 0% [ ] 11/1286 0% [ ] 12/1286 0% [ ] 13/1286 1% [ ] 14/1286 1% [ ] 15/1286 1% [ ] 16/1286 1% [ ] 17/1286 1% [ ] 18/1286 1% [ ] 19/1286 1% [ ] 20/1286 1% [= ] 21/1286 1% [= ] 22/1286 1% [= ] 23/1286 1% [= ] 24/1286 1% [= ] 25/1286 1% [= ] 26/1286 2% [= ] 27/1286 2% [= ] 28/1286 2% [= ] 29/1286 2% [= ] 30/1286 2% [= ] 31/1286 2% [= ] 32/1286 2% [= ] 33/1286 2% [= ] 34/1286 2% [= ] 35/1286 2% [= ] 36/1286 2% [= ] 37/1286 2% [= ] 38/1286 2% [= ] 39/1286 3% [= ] 40/1286 3% [= ] 41/1286 3% [== ] 42/1286 3% [== ] 43/1286 3% [== ] 44/1286 3% [== ] 45/1286 3% [== ] 46/1286 3% [== ] 47/1286 3% [== ] 48/1286 3% [== ] 49/1286 3% [== ] 50/1286 3% [== ] 51/1286 3% [== ] 52/1286 4% [== ] 53/1286 4% [== ] 54/1286 4% [== ] 55/1286 4% [== ] 56/1286 4% [== ] 57/1286 4% [== ] 58/1286 4% [== ] 59/1286 4% [== ] 60/1286 4% [== ] 61/1286 4% [== ] 62/1286 4% [=== ] 63/1286 4% [=== ] 64/1286 4% [=== ] 65/1286 5% [=== ] 66/1286 5% [=== ] 67/1286 5% [=== ] 68/1286 5% [=== ] 69/1286 5% [=== ] 70/1286 5% [=== ] 71/1286 5% [=== ] 72/1286 5% [=== ] 73/1286 5% [=== ] 74/1286 5% [=== ] 75/1286 5% [=== ] 76/1286 5% [=== ] 77/1286 5% [=== ] 78/1286 6% [=== ] 79/1286 6% [=== ] 80/1286 6% [=== ] 81/1286 6% [=== ] 82/1286 6% [==== ] 83/1286 6% [==== ] 84/1286 6% [==== ] 85/1286 6% [==== ] 86/1286 6% [==== ] 87/1286 6% [==== ] 88/1286 6% [==== ] 89/1286 6% [==== ] 90/1286 6% [==== ] 91/1286 7% [==== ] 92/1286 7% [==== ] 93/1286 7% [==== ] 94/1286 7% [==== ] 95/1286 7% [==== ] 96/1286 7% [==== ] 97/1286 7% [==== ] 98/1286 7% [==== ] 99/1286 7% [==== ] 100/1286 7% [==== ] 101/1286 7% [==== ] 102/1286 7% [==== ] 103/1286 8% [===== ] 104/1286 8% [===== ] 105/1286 8% [===== ] 106/1286 8% [===== ] 107/1286 8% [===== ] 108/1286 8% [===== ] 109/1286 8% [===== ] 110/1286 8% [===== ] 111/1286 8% [===== ] 112/1286 8% [===== ] 113/1286 8% [===== ] 114/1286 8% [===== ] 115/1286 8% [===== ] 116/1286 9% [===== ] 117/1286 9% [===== ] 118/1286 9% [===== ] 119/1286 9% [===== ] 120/1286 9% [===== ] 121/1286 9% [===== ] 122/1286 9% [===== ] 123/1286 9% [===== ] 124/1286 9% [====== ] 125/1286 9% [====== ] 126/1286 9% [====== ] 127/1286 9% [====== ] 128/1286 9% [====== ] 129/1286 10% [====== ] 130/1286 10% [====== ] 131/1286 10% [====== ] 132/1286 10% [====== ] 133/1286 10% [====== ] 134/1286 10% [====== ] 135/1286 10% [====== ] 136/1286 10% [====== ] 137/1286 10% [====== ] 138/1286 10% [====== ] 139/1286 10% [====== ] 140/1286 10% [====== ] 141/1286 10% [====== ] 142/1286 11% [====== ] 143/1286 11% [====== ] 144/1286 11% [====== ] 145/1286 11% [======= ] 146/1286 11% [======= ] 147/1286 11% [======= ] 148/1286 11% [======= ] 149/1286 11% [======= ] 150/1286 11% [======= ] 151/1286 11% [======= ] 152/1286 11% [======= ] 153/1286 11% [======= ] 154/1286 11% [======= ] 155/1286 12% [======= ] 156/1286 12% [======= ] 157/1286 12% [======= ] 158/1286 12% [======= ] 159/1286 12% [======= ] 160/1286 12% [======= ] 161/1286 12% [======= ] 162/1286 12% [======= ] 163/1286 12% [======= ] 164/1286 12% [======= ] 165/1286 12% [======== ] 166/1286 12% [======== ] 167/1286 12% [======== ] 168/1286 13% [======== ] 169/1286 13% [======== ] 170/1286 13% [======== ] 171/1286 13% [======== ] 172/1286 13% [======== ] 173/1286 13% [======== ] 174/1286 13% [======== ] 175/1286 13% [======== ] 176/1286 13% [======== ] 177/1286 13% [======== ] 178/1286 13% [======== ] 179/1286 13% [======== ] 180/1286 13% [======== ] 181/1286 14% [======== ] 182/1286 14% [======== ] 183/1286 14% [======== ] 184/1286 14% [======== ] 185/1286 14% [======== ] 186/1286 14% [========= ] 187/1286 14% [========= ] 188/1286 14% [========= ] 189/1286 14% [========= ] 190/1286 14% [========= ] 191/1286 14% [========= ] 192/1286 14% [========= ] 193/1286 15% [========= ] 194/1286 15% [========= ] 195/1286 15% [========= ] 196/1286 15% [========= ] 197/1286 15% [========= ] 198/1286 15% [========= ] 199/1286 15% [========= ] 200/1286 15% [========= ] 201/1286 15% [========= ] 202/1286 15% [========= ] 203/1286 15% [========= ] 204/1286 15% [========= ] 205/1286 15% [========= ] 206/1286 16% [========= ] 207/1286 16% [========== ] 208/1286 16% [========== ] 209/1286 16% [========== ] 210/1286 16% [========== ] 211/1286 16% [========== ] 212/1286 16% [========== ] 213/1286 16% [========== ] 214/1286 16% [========== ] 215/1286 16% [========== ] 216/1286 16% [========== ] 217/1286 16% [========== ] 218/1286 16% [========== ] 219/1286 17% [========== ] 220/1286 17% [========== ] 221/1286 17% [========== ] 222/1286 17% [========== ] 223/1286 17% [========== ] 224/1286 17% [========== ] 225/1286 17% [========== ] 226/1286 17% [========== ] 227/1286 17% [========== ] 228/1286 17% [=========== ] 229/1286 17% [=========== ] 230/1286 17% [=========== ] 231/1286 17% [=========== ] 232/1286 18% [=========== ] 233/1286 18% [=========== ] 234/1286 18% [=========== ] 235/1286 18% [=========== ] 236/1286 18% [=========== ] 237/1286 18% [=========== ] 238/1286 18% [=========== ] 239/1286 18% [=========== ] 240/1286 18% [=========== ] 241/1286 18% [=========== ] 242/1286 18% [=========== ] 243/1286 18% [=========== ] 244/1286 18% [=========== ] 245/1286 19% [=========== ] 246/1286 19% [=========== ] 247/1286 19% [=========== ] 248/1286 19% [============ ] 249/1286 19% [============ ] 250/1286 19% [============ ] 251/1286 19% [============ ] 252/1286 19% [============ ] 253/1286 19% [============ ] 254/1286 19% [============ ] 255/1286 19% [============ ] 256/1286 19% [============ ] 257/1286 19% [============ ] 258/1286 20% [============ ] 259/1286 20% [============ ] 260/1286 20% [============ ] 261/1286 20% [============ ] 262/1286 20% [============ ] 263/1286 20% [============ ] 264/1286 20% [============ ] 265/1286 20% [============ ] 266/1286 20% [============ ] 267/1286 20% [============ ] 268/1286 20% [============ ] 269/1286 20% [============= ] 270/1286 20% [============= ] 271/1286 21% [============= ] 272/1286 21% [============= ] 273/1286 21% [============= ] 274/1286 21% [============= ] 275/1286 21% [============= ] 276/1286 21% [============= ] 277/1286 21% [============= ] 278/1286 21% [============= ] 279/1286 21% [============= ] 280/1286 21% [============= ] 281/1286 21% [============= ] 282/1286 21% [============= ] 283/1286 22% [============= ] 284/1286 22% [============= ] 285/1286 22% [============= ] 286/1286 22% [============= ] 287/1286 22% [============= ] 288/1286 22% [============= ] 289/1286 22% [============= ] 290/1286 22% [============== ] 291/1286 22% [============== ] 292/1286 22% [============== ] 293/1286 22% [============== ] 294/1286 22% [============== ] 295/1286 22% [============== ] 296/1286 23% [============== ] 297/1286 23% [============== ] 298/1286 23% [============== ] 299/1286 23% [============== ] 300/1286 23% [============== ] 301/1286 23% [============== ] 302/1286 23% [============== ] 303/1286 23% [============== ] 304/1286 23% [============== ] 305/1286 23% [============== ] 306/1286 23% [============== ] 307/1286 23% [============== ] 308/1286 23% [============== ] 309/1286 24% [============== ] 310/1286 24% [============== ] 311/1286 24% [=============== ] 312/1286 24% [=============== ] 313/1286 24% [=============== ] 314/1286 24% [=============== ] 315/1286 24% [=============== ] 316/1286 24% [=============== ] 317/1286 24% [=============== ] 318/1286 24% [=============== ] 319/1286 24% [=============== ] 320/1286 24% [=============== ] 321/1286 24% [=============== ] 322/1286 25% [=============== ] 323/1286 25% [=============== ] 324/1286 25% [=============== ] 325/1286 25% [=============== ] 326/1286 25% [=============== ] 327/1286 25% [=============== ] 328/1286 25% [=============== ] 329/1286 25% [=============== ] 330/1286 25% [=============== ] 331/1286 25% [================ ] 332/1286 25% [================ ] 333/1286 25% [================ ] 334/1286 25% [================ ] 335/1286 26% [================ ] 336/1286 26% [================ ] 337/1286 26% [================ ] 338/1286 26% [================ ] 339/1286 26% [================ ] 340/1286 26% [================ ] 341/1286 26% [================ ] 342/1286 26% [================ ] 343/1286 26% [================ ] 344/1286 26% [================ ] 345/1286 26% [================ ] 346/1286 26% [================ ] 347/1286 26% [================ ] 348/1286 27% [================ ] 349/1286 27% [================ ] 350/1286 27% [================ ] 351/1286 27% [================ ] 352/1286 27% [================= ] 353/1286 27% [================= ] 354/1286 27% [================= ] 355/1286 27% [================= ] 356/1286 27% [================= ] 357/1286 27% [================= ] 358/1286 27% [================= ] 359/1286 27% [================= ] 360/1286 27% [================= ] 361/1286 28% [================= ] 362/1286 28% [================= ] 363/1286 28% [================= ] 364/1286 28% [================= ] 365/1286 28% [================= ] 366/1286 28% [================= ] 367/1286 28% [================= ] 368/1286 28% [================= ] 369/1286 28% [================= ] 370/1286 28% [================= ] 371/1286 28% [================= ] 372/1286 28% [================= ] 373/1286 29% [================== ] 374/1286 29% [================== ] 375/1286 29% [================== ] 376/1286 29% [================== ] 377/1286 29% [================== ] 378/1286 29% [================== ] 379/1286 29% [================== ] 380/1286 29% [================== ] 381/1286 29% [================== ] 382/1286 29% [================== ] 383/1286 29% [================== ] 384/1286 29% [================== ] 385/1286 29% [================== ] 386/1286 30% [================== ] 387/1286 30% [================== ] 388/1286 30% [================== ] 389/1286 30% [================== ] 390/1286 30% [================== ] 391/1286 30% [================== ] 392/1286 30% [================== ] 393/1286 30% [================== ] 394/1286 30% [=================== ] 395/1286 30% [=================== ] 396/1286 30% [=================== ] 397/1286 30% [=================== ] 398/1286 30% [=================== ] 399/1286 31% [=================== ] 400/1286 31% [=================== ] 401/1286 31% [=================== ] 402/1286 31% [=================== ] 403/1286 31% [=================== ] 404/1286 31% [=================== ] 405/1286 31% [=================== ] 406/1286 31% [=================== ] 407/1286 31% [=================== ] 408/1286 31% [=================== ] 409/1286 31% [=================== ] 410/1286 31% [=================== ] 411/1286 31% [=================== ] 412/1286 32% [=================== ] 413/1286 32% [=================== ] 414/1286 32% [==================== ] 415/1286 32% [==================== ] 416/1286 32% [==================== ] 417/1286 32% [==================== ] 418/1286 32% [==================== ] 419/1286 32% [==================== ] 420/1286 32% [==================== ] 421/1286 32% [==================== ] 422/1286 32% [==================== ] 423/1286 32% [==================== ] 424/1286 32% [==================== ] 425/1286 33% [==================== ] 426/1286 33% [==================== ] 427/1286 33% [==================== ] 428/1286 33% [==================== ] 429/1286 33% [==================== ] 430/1286 33% [==================== ] 431/1286 33% [==================== ] 432/1286 33% [==================== ] 433/1286 33% [==================== ] 434/1286 33% [==================== ] 435/1286 33% [===================== ] 436/1286 33% [===================== ] 437/1286 33% [===================== ] 438/1286 34% [===================== ] 439/1286 34% [===================== ] 440/1286 34% [===================== ] 441/1286 34% [===================== ] 442/1286 34% [===================== ] 443/1286 34% [===================== ] 444/1286 34% [===================== ] 445/1286 34% [===================== ] 446/1286 34% [===================== ] 447/1286 34% [===================== ] 448/1286 34% [===================== ] 449/1286 34% [===================== ] 450/1286 34% [===================== ] 451/1286 35% [===================== ] 452/1286 35% [===================== ] 453/1286 35% [===================== ] 454/1286 35% [===================== ] 455/1286 35% [===================== ] 456/1286 35% [====================== ] 457/1286 35% [====================== ] 458/1286 35% [====================== ] 459/1286 35% [====================== ] 460/1286 35% [====================== ] 461/1286 35% [====================== ] 462/1286 35% [====================== ] 463/1286 36% [====================== ] 464/1286 36% [====================== ] 465/1286 36% [====================== ] 466/1286 36% [====================== ] 467/1286 36% [====================== ] 468/1286 36% [====================== ] 469/1286 36% [====================== ] 470/1286 36% [====================== ] 471/1286 36% [====================== ] 472/1286 36% [====================== ] 473/1286 36% [====================== ] 474/1286 36% [====================== ] 475/1286 36% [====================== ] 476/1286 37% [====================== ] 477/1286 37% [======================= ] 478/1286 37% [======================= ] 479/1286 37% [======================= ] 480/1286 37% [======================= ] 481/1286 37% [======================= ] 482/1286 37% [======================= ] 483/1286 37% [======================= ] 484/1286 37% [======================= ] 485/1286 37% [======================= ] 486/1286 37% [======================= ] 487/1286 37% [======================= ] 488/1286 37% [======================= ] 489/1286 38% [======================= ] 490/1286 38% [======================= ] 491/1286 38% [======================= ] 492/1286 38% [======================= ] 493/1286 38% [======================= ] 494/1286 38% [======================= ] 495/1286 38% [======================= ] 496/1286 38% [======================= ] 497/1286 38% [======================== ] 498/1286 38% [======================== ] 499/1286 38% [======================== ] 500/1286 38% [======================== ] 501/1286 38% [======================== ] 502/1286 39% [======================== ] 503/1286 39% [======================== ] 504/1286 39% [======================== ] 505/1286 39% [======================== ] 506/1286 39% [======================== ] 507/1286 39% [======================== ] 508/1286 39% [======================== ] 509/1286 39% [======================== ] 510/1286 39% [======================== ] 511/1286 39% [======================== ] 512/1286 39% [======================== ] 513/1286 39% [======================== ] 514/1286 39% [======================== ] 515/1286 40% [======================== ] 516/1286 40% [======================== ] 517/1286 40% [======================== ] 518/1286 40% [========================= ] 519/1286 40% [========================= ] 520/1286 40% [========================= ] 521/1286 40% [========================= ] 522/1286 40% [========================= ] 523/1286 40% [========================= ] 524/1286 40% [========================= ] 525/1286 40% [========================= ] 526/1286 40% [========================= ] 527/1286 40% [========================= ] 528/1286 41% [========================= ] 529/1286 41% [========================= ] 530/1286 41% [========================= ] 531/1286 41% [========================= ] 532/1286 41% [========================= ] 533/1286 41% [========================= ] 534/1286 41% [========================= ] 535/1286 41% [========================= ] 536/1286 41% [========================= ] 537/1286 41% [========================= ] 538/1286 41% [========================= ] 539/1286 41% [========================== ] 540/1286 41% [========================== ] 541/1286 42% [========================== ] 542/1286 42% [========================== ] 543/1286 42% [========================== ] 544/1286 42% [========================== ] 545/1286 42% [========================== ] 546/1286 42% [========================== ] 547/1286 42% [========================== ] 548/1286 42% [========================== ] 549/1286 42% [========================== ] 550/1286 42% [========================== ] 551/1286 42% [========================== ] 552/1286 42% [========================== ] 553/1286 43% [========================== ] 554/1286 43% [========================== ] 555/1286 43% [========================== ] 556/1286 43% [========================== ] 557/1286 43% [========================== ] 558/1286 43% [========================== ] 559/1286 43% [========================== ] 560/1286 43% [=========================== ] 561/1286 43% [=========================== ] 562/1286 43% [=========================== ] 563/1286 43% [=========================== ] 564/1286 43% [=========================== ] 565/1286 43% [=========================== ] 566/1286 44% [=========================== ] 567/1286 44% [=========================== ] 568/1286 44% [=========================== ] 569/1286 44% [=========================== ] 570/1286 44% [=========================== ] 571/1286 44% [=========================== ] 572/1286 44% [=========================== ] 573/1286 44% [=========================== ] 574/1286 44% [=========================== ] 575/1286 44% [=========================== ] 576/1286 44% [=========================== ] 577/1286 44% [=========================== ] 578/1286 44% [=========================== ] 579/1286 45% [=========================== ] 580/1286 45% [============================ ] 581/1286 45% [============================ ] 582/1286 45% [============================ ] 583/1286 45% [============================ ] 584/1286 45% [============================ ] 585/1286 45% [============================ ] 586/1286 45% [============================ ] 587/1286 45% [============================ ] 588/1286 45% [============================ ] 589/1286 45% [============================ ] 590/1286 45% [============================ ] 591/1286 45% [============================ ] 592/1286 46% [============================ ] 593/1286 46% [============================ ] 594/1286 46% [============================ ] 595/1286 46% [============================ ] 596/1286 46% [============================ ] 597/1286 46% [============================ ] 598/1286 46% [============================ ] 599/1286 46% [============================ ] 600/1286 46% [============================ ] 601/1286 46% [============================= ] 602/1286 46% [============================= ] 603/1286 46% [============================= ] 604/1286 46% [============================= ] 605/1286 47% [============================= ] 606/1286 47% [============================= ] 607/1286 47% [============================= ] 608/1286 47% [============================= ] 609/1286 47% [============================= ] 610/1286 47% [============================= ] 611/1286 47% [============================= ] 612/1286 47% [============================= ] 613/1286 47% [============================= ] 614/1286 47% [============================= ] 615/1286 47% [============================= ] 616/1286 47% [============================= ] 617/1286 47% [============================= ] 618/1286 48% [============================= ] 619/1286 48% [============================= ] 620/1286 48% [============================= ] 621/1286 48% [============================= ] 622/1286 48% [============================== ] 623/1286 48% [============================== ] 624/1286 48% [============================== ] 625/1286 48% [============================== ] 626/1286 48% [============================== ] 627/1286 48% [============================== ] 628/1286 48% [============================== ] 629/1286 48% [============================== ] 630/1286 48% [============================== ] 631/1286 49% [============================== ] 632/1286 49% [============================== ] 633/1286 49% [============================== ] 634/1286 49% [============================== ] 635/1286 49% [============================== ] 636/1286 49% [============================== ] 637/1286 49% [============================== ] 638/1286 49% [============================== ] 639/1286 49% [============================== ] 640/1286 49% [============================== ] 641/1286 49% [============================== ] 642/1286 49% [=============================== ] 643/1286 50% [=============================== ] 644/1286 50% [=============================== ] 645/1286 50% [=============================== ] 646/1286 50% [=============================== ] 647/1286 50% [=============================== ] 648/1286 50% [=============================== ] 649/1286 50% [=============================== ] 650/1286 50% [=============================== ] 651/1286 50% [=============================== ] 652/1286 50% [=============================== ] 653/1286 50% [=============================== ] 654/1286 50% [=============================== ] 655/1286 50% [=============================== ] 656/1286 51% [=============================== ] 657/1286 51% [=============================== ] 658/1286 51% [=============================== ] 659/1286 51% [=============================== ] 660/1286 51% [=============================== ] 661/1286 51% [=============================== ] 662/1286 51% [=============================== ] 663/1286 51% [================================ ] 664/1286 51% [================================ ] 665/1286 51% [================================ ] 666/1286 51% [================================ ] 667/1286 51% [================================ ] 668/1286 51% [================================ ] 669/1286 52% [================================ ] 670/1286 52% [================================ ] 671/1286 52% [================================ ] 672/1286 52% [================================ ] 673/1286 52% [================================ ] 674/1286 52% [================================ ] 675/1286 52% [================================ ] 676/1286 52% [================================ ] 677/1286 52% [================================ ] 678/1286 52% [================================ ] 679/1286 52% [================================ ] 680/1286 52% [================================ ] 681/1286 52% [================================ ] 682/1286 53% [================================ ] 683/1286 53% [================================ ] 684/1286 53% [================================= ] 685/1286 53% [================================= ] 686/1286 53% [================================= ] 687/1286 53% [================================= ] 688/1286 53% [================================= ] 689/1286 53% [================================= ] 690/1286 53% [================================= ] 691/1286 53% [================================= ] 692/1286 53% [================================= ] 693/1286 53% [================================= ] 694/1286 53% [================================= ] 695/1286 54% [================================= ] 696/1286 54% [================================= ] 697/1286 54% [================================= ] 698/1286 54% [================================= ] 699/1286 54% [================================= ] 700/1286 54% [================================= ] 701/1286 54% [================================= ] 702/1286 54% [================================= ] 703/1286 54% [================================= ] 704/1286 54% [================================= ] 705/1286 54% [================================== ] 706/1286 54% [================================== ] 707/1286 54% [================================== ] 708/1286 55% [================================== ] 709/1286 55% [================================== ] 710/1286 55% [================================== ] 711/1286 55% [================================== ] 712/1286 55% [================================== ] 713/1286 55% [================================== ] 714/1286 55% [================================== ] 715/1286 55% [================================== ] 716/1286 55% [================================== ] 717/1286 55% [================================== ] 718/1286 55% [================================== ] 719/1286 55% [================================== ] 720/1286 55% [================================== ] 721/1286 56% [================================== ] 722/1286 56% [================================== ] 723/1286 56% [================================== ] 724/1286 56% [================================== ] 725/1286 56% [=================================== ] 726/1286 56% [=================================== ] 727/1286 56% [=================================== ] 728/1286 56% [=================================== ] 729/1286 56% [=================================== ] 730/1286 56% [=================================== ] 731/1286 56% [=================================== ] 732/1286 56% [=================================== ] 733/1286 56% [=================================== ] 734/1286 57% [=================================== ] 735/1286 57% [=================================== ] 736/1286 57% [=================================== ] 737/1286 57% [=================================== ] 738/1286 57% [=================================== ] 739/1286 57% [=================================== ] 740/1286 57% [=================================== ] 741/1286 57% [=================================== ] 742/1286 57% [=================================== ] 743/1286 57% [=================================== ] 744/1286 57% [=================================== ] 745/1286 57% [=================================== ] 746/1286 58% [==================================== ] 747/1286 58% [==================================== ] 748/1286 58% [==================================== ] 749/1286 58% [==================================== ] 750/1286 58% [==================================== ] 751/1286 58% [==================================== ] 752/1286 58% [==================================== ] 753/1286 58% [==================================== ] 754/1286 58% [==================================== ] 755/1286 58% [==================================== ] 756/1286 58% [==================================== ] 757/1286 58% [==================================== ] 758/1286 58% [==================================== ] 759/1286 59% [==================================== ] 760/1286 59% [==================================== ] 761/1286 59% [==================================== ] 762/1286 59% [==================================== ] 763/1286 59% [==================================== ] 764/1286 59% [==================================== ] 765/1286 59% [==================================== ] 766/1286 59% [==================================== ] 767/1286 59% [===================================== ] 768/1286 59% [===================================== ] 769/1286 59% [===================================== ] 770/1286 59% [===================================== ] 771/1286 59% [===================================== ] 772/1286 60% [===================================== ] 773/1286 60% [===================================== ] 774/1286 60% [===================================== ] 775/1286 60% [===================================== ] 776/1286 60% [===================================== ] 777/1286 60% [===================================== ] 778/1286 60% [===================================== ] 779/1286 60% [===================================== ] 780/1286 60% [===================================== ] 781/1286 60% [===================================== ] 782/1286 60% [===================================== ] 783/1286 60% [===================================== ] 784/1286 60% [===================================== ] 785/1286 61% [===================================== ] 786/1286 61% [===================================== ] 787/1286 61% [===================================== ] 788/1286 61% [====================================== ] 789/1286 61% [====================================== ] 790/1286 61% [====================================== ] 791/1286 61% [====================================== ] 792/1286 61% [====================================== ] 793/1286 61% [====================================== ] 794/1286 61% [====================================== ] 795/1286 61% [====================================== ] 796/1286 61% [====================================== ] 797/1286 61% [====================================== ] 798/1286 62% [====================================== ] 799/1286 62% [====================================== ] 800/1286 62% [====================================== ] 801/1286 62% [====================================== ] 802/1286 62% [====================================== ] 803/1286 62% [====================================== ] 804/1286 62% [====================================== ] 805/1286 62% [====================================== ] 806/1286 62% [====================================== ] 807/1286 62% [====================================== ] 808/1286 62% [======================================= ] 809/1286 62% [======================================= ] 810/1286 62% [======================================= ] 811/1286 63% [======================================= ] 812/1286 63% [======================================= ] 813/1286 63% [======================================= ] 814/1286 63% [======================================= ] 815/1286 63% [======================================= ] 816/1286 63% [======================================= ] 817/1286 63% [======================================= ] 818/1286 63% [======================================= ] 819/1286 63% [======================================= ] 820/1286 63% [======================================= ] 821/1286 63% [======================================= ] 822/1286 63% [======================================= ] 823/1286 63% [======================================= ] 824/1286 64% [======================================= ] 825/1286 64% [======================================= ] 826/1286 64% [======================================= ] 827/1286 64% [======================================= ] 828/1286 64% [======================================= ] 829/1286 64% [======================================== ] 830/1286 64% [======================================== ] 831/1286 64% [======================================== ] 832/1286 64% [======================================== ] 833/1286 64% [======================================== ] 834/1286 64% [======================================== ] 835/1286 64% [======================================== ] 836/1286 65% [======================================== ] 837/1286 65% [======================================== ] 838/1286 65% [======================================== ] 839/1286 65% [======================================== ] 840/1286 65% [======================================== ] 841/1286 65% [======================================== ] 842/1286 65% [======================================== ] 843/1286 65% [======================================== ] 844/1286 65% [======================================== ] 845/1286 65% [======================================== ] 846/1286 65% [======================================== ] 847/1286 65% [======================================== ] 848/1286 65% [======================================== ] 849/1286 66% [======================================== ] 850/1286 66% [========================================= ] 851/1286 66% [========================================= ] 852/1286 66% [========================================= ] 853/1286 66% [========================================= ] 854/1286 66% [========================================= ] 855/1286 66% [========================================= ] 856/1286 66% [========================================= ] 857/1286 66% [========================================= ] 858/1286 66% [========================================= ] 859/1286 66% [========================================= ] 860/1286 66% [========================================= ] 861/1286 66% [========================================= ] 862/1286 67% [========================================= ] 863/1286 67% [========================================= ] 864/1286 67% [========================================= ] 865/1286 67% [========================================= ] 866/1286 67% [========================================= ] 867/1286 67% [========================================= ] 868/1286 67% [========================================= ] 869/1286 67% [========================================= ] 870/1286 67% [========================================= ] 871/1286 67% [========================================== ] 872/1286 67% [========================================== ] 873/1286 67% [========================================== ] 874/1286 67% [========================================== ] 875/1286 68% [========================================== ] 876/1286 68% [========================================== ] 877/1286 68% [========================================== ] 878/1286 68% [========================================== ] 879/1286 68% [========================================== ] 880/1286 68% [========================================== ] 881/1286 68% [========================================== ] 882/1286 68% [========================================== ] 883/1286 68% [========================================== ] 884/1286 68% [========================================== ] 885/1286 68% [========================================== ] 886/1286 68% [========================================== ] 887/1286 68% [========================================== ] 888/1286 69% [========================================== ] 889/1286 69% [========================================== ] 890/1286 69% [========================================== ] 891/1286 69% [=========================================== ] 892/1286 69% [=========================================== ] 893/1286 69% [=========================================== ] 894/1286 69% [=========================================== ] 895/1286 69% [=========================================== ] 896/1286 69% [=========================================== ] 897/1286 69% [=========================================== ] 898/1286 69% [=========================================== ] 899/1286 69% [=========================================== ] 900/1286 69% [=========================================== ] 901/1286 70% [=========================================== ] 902/1286 70% [=========================================== ] 903/1286 70% [=========================================== ] 904/1286 70% [=========================================== ] 905/1286 70% [=========================================== ] 906/1286 70% [=========================================== ] 907/1286 70% [=========================================== ] 908/1286 70% [=========================================== ] 909/1286 70% [=========================================== ] 910/1286 70% [=========================================== ] 911/1286 70% [=========================================== ] 912/1286 70% [============================================ ] 913/1286 70% [============================================ ] 914/1286 71% [============================================ ] 915/1286 71% [============================================ ] 916/1286 71% [============================================ ] 917/1286 71% [============================================ ] 918/1286 71% [============================================ ] 919/1286 71% [============================================ ] 920/1286 71% [============================================ ] 921/1286 71% [============================================ ] 922/1286 71% [============================================ ] 923/1286 71% [============================================ ] 924/1286 71% [============================================ ] 925/1286 71% [============================================ ] 926/1286 72% [============================================ ] 927/1286 72% [============================================ ] 928/1286 72% [============================================ ] 929/1286 72% [============================================ ] 930/1286 72% [============================================ ] 931/1286 72% [============================================ ] 932/1286 72% [============================================ ] 933/1286 72% [============================================= ] 934/1286 72% [============================================= ] 935/1286 72% [============================================= ] 936/1286 72% [============================================= ] 937/1286 72% [============================================= ] 938/1286 72% [============================================= ] 939/1286 73% [============================================= ] 940/1286 73% [============================================= ] 941/1286 73% [============================================= ] 942/1286 73% [============================================= ] 943/1286 73% [============================================= ] 944/1286 73% [============================================= ] 945/1286 73% [============================================= ] 946/1286 73% [============================================= ] 947/1286 73% [============================================= ] 948/1286 73% [============================================= ] 949/1286 73% [============================================= ] 950/1286 73% [============================================= ] 951/1286 73% [============================================= ] 952/1286 74% [============================================= ] 953/1286 74% [============================================= ] 954/1286 74% [============================================== ] 955/1286 74% [============================================== ] 956/1286 74% [============================================== ] 957/1286 74% [============================================== ] 958/1286 74% [============================================== ] 959/1286 74% [============================================== ] 960/1286 74% [============================================== ] 961/1286 74% [============================================== ] 962/1286 74% [============================================== ] 963/1286 74% [============================================== ] 964/1286 74% [============================================== ] 965/1286 75% [============================================== ] 966/1286 75% [============================================== ] 967/1286 75% [============================================== ] 968/1286 75% [============================================== ] 969/1286 75% [============================================== ] 970/1286 75% [============================================== ] 971/1286 75% [============================================== ] 972/1286 75% [============================================== ] 973/1286 75% [============================================== ] 974/1286 75% [=============================================== ] 975/1286 75% [=============================================== ] 976/1286 75% [=============================================== ] 977/1286 75% [=============================================== ] 978/1286 76% [=============================================== ] 979/1286 76% [=============================================== ] 980/1286 76% [=============================================== ] 981/1286 76% [=============================================== ] 982/1286 76% [=============================================== ] 983/1286 76% [=============================================== ] 984/1286 76% [=============================================== ] 985/1286 76% [=============================================== ] 986/1286 76% [=============================================== ] 987/1286 76% [=============================================== ] 988/1286 76% [=============================================== ] 989/1286 76% [=============================================== ] 990/1286 76% [=============================================== ] 991/1286 77% [=============================================== ] 992/1286 77% [=============================================== ] 993/1286 77% [=============================================== ] 994/1286 77% [=============================================== ] 995/1286 77% [================================================ ] 996/1286 77% [================================================ ] 997/1286 77% [================================================ ] 998/1286 77% [================================================ ] 999/1286 77% [================================================ ] 1000/1286 77% [================================================ ] 1001/1286 77% [================================================ ] 1002/1286 77% [================================================ ] 1003/1286 77% [================================================ ] 1004/1286 78% [================================================ ] 1005/1286 78% [================================================ ] 1006/1286 78% [================================================ ] 1007/1286 78% [================================================ ] 1008/1286 78% [================================================ ] 1009/1286 78% [================================================ ] 1010/1286 78% [================================================ ] 1011/1286 78% [================================================ ] 1012/1286 78% [================================================ ] 1013/1286 78% [================================================ ] 1014/1286 78% [================================================ ] 1015/1286 78% [================================================ ] 1016/1286 79% [================================================= ] 1017/1286 79% [================================================= ] 1018/1286 79% [================================================= ] 1019/1286 79% [================================================= ] 1020/1286 79% [================================================= ] 1021/1286 79% [================================================= ] 1022/1286 79% [================================================= ] 1023/1286 79% [================================================= ] 1024/1286 79% [================================================= ] 1025/1286 79% [================================================= ] 1026/1286 79% [================================================= ] 1027/1286 79% [================================================= ] 1028/1286 79% [================================================= ] 1029/1286 80% [================================================= ] 1030/1286 80% [================================================= ] 1031/1286 80% [================================================= ] 1032/1286 80% [================================================= ] 1033/1286 80% [================================================= ] 1034/1286 80% [================================================= ] 1035/1286 80% [================================================= ] 1036/1286 80% [================================================= ] 1037/1286 80% [================================================== ] 1038/1286 80% [================================================== ] 1039/1286 80% [================================================== ] 1040/1286 80% [================================================== ] 1041/1286 80% [================================================== ] 1042/1286 81% [================================================== ] 1043/1286 81% [================================================== ] 1044/1286 81% [================================================== ] 1045/1286 81% [================================================== ] 1046/1286 81% [================================================== ] 1047/1286 81% [================================================== ] 1048/1286 81% [================================================== ] 1049/1286 81% [================================================== ] 1050/1286 81% [================================================== ] 1051/1286 81% [================================================== ] 1052/1286 81% [================================================== ] 1053/1286 81% [================================================== ] 1054/1286 81% [================================================== ] 1055/1286 82% [================================================== ] 1056/1286 82% [================================================== ] 1057/1286 82% [=================================================== ] 1058/1286 82% [=================================================== ] 1059/1286 82% [=================================================== ] 1060/1286 82% [=================================================== ] 1061/1286 82% [=================================================== ] 1062/1286 82% [=================================================== ] 1063/1286 82% [=================================================== ] 1064/1286 82% [=================================================== ] 1065/1286 82% [=================================================== ] 1066/1286 82% [=================================================== ] 1067/1286 82% [=================================================== ] 1068/1286 83% [=================================================== ] 1069/1286 83% [=================================================== ] 1070/1286 83% [=================================================== ] 1071/1286 83% [=================================================== ] 1072/1286 83% [=================================================== ] 1073/1286 83% [=================================================== ] 1074/1286 83% [=================================================== ] 1075/1286 83% [=================================================== ] 1076/1286 83% [=================================================== ] 1077/1286 83% [=================================================== ] 1078/1286 83% [==================================================== ] 1079/1286 83% [==================================================== ] 1080/1286 83% [==================================================== ] 1081/1286 84% [==================================================== ] 1082/1286 84% [==================================================== ] 1083/1286 84% [==================================================== ] 1084/1286 84% [==================================================== ] 1085/1286 84% [==================================================== ] 1086/1286 84% [==================================================== ] 1087/1286 84% [==================================================== ] 1088/1286 84% [==================================================== ] 1089/1286 84% [==================================================== ] 1090/1286 84% [==================================================== ] 1091/1286 84% [==================================================== ] 1092/1286 84% [==================================================== ] 1093/1286 84% [==================================================== ] 1094/1286 85% [==================================================== ] 1095/1286 85% [==================================================== ] 1096/1286 85% [==================================================== ] 1097/1286 85% [==================================================== ] 1098/1286 85% [==================================================== ] 1099/1286 85% [===================================================== ] 1100/1286 85% [===================================================== ] 1101/1286 85% [===================================================== ] 1102/1286 85% [===================================================== ] 1103/1286 85% [===================================================== ] 1104/1286 85% [===================================================== ] 1105/1286 85% [===================================================== ] 1106/1286 86% [===================================================== ] 1107/1286 86% [===================================================== ] 1108/1286 86% [===================================================== ] 1109/1286 86% [===================================================== ] 1110/1286 86% [===================================================== ] 1111/1286 86% [===================================================== ] 1112/1286 86% [===================================================== ] 1113/1286 86% [===================================================== ] 1114/1286 86% [===================================================== ] 1115/1286 86% [===================================================== ] 1116/1286 86% [===================================================== ] 1117/1286 86% [===================================================== ] 1118/1286 86% [===================================================== ] 1119/1286 87% [===================================================== ] 1120/1286 87% [====================================================== ] 1121/1286 87% [====================================================== ] 1122/1286 87% [====================================================== ] 1123/1286 87% [====================================================== ] 1124/1286 87% [====================================================== ] 1125/1286 87% [====================================================== ] 1126/1286 87% [====================================================== ] 1127/1286 87% [====================================================== ] 1128/1286 87% [====================================================== ] 1129/1286 87% [====================================================== ] 1130/1286 87% [====================================================== ] 1131/1286 87% [====================================================== ] 1132/1286 88% [====================================================== ] 1133/1286 88% [====================================================== ] 1134/1286 88% [====================================================== ] 1135/1286 88% [====================================================== ] 1136/1286 88% [====================================================== ] 1137/1286 88% [====================================================== ] 1138/1286 88% [====================================================== ] 1139/1286 88% [====================================================== ] 1140/1286 88% [======================================================= ] 1141/1286 88% [======================================================= ] 1142/1286 88% [======================================================= ] 1143/1286 88% [======================================================= ] 1144/1286 88% [======================================================= ] 1145/1286 89% [======================================================= ] 1146/1286 89% [======================================================= ] 1147/1286 89% [======================================================= ] 1148/1286 89% [======================================================= ] 1149/1286 89% [======================================================= ] 1150/1286 89% [======================================================= ] 1151/1286 89% [======================================================= ] 1152/1286 89% [======================================================= ] 1153/1286 89% [======================================================= ] 1154/1286 89% [======================================================= ] 1155/1286 89% [======================================================= ] 1156/1286 89% [======================================================= ] 1157/1286 89% [======================================================= ] 1158/1286 90% [======================================================= ] 1159/1286 90% [======================================================= ] 1160/1286 90% [======================================================= ] 1161/1286 90% [======================================================== ] 1162/1286 90% [======================================================== ] 1163/1286 90% [======================================================== ] 1164/1286 90% [======================================================== ] 1165/1286 90% [======================================================== ] 1166/1286 90% [======================================================== ] 1167/1286 90% [======================================================== ] 1168/1286 90% [======================================================== ] 1169/1286 90% [======================================================== ] 1170/1286 90% [======================================================== ] 1171/1286 91% [======================================================== ] 1172/1286 91% [======================================================== ] 1173/1286 91% [======================================================== ] 1174/1286 91% [======================================================== ] 1175/1286 91% [======================================================== ] 1176/1286 91% [======================================================== ] 1177/1286 91% [======================================================== ] 1178/1286 91% [======================================================== ] 1179/1286 91% [======================================================== ] 1180/1286 91% [======================================================== ] 1181/1286 91% [======================================================== ] 1182/1286 91% [========================================================= ] 1183/1286 91% [========================================================= ] 1184/1286 92% [========================================================= ] 1185/1286 92% [========================================================= ] 1186/1286 92% [========================================================= ] 1187/1286 92% [========================================================= ] 1188/1286 92% [========================================================= ] 1189/1286 92% [========================================================= ] 1190/1286 92% [========================================================= ] 1191/1286 92% [========================================================= ] 1192/1286 92% [========================================================= ] 1193/1286 92% [========================================================= ] 1194/1286 92% [========================================================= ] 1195/1286 92% [========================================================= ] 1196/1286 93% [========================================================= ] 1197/1286 93% [========================================================= ] 1198/1286 93% [========================================================= ] 1199/1286 93% [========================================================= ] 1200/1286 93% [========================================================= ] 1201/1286 93% [========================================================= ] 1202/1286 93% [========================================================= ] 1203/1286 93% [========================================================== ] 1204/1286 93% [========================================================== ] 1205/1286 93% [========================================================== ] 1206/1286 93% [========================================================== ] 1207/1286 93% [========================================================== ] 1208/1286 93% [========================================================== ] 1209/1286 94% [========================================================== ] 1210/1286 94% [========================================================== ] 1211/1286 94% [========================================================== ] 1212/1286 94% [========================================================== ] 1213/1286 94% [========================================================== ] 1214/1286 94% [========================================================== ] 1215/1286 94% [========================================================== ] 1216/1286 94% [========================================================== ] 1217/1286 94% [========================================================== ] 1218/1286 94% [========================================================== ] 1219/1286 94% [========================================================== ] 1220/1286 94% [========================================================== ] 1221/1286 94% [========================================================== ] 1222/1286 95% [========================================================== ] 1223/1286 95% [=========================================================== ] 1224/1286 95% [=========================================================== ] 1225/1286 95% [=========================================================== ] 1226/1286 95% [=========================================================== ] 1227/1286 95% [=========================================================== ] 1228/1286 95% [=========================================================== ] 1229/1286 95% [=========================================================== ] 1230/1286 95% [=========================================================== ] 1231/1286 95% [=========================================================== ] 1232/1286 95% [=========================================================== ] 1233/1286 95% [=========================================================== ] 1234/1286 95% [=========================================================== ] 1235/1286 96% [=========================================================== ] 1236/1286 96% [=========================================================== ] 1237/1286 96% [=========================================================== ] 1238/1286 96% [=========================================================== ] 1239/1286 96% [=========================================================== ] 1240/1286 96% [=========================================================== ] 1241/1286 96% [=========================================================== ] 1242/1286 96% [=========================================================== ] 1243/1286 96% [=========================================================== ] 1244/1286 96% [============================================================ ] 1245/1286 96% [============================================================ ] 1246/1286 96% [============================================================ ] 1247/1286 96% [============================================================ ] 1248/1286 97% [============================================================ ] 1249/1286 97% [============================================================ ] 1250/1286 97% [============================================================ ] 1251/1286 97% [============================================================ ] 1252/1286 97% [============================================================ ] 1253/1286 97% [============================================================ ] 1254/1286 97% [============================================================ ] 1255/1286 97% [============================================================ ] 1256/1286 97% [============================================================ ] 1257/1286 97% [============================================================ ] 1258/1286 97% [============================================================ ] 1259/1286 97% [============================================================ ] 1260/1286 97% [============================================================ ] 1261/1286 98% [============================================================ ] 1262/1286 98% [============================================================ ] 1263/1286 98% [============================================================ ] 1264/1286 98% [============================================================ ] 1265/1286 98% [============================================================= ] 1266/1286 98% [============================================================= ] 1267/1286 98% [============================================================= ] 1268/1286 98% [============================================================= ] 1269/1286 98% [============================================================= ] 1270/1286 98% [============================================================= ] 1271/1286 98% [============================================================= ] 1272/1286 98% [============================================================= ] 1273/1286 98% [============================================================= ] 1274/1286 99% [============================================================= ] 1275/1286 99% [============================================================= ] 1276/1286 99% [============================================================= ] 1277/1286 99% [============================================================= ] 1278/1286 99% [============================================================= ] 1279/1286 99% [============================================================= ] 1280/1286 99% [============================================================= ] 1281/1286 99% [============================================================= ] 1282/1286 99% [============================================================= ] 1283/1286 99% [============================================================= ] 1284/1286 99% [============================================================= ] 1285/1286 99% [==============================================================] 1286/1286 100% operation complete, 1286 objects in 16095 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/sh4eb-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2022.11.2-41-g3f28ad6e0b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.19 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> aubio 0.4.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dnsmasq 2.87 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> genpart 1.0.2 Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.6 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> s6-linux-init 1.0.8.0 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> sound-theme-borealis 0.9a Collecting legal info >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'