84 | strncpy((char *)id->name, (char *)ctl->name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 85 | sizeof(id->name)); | ~~~~~~~~~~~~~~~~~ In function 'mixer_plug_info_enum', inlined from 'mixer_plug_get_elem_info' at ../src/mixer_plugin.c:279:15, inlined from 'mixer_plug_ioctl' at ../src/mixer_plugin.c:372:15: ../src/mixer_plugin.c:101:5: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 101 | strncpy(einfo->value.enumerated.name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | val->texts[einfo->value.enumerated.item], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103 | sizeof(einfo->value.enumerated.name)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [5/8] Compiling C object libtinyalsa.so.2.0.0.p/src_pcm_plugin.c.o In function 'pcm_plug_info', inlined from 'pcm_plug_ioctl' at ../src/pcm_plugin.c:636:15: ../src/pcm_plugin.c:157:5: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 157 | strncpy((char *)info->id, name, sizeof(info->id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/pcm_plugin.c:158:5: warning: 'strncpy' specified bound 80 equals destination size [-Wstringop-truncation] 158 | strncpy((char *)info->name, name, sizeof(info->name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/pcm_plugin.c:159:5: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 159 | strncpy((char *)info->subname, name, sizeof(info->subname)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [6/8] Compiling C object libtinyalsa.so.2.0.0.p/src_mixer.c.o [7/8] Compiling C object libtinyalsa.so.2.0.0.p/src_pcm.c.o [8/8] Linking target libtinyalsa.so.2.0.0 >>> tinyalsa 2.0.0 Installing to staging directory PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /tmp/instance-22/output-1/host/bin/ninja -C /tmp/instance-22/output-1/build/tinyalsa-2.0.0//build install ninja: Entering directory `/tmp/instance-22/output-1/build/tinyalsa-2.0.0//build' [0/1] Installing files. Installing libtinyalsa.so.2.0.0 to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/asoundlib.h to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/interval.h to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/limits.h to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/mixer.h to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/pcm.h to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/version.h to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/build/meson-private/tinyalsa.pc to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing symlink pointing to libtinyalsa.so.2.0.0 to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libtinyalsa.so.2 Installing symlink pointing to libtinyalsa.so.2 to /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libtinyalsa.so >>> tinyalsa 2.0.0 Fixing libtool files for la in $(find /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-22/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/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-22/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-22/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 >>> tinyalsa 2.0.0 Installing to target PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-22/output-1/target PYTHONNOUSERSITE=y /tmp/instance-22/output-1/host/bin/ninja -C /tmp/instance-22/output-1/build/tinyalsa-2.0.0//build install ninja: Entering directory `/tmp/instance-22/output-1/build/tinyalsa-2.0.0//build' [0/1] Installing files. Installing libtinyalsa.so.2.0.0 to /tmp/instance-22/output-1/target/usr/lib Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/asoundlib.h to /tmp/instance-22/output-1/target/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/interval.h to /tmp/instance-22/output-1/target/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/limits.h to /tmp/instance-22/output-1/target/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/mixer.h to /tmp/instance-22/output-1/target/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/pcm.h to /tmp/instance-22/output-1/target/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/include/tinyalsa/version.h to /tmp/instance-22/output-1/target/usr/include/tinyalsa/ Installing /tmp/instance-22/output-1/build/tinyalsa-2.0.0/build/meson-private/tinyalsa.pc to /tmp/instance-22/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libtinyalsa.so.2.0.0 to /tmp/instance-22/output-1/target/usr/lib/libtinyalsa.so.2 Installing symlink pointing to libtinyalsa.so.2 to /tmp/instance-22/output-1/target/usr/lib/libtinyalsa.so >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Downloading GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git init . hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /tmp/instance-22/dl/ustream-ssl/git/.git/ GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git remote add origin 'https://git.openwrt.org/project/ustream-ssl.git' GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git remote set-url origin 'https://git.openwrt.org/project/ustream-ssl.git' Fetching all references GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git fetch origin From https://git.openwrt.org/project/ustream-ssl * [new branch] master -> origin/master * [new branch] openwrt-19.07 -> origin/openwrt-19.07 * [new branch] staging/ynezz/next -> origin/staging/ynezz/next GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git fetch origin -t GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git checkout -f -q '68d09243b6fd4473004b27ff6483352e76e6af1a' warning: refname '68d09243b6fd4473004b27ff6483352e76e6af1a' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git switch -c $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" GIT_DIR=/tmp/instance-22/dl/ustream-ssl/git/.git git clean -ffdx ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a-br1.tar.gz: OK (sha256: e77e579b718085c1447339e0fcd5385b85a783d5c92544e48a6b37b1695a7f39) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Extracting gzip -d -c /tmp/instance-22/dl/ustream-ssl/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a -xf - >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Patching >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Configuring (mkdir -p /tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ && cd /tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ && rm -f CMakeCache.txt && PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-22/output-1/host/bin/cmake /tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-22/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:1 (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 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-22/output-1/host/bin/arc-buildroot-linux-uclibc-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- 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-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Building PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/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-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 12%] Building C object CMakeFiles/ustream-ssl.dir/ustream-ssl.c.o [ 25%] Building C object CMakeFiles/ustream-ssl.dir/ustream-io-openssl.c.o [ 37%] Building C object CMakeFiles/ustream-ssl.dir/ustream-openssl.c.o [ 50%] Linking C shared library libustream-ssl.so [ 50%] Built target ustream-ssl [ 62%] Building C object CMakeFiles/ustream-example-server.dir/ustream-example-server.c.o [ 75%] Linking C executable ustream-example-server [ 75%] Built target ustream-example-server [ 87%] Building C object CMakeFiles/ustream-example-client.dir/ustream-example-client.c.o [100%] Linking C executable ustream-example-client [100%] Built target ustream-example-client make[1]: Leaving directory '/tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Installing to staging directory PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/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-22/output-1/host/arc-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libubox/ustream-ssl.h -- Installing: /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/libustream-ssl.so make[1]: Leaving directory '/tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Fixing libtool files for la in $(find /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-22/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/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-22/output-1/host/arc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-22/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 >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Installing to target PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/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-22/output-1/target install/fast -C /tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-22/output-1/target/usr/include/libubox/ustream-ssl.h -- Installing: /tmp/instance-22/output-1/target/usr/lib/libustream-ssl.so make[1]: Leaving directory '/tmp/instance-22/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-22/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-22/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-22/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38_linux%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@%/tmp/instance-22/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-22/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-22/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-22/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-22/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38_linux%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-22/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-22/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-22/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-22/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-22/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-22/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-22/output-1/target/etc/shells mkdir -p /tmp/instance-22/output-1/target/etc echo "buildroot" > /tmp/instance-22/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-22/output-1/target/etc/hosts mkdir -p /tmp/instance-22/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-22/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-22/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-22/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-22/output-1/target/etc/shells ln -sf dash /tmp/instance-22/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-22/output-1/target/etc/passwd if [ -x /tmp/instance-22/output-1/target/sbin/swapon -a -x /tmp/instance-22/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-22/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-22/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-22/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-22/output-1/target/etc/inittab rm -rf /tmp/instance-22/output-1/target/usr/include /tmp/instance-22/output-1/target/usr/share/aclocal \ /tmp/instance-22/output-1/target/usr/lib/pkgconfig /tmp/instance-22/output-1/target/usr/share/pkgconfig \ /tmp/instance-22/output-1/target/usr/lib/cmake /tmp/instance-22/output-1/target/usr/share/cmake \ /tmp/instance-22/output-1/target/usr/lib/rpm /tmp/instance-22/output-1/target/usr/doc find /tmp/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-22/output-1/target/lib/ /tmp/instance-22/output-1/target/usr/lib/ /tmp/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-22/output-1/target/usr/share/gdb rm -rf /tmp/instance-22/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-22/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-22/output-1/target/usr/share/zsh rm -rf /tmp/instance-22/output-1/target/usr/man /tmp/instance-22/output-1/target/usr/share/man rm -rf /tmp/instance-22/output-1/target/usr/info /tmp/instance-22/output-1/target/usr/share/info rm -rf /tmp/instance-22/output-1/target/usr/doc /tmp/instance-22/output-1/target/usr/share/doc rm -rf /tmp/instance-22/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-22/output-1/target/lib/debug /tmp/instance-22/output-1/target/usr/lib/debug find /tmp/instance-22/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-22/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-22/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-22/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-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-rc3-39-gbdc9f8a247"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc3\"" \ ) > /tmp/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-22/output-1/per-package /tmp/instance-22/buildroot/support/scripts/fix-rpath target touch /tmp/instance-22/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-22/output-1/build/buildroot-fs mkdir -p /tmp/instance-22/output-1/build/buildroot-fs printf ' \n' >> /tmp/instance-22/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /tmp/instance-22/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-22/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /tmp/instance-22/output-1/images rm -rf /tmp/instance-22/output-1/build/buildroot-fs/btrfs mkdir -p /tmp/instance-22/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-22/output-1/target/ /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target" >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-22/buildroot/support/scripts/mkusers /tmp/instance-22/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot echo "/tmp/instance-22/output-1/host/bin/makedevs -d /tmp/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target" >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /tmp/instance-22/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /tmp/instance-22/output-1/images/rootfs.btrfs\n /tmp/instance-22/output-1/host/bin/mkfs.btrfs -f -r '\''/tmp/instance-22/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /tmp/instance-22/output-1/images/rootfs.btrfs\n' >> /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/tmp/instance-22/output-1/host/bin:/tmp/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-22/output-1/host/bin/fakeroot -- /tmp/instance-22/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/tmp/instance-22/output-1/build/buildroot-fs/btrfs/target table='/tmp/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /tmp/instance-22/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 473e01eb-5308-4af2-a0ca-55111b8bcf6d Node size: 16384 Sector size: 4096 Filesystem size: 125.00MiB Block group profiles: Data: single 32.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 125.00MiB /tmp/instance-22/output-1/images/rootfs.btrfs ln -snf /tmp/instance-22/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-22/output-1/staging make: Leaving directory '/tmp/instance-22/buildroot' make: Entering directory '/tmp/instance-22/buildroot' >>> Buildroot 2022.11-rc3-39-gbdc9f8a247 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.2.0 Collecting legal info >>> linux-headers 5.4.224 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> 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 >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jquery 3.5.1 Collecting legal info >>> kbd 2.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) CREDITS: OK (sha256: 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f) >>> lcdproc 0.5.9 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libnspr 4.35 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libnss 3.84 Collecting legal info nss/COPYING: OK (sha256: a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.224: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /tmp/instance-22/output-1/legal-info make: Leaving directory '/tmp/instance-22/buildroot'