>>> yajl 2.1.0 Configuring (mkdir -p /tmp/instance-16/output-1/build/yajl-2.1.0/ && cd /tmp/instance-16/output-1/build/yajl-2.1.0/ && rm -f CMakeCache.txt && PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-16/output-1/host/bin/cmake /tmp/instance-16/output-1/build/yajl-2.1.0/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-16/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CMake Deprecation Warning at CMakeLists.txt:15 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- 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 running /tmp/instance-16/output-1/host/bin/cmake -E copy_if_different /tmp/instance-16/output-1/build/yajl-2.1.0/src/api/yajl_parse.h /tmp/instance-16/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /tmp/instance-16/output-1/host/bin/cmake -E copy_if_different /tmp/instance-16/output-1/build/yajl-2.1.0/src/api/yajl_gen.h /tmp/instance-16/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /tmp/instance-16/output-1/host/bin/cmake -E copy_if_different /tmp/instance-16/output-1/build/yajl-2.1.0/src/api/yajl_common.h /tmp/instance-16/output-1/build/yajl-2.1.0/src/../yajl-2.1.0/include/yajl 2>&1 running /tmp/instance-16/output-1/host/bin/cmake -E copy_if_different /tmp/instance-16/output-1/build/yajl-2.1.0/src/api/yajl_tree.h /tmp/instance-16/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 -- Generating done 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: /tmp/instance-16/output-1/build/yajl-2.1.0 >>> yajl 2.1.0 Building PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-16/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-16/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 /tmp/instance-16/output-1/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /tmp/instance-16/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) == | ^ /tmp/instance-16/output-1/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here 347 | case yajl_tok_colon: | ^~~~ /tmp/instance-16/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) == | ^ /tmp/instance-16/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 /tmp/instance-16/output-1/build/yajl-2.1.0/src/yajl_parser.c: In function 'yajl_do_parse': /tmp/instance-16/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) == | ^ /tmp/instance-16/output-1/build/yajl-2.1.0/src/yajl_parser.c:347:17: note: here 347 | case yajl_tok_colon: | ^~~~ /tmp/instance-16/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) == | ^ /tmp/instance-16/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 '/tmp/instance-16/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Installing to staging directory PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-16/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-16/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2.1.0 -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so.2 -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libyajl.so -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib/libyajl.a -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_parse.h -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_gen.h -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_common.h -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_tree.h -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/yajl/yajl_version.h -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/pkgconfig/yajl.pc -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/json_reformat -- Set runtime path of "/tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/json_reformat" to "" -- Installing: /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/json_verify -- Set runtime path of "/tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/bin/json_verify" to "" make[1]: Leaving directory '/tmp/instance-16/output-1/build/yajl-2.1.0' >>> yajl 2.1.0 Fixing libtool files for la in $(find /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-16/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-16/output-1/host/aarch64_be-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@:/tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-16/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 PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-16/output-1/target install/fast -C /tmp/instance-16/output-1/build/yajl-2.1.0/ make[1]: Entering directory '/tmp/instance-16/output-1/build/yajl-2.1.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-16/output-1/target/usr/lib/libyajl.so.2.1.0 -- Installing: /tmp/instance-16/output-1/target/usr/lib/libyajl.so.2 -- Installing: /tmp/instance-16/output-1/target/usr/lib/libyajl.so -- Installing: /tmp/instance-16/output-1/target/usr/lib/libyajl.a -- Installing: /tmp/instance-16/output-1/target/usr/include/yajl/yajl_parse.h -- Installing: /tmp/instance-16/output-1/target/usr/include/yajl/yajl_gen.h -- Installing: /tmp/instance-16/output-1/target/usr/include/yajl/yajl_common.h -- Installing: /tmp/instance-16/output-1/target/usr/include/yajl/yajl_tree.h -- Installing: /tmp/instance-16/output-1/target/usr/include/yajl/yajl_version.h -- Installing: /tmp/instance-16/output-1/target/usr/share/pkgconfig/yajl.pc -- Installing: /tmp/instance-16/output-1/target/usr/bin/json_reformat -- Set runtime path of "/tmp/instance-16/output-1/target/usr/bin/json_reformat" to "" -- Installing: /tmp/instance-16/output-1/target/usr/bin/json_verify -- Set runtime path of "/tmp/instance-16/output-1/target/usr/bin/json_verify" to "" make[1]: Leaving directory '/tmp/instance-16/output-1/build/yajl-2.1.0' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-16/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a72%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-16/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-16/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-16/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-16/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a72%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-16/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-16/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-16/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-16/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-16/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-16/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-16/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-16/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-16/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-16/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-16/output-1/target/etc/shells; fi rm -f /tmp/instance-16/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-16/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-16/output-1/host/bin/glib-compile-schemas /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-16/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-16/output-1/target/etc echo "buildroot" > /tmp/instance-16/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-16/output-1/target/etc/hosts mkdir -p /tmp/instance-16/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-16/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-16/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-16/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-16/output-1/target/etc/shells if [ -x /tmp/instance-16/output-1/target/sbin/swapon -a -x /tmp/instance-16/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-16/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-16/output-1/target/etc/inittab; fi rm -rf /tmp/instance-16/output-1/target/usr/include /tmp/instance-16/output-1/target/usr/share/aclocal \ /tmp/instance-16/output-1/target/usr/lib/pkgconfig /tmp/instance-16/output-1/target/usr/share/pkgconfig \ /tmp/instance-16/output-1/target/usr/lib/cmake /tmp/instance-16/output-1/target/usr/share/cmake \ /tmp/instance-16/output-1/target/usr/lib/rpm /tmp/instance-16/output-1/target/usr/doc find /tmp/instance-16/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-16/output-1/target/lib/ /tmp/instance-16/output-1/target/usr/lib/ /tmp/instance-16/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-16/output-1/target/usr/share/gdb rm -rf /tmp/instance-16/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-16/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-16/output-1/target/usr/share/zsh rm -rf /tmp/instance-16/output-1/target/usr/man /tmp/instance-16/output-1/target/usr/share/man rm -rf /tmp/instance-16/output-1/target/usr/info /tmp/instance-16/output-1/target/usr/share/info rm -rf /tmp/instance-16/output-1/target/usr/doc /tmp/instance-16/output-1/target/usr/share/doc rm -rf /tmp/instance-16/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-16/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-16/output-1/target/lib/debug /tmp/instance-16/output-1/target/usr/lib/debug find /tmp/instance-16/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-16/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-16/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-16/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-16/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-833-ga92e9e5fb8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-16/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-16/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-16/output-1/per-package /tmp/instance-16/buildroot/support/scripts/fix-rpath target touch /tmp/instance-16/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-16/output-1/build/buildroot-fs mkdir -p /tmp/instance-16/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-16/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /tmp/instance-16/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-16/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.erofs mkdir -p /tmp/instance-16/output-1/images rm -rf /tmp/instance-16/output-1/build/buildroot-fs/erofs mkdir -p /tmp/instance-16/output-1/build/buildroot-fs/erofs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-16/output-1/target/ /tmp/instance-16/output-1/build/buildroot-fs/erofs/target echo '#!/bin/sh' > /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot echo "set -e" >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot echo "chown -h -R 0:0 /tmp/instance-16/output-1/build/buildroot-fs/erofs/target" >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-16/buildroot/support/scripts/mkusers /tmp/instance-16/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-16/output-1/build/buildroot-fs/erofs/target >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot echo "/tmp/instance-16/output-1/host/bin/makedevs -d /tmp/instance-16/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-16/output-1/build/buildroot-fs/erofs/target" >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot printf ' rm -rf /tmp/instance-16/output-1/build/buildroot-fs/erofs/target/usr/lib/udev/hwdb.d/ /tmp/instance-16/output-1/build/buildroot-fs/erofs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot echo "find /tmp/instance-16/output-1/build/buildroot-fs/erofs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot echo "find /tmp/instance-16/output-1/build/buildroot-fs/erofs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot printf ' \n' >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot printf ' /tmp/instance-16/output-1/host/bin/mkfs.erofs /tmp/instance-16/output-1/images/rootfs.erofs /tmp/instance-16/output-1/build/buildroot-fs/erofs/target\n' >> /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot chmod a+x /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot PATH="/tmp/instance-16/output-1/host/bin:/tmp/instance-16/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-16/output-1/host/bin/fakeroot -- /tmp/instance-16/output-1/build/buildroot-fs/erofs/fakeroot rootdir=/tmp/instance-16/output-1/build/buildroot-fs/erofs/target table='/tmp/instance-16/output-1/build/buildroot-fs/full_devices_table.txt' mkfs.erofs 1.5 Processing bin ... Processing bin/arch ... Processing bin/ash ... Processing bin/base32 ... Processing bin/base64 ... Processing bin/busybox ... Processing bin/cat ... Processing bin/chattr ... Processing bin/chgrp ... Processing bin/chmod ... Processing bin/chown ... Processing bin/cp ... Processing bin/cpio ... Processing bin/date ... Processing bin/dd ... Processing bin/df ... Processing bin/dmesg ... Processing bin/dnsdomainname ... Processing bin/dumpkmap ... Processing bin/echo ... Processing bin/egrep ... Processing bin/false ... Processing bin/fdflush ... Processing bin/fgrep ... Processing bin/getopt ... Processing bin/grep ... Processing bin/gunzip ... Processing bin/gzip ... Processing bin/hostname ... Processing bin/kill ... Processing bin/link ... Processing bin/linux32 ... Processing bin/linux64 ... Processing bin/ln ... Processing bin/login ... Processing bin/ls ... Processing bin/lsattr ... Processing bin/mkdir ... Processing bin/mknod ... Processing bin/mktemp ... Processing bin/more ... Processing bin/mount ... Processing bin/mountpoint ... Processing bin/mt ... Processing bin/mv ... Processing bin/netstat ... Processing bin/nice ... Processing bin/nuke ... Processing bin/pidof ... Processing bin/ping ... Processing bin/pipe_progress ... Processing bin/printenv ... Processing bin/ps ... Processing bin/pwd ... Processing bin/resume ... Processing bin/rm ... Processing bin/rmdir ... Processing bin/run-parts ... Processing bin/sed ... Processing bin/setarch ... Processing bin/setpriv ... Processing bin/setserial ... Processing bin/sh ... Processing bin/sleep ... Processing bin/stty ... Processing bin/su ... Processing bin/sync ... Processing bin/tar ... Processing bin/touch ... Processing bin/true ... Processing bin/umount ... Processing bin/uname ... Processing bin/usleep ... Processing bin/vi ... Processing bin/watch ... Processing bin/zcat ... Processing dev ... Processing dev/fd ... Processing dev/log ... Processing dev/pts ... Processing dev/shm ... Processing dev/stderr ... Processing dev/stdin ... Processing dev/stdout ... Processing etc ... Processing etc/fstab ... Processing etc/group ... Processing etc/hostname ... Processing etc/hosts ... Processing etc/init.d ... Processing etc/init.d/S01syslogd ... Processing etc/init.d/S02klogd ... Processing etc/init.d/S02sysctl ... Processing etc/init.d/S10mdev ... Processing etc/init.d/rcK ... Processing etc/init.d/rcS ... Processing etc/inittab ... Processing etc/issue ... Processing etc/mdev.conf ... Processing etc/mtab ... Processing etc/network ... Processing etc/network/if-down.d ... Processing etc/network/if-post-down.d ... Processing etc/network/if-pre-up.d ... Processing etc/network/if-up.d ... Processing etc/nsswitch.conf ... Processing etc/os-release ... Processing etc/passwd ... Processing etc/profile ... Processing etc/profile.d ... Processing etc/profile.d/umask.sh ... Processing etc/protocols ... Processing etc/resolv.conf ... Processing etc/services ... Processing etc/shadow ... Processing etc/shells ... Processing etc/ssl ... Processing etc/ssl/certs ... Processing etc/ssl/ct_log_list.cnf ... Processing etc/ssl/ct_log_list.cnf.dist ... Processing etc/ssl/misc ... Processing etc/ssl/misc/tsget.pl ... Processing etc/ssl/openssl.cnf ... Processing etc/ssl/openssl.cnf.dist ... Processing etc/ssl/private ... Processing etc/ts.conf ... Processing etc/vde2 ... Processing etc/vde2/libvdemgmt ... Processing etc/vde2/libvdemgmt/asyncrecv.rc ... Processing etc/vde2/libvdemgmt/closemachine.rc ... Processing etc/vde2/libvdemgmt/openmachine.rc ... Processing etc/vde2/libvdemgmt/sendcmd.rc ... Processing etc/vde2/vdecmd ... Processing lib ... Processing lib/ld-linux-aarch64_be.so.1 ... Processing lib/libanl.so.1 ... Processing lib/libatomic.so ... Processing lib/libatomic.so.1 ... Processing lib/libatomic.so.1.2.0 ... Processing lib/libc.so.6 ... Processing lib/libcrypt.so.1 ... Processing lib/libdl.so.2 ... Processing lib/libgcc_s.so ... Processing lib/libgcc_s.so.1 ... Processing lib/libm.so.6 ... Processing lib/libnss_dns.so.2 ... Processing lib/libnss_files.so.2 ... Processing lib/libpthread.so.0 ... Processing lib/libresolv.so.2 ... Processing lib/librt.so.1 ... Processing lib/libutil.so.1 ... Processing lib64 ... Processing linuxrc ... Processing media ... Processing mnt ... Processing opt ... Processing proc ... Processing root ... Processing run ... Processing sbin ... Processing sbin/arp ... Processing sbin/blkid ... Processing sbin/devmem ... Processing sbin/fdisk ... Processing sbin/freeramdisk ... Processing sbin/fsck ... Processing sbin/fstrim ... Processing sbin/getty ... Processing sbin/halt ... Processing sbin/hdparm ... Processing sbin/hwclock ... Processing sbin/ifconfig ... Processing sbin/ifdown ... Processing sbin/ifup ... Processing sbin/init ... Processing sbin/insmod ... Processing sbin/ip ... Processing sbin/ipaddr ... Processing sbin/iplink ... Processing sbin/ipneigh ... Processing sbin/iproute ... Processing sbin/iprule ... Processing sbin/iptunnel ... Processing sbin/klogd ... Processing sbin/loadkmap ... Processing sbin/losetup ... Processing sbin/lsmod ... Processing sbin/makedevs ... Processing sbin/mdev ... Processing sbin/mkdosfs ... Processing sbin/mke2fs ... Processing sbin/mkswap ... Processing sbin/modprobe ... Processing sbin/nameif ... Processing sbin/pivot_root ... Processing sbin/poweroff ... Processing sbin/reboot ... Processing sbin/rmmod ... Processing sbin/route ... Processing sbin/run-init ... Processing sbin/runlevel ... Processing sbin/setconsole ... Processing sbin/start-stop-daemon ... Processing sbin/sulogin ... Processing sbin/swapoff ... Processing sbin/swapon ... Processing sbin/switch_root ... Processing sbin/sysctl ... Processing sbin/syslogd ... Processing sbin/tc ... Processing sbin/udhcpc ... Processing sbin/uevent ... Processing sbin/vconfig ... Processing sbin/watchdog ... Processing sys ... Processing tmp ... Processing usr ... Processing usr/bin ... Processing usr/bin/[ ... Processing usr/bin/[[ ... Processing usr/bin/ar ... Processing usr/bin/ascii ... Processing usr/bin/aserver ... Processing usr/bin/awk ... Processing usr/bin/basename ... Processing usr/bin/bc ... Processing usr/bin/bunzip2 ... Processing usr/bin/bzcat ... Processing usr/bin/check_for_unsafe_apis ... Processing usr/bin/chrt ... Processing usr/bin/chvt ... Processing usr/bin/cksum ... Processing usr/bin/clear ... Processing usr/bin/cmp ... Processing usr/bin/crc32 ... Processing usr/bin/crontab ... Processing usr/bin/curlftpfs ... Processing usr/bin/cut ... Processing usr/bin/dc ... Processing usr/bin/deallocvt ... Processing usr/bin/diff ... Processing usr/bin/dirname ... Processing usr/bin/dos2unix ... Processing usr/bin/dpipe ... Processing usr/bin/du ... Processing usr/bin/dvbsnoop ... Processing usr/bin/eject ... Processing usr/bin/env ... Processing usr/bin/expr ... Processing usr/bin/factor ... Processing usr/bin/fallocate ... Processing usr/bin/find ... Processing usr/bin/flock ... Processing usr/bin/fold ... Processing usr/bin/free ... Processing usr/bin/fuser ... Processing usr/bin/fusermount ... Processing usr/bin/gadget-acm-ecm ... Processing usr/bin/gadget-export ... Processing usr/bin/gadget-ffs ... Processing usr/bin/gadget-hid ... Processing usr/bin/gadget-import ... Processing usr/bin/gadget-midi ... Processing usr/bin/gadget-ms ... Processing usr/bin/gadget-rndis-os-desc ... Processing usr/bin/gadget-uac2 ... Processing usr/bin/gadget-vid-pid-remove ... Processing usr/bin/gapplication ... Processing usr/bin/gdbus ... Processing usr/bin/gio ... Processing usr/bin/gio-querymodules ... Processing usr/bin/gresource ... Processing usr/bin/gsettings ... Processing usr/bin/head ... Processing usr/bin/hexdump ... Processing usr/bin/hexedit ... Processing usr/bin/hostid ... Processing usr/bin/id ... Processing usr/bin/install ... Processing usr/bin/ipcrm ... Processing usr/bin/ipcs ... Processing usr/bin/json_reformat ... Processing usr/bin/json_verify ... Processing usr/bin/killall ... Processing usr/bin/last ... Processing usr/bin/less ... Processing usr/bin/logger ... Processing usr/bin/logname ... Processing usr/bin/lsof ... Processing usr/bin/lspci ... Processing usr/bin/lsscsi ... Processing usr/bin/lsusb ... Processing usr/bin/lzcat ... Processing usr/bin/lzma ... Processing usr/bin/lzopcat ... Processing usr/bin/md5sum ... Processing usr/bin/mesg ... Processing usr/bin/microcom ... Processing usr/bin/mifare-classic-format ... Processing usr/bin/mifare-classic-read-ndef ... Processing usr/bin/mifare-classic-write-ndef ... Processing usr/bin/mifare-desfire-access ... Processing usr/bin/mifare-desfire-create-ndef ... Processing usr/bin/mifare-desfire-ev1-configure-ats ... Processing usr/bin/mifare-desfire-ev1-configure-default-key ... Processing usr/bin/mifare-desfire-ev1-configure-random-uid ... Processing usr/bin/mifare-desfire-format ... Processing usr/bin/mifare-desfire-info ... Processing usr/bin/mifare-desfire-read-ndef ... Processing usr/bin/mifare-desfire-write-ndef ... Processing usr/bin/mifare-ultralight-info ... Processing usr/bin/mkfifo ... Processing usr/bin/mkpasswd ... Processing usr/bin/nfc-barcode ... Processing usr/bin/nfc-emulate-forum-tag4 ... Processing usr/bin/nfc-jewel ... Processing usr/bin/nfc-list ... Processing usr/bin/nfc-mfclassic ... Processing usr/bin/nfc-mfultralight ... Processing usr/bin/nfc-read-forum-tag3 ... Processing usr/bin/nfc-relay-picc ... Processing usr/bin/nfc-scan-device ... Processing usr/bin/nl ... Processing usr/bin/nohup ... Processing usr/bin/nproc ... Processing usr/bin/nslookup ... Processing usr/bin/od ... Processing usr/bin/openvt ... Processing usr/bin/passwd ... Processing usr/bin/paste ... Processing usr/bin/patch ... Processing usr/bin/pcregrep ... Processing usr/bin/pcretest ... Processing usr/bin/printf ... Processing usr/bin/readlink ... Processing usr/bin/realpath ... Processing usr/bin/renice ... Processing usr/bin/reset ... Processing usr/bin/resize ... Processing usr/bin/seq ... Processing usr/bin/setfattr ... Processing usr/bin/setkeycodes ... Processing usr/bin/setsid ... Processing usr/bin/sha1sum ... Processing usr/bin/sha256sum ... Processing usr/bin/sha3sum ... Processing usr/bin/sha512sum ... Processing usr/bin/show-gadgets ... Processing usr/bin/show-udcs ... Processing usr/bin/shred ... Processing usr/bin/slirpvde ... Processing usr/bin/sort ... Processing usr/bin/sscep ... Processing usr/bin/strings ... Processing usr/bin/svc ... Processing usr/bin/svok ... Processing usr/bin/tail ... Processing usr/bin/tee ... Processing usr/bin/telnet ... Processing usr/bin/test ... Processing usr/bin/tftp ... Processing usr/bin/time ... Processing usr/bin/top ... Processing usr/bin/tr ... Processing usr/bin/traceroute ... Processing usr/bin/truncate ... Processing usr/bin/ts ... Processing usr/bin/ts_calibrate ... Processing usr/bin/ts_conf ... Processing usr/bin/ts_finddev ... Processing usr/bin/ts_harvest ... Processing usr/bin/ts_print ... Processing usr/bin/ts_print_mt ... Processing usr/bin/ts_print_raw ... Processing usr/bin/ts_test ... Processing usr/bin/ts_test_mt ... Processing usr/bin/ts_uinput ... Processing usr/bin/ts_verify ... Processing usr/bin/tty ... Processing usr/bin/uniq ... Processing usr/bin/unix2dos ... Processing usr/bin/unixcmd ... Processing usr/bin/unixterm ... Processing usr/bin/unlink ... Processing usr/bin/unlzma ... Processing usr/bin/unlzop ... Processing usr/bin/unxz ... Processing usr/bin/unzip ... Processing usr/bin/uptime ... Processing usr/bin/uudecode ... Processing usr/bin/uuencode ... Processing usr/bin/vde_autolink ... Processing usr/bin/vde_l3 ... Processing usr/bin/vde_over_ns ... Processing usr/bin/vde_plug ... Processing usr/bin/vde_plug2tap ... Processing usr/bin/vde_switch ... Processing usr/bin/vdecmd ... Processing usr/bin/vdekvm ... Processing usr/bin/vdeq ... Processing usr/bin/vdeqemu ... Processing usr/bin/vdeterm ... Processing usr/bin/vlock ... Processing usr/bin/w ... Processing usr/bin/wc ... Processing usr/bin/wget ... Processing usr/bin/which ... Processing usr/bin/who ... Processing usr/bin/whoami ... Processing usr/bin/wirefilter ... Processing usr/bin/xargs ... Processing usr/bin/xmlcatalog ... Processing usr/bin/xmllint ... Processing usr/bin/xxd ... Processing usr/bin/xz ... Processing usr/bin/xzcat ... Processing usr/bin/yes ... Processing usr/lib ... Processing usr/lib/libasound.so ... Processing usr/lib/libasound.so.2 ... Processing usr/lib/libasound.so.2.0.0 ... Processing usr/lib/libconfig.so ... Processing usr/lib/libconfig.so.11 ... Processing usr/lib/libconfig.so.11.1.0 ... Processing usr/lib/libcrypto.so ... Processing usr/lib/libcrypto.so.1.1 ... Processing usr/lib/libcurl.so ... Processing usr/lib/libcurl.so.4 ... Processing usr/lib/libcurl.so.4.8.0 ... Processing usr/lib/libest-3.2.0p.so ... Processing usr/lib/libest.so ... Processing usr/lib/libffi.so ... Processing usr/lib/libffi.so.8 ... Processing usr/lib/libffi.so.8.1.2 ... Processing usr/lib/libfm-extra.so ... Processing usr/lib/libfm-extra.so.4 ... Processing usr/lib/libfm-extra.so.4.1.3 ... Processing usr/lib/libfreefare.so ... Processing usr/lib/libfreefare.so.0 ... Processing usr/lib/libfreefare.so.0.0.0 ... Processing usr/lib/libfreetype.so ... Processing usr/lib/libfreetype.so.6 ... Processing usr/lib/libfreetype.so.6.18.3 ... Processing usr/lib/libfuse.so ... Processing usr/lib/libfuse.so.2 ... Processing usr/lib/libfuse.so.2.9.9 ... Processing usr/lib/libgio-2.0.so ... Processing usr/lib/libgio-2.0.so.0 ... Processing usr/lib/libgio-2.0.so.0.7200.3 ... Processing usr/lib/libglib-2.0.so ... Processing usr/lib/libglib-2.0.so.0 ... Processing usr/lib/libglib-2.0.so.0.7200.3 ... Processing usr/lib/libgmodule-2.0.so ... Processing usr/lib/libgmodule-2.0.so.0 ... Processing usr/lib/libgmodule-2.0.so.0.7200.3 ... Processing usr/lib/libgobject-2.0.so ... Processing usr/lib/libgobject-2.0.so.0 ... Processing usr/lib/libgobject-2.0.so.0.7200.3 ... Processing usr/lib/libgthread-2.0.so ... Processing usr/lib/libgthread-2.0.so.0 ... Processing usr/lib/libgthread-2.0.so.0.7200.3 ... Processing usr/lib/libkcapi.so ... Processing usr/lib/libkcapi.so.1 ... Processing usr/lib/libkcapi.so.1.4.0 ... Processing usr/lib/libllcp.so ... Processing usr/lib/libllcp.so.0 ... Processing usr/lib/libllcp.so.0.0.0 ... Processing usr/lib/libmenu-cache.so ... Processing usr/lib/libmenu-cache.so.3 ... Processing usr/lib/libmenu-cache.so.3.2.0 ... Processing usr/lib/libmspack.so ... Processing usr/lib/libmspack.so.0 ... Processing usr/lib/libmspack.so.0.1.0 ... Processing usr/lib/libnfc.so ... Processing usr/lib/libnfc.so.6 ... Processing usr/lib/libnfc.so.6.0.0 ... Processing usr/lib/libopenblas.so ... Processing usr/lib/libopenblas.so.0 ... Processing usr/lib/libopenblas_armv8-r0.3.21.so ... Processing usr/lib/libpcre.so ... Processing usr/lib/libpcre.so.1 ... Processing usr/lib/libpcre.so.1.2.13 ... Processing usr/lib/libpcreposix.so ... Processing usr/lib/libpcreposix.so.0 ... Processing usr/lib/libpcreposix.so.0.0.7 ... Processing usr/lib/libpgm-5.3.so.0 ... Processing usr/lib/libpgm-5.3.so.0.0.128 ... Processing usr/lib/libpgm.so ... Processing usr/lib/libpopt.so ... Processing usr/lib/libpopt.so.0 ... Processing usr/lib/libpopt.so.0.0.2 ... Processing usr/lib/libpthsem.so ... Processing usr/lib/libpthsem.so.20 ... Processing usr/lib/libpthsem.so.20.0.28 ... Processing usr/lib/libsafec.so ... Processing usr/lib/libsafec.so.3 ... Processing usr/lib/libsafec.so.3.0.7 ... Processing usr/lib/libssl.so ... Processing usr/lib/libssl.so.1.1 ... Processing usr/lib/libts.so ... Processing usr/lib/libts.so.0 ... Processing usr/lib/libts.so.0.10.4 ... Processing usr/lib/libubox.so ... Processing usr/lib/libusbgx.so ... Processing usr/lib/libusbgx.so.2 ... Processing usr/lib/libusbgx.so.2.0.0 ... Processing usr/lib/libvdehist.so ... Processing usr/lib/libvdehist.so.0 ... Processing usr/lib/libvdehist.so.0.0.1 ... Processing usr/lib/libvdemgmt.so ... Processing usr/lib/libvdemgmt.so.0 ... Processing usr/lib/libvdemgmt.so.0.0.1 ... Processing usr/lib/libvdeplug.so ... Processing usr/lib/libvdeplug.so.3 ... Processing usr/lib/libvdeplug.so.3.0.1 ... Processing usr/lib/libvdesnmp.so ... Processing usr/lib/libvdesnmp.so.0 ... Processing usr/lib/libvdesnmp.so.0.0.1 ... Processing usr/lib/libxml2.so ... Processing usr/lib/libxml2.so.2 ... Processing usr/lib/libxml2.so.2.10.3 ... Processing usr/lib/libyajl.so ... Processing usr/lib/libyajl.so.2 ... Processing usr/lib/libyajl.so.2.1.0 ... Processing usr/lib/libz.so ... Processing usr/lib/libz.so.1 ... Processing usr/lib/libz.so.1.2.13 ... Processing usr/lib/os-release ... Processing usr/lib/ts ... Processing usr/lib/ts/debounce.so ... Processing usr/lib/ts/dejitter.so ... Processing usr/lib/ts/evthres.so ... Processing usr/lib/ts/iir.so ... Processing usr/lib/ts/input.so ... Processing usr/lib/ts/invert.so ... Processing usr/lib/ts/linear.so ... Processing usr/lib/ts/lowpass.so ... Processing usr/lib/ts/median.so ... Processing usr/lib/ts/pthres.so ... Processing usr/lib/ts/skip.so ... Processing usr/lib/ts/touchkit.so ... Processing usr/lib/ts/variance.so ... Processing usr/lib/ts/waveshare.so ... Processing usr/lib/vde2 ... Processing usr/lib/vde2/vde_l3 ... Processing usr/lib/vde2/vde_l3/bfifo.so ... Processing usr/lib/vde2/vde_l3/pfifo.so ... Processing usr/lib/vde2/vde_l3/tbf.so ... Processing usr/lib64 ... Processing usr/libexec ... Processing usr/libexec/menu-cache ... Processing usr/libexec/menu-cache/menu-cache-gen ... Processing usr/libexec/menu-cache/menu-cached ... Processing usr/sbin ... Processing usr/sbin/addgroup ... Processing usr/sbin/adduser ... Processing usr/sbin/arping ... Processing usr/sbin/chroot ... Processing usr/sbin/crond ... Processing usr/sbin/delgroup ... Processing usr/sbin/deluser ... Processing usr/sbin/dnsd ... Processing usr/sbin/ether-wake ... Processing usr/sbin/fbset ... Processing usr/sbin/fdformat ... Processing usr/sbin/fsfreeze ... Processing usr/sbin/i2cdetect ... Processing usr/sbin/i2cdump ... Processing usr/sbin/i2cget ... Processing usr/sbin/i2cset ... Processing usr/sbin/i2ctransfer ... Processing usr/sbin/inetd ... Processing usr/sbin/killall5 ... Processing usr/sbin/loadfont ... Processing usr/sbin/mim ... Processing usr/sbin/nologin ... Processing usr/sbin/partprobe ... Processing usr/sbin/rdate ... Processing usr/sbin/readprofile ... Processing usr/sbin/setlogcons ... Processing usr/sbin/ubirename ... Processing usr/share ... Processing usr/share/alsa ... Processing usr/share/alsa/alsa.conf ... Processing usr/share/alsa/cards ... Processing usr/share/alsa/cards/AACI.conf ... Processing usr/share/alsa/cards/ATIIXP-MODEM.conf ... Processing usr/share/alsa/cards/ATIIXP-SPDMA.conf ... Processing usr/share/alsa/cards/ATIIXP.conf ... Processing usr/share/alsa/cards/AU8810.conf ... Processing usr/share/alsa/cards/AU8820.conf ... Processing usr/share/alsa/cards/AU8830.conf ... Processing usr/share/alsa/cards/Audigy.conf ... Processing usr/share/alsa/cards/Audigy2.conf ... Processing usr/share/alsa/cards/Aureon51.conf ... Processing usr/share/alsa/cards/Aureon71.conf ... Processing usr/share/alsa/cards/CA0106.conf ... Processing usr/share/alsa/cards/CMI8338-SWIEC.conf ... Processing usr/share/alsa/cards/CMI8338.conf ... Processing usr/share/alsa/cards/CMI8738-MC6.conf ... Processing usr/share/alsa/cards/CMI8738-MC8.conf ... Processing usr/share/alsa/cards/CMI8788.conf ... Processing usr/share/alsa/cards/CS46xx.conf ... Processing usr/share/alsa/cards/EMU10K1.conf ... Processing usr/share/alsa/cards/EMU10K1X.conf ... Processing usr/share/alsa/cards/ENS1370.conf ... Processing usr/share/alsa/cards/ENS1371.conf ... Processing usr/share/alsa/cards/ES1968.conf ... Processing usr/share/alsa/cards/Echo_Echo3G.conf ... Processing usr/share/alsa/cards/FM801.conf ... Processing usr/share/alsa/cards/FWSpeakers.conf ... Processing usr/share/alsa/cards/FireWave.conf ... Processing usr/share/alsa/cards/GUS.conf ... Processing usr/share/alsa/cards/HDA-Intel.conf ... Processing usr/share/alsa/cards/HdmiLpeAudio.conf ... Processing usr/share/alsa/cards/ICE1712.conf ... Processing usr/share/alsa/cards/ICE1724.conf ... Processing usr/share/alsa/cards/ICH-MODEM.conf ... Processing usr/share/alsa/cards/ICH.conf ... Processing usr/share/alsa/cards/ICH4.conf ... Processing usr/share/alsa/cards/Loopback.conf ... Processing usr/share/alsa/cards/Maestro3.conf ... Processing usr/share/alsa/cards/NFORCE.conf ... Processing usr/share/alsa/cards/PC-Speaker.conf ... Processing usr/share/alsa/cards/PMac.conf ... Processing usr/share/alsa/cards/PMacToonie.conf ... Processing usr/share/alsa/cards/PS3.conf ... Processing usr/share/alsa/cards/RME9636.conf ... Processing usr/share/alsa/cards/RME9652.conf ... Processing usr/share/alsa/cards/SB-XFi.conf ... Processing usr/share/alsa/cards/SI7018.conf ... Processing usr/share/alsa/cards/TRID4DWAVENX.conf ... Processing usr/share/alsa/cards/USB-Audio.conf ... Processing usr/share/alsa/cards/VIA686A.conf ... Processing usr/share/alsa/cards/VIA8233.conf ... Processing usr/share/alsa/cards/VIA8233A.conf ... Processing usr/share/alsa/cards/VIA8237.conf ... Processing usr/share/alsa/cards/VX222.conf ... Processing usr/share/alsa/cards/VXPocket.conf ... Processing usr/share/alsa/cards/VXPocket440.conf ... Processing usr/share/alsa/cards/YMF744.conf ... Processing usr/share/alsa/cards/aliases.conf ... Processing usr/share/alsa/cards/pistachio-card.conf ... Processing usr/share/alsa/cards/vc4-hdmi.conf ... Processing usr/share/alsa/ctl ... Processing usr/share/alsa/ctl/default.conf ... Processing usr/share/alsa/pcm ... Processing usr/share/alsa/pcm/center_lfe.conf ... Processing usr/share/alsa/pcm/default.conf ... Processing usr/share/alsa/pcm/dmix.conf ... Processing usr/share/alsa/pcm/dpl.conf ... Processing usr/share/alsa/pcm/dsnoop.conf ... Processing usr/share/alsa/pcm/front.conf ... Processing usr/share/alsa/pcm/hdmi.conf ... Processing usr/share/alsa/pcm/iec958.conf ... Processing usr/share/alsa/pcm/modem.conf ... Processing usr/share/alsa/pcm/rear.conf ... Processing usr/share/alsa/pcm/side.conf ... Processing usr/share/alsa/pcm/surround21.conf ... Processing usr/share/alsa/pcm/surround40.conf ... Processing usr/share/alsa/pcm/surround41.conf ... Processing usr/share/alsa/pcm/surround50.conf ... Processing usr/share/alsa/pcm/surround51.conf ... Processing usr/share/alsa/pcm/surround71.conf ... Processing usr/share/gettext ... Processing usr/share/gettext/its ... Processing usr/share/gettext/its/gschema.its ... Processing usr/share/gettext/its/gschema.loc ... Processing usr/share/glib-2.0 ... Processing usr/share/glib-2.0/schemas ... Processing usr/share/glib-2.0/valgrind ... Processing usr/share/glib-2.0/valgrind/glib.supp ... Processing usr/share/locale ... Processing usr/share/locale/af ... Processing usr/share/locale/af/LC_MESSAGES ... Processing usr/share/locale/af/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/am ... Processing usr/share/locale/am/LC_MESSAGES ... Processing usr/share/locale/am/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/an ... Processing usr/share/locale/an/LC_MESSAGES ... Processing usr/share/locale/an/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ar ... Processing usr/share/locale/ar/LC_MESSAGES ... Processing usr/share/locale/ar/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/as ... Processing usr/share/locale/as/LC_MESSAGES ... Processing usr/share/locale/as/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ast ... Processing usr/share/locale/ast/LC_MESSAGES ... Processing usr/share/locale/ast/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/az ... Processing usr/share/locale/az/LC_MESSAGES ... Processing usr/share/locale/az/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be ... Processing usr/share/locale/be/LC_MESSAGES ... Processing usr/share/locale/be/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/be@latin ... Processing usr/share/locale/be@latin/LC_MESSAGES ... Processing usr/share/locale/be@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bg ... Processing usr/share/locale/bg/LC_MESSAGES ... Processing usr/share/locale/bg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn ... Processing usr/share/locale/bn/LC_MESSAGES ... Processing usr/share/locale/bn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bn_IN ... Processing usr/share/locale/bn_IN/LC_MESSAGES ... Processing usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/bs ... Processing usr/share/locale/bs/LC_MESSAGES ... Processing usr/share/locale/bs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca ... Processing usr/share/locale/ca/LC_MESSAGES ... Processing usr/share/locale/ca/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ca/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ca@valencia ... Processing usr/share/locale/ca@valencia/LC_MESSAGES ... Processing usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs ... Processing usr/share/locale/cs/LC_MESSAGES ... Processing usr/share/locale/cs/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/cs/LC_MESSAGES/popt.mo ... Processing usr/share/locale/cy ... Processing usr/share/locale/cy/LC_MESSAGES ... Processing usr/share/locale/cy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da ... Processing usr/share/locale/da/LC_MESSAGES ... Processing usr/share/locale/da/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/da/LC_MESSAGES/popt.mo ... Processing usr/share/locale/de ... Processing usr/share/locale/de/LC_MESSAGES ... Processing usr/share/locale/de/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/de/LC_MESSAGES/popt.mo ... Processing usr/share/locale/dz ... Processing usr/share/locale/dz/LC_MESSAGES ... Processing usr/share/locale/dz/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/el ... Processing usr/share/locale/el/LC_MESSAGES ... Processing usr/share/locale/el/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en@shaw ... Processing usr/share/locale/en@shaw/LC_MESSAGES ... Processing usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_CA ... Processing usr/share/locale/en_CA/LC_MESSAGES ... Processing usr/share/locale/en_CA/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/en_GB ... Processing usr/share/locale/en_GB/LC_MESSAGES ... Processing usr/share/locale/en_GB/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo ... Processing usr/share/locale/eo/LC_MESSAGES ... Processing usr/share/locale/eo/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eo/LC_MESSAGES/popt.mo ... Processing usr/share/locale/es ... Processing usr/share/locale/es/LC_MESSAGES ... Processing usr/share/locale/es/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/es/LC_MESSAGES/popt.mo ... Processing usr/share/locale/et ... Processing usr/share/locale/et/LC_MESSAGES ... Processing usr/share/locale/et/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/eu ... Processing usr/share/locale/eu/LC_MESSAGES ... Processing usr/share/locale/eu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fa ... Processing usr/share/locale/fa/LC_MESSAGES ... Processing usr/share/locale/fa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi ... Processing usr/share/locale/fi/LC_MESSAGES ... Processing usr/share/locale/fi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fi/LC_MESSAGES/popt.mo ... Processing usr/share/locale/fr ... Processing usr/share/locale/fr/LC_MESSAGES ... Processing usr/share/locale/fr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/fr/LC_MESSAGES/popt.mo ... Processing usr/share/locale/fur ... Processing usr/share/locale/fur/LC_MESSAGES ... Processing usr/share/locale/fur/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ga ... Processing usr/share/locale/ga/LC_MESSAGES ... Processing usr/share/locale/ga/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ga/LC_MESSAGES/popt.mo ... Processing usr/share/locale/gd ... Processing usr/share/locale/gd/LC_MESSAGES ... Processing usr/share/locale/gd/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl ... Processing usr/share/locale/gl/LC_MESSAGES ... Processing usr/share/locale/gl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/gl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/gu ... Processing usr/share/locale/gu/LC_MESSAGES ... Processing usr/share/locale/gu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/he ... Processing usr/share/locale/he/LC_MESSAGES ... Processing usr/share/locale/he/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hi ... Processing usr/share/locale/hi/LC_MESSAGES ... Processing usr/share/locale/hi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hr ... Processing usr/share/locale/hr/LC_MESSAGES ... Processing usr/share/locale/hr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu ... Processing usr/share/locale/hu/LC_MESSAGES ... Processing usr/share/locale/hu/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/hu/LC_MESSAGES/popt.mo ... Processing usr/share/locale/hy ... Processing usr/share/locale/hy/LC_MESSAGES ... Processing usr/share/locale/hy/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id ... Processing usr/share/locale/id/LC_MESSAGES ... Processing usr/share/locale/id/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/id/LC_MESSAGES/popt.mo ... Processing usr/share/locale/is ... Processing usr/share/locale/is/LC_MESSAGES ... Processing usr/share/locale/is/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/is/LC_MESSAGES/popt.mo ... Processing usr/share/locale/it ... Processing usr/share/locale/it/LC_MESSAGES ... Processing usr/share/locale/it/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/it/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ja ... Processing usr/share/locale/ja/LC_MESSAGES ... Processing usr/share/locale/ja/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ja/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ka ... Processing usr/share/locale/ka/LC_MESSAGES ... Processing usr/share/locale/ka/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ka/LC_MESSAGES/popt.mo ... Processing usr/share/locale/kk ... Processing usr/share/locale/kk/LC_MESSAGES ... Processing usr/share/locale/kk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/kn ... Processing usr/share/locale/kn/LC_MESSAGES ... Processing usr/share/locale/kn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko ... Processing usr/share/locale/ko/LC_MESSAGES ... Processing usr/share/locale/ko/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ko/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ku ... Processing usr/share/locale/ku/LC_MESSAGES ... Processing usr/share/locale/ku/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lt ... Processing usr/share/locale/lt/LC_MESSAGES ... Processing usr/share/locale/lt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv ... Processing usr/share/locale/lv/LC_MESSAGES ... Processing usr/share/locale/lv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/lv/LC_MESSAGES/popt.mo ... Processing usr/share/locale/mai ... Processing usr/share/locale/mai/LC_MESSAGES ... Processing usr/share/locale/mai/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mg ... Processing usr/share/locale/mg/LC_MESSAGES ... Processing usr/share/locale/mg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mk ... Processing usr/share/locale/mk/LC_MESSAGES ... Processing usr/share/locale/mk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ml ... Processing usr/share/locale/ml/LC_MESSAGES ... Processing usr/share/locale/ml/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mn ... Processing usr/share/locale/mn/LC_MESSAGES ... Processing usr/share/locale/mn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/mr ... Processing usr/share/locale/mr/LC_MESSAGES ... Processing usr/share/locale/mr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ms ... Processing usr/share/locale/ms/LC_MESSAGES ... Processing usr/share/locale/ms/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb ... Processing usr/share/locale/nb/LC_MESSAGES ... Processing usr/share/locale/nb/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nb/LC_MESSAGES/popt.mo ... Processing usr/share/locale/nds ... Processing usr/share/locale/nds/LC_MESSAGES ... Processing usr/share/locale/nds/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ne ... Processing usr/share/locale/ne/LC_MESSAGES ... Processing usr/share/locale/ne/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl ... Processing usr/share/locale/nl/LC_MESSAGES ... Processing usr/share/locale/nl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/nl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/nn ... Processing usr/share/locale/nn/LC_MESSAGES ... Processing usr/share/locale/nn/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/oc ... Processing usr/share/locale/oc/LC_MESSAGES ... Processing usr/share/locale/oc/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/or ... Processing usr/share/locale/or/LC_MESSAGES ... Processing usr/share/locale/or/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pa ... Processing usr/share/locale/pa/LC_MESSAGES ... Processing usr/share/locale/pa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl ... Processing usr/share/locale/pl/LC_MESSAGES ... Processing usr/share/locale/pl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ps ... Processing usr/share/locale/ps/LC_MESSAGES ... Processing usr/share/locale/ps/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt ... Processing usr/share/locale/pt/LC_MESSAGES ... Processing usr/share/locale/pt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt/LC_MESSAGES/popt.mo ... Processing usr/share/locale/pt_BR ... Processing usr/share/locale/pt_BR/LC_MESSAGES ... Processing usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/pt_BR/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ro ... Processing usr/share/locale/ro/LC_MESSAGES ... Processing usr/share/locale/ro/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ro/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ru ... Processing usr/share/locale/ru/LC_MESSAGES ... Processing usr/share/locale/ru/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ru/LC_MESSAGES/popt.mo ... Processing usr/share/locale/rw ... Processing usr/share/locale/rw/LC_MESSAGES ... Processing usr/share/locale/rw/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si ... Processing usr/share/locale/si/LC_MESSAGES ... Processing usr/share/locale/si/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/si/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sk ... Processing usr/share/locale/sk/LC_MESSAGES ... Processing usr/share/locale/sk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sk/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sl ... Processing usr/share/locale/sl/LC_MESSAGES ... Processing usr/share/locale/sl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sl/LC_MESSAGES/popt.mo ... Processing usr/share/locale/sq ... Processing usr/share/locale/sq/LC_MESSAGES ... Processing usr/share/locale/sq/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr ... Processing usr/share/locale/sr/LC_MESSAGES ... Processing usr/share/locale/sr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@ije ... Processing usr/share/locale/sr@ije/LC_MESSAGES ... Processing usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sr@latin ... Processing usr/share/locale/sr@latin/LC_MESSAGES ... Processing usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv ... Processing usr/share/locale/sv/LC_MESSAGES ... Processing usr/share/locale/sv/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/sv/LC_MESSAGES/popt.mo ... Processing usr/share/locale/ta ... Processing usr/share/locale/ta/LC_MESSAGES ... Processing usr/share/locale/ta/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/te ... Processing usr/share/locale/te/LC_MESSAGES ... Processing usr/share/locale/te/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tg ... Processing usr/share/locale/tg/LC_MESSAGES ... Processing usr/share/locale/tg/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th ... Processing usr/share/locale/th/LC_MESSAGES ... Processing usr/share/locale/th/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/th/LC_MESSAGES/popt.mo ... Processing usr/share/locale/tl ... Processing usr/share/locale/tl/LC_MESSAGES ... Processing usr/share/locale/tl/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr ... Processing usr/share/locale/tr/LC_MESSAGES ... Processing usr/share/locale/tr/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/tr/LC_MESSAGES/popt.mo ... Processing usr/share/locale/tt ... Processing usr/share/locale/tt/LC_MESSAGES ... Processing usr/share/locale/tt/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/ug ... Processing usr/share/locale/ug/LC_MESSAGES ... Processing usr/share/locale/ug/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk ... Processing usr/share/locale/uk/LC_MESSAGES ... Processing usr/share/locale/uk/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/uk/LC_MESSAGES/popt.mo ... Processing usr/share/locale/vi ... Processing usr/share/locale/vi/LC_MESSAGES ... Processing usr/share/locale/vi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/vi/LC_MESSAGES/popt.mo ... Processing usr/share/locale/wa ... Processing usr/share/locale/wa/LC_MESSAGES ... Processing usr/share/locale/wa/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/wa/LC_MESSAGES/popt.mo ... Processing usr/share/locale/xh ... Processing usr/share/locale/xh/LC_MESSAGES ... Processing usr/share/locale/xh/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/yi ... Processing usr/share/locale/yi/LC_MESSAGES ... Processing usr/share/locale/yi/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN ... Processing usr/share/locale/zh_CN/LC_MESSAGES ... Processing usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_CN/LC_MESSAGES/popt.mo ... Processing usr/share/locale/zh_HK ... Processing usr/share/locale/zh_HK/LC_MESSAGES ... Processing usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW ... Processing usr/share/locale/zh_TW/LC_MESSAGES ... Processing usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo ... Processing usr/share/locale/zh_TW/LC_MESSAGES/popt.mo ... Processing usr/share/sounds ... Processing usr/share/sounds/freedesktop ... Processing usr/share/sounds/freedesktop/index.theme ... Processing usr/share/sounds/freedesktop/stereo ... Processing usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ... Processing []/share/sounds/freedesktop/stereo/audio-channel-front-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-front-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-center.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-rear-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-left.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-channel-side-right.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-test-signal.oga ... Processing usr/share/sounds/freedesktop/stereo/audio-volume-change.oga ... Processing usr/share/sounds/freedesktop/stereo/bell.oga ... Processing usr/share/sounds/freedesktop/stereo/camera-shutter.oga ... Processing usr/share/sounds/freedesktop/stereo/complete.oga ... Processing usr/share/sounds/freedesktop/stereo/device-added.oga ... Processing usr/share/sounds/freedesktop/stereo/device-removed.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-error.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-information.oga ... Processing usr/share/sounds/freedesktop/stereo/dialog-warning.oga ... Processing usr/share/sounds/freedesktop/stereo/message-new-instant.oga ... Processing usr/share/sounds/freedesktop/stereo/message.oga ... Processing []/sounds/freedesktop/stereo/network-connectivity-established.oga ... Processing usr/share/sounds/freedesktop/stereo/network-connectivity-lost.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-busy.oga ... Processing usr/share/sounds/freedesktop/stereo/phone-outgoing-calling.oga ... Processing usr/share/sounds/freedesktop/stereo/power-plug.oga ... Processing usr/share/sounds/freedesktop/stereo/power-unplug.oga ... Processing usr/share/sounds/freedesktop/stereo/screen-capture.oga ... Processing usr/share/sounds/freedesktop/stereo/service-login.oga ... Processing usr/share/sounds/freedesktop/stereo/service-logout.oga ... Processing usr/share/sounds/freedesktop/stereo/suspend-error.oga ... Processing usr/share/sounds/freedesktop/stereo/trash-empty.oga ... Processing usr/share/sounds/freedesktop/stereo/window-attention.oga ... Processing usr/share/sounds/freedesktop/stereo/window-question.oga ... Processing usr/share/udhcpc ... Processing usr/share/udhcpc/default.script ... Processing usr/share/udhcpc/default.script.d ... Processing var ... Processing var/cache ... Processing var/lib ... Processing var/lib/misc ... Processing var/lock ... Processing var/log ... Processing var/run ... Processing var/spool ... Processing var/tmp ... Processing var/www ... Build completed. ln -snf /tmp/instance-16/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /tmp/instance-16/output-1/staging make: Leaving directory '/tmp/instance-16/buildroot' make: Entering directory '/tmp/instance-16/buildroot' >>> Buildroot 2022.11-833-ga92e9e5fb8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.2 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 >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> curlftpfs 0.9.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> initscripts Collecting legal info >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libest f8a6e5b53a5f70e72fe4029981df0693b17cbb32 Collecting legal info LICENSE: OK (sha256: fbdb055f98babf8d86095d6f9b9e34d2ff21a8212e442b8f18bdcb403e44366c) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> libfm-extra 1.3.2 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) src/extra/fm-xml-file.c: OK (sha256: c3a3d93e111462f2b0292b56a6a7b87d342fd7156741d8b81b8b08723be4597e) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> menu-cache 1.1.0 Collecting legal info COPYING: OK (sha256: 7459fbad62653e4061dbfde3b0cad7c72777838beb10d2d11d969fac6226e7de) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> openblas 0.3.21 Collecting legal info LICENSE: OK (sha256: 190b5a9c8d9723fe958ad33916bd7346d96fab3c5ea90832bb02d854f620fcff) >>> openpgm 5-3-128 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> host-uuu 1.5.11 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /tmp/instance-16/output-1/legal-info make: Leaving directory '/tmp/instance-16/buildroot'