sz_api.c:396:14: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:397:33: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'double' may change value [-Wconversion] 397 | out_size = (long)(sourceLen * 2.00); | ^ sz_api.c:399:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 399 | if (*destLen >= out_size) | ^~ sz_api.c:403:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 403 | image_out = (char *) malloc(out_size); | ^~~~~~~~ sz_api.c:414:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 414 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:418:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 418 | if (*destLen >= output_bytes) | ^~ sz_api.c:419:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 419 | *destLen = output_bytes; | ^~~~~~~~~~~~ sz_api.c: In function 'SZ_BufftoBuffDecompress': sz_api.c:454:22: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 454 | pixels = *destLen/bytes_per_pixel; | ^ sz_api.c:454:14: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 454 | pixels = *destLen/bytes_per_pixel; | ^ sz_api.c:456:136: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 456 | output_bytes = szip_uncompress_memory(sz->options_mask, sz->bits_per_pixel, sz->pixels_per_block, sz->pixels_per_scanline, source, sourceLen, dest, pixels); | ^~~~~~~~~ sz_api.c:458:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 458 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:464:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 464 | *destLen = output_bytes; | ^~~~~~~~~~~~ libtool: compile: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -c sz_api.c -o sz_api.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -c -o encoding.lo encoding.c libtool: compile: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -c encoding.c -fPIC -DPIC -o .libs/encoding.o encoding.c:16:30: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 16 | char * szip_encoder_status = "SZIP ENCODER ENABLED"; | ^~~~~~~~~~~~~~~~~~~~~~ libtool: compile: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -c encoding.c -o encoding.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ansi -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -O -fomit-frame-pointer -finline-functions -version-info 2:0:0 -o libsz.la -rpath /usr/lib rice.lo sz_api.lo encoding.lo -lm libtool: link: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc -shared -fPIC -DPIC .libs/rice.o .libs/sz_api.o .libs/encoding.o -lm -Os -g0 -O -Wl,-soname -Wl,libsz.so.2 -o .libs/libsz.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libsz.so.2" && ln -s "libsz.so.2.0.0" "libsz.so.2") libtool: link: (cd ".libs" && rm -f "libsz.so" && ln -s "libsz.so.2.0.0" "libsz.so") libtool: link: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc-ar cru .libs/libsz.a rice.o sz_api.o encoding.o libtool: link: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc-ranlib .libs/libsz.a libtool: link: ( cd ".libs" && rm -f "libsz.la" && ln -s "../libsz.la" "libsz.la" ) make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' Making all in test make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' >>> szip 2.1.1 Installing to staging directory PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot install -C /nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libsz.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libsz.la libtool: install: /usr/bin/install -c .libs/libsz.a /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libsz.a libtool: install: chmod 644 /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libsz.a libtool: install: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc-ranlib /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libsz.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' >>> szip 2.1.1 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/nvmedata/autobuild/instance-11/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-11/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/nvmedata/autobuild/instance-11/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-11/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 >>> szip 2.1.1 Installing to target PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-11/output-1/target install -C /nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/nvmedata/autobuild/instance-11/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /nvmedata/autobuild/instance-11/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /nvmedata/autobuild/instance-11/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libsz.la libtool: install: /usr/bin/install -c .libs/libsz.a /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libsz.a libtool: install: chmod 644 /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libsz.a libtool: install: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc-ranlib /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libsz.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/nvmedata/autobuild/instance-11/output-1/target/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/nvmedata/autobuild/instance-11/output-1/target/usr/include' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/szip-2.1.1' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Downloading GIT_DIR=/nvmedata/autobuild/instance-11/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 /nvmedata/autobuild/instance-11/dl/ustream-ssl/git/.git/ GIT_DIR=/nvmedata/autobuild/instance-11/dl/ustream-ssl/git/.git git remote add origin 'https://git.openwrt.org/project/ustream-ssl.git' GIT_DIR=/nvmedata/autobuild/instance-11/dl/ustream-ssl/git/.git git remote set-url origin 'https://git.openwrt.org/project/ustream-ssl.git' Fetching all references GIT_DIR=/nvmedata/autobuild/instance-11/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=/nvmedata/autobuild/instance-11/dl/ustream-ssl/git/.git git fetch origin -t GIT_DIR=/nvmedata/autobuild/instance-11/dl/ustream-ssl/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/nvmedata/autobuild/instance-11/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=/nvmedata/autobuild/instance-11/dl/ustream-ssl/git/.git git clean -ffdx ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a-br1.tar.gz: OK (sha256: e77e579b718085c1447339e0fcd5385b85a783d5c92544e48a6b37b1695a7f39) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Extracting gzip -d -c /nvmedata/autobuild/instance-11/dl/ustream-ssl/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a-br1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a -xf - >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Patching >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Configuring (mkdir -p /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ && cd /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-11/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -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 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-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: /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Building PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[2]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/nvmedata/autobuild/instance-11/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 make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 50%] Built target ustream-ssl make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 62%] Building C object CMakeFiles/ustream-example-server.dir/ustream-example-server.c.o [ 75%] Linking C executable ustream-example-server make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 75%] Built target ustream-example-server make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 87%] Building C object CMakeFiles/ustream-example-client.dir/ustream-example-client.c.o [100%] Linking C executable ustream-example-client make[3]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [100%] Built target ustream-example-client make[2]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Installing to staging directory PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot install/fast -C /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/libubox/ustream-ssl.h -- Installing: /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libustream-ssl.so make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Fixing libtool files for la in $(find /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/nvmedata/autobuild/instance-11/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-11/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/nvmedata/autobuild/instance-11/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-11/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="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-11/output-1/target install/fast -C /nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Install the project... -- Install configuration: "Release" -- Installing: /nvmedata/autobuild/instance-11/output-1/target/usr/include/libubox/ustream-ssl.h -- Installing: /nvmedata/autobuild/instance-11/output-1/target/usr/lib/libustream-ssl.so make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-11/output-1/host/bin/x86_64-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /nvmedata/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/dash" >> /nvmedata/autobuild/instance-11/output-1/target/etc/shells rm -f /nvmedata/autobuild/instance-11/output-1/target/usr/share/glib-2.0/schemas/*.xml /nvmedata/autobuild/instance-11/output-1/target/usr/share/glib-2.0/schemas/*.dtd /nvmedata/autobuild/instance-11/output-1/host/bin/glib-compile-schemas /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/nvmedata/autobuild/instance-11/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-11/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-11/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-11/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-11/output-1/target/etc/shells ln -sf dash /nvmedata/autobuild/instance-11/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /nvmedata/autobuild/instance-11/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-11/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-11/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-11/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-11/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-11/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-11/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/include /nvmedata/autobuild/instance-11/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-11/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-11/output-1/target/usr/doc find /nvmedata/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-11/output-1/target/lib/ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/ /nvmedata/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/man /nvmedata/autobuild/instance-11/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/info /nvmedata/autobuild/instance-11/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/doc /nvmedata/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-11/output-1/target/lib/debug /nvmedata/autobuild/instance-11/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-11/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 /nvmedata/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-11/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-11/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 /nvmedata/autobuild/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-365-gd594c16123"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-11/output-1/per-package /nvmedata/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-11/output-1/target/usr ln -snf /nvmedata/autobuild/instance-11/output-1/host/x86_64-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-11/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-11/buildroot' make: Entering directory '/nvmedata/autobuild/instance-11/buildroot' >>> Buildroot 2022.05-365-gd594c16123 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-5 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> gkrellm 2.3.11 Collecting legal info COPYING: OK (sha256: 691de85c3c6eeda5b6982c751548575344739ce4b4418d78905e599359f6c435) COPYRIGHT: OK (sha256: b81e0c0c3fb2a58f25377388484a1f729abb367f5f2b43e335a6ed3272ce8536) >>> libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 0.62.2 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 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-imagemagick 7.1.0-19 Collecting legal info LICENSE: OK (sha256: 040badb77b659e751ea16113490a937e1e01f3f5d32181e966b8982413533fb2) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> initscripts Collecting legal info >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libopenssl 1.1.1p Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> 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) >>> modem-manager 1.18.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncmpc 0.46 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> omniorb 4.3.0 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> host-omniorb 4.3.0 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> openssl Collecting legal info >>> openntpd 6.8p1 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.39.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-5: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-11/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-11/buildroot'