-e "s:/tmp/instance-5/output-1/host/microblazeel-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-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> s6-rc 0.5.2.2 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-5/output-1/build/s6-rc-0.5.2.2 DESTDIR=/tmp/instance-5/output-1/target install make[1]: Entering directory '/tmp/instance-5/output-1/build/s6-rc-0.5.2.2' ./tools/install.sh -D -m 755 libs6rc.so.xyzzy /tmp/instance-5/output-1/target/lib/libs6rc.so.0.5.2.2 && \ ./tools/install.sh -l libs6rc.so.0.5.2.2 /tmp/instance-5/output-1/target/lib/libs6rc.so.0.5 && \ exec ./tools/install.sh -l libs6rc.so.0.5 /tmp/instance-5/output-1/target/lib/libs6rc.so exec ./tools/install.sh -D -m 600 s6-rc-fdholder-filler /tmp/instance-5/output-1/target/libexec/s6-rc-fdholder-filler exec ./tools/install.sh -D -m 600 s6-rc-oneshot-run /tmp/instance-5/output-1/target/libexec/s6-rc-oneshot-run exec ./tools/install.sh -D -m 600 s6-rc-compile /tmp/instance-5/output-1/target/bin/s6-rc-compile exec ./tools/install.sh -D -m 600 s6-rc-dryrun /tmp/instance-5/output-1/target/bin/s6-rc-dryrun exec ./tools/install.sh -D -m 600 s6-rc-db /tmp/instance-5/output-1/target/bin/s6-rc-db exec ./tools/install.sh -D -m 600 s6-rc-bundle /tmp/instance-5/output-1/target/bin/s6-rc-bundle grep -- ^s6-rc-fdholder-filler < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/libexec/s6-rc-fdholder-filler ; fi && \ chmod $mode /tmp/instance-5/output-1/target/libexec/s6-rc-fdholder-filler ; } exec ./tools/install.sh -D -m 600 s6-rc-init /tmp/instance-5/output-1/target/bin/s6-rc-init exec ./tools/install.sh -D -m 600 s6-rc /tmp/instance-5/output-1/target/bin/s6-rc exec ./tools/install.sh -D -m 600 s6-rc-update /tmp/instance-5/output-1/target/bin/s6-rc-update grep -- ^s6-rc-oneshot-run < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/libexec/s6-rc-oneshot-run ; fi && \ chmod $mode /tmp/instance-5/output-1/target/libexec/s6-rc-oneshot-run ; } grep -- ^s6-rc-compile < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-compile ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-compile ; } grep -- ^s6-rc-dryrun < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-dryrun ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-dryrun ; } exec ./tools/install.sh -D -m 600 s6-rc-format-upgrade /tmp/instance-5/output-1/target/bin/s6-rc-format-upgrade grep -- ^s6-rc-db < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-db ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-db ; } grep -- ^s6-rc-bundle < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-bundle ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-bundle ; } grep -- ^s6-rc-init < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-init ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-init ; } grep -- ^s6-rc < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc ; } grep -- ^s6-rc-update < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-update ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-update ; } grep -- ^s6-rc-format-upgrade < package/modes | { read name mode owner && \ if [ x$owner != x ] ; then chown -- $owner /tmp/instance-5/output-1/target/bin/s6-rc-format-upgrade ; fi && \ chmod $mode /tmp/instance-5/output-1/target/bin/s6-rc-format-upgrade ; } exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-db.h /tmp/instance-5/output-1/target/include/s6-rc/s6rc-db.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/config.h /tmp/instance-5/output-1/target/include/s6-rc/config.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-utils.h /tmp/instance-5/output-1/target/include/s6-rc/s6rc-utils.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc.h /tmp/instance-5/output-1/target/include/s6-rc/s6rc.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-servicedir.h /tmp/instance-5/output-1/target/include/s6-rc/s6rc-servicedir.h exec ./tools/install.sh -D -m 644 src/include/s6-rc/s6rc-constants.h /tmp/instance-5/output-1/target/include/s6-rc/s6rc-constants.h make[1]: Leaving directory '/tmp/instance-5/output-1/build/s6-rc-0.5.2.2' rm -rf /tmp/instance-5/output-1/target/usr/lib/s6-rc >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Downloading GIT_DIR=/tmp/instance-5/dl/ustream-ssl/git/.git git init . Initialized empty Git repository in /tmp/instance-5/dl/ustream-ssl/git/.git/ GIT_DIR=/tmp/instance-5/dl/ustream-ssl/git/.git git remote add origin 'https://git.openwrt.org/project/ustream-ssl.git' GIT_DIR=/tmp/instance-5/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-5/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-5/dl/ustream-ssl/git/.git git fetch origin -t GIT_DIR=/tmp/instance-5/dl/ustream-ssl/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-5/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-5/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-5/dl/ustream-ssl/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a -xf - >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Patching >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Configuring (mkdir -p /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ && cd /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ && rm -f CMakeCache.txt && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-5/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 ) -- The C compiler identification is GNU 9.4.0 -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- 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-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 -C /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[2]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Scanning dependencies of target ustream-ssl make[3]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/tmp/instance-5/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 '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 50%] Built target ustream-ssl make[3]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Scanning dependencies of target ustream-example-server make[3]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Scanning dependencies of target ustream-example-client make[3]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[3]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [ 62%] Building C object CMakeFiles/ustream-example-server.dir/ustream-example-server.c.o [ 75%] Building C object CMakeFiles/ustream-example-client.dir/ustream-example-client.c.o [ 87%] Linking C executable ustream-example-client [100%] Linking C executable ustream-example-server make[3]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [100%] Built target ustream-example-client make[3]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' [100%] Built target ustream-example-server make[2]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' make[1]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/libubox/ustream-ssl.h -- Installing: /tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib/libustream-ssl.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/microblazeel-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-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-5/output-1/target install/fast -C /tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/target/usr/include/libubox/ustream-ssl.h -- Installing: /tmp/instance-5/output-1/target/usr/lib/libustream-ssl.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/ustream-ssl-68d09243b6fd4473004b27ff6483352e76e6af1a' >>> wireguard-tools 1.0.20210223 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-5/output-1/build/.wireguard-tools-1.0.20210223.tar.xz.RZwERi/output' 'https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-1.0.20210223.tar.xz' --2021-08-01 07:18:45-- https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-1.0.20210223.tar.xz Resolving git.zx2c4.com (git.zx2c4.com)... 2604:1380:1:4d00::3, 147.75.77.251 Connecting to git.zx2c4.com (git.zx2c4.com)|2604:1380:1:4d00::3|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-xz] Saving to: '/tmp/instance-5/output-1/build/.wireguard-tools-1.0.20210223.tar.xz.RZwERi/output' 0K .......... .......... .......... .......... .......... 540K 50K .......... .......... .......... .......... ... 17.0M=0.1s 2021-08-01 07:18:46 (980 KB/s) - '/tmp/instance-5/output-1/build/.wireguard-tools-1.0.20210223.tar.xz.RZwERi/output' saved [95444] wireguard-tools-1.0.20210223.tar.xz: OK (sha256: 1f72da217044622d79e0bab57779e136a3df795e3761a3fc1dc0941a9055877c) >>> wireguard-tools 1.0.20210223 Extracting xzcat /tmp/instance-5/dl/wireguard-tools/wireguard-tools-1.0.20210223.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223 -xf - >>> wireguard-tools 1.0.20210223 Patching >>> wireguard-tools 1.0.20210223 Configuring >>> wireguard-tools 1.0.20210223 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ar" AS="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" LD="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ld" NM="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-nm" CC="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++" FC="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf" STRIP="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip" OBJCOPY="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j96 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223/src make[1]: Entering directory '/tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223/src' CC wg.o CC config.o CC curve25519.o CC encoding.o CC genkey.o CC ipc.o CC pubkey.o CC set.o CC setconf.o CC show.o CC showconf.o CC terminal.o LD wg make[1]: Leaving directory '/tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223/src' >>> wireguard-tools 1.0.20210223 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ar" AS="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" LD="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ld" NM="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-nm" CC="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++" FC="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf" STRIP="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip" OBJCOPY="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j96 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223/src install DESTDIR=/tmp/instance-5/output-1/target make[1]: Entering directory '/tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223/src' 'wg' -> '/tmp/instance-5/output-1/target/usr/bin/wg' 'man/wg.8' -> '/tmp/instance-5/output-1/target/usr/share/man/man8/wg.8' make[1]: Leaving directory '/tmp/instance-5/output-1/build/wireguard-tools-1.0.20210223/src' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-5/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-%g' -e 's%@TARGET_ARCH@%microblaze%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'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-5/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-5/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-5/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-5/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-5/output-1/target/etc echo "buildroot" > /tmp/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-5/output-1/target/etc/hosts mkdir -p /tmp/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-5/output-1/target/etc/shadow rm -f /tmp/instance-5/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-5/output-1/build/locales.nopurge for dir in /tmp/instance-5/output-1/target/usr/share/locale /tmp/instance-5/output-1/target/usr/share/X11/locale /tmp/instance-5/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-5/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-5/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-5/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-5/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-5/output-1/target/usr/include /tmp/instance-5/output-1/target/usr/share/aclocal \ /tmp/instance-5/output-1/target/usr/lib/pkgconfig /tmp/instance-5/output-1/target/usr/share/pkgconfig \ /tmp/instance-5/output-1/target/usr/lib/cmake /tmp/instance-5/output-1/target/usr/share/cmake \ /tmp/instance-5/output-1/target/usr/doc find /tmp/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-5/output-1/target/lib/ /tmp/instance-5/output-1/target/usr/lib/ /tmp/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-5/output-1/target/usr/share/gdb rm -rf /tmp/instance-5/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-5/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-5/output-1/target/usr/share/zsh rm -rf /tmp/instance-5/output-1/target/usr/man /tmp/instance-5/output-1/target/usr/share/man rm -rf /tmp/instance-5/output-1/target/usr/info /tmp/instance-5/output-1/target/usr/share/info rm -rf /tmp/instance-5/output-1/target/usr/doc /tmp/instance-5/output-1/target/usr/share/doc rm -rf /tmp/instance-5/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-5/output-1/target/lib/debug /tmp/instance-5/output-1/target/usr/lib/debug find /tmp/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-5/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-75-gf5b86cf2ce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05"; \ echo "PRETTY_NAME=\"Buildroot 2021.05\"" \ ) > /tmp/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-5/output-1/per-package /tmp/instance-5/buildroot/support/scripts/fix-rpath target touch /tmp/instance-5/output-1/target/usr ln -snf /tmp/instance-5/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot /tmp/instance-5/output-1/staging make: Leaving directory '/tmp/instance-5/buildroot' make: Entering directory '/tmp/instance-5/buildroot' >>> Buildroot 2021.05-75-gf5b86cf2ce Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 9.4.0 Collecting legal info >>> host-binutils 2.35.2 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.38 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 9.4.0 Collecting legal info >>> linux-headers 5.12.10 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 >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.20 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bind 9.11.31 Collecting legal info COPYRIGHT: OK (sha256: cad49daa42654bc241762cd998630168a2542c8fd6fad3881e2eac1510bb6fcd) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> btrfs-progs 5.11 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.36.2 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> cryptsetup 2.3.4 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> lvm2 2.03.12 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 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) >>> dbus-triggerd ba3dbec805cb707c94c54de21666bf18b79bcc09 Collecting legal info dbus-triggerd.c: OK (sha256: 30d135650639af9019633690fc1aecbfc150aeeef9446347d4286a58338d10b0) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dhrystone 2 Collecting legal info >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> earlyoom 1.6 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> hdparm 9.60 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> hiawatha 10.11 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdrm 2.4.106 Collecting legal info xf86drm.c: OK (sha256: a69e38953c20a88845cc739c05dd604da4c977844b872e126c91a0ca2e1385b7) >>> host-meson 0.57.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libosip2 5.2.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> librtlsdr ed0317e6a58c098874ac58b769cf2e609c18d9a5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libubox 551d75b5662cccd0466b990d58136bdf799a804d Collecting legal info >>> libva 2.11.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> linuxconsoletools 1.7.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> micropython 1.14 Collecting legal info LICENSE: OK (sha256: 9c6089e26c8638a0645bcb0db2c85051f82de8022dcd07fb22baa0c5f9362085) >>> mrp 1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncdu 1.15.1 Collecting legal info COPYING: OK (sha256: 978f49428f21714c973706030c0ef09983cc1e2889a1b7b521dbf8860870cf05) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> s6-rc 0.5.2.2 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> wireguard-tools 1.0.20210223 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: libubox-551d75b5662cccd0466b990d58136bdf799a804d: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /tmp/instance-5/output-1/legal-info make: Leaving directory '/tmp/instance-5/buildroot'