make[3]: Entering directory '/tmp/instance-10/output-1/build/snort-2.9.20' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-10/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 snort.8 '/tmp/instance-10/output-1/target/usr/share/man/man8' /usr/bin/mkdir -p '/tmp/instance-10/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 snort.pc '/tmp/instance-10/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-10/output-1/build/snort-2.9.20' make[2]: Leaving directory '/tmp/instance-10/output-1/build/snort-2.9.20' make[1]: Leaving directory '/tmp/instance-10/output-1/build/snort-2.9.20' >>> unionfs 2.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-10/output-1/build/.unionfs-2.1.tar.gz.th1V1y/output' 'https://github.com/rpodgorny/unionfs-fuse/archive/v2.1/unionfs-2.1.tar.gz' --2023-01-28 14:53:19-- https://github.com/rpodgorny/unionfs-fuse/archive/v2.1/unionfs-2.1.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/rpodgorny/unionfs-fuse/tar.gz/refs/tags/v2.1 [following] --2023-01-28 14:53:20-- https://codeload.github.com/rpodgorny/unionfs-fuse/tar.gz/refs/tags/v2.1 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-10/output-1/build/.unionfs-2.1.tar.gz.th1V1y/output' 0K .......... .......... .......... .......... ...... 453K=0.1s 2023-01-28 14:53:20 (453 KB/s) - '/tmp/instance-10/output-1/build/.unionfs-2.1.tar.gz.th1V1y/output' saved [47917] unionfs-2.1.tar.gz: OK (sha256: c705072a33a18cbc73ffe799331d43410b6deef5d6f2042038f8fd3ab17b6e2e) >>> unionfs 2.1 Extracting gzip -d -c /tmp/instance-10/dl/unionfs/unionfs-2.1.tar.gz | tar --strip-components=1 -C /tmp/instance-10/output-1/build/unionfs-2.1 -xf - >>> unionfs 2.1 Patching >>> unionfs 2.1 Configuring (mkdir -p /tmp/instance-10/output-1/build/unionfs-2.1/ && cd /tmp/instance-10/output-1/build/unionfs-2.1/ && rm -f CMakeCache.txt && PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-10/output-1/host/bin/cmake /tmp/instance-10/output-1/build/unionfs-2.1/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-10/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 ) -- 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-10/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Warning (dev) at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.4 is not supported by CMake >= 3.0. This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at CMakeLists.txt:3 (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. -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-10/output-1/build/unionfs-2.1 >>> unionfs 2.1 Building PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/build/unionfs-2.1/ make[1]: Entering directory '/tmp/instance-10/output-1/build/unionfs-2.1' [ 5%] Building C object src/CMakeFiles/unionfs.dir/unionfs.o [ 11%] Building C object src/CMakeFiles/unionfs.dir/opts.o [ 16%] Building C object src/CMakeFiles/unionfs.dir/debug.o [ 22%] Building C object src/CMakeFiles/unionfs.dir/findbranch.o [ 27%] Building C object src/CMakeFiles/unionfs.dir/readdir.o [ 33%] Building C object src/CMakeFiles/unionfs.dir/general.o /tmp/instance-10/output-1/build/unionfs-2.1/src/general.c: In function 'path_hidden': /tmp/instance-10/output-1/build/unionfs-2.1/src/general.c:44:39: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 44 | snprintf(p, PATHLEN_MAX, "%s%s", path, HIDETAG); | ^ /tmp/instance-10/output-1/build/unionfs-2.1/src/general.c:44:9: note: 'snprintf' output between 9 and 1025 bytes into a destination of size 1024 44 | snprintf(p, PATHLEN_MAX, "%s%s", path, HIDETAG); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 38%] Building C object src/CMakeFiles/unionfs.dir/unlink.o [ 44%] Building C object src/CMakeFiles/unionfs.dir/cow.o [ 50%] Building C object src/CMakeFiles/unionfs.dir/cow_utils.o [ 55%] Building C object src/CMakeFiles/unionfs.dir/string.o [ 61%] Building C object src/CMakeFiles/unionfs.dir/rmdir.o [ 66%] Building C object src/CMakeFiles/unionfs.dir/usyslog.o [ 72%] Building C object src/CMakeFiles/unionfs.dir/fuse_ops.o /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c: In function 'unionfs_flush': /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c:129:38: warning: unused parameter 'path' [-Wunused-parameter] 129 | static int unionfs_flush(const char *path, struct fuse_file_info *fi) { | ~~~~~~~~~~~~^~~~ /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c: In function 'unionfs_fsync': /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c:150:38: warning: unused parameter 'path' [-Wunused-parameter] 150 | static int unionfs_fsync(const char *path, int isdatasync, struct fuse_file_info *fi) { | ~~~~~~~~~~~~^~~~ /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c: In function 'unionfs_read': /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c:398:37: warning: unused parameter 'path' [-Wunused-parameter] 398 | static int unionfs_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) { | ~~~~~~~~~~~~^~~~ /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c: In function 'unionfs_release': /tmp/instance-10/output-1/build/unionfs-2.1/src/fuse_ops.c:426:40: warning: unused parameter 'path' [-Wunused-parameter] 426 | static int unionfs_release(const char *path, struct fuse_file_info *fi) { | ~~~~~~~~~~~~^~~~ [ 77%] Building C object src/CMakeFiles/unionfs.dir/hashtable.o [ 83%] Building C object src/CMakeFiles/unionfs.dir/hashtable_itr.o [ 88%] Linking C executable unionfs [ 88%] Built target unionfs [ 94%] Building C object src/CMakeFiles/unionfsctl.dir/unionfsctl.o [100%] Linking C executable unionfsctl [100%] Built target unionfsctl make[1]: Leaving directory '/tmp/instance-10/output-1/build/unionfs-2.1' >>> unionfs 2.1 Installing to target PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/target install/fast -C /tmp/instance-10/output-1/build/unionfs-2.1/ make[1]: Entering directory '/tmp/instance-10/output-1/build/unionfs-2.1' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-10/output-1/target/usr/bin/unionfs -- Installing: /tmp/instance-10/output-1/target/usr/bin/unionfsctl -- Installing: /tmp/instance-10/output-1/target/usr/share/man/man8/unionfs.8 make[1]: Leaving directory '/tmp/instance-10/output-1/build/unionfs-2.1' >>> unscd 0.54 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-10/output-1/build/.nscd-0.54.c.5xqbP1/output' 'http://busybox.net/~vda/unscd/nscd-0.54.c' URL transformed to HTTPS due to an HSTS policy --2023-01-28 14:53:28-- https://busybox.net/~vda/unscd/nscd-0.54.c Resolving busybox.net (busybox.net)... 140.211.167.122 Connecting to busybox.net (busybox.net)|140.211.167.122|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 73304 (72K) [text/x-csrc] Saving to: '/tmp/instance-10/output-1/build/.nscd-0.54.c.5xqbP1/output' 0K .......... .......... .......... .......... .......... 69% 617K 0s 50K .......... .......... . 100% 132M=0.08s 2023-01-28 14:53:28 (881 KB/s) - '/tmp/instance-10/output-1/build/.nscd-0.54.c.5xqbP1/output' saved [73304/73304] nscd-0.54.c: OK (sha256: 90e12c71732474cac4d055bf9d104e599178b4e1ecb6d3b8c556eaa11f8f6447) >>> unscd 0.54 Extracting cp /tmp/instance-10/dl/unscd/nscd-0.54.c /tmp/instance-10/output-1/build/unscd-0.54/ >>> unscd 0.54 Patching >>> unscd 0.54 Configuring >>> unscd 0.54 Building cd /tmp/instance-10/output-1/build/unscd-0.54; /tmp/instance-10/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -o nscd nscd-0.54.c >>> unscd 0.54 Installing to target /usr/bin/install -m 755 -D /tmp/instance-10/output-1/build/unscd-0.54/nscd /tmp/instance-10/output-1/target/usr/sbin/nscd /usr/bin/install -m 600 -D package/unscd/nscd.conf /tmp/instance-10/output-1/target/etc/nscd.conf >>> utf8proc 2.8.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-10/output-1/build/.utf8proc-2.8.0.tar.gz.9oe9Nn/output' 'https://github.com/JuliaStrings/utf8proc/archive/v2.8.0/utf8proc-2.8.0.tar.gz' --2023-01-28 14:53:30-- https://github.com/JuliaStrings/utf8proc/archive/v2.8.0/utf8proc-2.8.0.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/JuliaStrings/utf8proc/tar.gz/refs/tags/v2.8.0 [following] --2023-01-28 14:53:31-- https://codeload.github.com/JuliaStrings/utf8proc/tar.gz/refs/tags/v2.8.0 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-10/output-1/build/.utf8proc-2.8.0.tar.gz.9oe9Nn/output' 0K .......... .......... .......... .......... .......... 480K 50K .......... .......... .......... .......... .......... 1016K 100K .......... .......... .......... .......... .......... 983K 150K .......... .......... .......... ..... 85.8M=0.2s 2023-01-28 14:53:31 (908 KB/s) - '/tmp/instance-10/output-1/build/.utf8proc-2.8.0.tar.gz.9oe9Nn/output' saved [190310] utf8proc-2.8.0.tar.gz: OK (sha256: a0a60a79fe6f6d54e7d411facbfcc867a6e198608f2cd992490e46f04b1bcecc) >>> utf8proc 2.8.0 Extracting gzip -d -c /tmp/instance-10/dl/utf8proc/utf8proc-2.8.0.tar.gz | tar --strip-components=1 -C /tmp/instance-10/output-1/build/utf8proc-2.8.0 -xf - >>> utf8proc 2.8.0 Patching >>> utf8proc 2.8.0 Configuring (mkdir -p /tmp/instance-10/output-1/build/utf8proc-2.8.0//buildroot-build && cd /tmp/instance-10/output-1/build/utf8proc-2.8.0//buildroot-build && rm -f CMakeCache.txt && PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-10/output-1/host/bin/cmake /tmp/instance-10/output-1/build/utf8proc-2.8.0/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-10/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 ) -- 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-10/output-1/host/bin/mips64el-buildroot-linux-gnu-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 -- Build files have been written to: /tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build >>> utf8proc 2.8.0 Building PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/build/utf8proc-2.8.0//buildroot-build make[1]: Entering directory '/tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build' [ 50%] Building C object CMakeFiles/utf8proc.dir/utf8proc.c.o [100%] Linking C shared library libutf8proc.so [100%] Built target utf8proc make[1]: Leaving directory '/tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build' >>> utf8proc 2.8.0 Installing to staging directory PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-10/output-1/build/utf8proc-2.8.0//buildroot-build make[1]: Entering directory '/tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/utf8proc.h -- Installing: /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libutf8proc.so.2.6.0 -- Installing: /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libutf8proc.so.2 -- Installing: /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libutf8proc.so -- Installing: /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libutf8proc.pc make[1]: Leaving directory '/tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build' >>> utf8proc 2.8.0 Fixing libtool files for la in $(find /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-10/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-10/output-1/host/mips64el-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-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-10/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 >>> utf8proc 2.8.0 Installing to target PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/target install/fast -C /tmp/instance-10/output-1/build/utf8proc-2.8.0//buildroot-build make[1]: Entering directory '/tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-10/output-1/target/usr/include/utf8proc.h -- Installing: /tmp/instance-10/output-1/target/usr/lib/libutf8proc.so.2.6.0 -- Installing: /tmp/instance-10/output-1/target/usr/lib/libutf8proc.so.2 -- Installing: /tmp/instance-10/output-1/target/usr/lib/libutf8proc.so -- Installing: /tmp/instance-10/output-1/target/usr/lib/pkgconfig/libutf8proc.pc make[1]: Leaving directory '/tmp/instance-10/output-1/build/utf8proc-2.8.0/buildroot-build' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-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', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-10/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-10/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-10/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-10/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-10/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-10/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-10/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-10/output-1/target/etc/shells rm -f /tmp/instance-10/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-10/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-10/output-1/host/bin/glib-compile-schemas /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-10/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-10/output-1/target/etc echo "buildroot" > /tmp/instance-10/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-10/output-1/target/etc/hosts mkdir -p /tmp/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-10/output-1/target/etc/shells ln -sf dash /tmp/instance-10/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-10/output-1/target/etc/passwd rm -rf /tmp/instance-10/output-1/target/usr/include /tmp/instance-10/output-1/target/usr/share/aclocal \ /tmp/instance-10/output-1/target/usr/lib/pkgconfig /tmp/instance-10/output-1/target/usr/share/pkgconfig \ /tmp/instance-10/output-1/target/usr/lib/cmake /tmp/instance-10/output-1/target/usr/share/cmake \ /tmp/instance-10/output-1/target/usr/lib/rpm /tmp/instance-10/output-1/target/usr/doc find /tmp/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-10/output-1/target/lib/ /tmp/instance-10/output-1/target/usr/lib/ /tmp/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-10/output-1/target/usr/share/gdb rm -rf /tmp/instance-10/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-10/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-10/output-1/target/usr/share/zsh rm -rf /tmp/instance-10/output-1/target/usr/man /tmp/instance-10/output-1/target/usr/share/man rm -rf /tmp/instance-10/output-1/target/usr/info /tmp/instance-10/output-1/target/usr/share/info rm -rf /tmp/instance-10/output-1/target/usr/doc /tmp/instance-10/output-1/target/usr/share/doc rm -rf /tmp/instance-10/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-10/output-1/target/lib/debug /tmp/instance-10/output-1/target/usr/lib/debug find /tmp/instance-10/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-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-10/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-10/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-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1048-g22e926e9af"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-10/output-1/per-package /tmp/instance-10/buildroot/support/scripts/fix-rpath target touch /tmp/instance-10/output-1/target/usr ln -snf /tmp/instance-10/output-1/host/mips64el-buildroot-linux-gnu/sysroot /tmp/instance-10/output-1/staging make: Leaving directory '/tmp/instance-10/buildroot' make: Entering directory '/tmp/instance-10/buildroot' >>> Buildroot 2022.11-1048-g22e926e9af 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.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> 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-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> gmrender-resurrect 0.1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> 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-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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gst1-plugins-base 1.20.4 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libbsd 0.11.3 Collecting legal info COPYING: OK (sha256: ff2fdeeb0fe8bcb9045fe91d69e8312a5b477c54db48dffe34dd1c0d730c5864) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lxc 5.0.2 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> obsidian-cursors 1.0 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> snort 2.9.20 Collecting legal info LICENSE: OK (sha256: f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7) COPYING: OK (sha256: 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> unscd 0.54 Collecting legal info nscd-0.54.c: OK (sha256: 90e12c71732474cac4d055bf9d104e599178b4e1ecb6d3b8c556eaa11f8f6447) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) 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: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-10/output-1/legal-info make: Leaving directory '/tmp/instance-10/buildroot'