--2021-07-30 09:07:03-- https://releases.nixos.org/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2 Resolving releases.nixos.org (releases.nixos.org)... 2600:9000:218f:bc00:13:75d2:9000:93a1, 2600:9000:218f:8600:13:75d2:9000:93a1, 2600:9000:218f:cc00:13:75d2:9000:93a1, ... Connecting to releases.nixos.org (releases.nixos.org)|2600:9000:218f:bc00:13:75d2:9000:93a1|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 159956 (156K) [application/x-tar] Saving to: '/tmp/instance-17/output-1/build/.patchelf-0.9.tar.bz2.TbJjzt/output' 0K .......... .......... .......... .......... .......... 32% 12.1M 0s 50K .......... .......... .......... .......... .......... 64% 6.21M 0s 100K .......... .......... .......... .......... .......... 96% 200M 0s 150K ...... 100% 153M=0.01s 2021-07-30 09:07:03 (12.5 MB/s) - '/tmp/instance-17/output-1/build/.patchelf-0.9.tar.bz2.TbJjzt/output' saved [159956/159956] patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-17/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-17/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-17/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-17/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-17/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-17/output-1/host/lib/pkgconfig:/tmp/instance-17/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-17/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-17/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-17/output-1/host/include" LDFLAGS="-L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-17/output-1/host/include" LDFLAGS="-L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-17/output-1/host" --sysconfdir="/tmp/instance-17/output-1/host/etc" --localstatedir="/tmp/instance-17/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-17/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-17/output-1/host/lib/pkgconfig:/tmp/instance-17/output-1/host/share/pkgconfig" /usr/bin/make -j32 -C /tmp/instance-17/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-17/output-1/host/include -Wall -O2 -I/tmp/instance-17/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-17/output-1/host/include -L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-17/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-17/output-1/host/lib/pkgconfig:/tmp/instance-17/output-1/host/share/pkgconfig" /usr/bin/make -j32 install -C /tmp/instance-17/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/src' /usr/bin/mkdir -p '/tmp/instance-17/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/install -c patchelf '/tmp/instance-17/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-17/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-17/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-17/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-17/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-17/output-1/build/host-patchelf-0.9' >>> redir 3.3 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-17/output-1/build/.redir-3.3.tar.xz.NMvozd/output' 'https://github.com/troglobit/redir/releases/download/v3.3/redir-3.3.tar.xz' --2021-07-30 09:07:19-- https://github.com/troglobit/redir/releases/download/v3.3/redir-3.3.tar.xz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-releases.githubusercontent.com/57325338/2c2eb080-4d5f-11e9-857c-29fd03332b4d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210730T090719Z&X-Amz-Expires=300&X-Amz-Signature=2b6a35ad43af39a0759d00b6a3deeb962810a98a3097a271fde000afb620ab66&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=57325338&response-content-disposition=attachment%3B%20filename%3Dredir-3.3.tar.xz&response-content-type=application%2Foctet-stream [following] --2021-07-30 09:07:19-- https://github-releases.githubusercontent.com/57325338/2c2eb080-4d5f-11e9-857c-29fd03332b4d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210730T090719Z&X-Amz-Expires=300&X-Amz-Signature=2b6a35ad43af39a0759d00b6a3deeb962810a98a3097a271fde000afb620ab66&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=57325338&response-content-disposition=attachment%3B%20filename%3Dredir-3.3.tar.xz&response-content-type=application%2Foctet-stream Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.109.154, 185.199.110.154, 185.199.111.154, ... Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.109.154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 84980 (83K) [application/octet-stream] Saving to: '/tmp/instance-17/output-1/build/.redir-3.3.tar.xz.NMvozd/output' 0K .......... .......... .......... .......... .......... 60% 108M 0s 50K .......... .......... .......... .. 100% 2.80M=0.01s 2021-07-30 09:07:20 (6.78 MB/s) - '/tmp/instance-17/output-1/build/.redir-3.3.tar.xz.NMvozd/output' saved [84980/84980] redir-3.3.tar.xz: OK (md5: b452e1ca6faded7bab9c76dd61d9d983) >>> redir 3.3 Extracting xzcat /tmp/instance-17/dl/redir/redir-3.3.tar.xz | tar --strip-components=1 -C /tmp/instance-17/output-1/build/redir-3.3 -xf - >>> redir 3.3 Patching >>> redir 3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-17/output-1/build/redir-3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> redir 3.3 Patching libtool >>> redir 3.3 Configuring (cd /tmp/instance-17/output-1/build/redir-3.3/ && rm -rf config.cache && PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-17/output-1/host/bin/i586-linux-ar" AS="/tmp/instance-17/output-1/host/bin/i586-linux-as" LD="/tmp/instance-17/output-1/host/bin/i586-linux-ld" NM="/tmp/instance-17/output-1/host/bin/i586-linux-nm" CC="/tmp/instance-17/output-1/host/bin/i586-linux-gcc" GCC="/tmp/instance-17/output-1/host/bin/i586-linux-gcc" CPP="/tmp/instance-17/output-1/host/bin/i586-linux-cpp" CXX="/tmp/instance-17/output-1/host/bin/i586-linux-g++" FC="/tmp/instance-17/output-1/host/bin/i586-linux-gfortran" F77="/tmp/instance-17/output-1/host/bin/i586-linux-gfortran" RANLIB="/tmp/instance-17/output-1/host/bin/i586-linux-ranlib" READELF="/tmp/instance-17/output-1/host/bin/i586-linux-readelf" STRIP="/tmp/instance-17/output-1/host/bin/i586-linux-strip" OBJCOPY="/tmp/instance-17/output-1/host/bin/i586-linux-objcopy" OBJDUMP="/tmp/instance-17/output-1/host/bin/i586-linux-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-17/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-17/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-17/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-17/output-1/host/lib -Wl,-rpath,/tmp/instance-17/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-17/output-1/host/bin/i586-linux-as" DEFAULT_LINKER="/tmp/instance-17/output-1/host/bin/i586-linux-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 -O2 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/tmp/instance-17/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no gt_cv_func_gnugettext1_libc=yes gt_cv_func_gnugettext2_libc=yes CONFIG_SITE=/dev/null ./configure --target=i586-buildroot-linux-musl --host=i586-buildroot-linux-musl --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-compat --enable-shaper --enable-ftp ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared, --enable-shaper checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i586-buildroot-linux-musl-strip... /tmp/instance-17/output-1/host/bin/i586-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for i586-buildroot-linux-musl-gcc... /tmp/instance-17/output-1/host/bin/i586-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-17/output-1/host/bin/i586-linux-gcc accepts -g... yes checking for /tmp/instance-17/output-1/host/bin/i586-linux-gcc option to accept ISO C89... none needed checking whether /tmp/instance-17/output-1/host/bin/i586-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-17/output-1/host/bin/i586-linux-gcc... none checking how to run the C preprocessor... /tmp/instance-17/output-1/host/bin/i586-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for request_init in -lwrap... no checking tcpd.h usability... no checking tcpd.h presence... no checking for tcpd.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared, --enable-shaper >>> redir 3.3 Building PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-17/output-1/build/redir-3.3/ make[1]: Entering directory '/tmp/instance-17/output-1/build/redir-3.3' /usr/bin/make all-am make[2]: Entering directory '/tmp/instance-17/output-1/build/redir-3.3' /tmp/instance-17/output-1/host/bin/i586-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 -O2 -g0 -c -o redir.o redir.c /tmp/instance-17/output-1/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -o redir redir.o make[2]: Leaving directory '/tmp/instance-17/output-1/build/redir-3.3' make[1]: Leaving directory '/tmp/instance-17/output-1/build/redir-3.3' >>> redir 3.3 Installing to target PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-17/output-1/target install -C /tmp/instance-17/output-1/build/redir-3.3/ make[1]: Entering directory '/tmp/instance-17/output-1/build/redir-3.3' make[2]: Entering directory '/tmp/instance-17/output-1/build/redir-3.3' /usr/bin/mkdir -p '/tmp/instance-17/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-17/output-1/target/usr/share/doc/redir' /usr/bin/mkdir -p '/tmp/instance-17/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 README.md transproxy.txt '/tmp/instance-17/output-1/target/usr/share/doc/redir' /usr/bin/install -c redir '/tmp/instance-17/output-1/target/usr/bin' /usr/bin/install -c -m 644 redir.1 '/tmp/instance-17/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-17/output-1/build/redir-3.3' make[1]: Leaving directory '/tmp/instance-17/output-1/build/redir-3.3' >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Downloading GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git init . Initialized empty Git repository in /tmp/instance-17/dl/ubus/git/.git/ GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git remote add origin 'https://git.openwrt.org/project/ubus.git' GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git remote set-url origin 'https://git.openwrt.org/project/ubus.git' Fetching all references GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git fetch origin From https://git.openwrt.org/project/ubus * [new branch] master -> origin/master * [new branch] openwrt-19.07 -> origin/openwrt-19.07 GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git fetch origin -t GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-17/dl/ubus/git/.git git checkout -f -q 'd1d9ddf98d39b0bdc055060fb962335439445690' warning: refname 'd1d9ddf98d39b0bdc055060fb962335439445690' 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-17/dl/ubus/git/.git git clean -ffdx ubus-d1d9ddf98d39b0bdc055060fb962335439445690-br1.tar.gz: OK (sha256: 0d2abb7212ad1ac0ac641d52f62e212bb090a1bbaeae975a78f44ab08d3e3c23) >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Extracting gzip -d -c /tmp/instance-17/dl/ubus/ubus-d1d9ddf98d39b0bdc055060fb962335439445690-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690 -xf - >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Patching Applying 0001-Install-server-and-client-examples.patch using patch: patching file examples/CMakeLists.txt >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Configuring (mkdir -p /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ && cd /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ && rm -f CMakeCache.txt && PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /tmp/instance-17/output-1/host/bin/cmake /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-17/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 -DBUILD_LUA=OFF -DENABLE_SYSTEMD=OFF -DBUILD_EXAMPLES=OFF ) -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /tmp/instance-17/output-1/host/bin/i586-linux-gcc -- Check for working C compiler: /tmp/instance-17/output-1/host/bin/i586-linux-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_TEST BUILD_TESTING BUILD_TESTS ENABLE_SYSTEMD -- Build files have been written to: /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690 >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Building PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ make[1]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[2]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target ubus make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target ubusd_library make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 5%] Building C object CMakeFiles/ubusd_library.dir/ubusd.c.o [ 10%] Building C object CMakeFiles/ubus.dir/libubus.c.o [ 15%] Building C object CMakeFiles/ubus.dir/libubus-io.c.o [ 21%] Building C object CMakeFiles/ubus.dir/libubus-obj.c.o [ 26%] Building C object CMakeFiles/ubusd_library.dir/ubusd_proto.c.o [ 31%] Building C object CMakeFiles/ubusd_library.dir/ubusd_obj.c.o [ 36%] Building C object CMakeFiles/ubusd_library.dir/ubusd_event.c.o [ 42%] Building C object CMakeFiles/ubus.dir/libubus-sub.c.o [ 47%] Building C object CMakeFiles/ubusd_library.dir/ubusd_id.c.o [ 52%] Building C object CMakeFiles/ubusd_library.dir/ubusd_acl.c.o [ 57%] Building C object CMakeFiles/ubus.dir/libubus-req.c.o [ 63%] Building C object CMakeFiles/ubus.dir/libubus-acl.c.o [ 68%] Building C object CMakeFiles/ubusd_library.dir/ubusd_monitor.c.o [ 73%] Linking C shared library libubus.so make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 78%] Linking C static library libubusd_library.a [ 78%] Built target ubus make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target cli make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 78%] Built target ubusd_library make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Scanning dependencies of target ubusd make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 84%] Building C object CMakeFiles/cli.dir/cli.c.o make[3]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [ 89%] Building C object CMakeFiles/ubusd.dir/ubusd_main.c.o [ 94%] Linking C executable ubusd [100%] Linking C executable ubus make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [100%] Built target ubusd make[3]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' [100%] Built target cli make[2]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' make[1]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Installing to staging directory PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot install/fast -C /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ make[1]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libubus.so -- Installing: /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/bin/ubus -- Set runtime path of "/tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/bin/ubus" to "" -- Installing: /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/sbin/ubusd -- Installing: /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/ubusmsg.h -- Installing: /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/ubus_common.h -- Installing: /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/libubus.h make[1]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Fixing libtool files for la in $(find /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-17/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-17/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@:/tmp/instance-17/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-17/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 >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Installing to target PATH="/tmp/instance-17/output-1/host/bin:/tmp/instance-17/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-17/output-1/target install/fast -C /tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690/ make[1]: Entering directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-17/output-1/target/usr/lib/libubus.so -- Installing: /tmp/instance-17/output-1/target/usr/bin/ubus -- Set runtime path of "/tmp/instance-17/output-1/target/usr/bin/ubus" to "" -- Installing: /tmp/instance-17/output-1/target/usr/sbin/ubusd -- Installing: /tmp/instance-17/output-1/target/usr/include/ubusmsg.h -- Installing: /tmp/instance-17/output-1/target/usr/include/ubus_common.h -- Installing: /tmp/instance-17/output-1/target/usr/include/libubus.h make[1]: Leaving directory '/tmp/instance-17/output-1/build/ubus-d1d9ddf98d39b0bdc055060fb962335439445690' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-17/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-17/output-1/host/bin/i586-linux-%g' -e 's%@TARGET_ARCH@%x86%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', '-O2', '-g0'@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', '-O2', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-17/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-17/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-17/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-17/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-17/output-1/target/etc echo "buildroot" > /tmp/instance-17/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-17/output-1/target/etc/hosts mkdir -p /tmp/instance-17/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-17/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-17/output-1/target/etc/shadow rm -f /tmp/instance-17/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-17/output-1/build/locales.nopurge for dir in /tmp/instance-17/output-1/target/usr/share/locale /tmp/instance-17/output-1/target/usr/share/X11/locale /tmp/instance-17/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-17/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-17/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-17/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-17/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-17/output-1/target/usr/include /tmp/instance-17/output-1/target/usr/share/aclocal \ /tmp/instance-17/output-1/target/usr/lib/pkgconfig /tmp/instance-17/output-1/target/usr/share/pkgconfig \ /tmp/instance-17/output-1/target/usr/lib/cmake /tmp/instance-17/output-1/target/usr/share/cmake \ /tmp/instance-17/output-1/target/usr/doc find /tmp/instance-17/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-17/output-1/target/lib/ /tmp/instance-17/output-1/target/usr/lib/ /tmp/instance-17/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-17/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-17/output-1/target/usr/share/gdb rm -rf /tmp/instance-17/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-17/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-17/output-1/target/usr/share/zsh rm -rf /tmp/instance-17/output-1/target/usr/man /tmp/instance-17/output-1/target/usr/share/man rm -rf /tmp/instance-17/output-1/target/usr/info /tmp/instance-17/output-1/target/usr/share/info rm -rf /tmp/instance-17/output-1/target/usr/doc /tmp/instance-17/output-1/target/usr/share/doc rm -rf /tmp/instance-17/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-17/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-17/output-1/target/lib/debug /tmp/instance-17/output-1/target/usr/lib/debug find /tmp/instance-17/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-17/output-1/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-17/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-17/output-1/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-17/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-17/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-17/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-904-gf0d37e275a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-17/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-17/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-17/output-1/per-package /tmp/instance-17/buildroot/support/scripts/fix-rpath target touch /tmp/instance-17/output-1/target/usr ln -snf /tmp/instance-17/output-1/host/i586-buildroot-linux-musl/sysroot /tmp/instance-17/output-1/staging make: Leaving directory '/tmp/instance-17/buildroot' make: Entering directory '/tmp/instance-17/buildroot' >>> Buildroot 2021.05-904-gf0d37e275a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ibrcommon 1.0.1 Collecting legal info COPYING: OK (sha256: 1a0b57773a46d9d4cc2f0d1780a17acc38af506bb1e0234aaa85f8ccd6dc0b92) README: OK (sha256: 9b8a430c2136ebcf76bd37f50da7d7a80ede413ec6604cc4694ea536e779854c) >>> ibrdtn 1.0.1 Collecting legal info COPYING: OK (sha256: 809fa1ed21450f59827d1e9aec720bbc4b687434fa22283c6cb5dd82a47ab9c0) >>> janet 1.16.1 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> json-for-modern-cpp 3.9.0 Collecting legal info LICENSE.MIT: OK (sha256: 50be9457e5c9faaba5e60d9c73f8eabe9e0737a2d9c3e58357d856661862c18e) >>> libarchive 3.5.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libubox 551d75b5662cccd0466b990d58136bdf799a804d Collecting legal info >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ubus d1d9ddf98d39b0bdc055060fb962335439445690 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libubox-551d75b5662cccd0466b990d58136bdf799a804d: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /tmp/instance-17/output-1/legal-info make: Leaving directory '/tmp/instance-17/buildroot'