-- Detecting C compile features - done -- Performing Test HAVE_GCC_VISIBILITY -- Performing Test HAVE_GCC_VISIBILITY - Success -- Looking for isnan in c -- Looking for isnan in c - found CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake -E copy_if_different /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/api/yajl_parse.h /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake -E copy_if_different /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/api/yajl_gen.h /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake -E copy_if_different /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/api/yajl_common.h /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at src/CMakeLists.txt:83 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. running /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake -E copy_if_different /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/api/yajl_tree.h /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 CMake Warning (dev) at reformatter/CMakeLists.txt:42 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_reformat". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at verify/CMakeLists.txt:36 (GET_TARGET_PROPERTY): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "json_verify". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. !! doxygen not found, not generating documentation -- Configuring done (0.3s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0 >>> yajl 2.1.0 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake --build /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/ -j1 -- make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0' [ 3%] Building C object src/CMakeFiles/yajl_s.dir/yajl.c.o [ 6%] Building C object src/CMakeFiles/yajl_s.dir/yajl_lex.c.o [ 9%] Building C object src/CMakeFiles/yajl_s.dir/yajl_parser.c.o /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:334:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | if (yajl_bs_current(hand->stateStack) == | ^ /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here 347 | case yajl_tok_colon: | ^~~~ /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:405:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 405 | if (yajl_bs_current(hand->stateStack) == | ^ /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here 414 | default: | ^~~~~~~ [ 12%] Building C object src/CMakeFiles/yajl_s.dir/yajl_buf.c.o [ 15%] Building C object src/CMakeFiles/yajl_s.dir/yajl_encode.c.o [ 18%] Building C object src/CMakeFiles/yajl_s.dir/yajl_gen.c.o [ 21%] Building C object src/CMakeFiles/yajl_s.dir/yajl_alloc.c.o [ 24%] Building C object src/CMakeFiles/yajl_s.dir/yajl_tree.c.o [ 27%] Building C object src/CMakeFiles/yajl_s.dir/yajl_version.c.o [ 30%] Linking C static library ../yajl-2.1.0/lib/libyajl.a [ 30%] Built target yajl_s [ 33%] Building C object src/CMakeFiles/yajl.dir/yajl.c.o [ 36%] Building C object src/CMakeFiles/yajl.dir/yajl_lex.c.o [ 39%] Building C object src/CMakeFiles/yajl.dir/yajl_parser.c.o /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:334:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 334 | if (yajl_bs_current(hand->stateStack) == | ^ /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here 347 | case yajl_tok_colon: | ^~~~ /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:405:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 405 | if (yajl_bs_current(hand->stateStack) == | ^ /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/src/yajl_parser.c:414:17: note: here 414 | default: | ^~~~~~~ [ 42%] Building C object src/CMakeFiles/yajl.dir/yajl_buf.c.o [ 45%] Building C object src/CMakeFiles/yajl.dir/yajl_encode.c.o [ 48%] Building C object src/CMakeFiles/yajl.dir/yajl_gen.c.o [ 51%] Building C object src/CMakeFiles/yajl.dir/yajl_alloc.c.o [ 54%] Building C object src/CMakeFiles/yajl.dir/yajl_tree.c.o [ 57%] Building C object src/CMakeFiles/yajl.dir/yajl_version.c.o [ 60%] Linking C shared library ../yajl-2.1.0/lib/libyajl.so [ 60%] Built target yajl [ 63%] Building C object test/parsing/CMakeFiles/yajl_test.dir/yajl_test.c.o [ 66%] Linking C executable yajl_test [ 66%] Built target yajl_test [ 69%] Building C object test/api/CMakeFiles/gen-extra-close.dir/gen-extra-close.c.o [ 72%] Linking C executable gen-extra-close [ 72%] Built target gen-extra-close [ 75%] Building C object reformatter/CMakeFiles/json_reformat.dir/json_reformat.c.o [ 78%] Linking C executable json_reformat [ 78%] Built target json_reformat [ 81%] Building C object verify/CMakeFiles/json_verify.dir/json_verify.c.o [ 84%] Linking C executable json_verify [ 84%] Built target json_verify [ 87%] Building C object example/CMakeFiles/parse_config.dir/parse_config.c.o [ 90%] Linking C executable parse_config [ 90%] Built target parse_config [ 93%] Building C object perf/CMakeFiles/perftest.dir/perftest.c.o [ 96%] Building C object perf/CMakeFiles/perftest.dir/documents.c.o [100%] Linking C executable perftest [100%] Built target perftest make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake --install /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/ -- Install configuration: "Release" -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2 -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libyajl.a -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_common.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_version.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_reformat -- Set non-toolchain portion of runtime path of "/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_reformat" to "" -- Installing: /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_verify -- Set non-toolchain portion of runtime path of "/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/bin/json_verify" to "" >>> yajl 2.1.0 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-5/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> yajl 2.1.0 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-5/output-1/target /home/autobuild/autobuild/instance-5/output-1/host/bin/cmake --install /home/autobuild/autobuild/instance-5/output-1/build/yajl-2.1.0/ -- Install configuration: "Release" -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/libyajl.so.2.1.0 -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/libyajl.so.2 -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/libyajl.so -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/libyajl.a -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/bin/json_reformat -- Set non-toolchain portion of runtime path of "/home/autobuild/autobuild/instance-5/output-1/target/usr/bin/json_reformat" to "" -- Installing: /home/autobuild/autobuild/instance-5/output-1/target/usr/bin/json_verify -- Set non-toolchain portion of runtime path of "/home/autobuild/autobuild/instance-5/output-1/target/usr/bin/json_verify" to "" >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-5/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/autobuild/autobuild/instance-5/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-5/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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/autobuild/autobuild/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-5/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-5/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-5/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-5/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/include /home/autobuild/autobuild/instance-5/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-5/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-5/output-1/target/usr/doc find /home/autobuild/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-5/output-1/target/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/man /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/info /home/autobuild/autobuild/instance-5/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/doc /home/autobuild/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc1-73-g9f1725c4cc"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package \ /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1724238214\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1435 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/1435 0% [ ] 2/1435 0% [ ] 3/1435 0% [ ] 4/1435 0% [ ] 5/1435 0% [ ] 6/1435 0% [ ] 7/1435 0% [ ] 8/1435 0% [ ] 9/1435 0% [ ] 10/1435 0% [ ] 11/1435 0% [ ] 12/1435 0% [ ] 13/1435 0% [ ] 14/1435 0% [ ] 15/1435 1% [ ] 16/1435 1% [ ] 17/1435 1% [ ] 18/1435 1% [ ] 19/1435 1% [ ] 20/1435 1% [ ] 21/1435 1% [ ] 22/1435 1% [ ] 23/1435 1% [= ] 24/1435 1% [= ] 25/1435 1% [= ] 26/1435 1% [= ] 27/1435 1% [= ] 28/1435 1% [= ] 29/1435 2% [= ] 30/1435 2% [= ] 31/1435 2% [= ] 32/1435 2% [= ] 33/1435 2% [= ] 34/1435 2% [= ] 35/1435 2% [= ] 36/1435 2% [= ] 37/1435 2% [= ] 38/1435 2% [= ] 39/1435 2% [= ] 40/1435 2% [= ] 41/1435 2% [= ] 42/1435 2% [= ] 43/1435 2% [= ] 44/1435 3% [= ] 45/1435 3% [= ] 46/1435 3% [== ] 47/1435 3% [== ] 48/1435 3% [== ] 49/1435 3% [== ] 50/1435 3% [== ] 51/1435 3% [== ] 52/1435 3% [== ] 53/1435 3% [== ] 54/1435 3% [== ] 55/1435 3% [== ] 56/1435 3% [== ] 57/1435 3% [== ] 58/1435 4% [== ] 59/1435 4% [== ] 60/1435 4% [== ] 61/1435 4% [== ] 62/1435 4% [== ] 63/1435 4% [== ] 64/1435 4% [== ] 65/1435 4% [== ] 66/1435 4% [== ] 67/1435 4% [== ] 68/1435 4% [== ] 69/1435 4% [=== ] 70/1435 4% [=== ] 71/1435 4% [=== ] 72/1435 5% [=== ] 73/1435 5% [=== ] 74/1435 5% [=== ] 75/1435 5% [=== ] 76/1435 5% [=== ] 77/1435 5% [=== ] 78/1435 5% [=== ] 79/1435 5% [=== ] 80/1435 5% [=== ] 81/1435 5% [=== ] 82/1435 5% [=== ] 83/1435 5% [=== ] 84/1435 5% [=== ] 85/1435 5% [=== ] 86/1435 5% [=== ] 87/1435 6% [=== ] 88/1435 6% [=== ] 89/1435 6% [=== ] 90/1435 6% [=== ] 91/1435 6% [=== ] 92/1435 6% [==== ] 93/1435 6% [==== ] 94/1435 6% [==== ] 95/1435 6% [==== ] 96/1435 6% [==== ] 97/1435 6% [==== ] 98/1435 6% [==== ] 99/1435 6% [==== ] 100/1435 6% [==== ] 101/1435 7% [==== ] 102/1435 7% [==== ] 103/1435 7% [==== ] 104/1435 7% [==== ] 105/1435 7% [==== ] 106/1435 7% [==== ] 107/1435 7% [==== ] 108/1435 7% [==== ] 109/1435 7% [==== ] 110/1435 7% [==== ] 111/1435 7% [==== ] 112/1435 7% [==== ] 113/1435 7% [==== ] 114/1435 7% [==== ] 115/1435 8% [===== ] 116/1435 8% [===== ] 117/1435 8% [===== ] 118/1435 8% [===== ] 119/1435 8% [===== ] 120/1435 8% [===== ] 121/1435 8% [===== ] 122/1435 8% [===== ] 123/1435 8% [===== ] 124/1435 8% [===== ] 125/1435 8% [===== ] 126/1435 8% [===== ] 127/1435 8% [===== ] 128/1435 8% [===== ] 129/1435 8% [===== ] 130/1435 9% [===== ] 131/1435 9% [===== ] 132/1435 9% [===== ] 133/1435 9% [===== ] 134/1435 9% [===== ] 135/1435 9% [===== ] 136/1435 9% [===== ] 137/1435 9% [===== ] 138/1435 9% [====== ] 139/1435 9% [====== ] 140/1435 9% [====== ] 141/1435 9% [====== ] 142/1435 9% [====== ] 143/1435 9% [====== ] 144/1435 10% [====== ] 145/1435 10% [====== ] 146/1435 10% [====== ] 147/1435 10% [====== ] 148/1435 10% [====== ] 149/1435 10% [====== ] 150/1435 10% [====== ] 151/1435 10% [====== ] 152/1435 10% [====== ] 153/1435 10% [====== ] 154/1435 10% [====== ] 155/1435 10% [====== ] 156/1435 10% [====== ] 157/1435 10% [====== ] 158/1435 11% [====== ] 159/1435 11% [====== ] 160/1435 11% [====== ] 161/1435 11% [====== ] 162/1435 11% [======= ] 163/1435 11% [======= ] 164/1435 11% [======= ] 165/1435 11% [======= ] 166/1435 11% [======= ] 167/1435 11% [======= ] 168/1435 11% [======= ] 169/1435 11% [======= ] 170/1435 11% [======= ] 171/1435 11% [======= ] 172/1435 11% [======= ] 173/1435 12% [======= ] 174/1435 12% [======= ] 175/1435 12% [======= ] 176/1435 12% [======= ] 177/1435 12% [======= ] 178/1435 12% [======= ] 179/1435 12% [======= ] 180/1435 12% [======= ] 181/1435 12% [======= ] 182/1435 12% [======= ] 183/1435 12% [======= ] 184/1435 12% [======= ] 185/1435 12% [======== ] 186/1435 12% [======== ] 187/1435 13% [======== ] 188/1435 13% [======== ] 189/1435 13% [======== ] 190/1435 13% [======== ] 191/1435 13% [======== ] 192/1435 13% [======== ] 193/1435 13% [======== ] 194/1435 13% [======== ] 195/1435 13% [======== ] 196/1435 13% [======== ] 197/1435 13% [======== ] 198/1435 13% [======== ] 199/1435 13% [======== ] 200/1435 13% [======== ] 201/1435 14% [======== ] 202/1435 14% [======== ] 203/1435 14% [======== ] 204/1435 14% [======== ] 205/1435 14% [======== ] 206/1435 14% [======== ] 207/1435 14% [======== ] 208/1435 14% [========= ] 209/1435 14% [========= ] 210/1435 14% [========= ] 211/1435 14% [========= ] 212/1435 14% [========= ] 213/1435 14% [========= ] 214/1435 14% [========= ] 215/1435 14% [========= ] 216/1435 15% [========= ] 217/1435 15% [========= ] 218/1435 15% [========= ] 219/1435 15% [========= ] 220/1435 15% [========= ] 221/1435 15% [========= ] 222/1435 15% [========= ] 223/1435 15% [========= ] 224/1435 15% [========= ] 225/1435 15% [========= ] 226/1435 15% [========= ] 227/1435 15% [========= ] 228/1435 15% [========= ] 229/1435 15% [========= ] 230/1435 16% [========= ] 231/1435 16% [========== ] 232/1435 16% [========== ] 233/1435 16% [========== ] 234/1435 16% [========== ] 235/1435 16% [========== ] 236/1435 16% [========== ] 237/1435 16% [========== ] 238/1435 16% [========== ] 239/1435 16% [========== ] 240/1435 16% [========== ] 241/1435 16% [========== ] 242/1435 16% [========== ] 243/1435 16% [========== ] 244/1435 17% [========== ] 245/1435 17% [========== ] 246/1435 17% [========== ] 247/1435 17% [========== ] 248/1435 17% [========== ] 249/1435 17% [========== ] 250/1435 17% [========== ] 251/1435 17% [========== ] 252/1435 17% [========== ] 253/1435 17% [========== ] 254/1435 17% [=========== ] 255/1435 17% [=========== ] 256/1435 17% [=========== ] 257/1435 17% [=========== ] 258/1435 17% [=========== ] 259/1435 18% [=========== ] 260/1435 18% [=========== ] 261/1435 18% [=========== ] 262/1435 18% [=========== ] 263/1435 18% [=========== ] 264/1435 18% [=========== ] 265/1435 18% [=========== ] 266/1435 18% [=========== ] 267/1435 18% [=========== ] 268/1435 18% [=========== ] 269/1435 18% [=========== ] 270/1435 18% [=========== ] 271/1435 18% [=========== ] 272/1435 18% [=========== ] 273/1435 19% [=========== ] 274/1435 19% [=========== ] 275/1435 19% [=========== ] 276/1435 19% [=========== ] 277/1435 19% [============ ] 278/1435 19% [============ ] 279/1435 19% [============ ] 280/1435 19% [============ ] 281/1435 19% [============ ] 282/1435 19% [============ ] 283/1435 19% [============ ] 284/1435 19% [============ ] 285/1435 19% [============ ] 286/1435 19% [============ ] 287/1435 20% [============ ] 288/1435 20% [============ ] 289/1435 20% [============ ] 290/1435 20% [============ ] 291/1435 20% [============ ] 292/1435 20% [============ ] 293/1435 20% [============ ] 294/1435 20% [============ ] 295/1435 20% [============ ] 296/1435 20% [============ ] 297/1435 20% [============ ] 298/1435 20% [============ ] 299/1435 20% [============ ] 300/1435 20% [============= ] 301/1435 20% [============= ] 302/1435 21% [============= ] 303/1435 21% [============= ] 304/1435 21% [============= ] 305/1435 21% [============= ] 306/1435 21% [============= ] 307/1435 21% [============= ] 308/1435 21% [============= ] 309/1435 21% [============= ] 310/1435 21% [============= ] 311/1435 21% [============= ] 312/1435 21% [============= ] 313/1435 21% [============= ] 314/1435 21% [============= ] 315/1435 21% [============= ] 316/1435 22% [============= ] 317/1435 22% [============= ] 318/1435 22% [============= ] 319/1435 22% [============= ] 320/1435 22% [============= ] 321/1435 22% [============= ] 322/1435 22% [============= ] 323/1435 22% [============= ] 324/1435 22% [============== ] 325/1435 22% [============== ] 326/1435 22% [============== ] 327/1435 22% [============== ] 328/1435 22% [============== ] 329/1435 22% [============== ] 330/1435 22% [============== ] 331/1435 23% [============== ] 332/1435 23% [============== ] 333/1435 23% [============== ] 334/1435 23% [============== ] 335/1435 23% [============== ] 336/1435 23% [============== ] 337/1435 23% [============== ] 338/1435 23% [============== ] 339/1435 23% [============== ] 340/1435 23% [============== ] 341/1435 23% [============== ] 342/1435 23% [============== ] 343/1435 23% [============== ] 344/1435 23% [============== ] 345/1435 24% [============== ] 346/1435 24% [============== ] 347/1435 24% [=============== ] 348/1435 24% [=============== ] 349/1435 24% [=============== ] 350/1435 24% [=============== ] 351/1435 24% [=============== ] 352/1435 24% [=============== ] 353/1435 24% [=============== ] 354/1435 24% [=============== ] 355/1435 24% [=============== ] 356/1435 24% [=============== ] 357/1435 24% [=============== ] 358/1435 24% [=============== ] 359/1435 25% [=============== ] 360/1435 25% [=============== ] 361/1435 25% [=============== ] 362/1435 25% [=============== ] 363/1435 25% [=============== ] 364/1435 25% [=============== ] 365/1435 25% [=============== ] 366/1435 25% [=============== ] 367/1435 25% [=============== ] 368/1435 25% [=============== ] 369/1435 25% [=============== ] 370/1435 25% [================ ] 371/1435 25% [================ ] 372/1435 25% [================ ] 373/1435 25% [================ ] 374/1435 26% [================ ] 375/1435 26% [================ ] 376/1435 26% [================ ] 377/1435 26% [================ ] 378/1435 26% [================ ] 379/1435 26% [================ ] 380/1435 26% [================ ] 381/1435 26% [================ ] 382/1435 26% [================ ] 383/1435 26% [================ ] 384/1435 26% [================ ] 385/1435 26% [================ ] 386/1435 26% [================ ] 387/1435 26% [================ ] 388/1435 27% [================ ] 389/1435 27% [================ ] 390/1435 27% [================ ] 391/1435 27% [================ ] 392/1435 27% [================ ] 393/1435 27% [================= ] 394/1435 27% [================= ] 395/1435 27% [================= ] 396/1435 27% [================= ] 397/1435 27% [================= ] 398/1435 27% [================= ] 399/1435 27% [================= ] 400/1435 27% [================= ] 401/1435 27% [================= ] 402/1435 28% [================= ] 403/1435 28% [================= ] 404/1435 28% [================= ] 405/1435 28% [================= ] 406/1435 28% [================= ] 407/1435 28% [================= ] 408/1435 28% [================= ] 409/1435 28% [================= ] 410/1435 28% [================= ] 411/1435 28% [================= ] 412/1435 28% [================= ] 413/1435 28% [================= ] 414/1435 28% [================= ] 415/1435 28% [================= ] 416/1435 28% [================== ] 417/1435 29% [================== ] 418/1435 29% [================== ] 419/1435 29% [================== ] 420/1435 29% [================== ] 421/1435 29% [================== ] 422/1435 29% [================== ] 423/1435 29% [================== ] 424/1435 29% [================== ] 425/1435 29% [================== ] 426/1435 29% [================== ] 427/1435 29% [================== ] 428/1435 29% [================== ] 429/1435 29% [================== ] 430/1435 29% [================== ] 431/1435 30% [================== ] 432/1435 30% [================== ] 433/1435 30% [================== ] 434/1435 30% [================== ] 435/1435 30% [================== ] 436/1435 30% [================== ] 437/1435 30% [================== ] 438/1435 30% [================== ] 439/1435 30% [=================== ] 440/1435 30% [=================== ] 441/1435 30% [=================== ] 442/1435 30% [=================== ] 443/1435 30% [=================== ] 444/1435 30% [=================== ] 445/1435 31% [=================== ] 446/1435 31% [=================== ] 447/1435 31% [=================== ] 448/1435 31% [=================== ] 449/1435 31% [=================== ] 450/1435 31% [=================== ] 451/1435 31% [=================== ] 452/1435 31% [=================== ] 453/1435 31% [=================== ] 454/1435 31% [=================== ] 455/1435 31% [=================== ] 456/1435 31% [=================== ] 457/1435 31% [=================== ] 458/1435 31% [=================== ] 459/1435 31% [=================== ] 460/1435 32% [=================== ] 461/1435 32% [=================== ] 462/1435 32% [==================== ] 463/1435 32% [==================== ] 464/1435 32% [==================== ] 465/1435 32% [==================== ] 466/1435 32% [==================== ] 467/1435 32% [==================== ] 468/1435 32% [==================== ] 469/1435 32% [==================== ] 470/1435 32% [==================== ] 471/1435 32% [==================== ] 472/1435 32% [==================== ] 473/1435 32% [==================== ] 474/1435 33% [==================== ] 475/1435 33% [==================== ] 476/1435 33% [==================== ] 477/1435 33% [==================== ] 478/1435 33% [==================== ] 479/1435 33% [==================== ] 480/1435 33% [==================== ] 481/1435 33% [==================== ] 482/1435 33% [==================== ] 483/1435 33% [==================== ] 484/1435 33% [==================== ] 485/1435 33% [==================== ] 486/1435 33% [===================== ] 487/1435 33% [===================== ] 488/1435 34% [===================== ] 489/1435 34% [===================== ] 490/1435 34% [===================== ] 491/1435 34% [===================== ] 492/1435 34% [===================== ] 493/1435 34% [===================== ] 494/1435 34% [===================== ] 495/1435 34% [===================== ] 496/1435 34% [===================== ] 497/1435 34% [===================== ] 498/1435 34% [===================== ] 499/1435 34% [===================== ] 500/1435 34% [===================== ] 501/1435 34% [===================== ] 502/1435 34% [===================== ] 503/1435 35% [===================== ] 504/1435 35% [===================== ] 505/1435 35% [===================== ] 506/1435 35% [===================== ] 507/1435 35% [===================== ] 508/1435 35% [===================== ] 509/1435 35% [====================== ] 510/1435 35% [====================== ] 511/1435 35% [====================== ] 512/1435 35% [====================== ] 513/1435 35% [====================== ] 514/1435 35% [====================== ] 515/1435 35% [====================== ] 516/1435 35% [====================== ] 517/1435 36% [====================== ] 518/1435 36% [====================== ] 519/1435 36% [====================== ] 520/1435 36% [====================== ] 521/1435 36% [====================== ] 522/1435 36% [====================== ] 523/1435 36% [====================== ] 524/1435 36% [====================== ] 525/1435 36% [====================== ] 526/1435 36% [====================== ] 527/1435 36% [====================== ] 528/1435 36% [====================== ] 529/1435 36% [====================== ] 530/1435 36% [====================== ] 531/1435 37% [====================== ] 532/1435 37% [======================= ] 533/1435 37% [======================= ] 534/1435 37% [======================= ] 535/1435 37% [======================= ] 536/1435 37% [======================= ] 537/1435 37% [======================= ] 538/1435 37% [======================= ] 539/1435 37% [======================= ] 540/1435 37% [======================= ] 541/1435 37% [======================= ] 542/1435 37% [======================= ] 543/1435 37% [======================= ] 544/1435 37% [======================= ] 545/1435 37% [======================= ] 546/1435 38% [======================= ] 547/1435 38% [======================= ] 548/1435 38% [======================= ] 549/1435 38% [======================= ] 550/1435 38% [======================= ] 551/1435 38% [======================= ] 552/1435 38% [======================= ] 553/1435 38% [======================= ] 554/1435 38% [======================= ] 555/1435 38% [======================== ] 556/1435 38% [======================== ] 557/1435 38% [======================== ] 558/1435 38% [======================== ] 559/1435 38% [======================== ] 560/1435 39% [======================== ] 561/1435 39% [======================== ] 562/1435 39% [======================== ] 563/1435 39% [======================== ] 564/1435 39% [======================== ] 565/1435 39% [======================== ] 566/1435 39% [======================== ] 567/1435 39% [======================== ] 568/1435 39% [======================== ] 569/1435 39% [======================== ] 570/1435 39% [======================== ] 571/1435 39% [======================== ] 572/1435 39% [======================== ] 573/1435 39% [======================== ] 574/1435 40% [======================== ] 575/1435 40% [======================== ] 576/1435 40% [======================== ] 577/1435 40% [======================== ] 578/1435 40% [========================= ] 579/1435 40% [========================= ] 580/1435 40% [========================= ] 581/1435 40% [========================= ] 582/1435 40% [========================= ] 583/1435 40% [========================= ] 584/1435 40% [========================= ] 585/1435 40% [========================= ] 586/1435 40% [========================= ] 587/1435 40% [========================= ] 588/1435 40% [========================= ] 589/1435 41% [========================= ] 590/1435 41% [========================= ] 591/1435 41% [========================= ] 592/1435 41% [========================= ] 593/1435 41% [========================= ] 594/1435 41% [========================= ] 595/1435 41% [========================= ] 596/1435 41% [========================= ] 597/1435 41% [========================= ] 598/1435 41% [========================= ] 599/1435 41% [========================= ] 600/1435 41% [========================= ] 601/1435 41% [========================== ] 602/1435 41% [========================== ] 603/1435 42% [========================== ] 604/1435 42% [========================== ] 605/1435 42% [========================== ] 606/1435 42% [========================== ] 607/1435 42% [========================== ] 608/1435 42% [========================== ] 609/1435 42% [========================== ] 610/1435 42% [========================== ] 611/1435 42% [========================== ] 612/1435 42% [========================== ] 613/1435 42% [========================== ] 614/1435 42% [========================== ] 615/1435 42% [========================== ] 616/1435 42% [========================== ] 617/1435 42% [========================== ] 618/1435 43% [========================== ] 619/1435 43% [========================== ] 620/1435 43% [========================== ] 621/1435 43% [========================== ] 622/1435 43% [========================== ] 623/1435 43% [========================== ] 624/1435 43% [=========================== ] 625/1435 43% [=========================== ] 626/1435 43% [=========================== ] 627/1435 43% [=========================== ] 628/1435 43% [=========================== ] 629/1435 43% [=========================== ] 630/1435 43% [=========================== ] 631/1435 43% [=========================== ] 632/1435 44% [=========================== ] 633/1435 44% [=========================== ] 634/1435 44% [=========================== ] 635/1435 44% [=========================== ] 636/1435 44% [=========================== ] 637/1435 44% [=========================== ] 638/1435 44% [=========================== ] 639/1435 44% [=========================== ] 640/1435 44% [=========================== ] 641/1435 44% [=========================== ] 642/1435 44% [=========================== ] 643/1435 44% [=========================== ] 644/1435 44% [=========================== ] 645/1435 44% [=========================== ] 646/1435 45% [=========================== ] 647/1435 45% [=========================== ] 648/1435 45% [============================ ] 649/1435 45% [============================ ] 650/1435 45% [============================ ] 651/1435 45% [============================ ] 652/1435 45% [============================ ] 653/1435 45% [============================ ] 654/1435 45% [============================ ] 655/1435 45% [============================ ] 656/1435 45% [============================ ] 657/1435 45% [============================ ] 658/1435 45% [============================ ] 659/1435 45% [============================ ] 660/1435 45% [============================ ] 661/1435 46% [============================ ] 662/1435 46% [============================ ] 663/1435 46% [============================ ] 664/1435 46% [============================ ] 665/1435 46% [============================ ] 666/1435 46% [============================ ] 667/1435 46% [============================ ] 668/1435 46% [============================ ] 669/1435 46% [============================ ] 670/1435 46% [============================ ] 671/1435 46% [============================= ] 672/1435 46% [============================= ] 673/1435 46% [============================= ] 674/1435 46% [============================= ] 675/1435 47% [============================= ] 676/1435 47% [============================= ] 677/1435 47% [============================= ] 678/1435 47% [============================= ] 679/1435 47% [============================= ] 680/1435 47% [============================= ] 681/1435 47% [============================= ] 682/1435 47% [============================= ] 683/1435 47% [============================= ] 684/1435 47% [============================= ] 685/1435 47% [============================= ] 686/1435 47% [============================= ] 687/1435 47% [============================= ] 688/1435 47% [============================= ] 689/1435 48% [============================= ] 690/1435 48% [============================= ] 691/1435 48% [============================= ] 692/1435 48% [============================= ] 693/1435 48% [============================= ] 694/1435 48% [============================== ] 695/1435 48% [============================== ] 696/1435 48% [============================== ] 697/1435 48% [============================== ] 698/1435 48% [============================== ] 699/1435 48% [============================== ] 700/1435 48% [============================== ] 701/1435 48% [============================== ] 702/1435 48% [============================== ] 703/1435 48% [============================== ] 704/1435 49% [============================== ] 705/1435 49% [============================== ] 706/1435 49% [============================== ] 707/1435 49% [============================== ] 708/1435 49% [============================== ] 709/1435 49% [============================== ] 710/1435 49% [============================== ] 711/1435 49% [============================== ] 712/1435 49% [============================== ] 713/1435 49% [============================== ] 714/1435 49% [============================== ] 715/1435 49% [============================== ] 716/1435 49% [============================== ] 717/1435 49% [=============================== ] 718/1435 50% [=============================== ] 719/1435 50% [=============================== ] 720/1435 50% [=============================== ] 721/1435 50% [=============================== ] 722/1435 50% [=============================== ] 723/1435 50% [=============================== ] 724/1435 50% [=============================== ] 725/1435 50% [=============================== ] 726/1435 50% [=============================== ] 727/1435 50% [=============================== ] 728/1435 50% [=============================== ] 729/1435 50% [=============================== ] 730/1435 50% [=============================== ] 731/1435 50% [=============================== ] 732/1435 51% [=============================== ] 733/1435 51% [=============================== ] 734/1435 51% [=============================== ] 735/1435 51% [=============================== ] 736/1435 51% [=============================== ] 737/1435 51% [=============================== ] 738/1435 51% [=============================== ] 739/1435 51% [=============================== ] 740/1435 51% [================================ ] 741/1435 51% [================================ ] 742/1435 51% [================================ ] 743/1435 51% [================================ ] 744/1435 51% [================================ ] 745/1435 51% [================================ ] 746/1435 51% [================================ ] 747/1435 52% [================================ ] 748/1435 52% [================================ ] 749/1435 52% [================================ ] 750/1435 52% [================================ ] 751/1435 52% [================================ ] 752/1435 52% [================================ ] 753/1435 52% [================================ ] 754/1435 52% [================================ ] 755/1435 52% [================================ ] 756/1435 52% [================================ ] 757/1435 52% [================================ ] 758/1435 52% [================================ ] 759/1435 52% [================================ ] 760/1435 52% [================================ ] 761/1435 53% [================================ ] 762/1435 53% [================================ ] 763/1435 53% [================================= ] 764/1435 53% [================================= ] 765/1435 53% [================================= ] 766/1435 53% [================================= ] 767/1435 53% [================================= ] 768/1435 53% [================================= ] 769/1435 53% [================================= ] 770/1435 53% [================================= ] 771/1435 53% [================================= ] 772/1435 53% [================================= ] 773/1435 53% [================================= ] 774/1435 53% [================================= ] 775/1435 54% [================================= ] 776/1435 54% [================================= ] 777/1435 54% [================================= ] 778/1435 54% [================================= ] 779/1435 54% [================================= ] 780/1435 54% [================================= ] 781/1435 54% [================================= ] 782/1435 54% [================================= ] 783/1435 54% [================================= ] 784/1435 54% [================================= ] 785/1435 54% [================================= ] 786/1435 54% [================================== ] 787/1435 54% [================================== ] 788/1435 54% [================================== ] 789/1435 54% [================================== ] 790/1435 55% [================================== ] 791/1435 55% [================================== ] 792/1435 55% [================================== ] 793/1435 55% [================================== ] 794/1435 55% [================================== ] 795/1435 55% [================================== ] 796/1435 55% [================================== ] 797/1435 55% [================================== ] 798/1435 55% [================================== ] 799/1435 55% [================================== ] 800/1435 55% [================================== ] 801/1435 55% [================================== ] 802/1435 55% [================================== ] 803/1435 55% [================================== ] 804/1435 56% [================================== ] 805/1435 56% [================================== ] 806/1435 56% [================================== ] 807/1435 56% [================================== ] 808/1435 56% [================================== ] 809/1435 56% [================================== ] 810/1435 56% [=================================== ] 811/1435 56% [=================================== ] 812/1435 56% [=================================== ] 813/1435 56% [=================================== ] 814/1435 56% [=================================== ] 815/1435 56% [=================================== ] 816/1435 56% [=================================== ] 817/1435 56% [=================================== ] 818/1435 57% [=================================== ] 819/1435 57% [=================================== ] 820/1435 57% [=================================== ] 821/1435 57% [=================================== ] 822/1435 57% [=================================== ] 823/1435 57% [=================================== ] 824/1435 57% [=================================== ] 825/1435 57% [=================================== ] 826/1435 57% [=================================== ] 827/1435 57% [=================================== ] 828/1435 57% [=================================== ] 829/1435 57% [=================================== ] 830/1435 57% [=================================== ] 831/1435 57% [=================================== ] 832/1435 57% [=================================== ] 833/1435 58% [==================================== ] 834/1435 58% [==================================== ] 835/1435 58% [==================================== ] 836/1435 58% [==================================== ] 837/1435 58% [==================================== ] 838/1435 58% [==================================== ] 839/1435 58% [==================================== ] 840/1435 58% [==================================== ] 841/1435 58% [==================================== ] 842/1435 58% [==================================== ] 843/1435 58% [==================================== ] 844/1435 58% [==================================== ] 845/1435 58% [==================================== ] 846/1435 58% [==================================== ] 847/1435 59% [==================================== ] 848/1435 59% [==================================== ] 849/1435 59% [==================================== ] 850/1435 59% [==================================== ] 851/1435 59% [==================================== ] 852/1435 59% [==================================== ] 853/1435 59% [==================================== ] 854/1435 59% [==================================== ] 855/1435 59% [==================================== ] 856/1435 59% [===================================== ] 857/1435 59% [===================================== ] 858/1435 59% [===================================== ] 859/1435 59% [===================================== ] 860/1435 59% [===================================== ] 861/1435 60% [===================================== ] 862/1435 60% [===================================== ] 863/1435 60% [===================================== ] 864/1435 60% [===================================== ] 865/1435 60% [===================================== ] 866/1435 60% [===================================== ] 867/1435 60% [===================================== ] 868/1435 60% [===================================== ] 869/1435 60% [===================================== ] 870/1435 60% [===================================== ] 871/1435 60% [===================================== ] 872/1435 60% [===================================== ] 873/1435 60% [===================================== ] 874/1435 60% [===================================== ] 875/1435 60% [===================================== ] 876/1435 61% [===================================== ] 877/1435 61% [===================================== ] 878/1435 61% [===================================== ] 879/1435 61% [====================================== ] 880/1435 61% [====================================== ] 881/1435 61% [====================================== ] 882/1435 61% [====================================== ] 883/1435 61% [====================================== ] 884/1435 61% [====================================== ] 885/1435 61% [====================================== ] 886/1435 61% [====================================== ] 887/1435 61% [====================================== ] 888/1435 61% [====================================== ] 889/1435 61% [====================================== ] 890/1435 62% [====================================== ] 891/1435 62% [====================================== ] 892/1435 62% [====================================== ] 893/1435 62% [====================================== ] 894/1435 62% [====================================== ] 895/1435 62% [====================================== ] 896/1435 62% [====================================== ] 897/1435 62% [====================================== ] 898/1435 62% [====================================== ] 899/1435 62% [====================================== ] 900/1435 62% [====================================== ] 901/1435 62% [====================================== ] 902/1435 62% [======================================= ] 903/1435 62% [======================================= ] 904/1435 62% [======================================= ] 905/1435 63% [======================================= ] 906/1435 63% [======================================= ] 907/1435 63% [======================================= ] 908/1435 63% [======================================= ] 909/1435 63% [======================================= ] 910/1435 63% [======================================= ] 911/1435 63% [======================================= ] 912/1435 63% [======================================= ] 913/1435 63% [======================================= ] 914/1435 63% [======================================= ] 915/1435 63% [======================================= ] 916/1435 63% [======================================= ] 917/1435 63% [======================================= ] 918/1435 63% [======================================= ] 919/1435 64% [======================================= ] 920/1435 64% [======================================= ] 921/1435 64% [======================================= ] 922/1435 64% [======================================= ] 923/1435 64% [======================================= ] 924/1435 64% [======================================= ] 925/1435 64% [======================================== ] 926/1435 64% [======================================== ] 927/1435 64% [======================================== ] 928/1435 64% [======================================== ] 929/1435 64% [======================================== ] 930/1435 64% [======================================== ] 931/1435 64% [======================================== ] 932/1435 64% [======================================== ] 933/1435 65% [======================================== ] 934/1435 65% [======================================== ] 935/1435 65% [======================================== ] 936/1435 65% [======================================== ] 937/1435 65% [======================================== ] 938/1435 65% [======================================== ] 939/1435 65% [======================================== ] 940/1435 65% [======================================== ] 941/1435 65% [======================================== ] 942/1435 65% [======================================== ] 943/1435 65% [======================================== ] 944/1435 65% [======================================== ] 945/1435 65% [======================================== ] 946/1435 65% [======================================== ] 947/1435 65% [======================================== ] 948/1435 66% [========================================= ] 949/1435 66% [========================================= ] 950/1435 66% [========================================= ] 951/1435 66% [========================================= ] 952/1435 66% [========================================= ] 953/1435 66% [========================================= ] 954/1435 66% [========================================= ] 955/1435 66% [========================================= ] 956/1435 66% [========================================= ] 957/1435 66% [========================================= ] 958/1435 66% [========================================= ] 959/1435 66% [========================================= ] 960/1435 66% [========================================= ] 961/1435 66% [========================================= ] 962/1435 67% [========================================= ] 963/1435 67% [========================================= ] 964/1435 67% [========================================= ] 965/1435 67% [========================================= ] 966/1435 67% [========================================= ] 967/1435 67% [========================================= ] 968/1435 67% [========================================= ] 969/1435 67% [========================================= ] 970/1435 67% [========================================= ] 971/1435 67% [========================================= ] 972/1435 67% [========================================== ] 973/1435 67% [========================================== ] 974/1435 67% [========================================== ] 975/1435 67% [========================================== ] 976/1435 68% [========================================== ] 977/1435 68% [========================================== ] 978/1435 68% [========================================== ] 979/1435 68% [========================================== ] 980/1435 68% [========================================== ] 981/1435 68% [========================================== ] 982/1435 68% [========================================== ] 983/1435 68% [========================================== ] 984/1435 68% [========================================== ] 985/1435 68% [========================================== ] 986/1435 68% [========================================== ] 987/1435 68% [========================================== ] 988/1435 68% [========================================== ] 989/1435 68% [========================================== ] 990/1435 68% [========================================== ] 991/1435 69% [========================================== ] 992/1435 69% [========================================== ] 993/1435 69% [========================================== ] 994/1435 69% [========================================== ] 995/1435 69% [=========================================== ] 996/1435 69% [=========================================== ] 997/1435 69% [=========================================== ] 998/1435 69% [=========================================== ] 999/1435 69% [=========================================== ] 1000/1435 69% [=========================================== ] 1001/1435 69% [=========================================== ] 1002/1435 69% [=========================================== ] 1003/1435 69% [=========================================== ] 1004/1435 69% [=========================================== ] 1005/1435 70% [=========================================== ] 1006/1435 70% [=========================================== ] 1007/1435 70% [=========================================== ] 1008/1435 70% [=========================================== ] 1009/1435 70% [=========================================== ] 1010/1435 70% [=========================================== ] 1011/1435 70% [=========================================== ] 1012/1435 70% [=========================================== ] 1013/1435 70% [=========================================== ] 1014/1435 70% [=========================================== ] 1015/1435 70% [=========================================== ] 1016/1435 70% [=========================================== ] 1017/1435 70% [=========================================== ] 1018/1435 70% [============================================ ] 1019/1435 71% [============================================ ] 1020/1435 71% [============================================ ] 1021/1435 71% [============================================ ] 1022/1435 71% [============================================ ] 1023/1435 71% [============================================ ] 1024/1435 71% [============================================ ] 1025/1435 71% [============================================ ] 1026/1435 71% [============================================ ] 1027/1435 71% [============================================ ] 1028/1435 71% [============================================ ] 1029/1435 71% [============================================ ] 1030/1435 71% [============================================ ] 1031/1435 71% [============================================ ] 1032/1435 71% [============================================ ] 1033/1435 71% [============================================ ] 1034/1435 72% [============================================ ] 1035/1435 72% [============================================ ] 1036/1435 72% [============================================ ] 1037/1435 72% [============================================ ] 1038/1435 72% [============================================ ] 1039/1435 72% [============================================ ] 1040/1435 72% [============================================ ] 1041/1435 72% [============================================= ] 1042/1435 72% [============================================= ] 1043/1435 72% [============================================= ] 1044/1435 72% [============================================= ] 1045/1435 72% [============================================= ] 1046/1435 72% [============================================= ] 1047/1435 72% [============================================= ] 1048/1435 73% [============================================= ] 1049/1435 73% [============================================= ] 1050/1435 73% [============================================= ] 1051/1435 73% [============================================= ] 1052/1435 73% [============================================= ] 1053/1435 73% [============================================= ] 1054/1435 73% [============================================= ] 1055/1435 73% [============================================= ] 1056/1435 73% [============================================= ] 1057/1435 73% [============================================= ] 1058/1435 73% [============================================= ] 1059/1435 73% [============================================= ] 1060/1435 73% [============================================= ] 1061/1435 73% [============================================= ] 1062/1435 74% [============================================= ] 1063/1435 74% [============================================= ] 1064/1435 74% [============================================== ] 1065/1435 74% [============================================== ] 1066/1435 74% [============================================== ] 1067/1435 74% [============================================== ] 1068/1435 74% [============================================== ] 1069/1435 74% [============================================== ] 1070/1435 74% [============================================== ] 1071/1435 74% [============================================== ] 1072/1435 74% [============================================== ] 1073/1435 74% [============================================== ] 1074/1435 74% [============================================== ] 1075/1435 74% [============================================== ] 1076/1435 74% [============================================== ] 1077/1435 75% [============================================== ] 1078/1435 75% [============================================== ] 1079/1435 75% [============================================== ] 1080/1435 75% [============================================== ] 1081/1435 75% [============================================== ] 1082/1435 75% [============================================== ] 1083/1435 75% [============================================== ] 1084/1435 75% [============================================== ] 1085/1435 75% [============================================== ] 1086/1435 75% [============================================== ] 1087/1435 75% [=============================================== ] 1088/1435 75% [=============================================== ] 1089/1435 75% [=============================================== ] 1090/1435 75% [=============================================== ] 1091/1435 76% [=============================================== ] 1092/1435 76% [=============================================== ] 1093/1435 76% [=============================================== ] 1094/1435 76% [=============================================== ] 1095/1435 76% [=============================================== ] 1096/1435 76% [=============================================== ] 1097/1435 76% [=============================================== ] 1098/1435 76% [=============================================== ] 1099/1435 76% [=============================================== ] 1100/1435 76% [=============================================== ] 1101/1435 76% [=============================================== ] 1102/1435 76% [=============================================== ] 1103/1435 76% [=============================================== ] 1104/1435 76% [=============================================== ] 1105/1435 77% [=============================================== ] 1106/1435 77% [=============================================== ] 1107/1435 77% [=============================================== ] 1108/1435 77% [=============================================== ] 1109/1435 77% [=============================================== ] 1110/1435 77% [================================================ ] 1111/1435 77% [================================================ ] 1112/1435 77% [================================================ ] 1113/1435 77% [================================================ ] 1114/1435 77% [================================================ ] 1115/1435 77% [================================================ ] 1116/1435 77% [================================================ ] 1117/1435 77% [================================================ ] 1118/1435 77% [================================================ ] 1119/1435 77% [================================================ ] 1120/1435 78% [================================================ ] 1121/1435 78% [================================================ ] 1122/1435 78% [================================================ ] 1123/1435 78% [================================================ ] 1124/1435 78% [================================================ ] 1125/1435 78% [================================================ ] 1126/1435 78% [================================================ ] 1127/1435 78% [================================================ ] 1128/1435 78% [================================================ ] 1129/1435 78% [================================================ ] 1130/1435 78% [================================================ ] 1131/1435 78% [================================================ ] 1132/1435 78% [================================================ ] 1133/1435 78% [================================================ ] 1134/1435 79% [================================================= ] 1135/1435 79% [================================================= ] 1136/1435 79% [================================================= ] 1137/1435 79% [================================================= ] 1138/1435 79% [================================================= ] 1139/1435 79% [================================================= ] 1140/1435 79% [================================================= ] 1141/1435 79% [================================================= ] 1142/1435 79% [================================================= ] 1143/1435 79% [================================================= ] 1144/1435 79% [================================================= ] 1145/1435 79% [================================================= ] 1146/1435 79% [================================================= ] 1147/1435 79% [================================================= ] 1148/1435 80% [================================================= ] 1149/1435 80% [================================================= ] 1150/1435 80% [================================================= ] 1151/1435 80% [================================================= ] 1152/1435 80% [================================================= ] 1153/1435 80% [================================================= ] 1154/1435 80% [================================================= ] 1155/1435 80% [================================================= ] 1156/1435 80% [================================================= ] 1157/1435 80% [================================================== ] 1158/1435 80% [================================================== ] 1159/1435 80% [================================================== ] 1160/1435 80% [================================================== ] 1161/1435 80% [================================================== ] 1162/1435 80% [================================================== ] 1163/1435 81% [================================================== ] 1164/1435 81% [================================================== ] 1165/1435 81% [================================================== ] 1166/1435 81% [================================================== ] 1167/1435 81% [================================================== ] 1168/1435 81% [================================================== ] 1169/1435 81% [================================================== ] 1170/1435 81% [================================================== ] 1171/1435 81% [================================================== ] 1172/1435 81% [================================================== ] 1173/1435 81% [================================================== ] 1174/1435 81% [================================================== ] 1175/1435 81% [================================================== ] 1176/1435 81% [================================================== ] 1177/1435 82% [================================================== ] 1178/1435 82% [================================================== ] 1179/1435 82% [================================================== ] 1180/1435 82% [=================================================== ] 1181/1435 82% [=================================================== ] 1182/1435 82% [=================================================== ] 1183/1435 82% [=================================================== ] 1184/1435 82% [=================================================== ] 1185/1435 82% [=================================================== ] 1186/1435 82% [=================================================== ] 1187/1435 82% [=================================================== ] 1188/1435 82% [=================================================== ] 1189/1435 82% [=================================================== ] 1190/1435 82% [=================================================== ] 1191/1435 82% [=================================================== ] 1192/1435 83% [=================================================== ] 1193/1435 83% [=================================================== ] 1194/1435 83% [=================================================== ] 1195/1435 83% [=================================================== ] 1196/1435 83% [=================================================== ] 1197/1435 83% [=================================================== ] 1198/1435 83% [=================================================== ] 1199/1435 83% [=================================================== ] 1200/1435 83% [=================================================== ] 1201/1435 83% [=================================================== ] 1202/1435 83% [=================================================== ] 1203/1435 83% [==================================================== ] 1204/1435 83% [==================================================== ] 1205/1435 83% [==================================================== ] 1206/1435 84% [==================================================== ] 1207/1435 84% [==================================================== ] 1208/1435 84% [==================================================== ] 1209/1435 84% [==================================================== ] 1210/1435 84% [==================================================== ] 1211/1435 84% [==================================================== ] 1212/1435 84% [==================================================== ] 1213/1435 84% [==================================================== ] 1214/1435 84% [==================================================== ] 1215/1435 84% [==================================================== ] 1216/1435 84% [==================================================== ] 1217/1435 84% [==================================================== ] 1218/1435 84% [==================================================== ] 1219/1435 84% [==================================================== ] 1220/1435 85% [==================================================== ] 1221/1435 85% [==================================================== ] 1222/1435 85% [==================================================== ] 1223/1435 85% [==================================================== ] 1224/1435 85% [==================================================== ] 1225/1435 85% [==================================================== ] 1226/1435 85% [===================================================== ] 1227/1435 85% [===================================================== ] 1228/1435 85% [===================================================== ] 1229/1435 85% [===================================================== ] 1230/1435 85% [===================================================== ] 1231/1435 85% [===================================================== ] 1232/1435 85% [===================================================== ] 1233/1435 85% [===================================================== ] 1234/1435 85% [===================================================== ] 1235/1435 86% [===================================================== ] 1236/1435 86% [===================================================== ] 1237/1435 86% [===================================================== ] 1238/1435 86% [===================================================== ] 1239/1435 86% [===================================================== ] 1240/1435 86% [===================================================== ] 1241/1435 86% [===================================================== ] 1242/1435 86% [===================================================== ] 1243/1435 86% [===================================================== ] 1244/1435 86% [===================================================== ] 1245/1435 86% [===================================================== ] 1246/1435 86% [===================================================== ] 1247/1435 86% [===================================================== ] 1248/1435 86% [===================================================== ] 1249/1435 87% [====================================================== ] 1250/1435 87% [====================================================== ] 1251/1435 87% [====================================================== ] 1252/1435 87% [====================================================== ] 1253/1435 87% [====================================================== ] 1254/1435 87% [====================================================== ] 1255/1435 87% [====================================================== ] 1256/1435 87% [====================================================== ] 1257/1435 87% [====================================================== ] 1258/1435 87% [====================================================== ] 1259/1435 87% [====================================================== ] 1260/1435 87% [====================================================== ] 1261/1435 87% [====================================================== ] 1262/1435 87% [====================================================== ] 1263/1435 88% [====================================================== ] 1264/1435 88% [====================================================== ] 1265/1435 88% [====================================================== ] 1266/1435 88% [====================================================== ] 1267/1435 88% [====================================================== ] 1268/1435 88% [====================================================== ] 1269/1435 88% [====================================================== ] 1270/1435 88% [====================================================== ] 1271/1435 88% [====================================================== ] 1272/1435 88% [======================================================= ] 1273/1435 88% [======================================================= ] 1274/1435 88% [======================================================= ] 1275/1435 88% [======================================================= ] 1276/1435 88% [======================================================= ] 1277/1435 88% [======================================================= ] 1278/1435 89% [======================================================= ] 1279/1435 89% [======================================================= ] 1280/1435 89% [======================================================= ] 1281/1435 89% [======================================================= ] 1282/1435 89% [======================================================= ] 1283/1435 89% [======================================================= ] 1284/1435 89% [======================================================= ] 1285/1435 89% [======================================================= ] 1286/1435 89% [======================================================= ] 1287/1435 89% [======================================================= ] 1288/1435 89% [======================================================= ] 1289/1435 89% [======================================================= ] 1290/1435 89% [======================================================= ] 1291/1435 89% [======================================================= ] 1292/1435 90% [======================================================= ] 1293/1435 90% [======================================================= ] 1294/1435 90% [======================================================= ] 1295/1435 90% [======================================================= ] 1296/1435 90% [======================================================== ] 1297/1435 90% [======================================================== ] 1298/1435 90% [======================================================== ] 1299/1435 90% [======================================================== ] 1300/1435 90% [======================================================== ] 1301/1435 90% [======================================================== ] 1302/1435 90% [======================================================== ] 1303/1435 90% [======================================================== ] 1304/1435 90% [======================================================== ] 1305/1435 90% [======================================================== ] 1306/1435 91% [======================================================== ] 1307/1435 91% [======================================================== ] 1308/1435 91% [======================================================== ] 1309/1435 91% [======================================================== ] 1310/1435 91% [======================================================== ] 1311/1435 91% [======================================================== ] 1312/1435 91% [======================================================== ] 1313/1435 91% [======================================================== ] 1314/1435 91% [======================================================== ] 1315/1435 91% [======================================================== ] 1316/1435 91% [======================================================== ] 1317/1435 91% [======================================================== ] 1318/1435 91% [======================================================== ] 1319/1435 91% [========================================================= ] 1320/1435 91% [========================================================= ] 1321/1435 92% [========================================================= ] 1322/1435 92% [========================================================= ] 1323/1435 92% [========================================================= ] 1324/1435 92% [========================================================= ] 1325/1435 92% [========================================================= ] 1326/1435 92% [========================================================= ] 1327/1435 92% [========================================================= ] 1328/1435 92% [========================================================= ] 1329/1435 92% [========================================================= ] 1330/1435 92% [========================================================= ] 1331/1435 92% [========================================================= ] 1332/1435 92% [========================================================= ] 1333/1435 92% [========================================================= ] 1334/1435 92% [========================================================= ] 1335/1435 93% [========================================================= ] 1336/1435 93% [========================================================= ] 1337/1435 93% [========================================================= ] 1338/1435 93% [========================================================= ] 1339/1435 93% [========================================================= ] 1340/1435 93% [========================================================= ] 1341/1435 93% [========================================================= ] 1342/1435 93% [========================================================== ] 1343/1435 93% [========================================================== ] 1344/1435 93% [========================================================== ] 1345/1435 93% [========================================================== ] 1346/1435 93% [========================================================== ] 1347/1435 93% [========================================================== ] 1348/1435 93% [========================================================== ] 1349/1435 94% [========================================================== ] 1350/1435 94% [========================================================== ] 1351/1435 94% [========================================================== ] 1352/1435 94% [========================================================== ] 1353/1435 94% [========================================================== ] 1354/1435 94% [========================================================== ] 1355/1435 94% [========================================================== ] 1356/1435 94% [========================================================== ] 1357/1435 94% [========================================================== ] 1358/1435 94% [========================================================== ] 1359/1435 94% [========================================================== ] 1360/1435 94% [========================================================== ] 1361/1435 94% [========================================================== ] 1362/1435 94% [========================================================== ] 1363/1435 94% [========================================================== ] 1364/1435 95% [========================================================== ] 1365/1435 95% [=========================================================== ] 1366/1435 95% [=========================================================== ] 1367/1435 95% [=========================================================== ] 1368/1435 95% [=========================================================== ] 1369/1435 95% [=========================================================== ] 1370/1435 95% [=========================================================== ] 1371/1435 95% [=========================================================== ] 1372/1435 95% [=========================================================== ] 1373/1435 95% [=========================================================== ] 1374/1435 95% [=========================================================== ] 1375/1435 95% [=========================================================== ] 1376/1435 95% [=========================================================== ] 1377/1435 95% [=========================================================== ] 1378/1435 96% [=========================================================== ] 1379/1435 96% [=========================================================== ] 1380/1435 96% [=========================================================== ] 1381/1435 96% [=========================================================== ] 1382/1435 96% [=========================================================== ] 1383/1435 96% [=========================================================== ] 1384/1435 96% [=========================================================== ] 1385/1435 96% [=========================================================== ] 1386/1435 96% [=========================================================== ] 1387/1435 96% [=========================================================== ] 1388/1435 96% [============================================================ ] 1389/1435 96% [============================================================ ] 1390/1435 96% [============================================================ ] 1391/1435 96% [============================================================ ] 1392/1435 97% [============================================================ ] 1393/1435 97% [============================================================ ] 1394/1435 97% [============================================================ ] 1395/1435 97% [============================================================ ] 1396/1435 97% [============================================================ ] 1397/1435 97% [============================================================ ] 1398/1435 97% [============================================================ ] 1399/1435 97% [============================================================ ] 1400/1435 97% [============================================================ ] 1401/1435 97% [============================================================ ] 1402/1435 97% [============================================================ ] 1403/1435 97% [============================================================ ] 1404/1435 97% [============================================================ ] 1405/1435 97% [============================================================ ] 1406/1435 97% [============================================================ ] 1407/1435 98% [============================================================ ] 1408/1435 98% [============================================================ ] 1409/1435 98% [============================================================ ] 1410/1435 98% [============================================================ ] 1411/1435 98% [============================================================= ] 1412/1435 98% [============================================================= ] 1413/1435 98% [============================================================= ] 1414/1435 98% [============================================================= ] 1415/1435 98% [============================================================= ] 1416/1435 98% [============================================================= ] 1417/1435 98% [============================================================= ] 1418/1435 98% [============================================================= ] 1419/1435 98% [============================================================= ] 1420/1435 98% [============================================================= ] 1421/1435 99% [============================================================= ] 1422/1435 99% [============================================================= ] 1423/1435 99% [============================================================= ] 1424/1435 99% [============================================================= ] 1425/1435 99% [============================================================= ] 1426/1435 99% [============================================================= ] 1427/1435 99% [============================================================= ] 1428/1435 99% [============================================================= ] 1429/1435 99% [============================================================= ] 1430/1435 99% [============================================================= ] 1431/1435 99% [============================================================= ] 1432/1435 99% [============================================================= ] 1433/1435 99% [============================================================= ] 1434/1435 99% [==============================================================] 1435/1435 100% operation complete, 1435 objects in 31707 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/x86_64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2024.08-rc1-73-g9f1725c4cc Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.10.3 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-checksec 2.7.1 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.03.1 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libidn 1.42 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> host-imx-mkimage lf-6.6.23-2.0.0 Collecting legal info LICENSE: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> libcurl 8.9.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> liburiparser 0.9.8 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ndisc6 1.0.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udpxy 1.0-25.1 Collecting legal info README: OK (sha256: aac36b21c5afa931fd0e5d796814e29102a3b1f2742fb8694a26ef135aebf943) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'