make[2]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/examples' make[1]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1' >>> tinyalsa 1.1.1 Installing to staging directory PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/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-7/output-1/build/tinyalsa-1.1.1 PREFIX="/usr" CROSS_COMPILE="/tmp/instance-7/output-1/host/bin/arm-linux-" DESTDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" install make[1]: Entering directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1' install -d /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/tinyalsa/ install include/tinyalsa/pcm.h /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/tinyalsa/ install include/tinyalsa/mixer.h /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/tinyalsa/ install include/tinyalsa/asoundlib.h /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/tinyalsa/ install include/tinyalsa/version.h /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/tinyalsa/ /usr/bin/make -C src install make[2]: Entering directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/src' install -d /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/ install libtinyalsa.a /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/ install libtinyalsa.so.1.1.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/ ln -sf libtinyalsa.so.1.1.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libtinyalsa.so.1 ln -sf libtinyalsa.so.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libtinyalsa.so make[2]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils install make[2]: Entering directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/utils' install -d /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/bin install tinyplay /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/bin/ install tinycap /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/bin/ install tinymix /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/bin/ install tinypcminfo /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/bin/ install -d /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/share/man/man1 install tinyplay.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/share/man/man1/ install tinycap.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/share/man/man1/ install tinymix.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/share/man/man1/ install tinypcminfo.1 /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/share/man/man1/ make[2]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/utils' make[1]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1' >>> tinyalsa 1.1.1 Fixing libtool files for la in $(find /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-7/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-7/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-7/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-7/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> tinyalsa 1.1.1 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/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-7/output-1/build/tinyalsa-1.1.1 PREFIX="/usr" CROSS_COMPILE="/tmp/instance-7/output-1/host/bin/arm-linux-" DESTDIR="/tmp/instance-7/output-1/target" install make[1]: Entering directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1' install -d /tmp/instance-7/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/pcm.h /tmp/instance-7/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/mixer.h /tmp/instance-7/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/asoundlib.h /tmp/instance-7/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/version.h /tmp/instance-7/output-1/target/usr/include/tinyalsa/ /usr/bin/make -C src install make[2]: Entering directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/src' install -d /tmp/instance-7/output-1/target/usr/lib/ install libtinyalsa.a /tmp/instance-7/output-1/target/usr/lib/ install libtinyalsa.so.1.1.1 /tmp/instance-7/output-1/target/usr/lib/ ln -sf libtinyalsa.so.1.1.1 /tmp/instance-7/output-1/target/usr/lib/libtinyalsa.so.1 ln -sf libtinyalsa.so.1 /tmp/instance-7/output-1/target/usr/lib/libtinyalsa.so make[2]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils install make[2]: Entering directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/utils' install -d /tmp/instance-7/output-1/target/usr/bin install tinyplay /tmp/instance-7/output-1/target/usr/bin/ install tinycap /tmp/instance-7/output-1/target/usr/bin/ install tinymix /tmp/instance-7/output-1/target/usr/bin/ install tinypcminfo /tmp/instance-7/output-1/target/usr/bin/ install -d /tmp/instance-7/output-1/target/usr/share/man/man1 install tinyplay.1 /tmp/instance-7/output-1/target/usr/share/man/man1/ install tinycap.1 /tmp/instance-7/output-1/target/usr/share/man/man1/ install tinymix.1 /tmp/instance-7/output-1/target/usr/share/man/man1/ install tinypcminfo.1 /tmp/instance-7/output-1/target/usr/share/man/man1/ make[2]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1/utils' make[1]: Leaving directory '/tmp/instance-7/output-1/build/tinyalsa-1.1.1' >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-7/output-1/build/.tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz.bVjwXO/output' 'https://github.com/kynesim/tstools/archive/08f6be304040e7b84760ac3920bcff4a563b6cd2/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz' --2021-07-31 02:50:42-- https://github.com/kynesim/tstools/archive/08f6be304040e7b84760ac3920bcff4a563b6cd2/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz 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://codeload.github.com/kynesim/tstools/tar.gz/08f6be304040e7b84760ac3920bcff4a563b6cd2 [following] --2021-07-31 02:50:42-- https://codeload.github.com/kynesim/tstools/tar.gz/08f6be304040e7b84760ac3920bcff4a563b6cd2 Resolving codeload.github.com (codeload.github.com)... 140.82.121.9 Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 457286 (447K) [application/x-gzip] Saving to: '/tmp/instance-7/output-1/build/.tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz.bVjwXO/output' 0K .......... .......... .......... .......... .......... 11% 3.06M 0s 50K .......... .......... .......... .......... .......... 22% 6.18M 0s 100K .......... .......... .......... .......... .......... 33% 97.7M 0s 150K .......... .......... .......... .......... .......... 44% 186M 0s 200K .......... .......... .......... .......... .......... 55% 901K 0s 250K .......... .......... .......... .......... .......... 67% 132M 0s 300K .......... .......... .......... .......... .......... 78% 123M 0s 350K .......... .......... .......... .......... .......... 89% 188M 0s 400K .......... .......... .......... .......... ...... 100% 187M=0.08s 2021-07-31 02:50:43 (5.36 MB/s) - '/tmp/instance-7/output-1/build/.tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz.bVjwXO/output' saved [457286/457286] tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz: OK (sha256: 3d2b2375e2874933f9aa59d4f25bb6b334747219eb0d7a076974e61222d59bf6) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Extracting gzip -d -c /tmp/instance-7/dl/tstools/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2 -xf - >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Patching Applying 0001-build-get-along-with-buildroot.patch using patch: patching file Makefile Hunk #2 succeeded at 449 (offset 3 lines). >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Configuring >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-7/output-1/host/bin/arm-linux-as" LD="/tmp/instance-7/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-7/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-7/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/arm-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/arm-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /tmp/instance-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2 make[1]: Entering directory '/tmp/instance-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' mkdir bin mkdir lib mkdir obj /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c esfilter.c -o obj/esfilter.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c accessunit.c -o obj/accessunit.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c avs.c -o obj/avs.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ac3.c -o obj/ac3.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c adts.c -o obj/adts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c bitdata.c -o obj/bitdata.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c es.c -o obj/es.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c filter.c -o obj/filter.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c fmtx.c -o obj/fmtx.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c h222.c -o obj/h222.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c h262.c -o obj/h262.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c audio.c -o obj/audio.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c l2audio.c -o obj/l2audio.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC l2audio.c: In function 'peek_frame_header': l2audio.c:146:16: warning: variable 'framesize' set but not used [-Wunused-but-set-variable] 146 | unsigned int framesize, framelen; | ^~~~~~~~~ l2audio.c:144:25: warning: variable 'sampling' set but not used [-Wunused-but-set-variable] 144 | unsigned int bitrate, sampling; | ^~~~~~~~ /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c misc.c -o obj/misc.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c nalunit.c -o obj/nalunit.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ps.c -o obj/ps.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c pes.c -o obj/pes.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC pes.c: In function 'find_ESCR_in_PES': pes.c:3541:9: warning: variable 'packet_length' set but not used [-Wunused-but-set-variable] 3541 | int packet_length; | ^~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c pidint.c -o obj/pidint.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c printing.c -o obj/printing.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c reverse.c -o obj/reverse.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ts.c -o obj/ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsplay_innards.c -o obj/tsplay_innards.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tswrite.c -o obj/tswrite.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c pcap.c -o obj/pcap.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ethernet.c -o obj/ethernet.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ipv4.c -o obj/ipv4.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC rm -f lib/libtstools.a ar rc lib/libtstools.a obj/accessunit.o obj/avs.o obj/ac3.o obj/adts.o obj/bitdata.o obj/es.o obj/filter.o obj/fmtx.o obj/h222.o obj/h262.o obj/audio.o obj/l2audio.o obj/misc.o obj/nalunit.o obj/ps.o obj/pes.o obj/pidint.o obj/printing.o obj/reverse.o obj/ts.o obj/tsplay_innards.o obj/tswrite.o obj/pcap.o obj/ethernet.o obj/ipv4.o /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/esfilter.o -o bin/esfilter -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ts2es.c -o obj/ts2es.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/ts2es.o -o bin/ts2es -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c es2ts.c -o obj/es2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/es2ts.o -o bin/es2ts -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c esdots.c -o obj/esdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/esdots.o -o bin/esdots -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c esmerge.c -o obj/esmerge.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/esmerge.o -o bin/esmerge -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c esreport.c -o obj/esreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/esreport.o -o bin/esreport -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c esreverse.c -o obj/esreverse.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/esreverse.o -o bin/esreverse -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ps2ts.c -o obj/ps2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/ps2ts.o -o bin/ps2ts -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c psreport.c -o obj/psreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/psreport.o -o bin/psreport -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c psdots.c -o obj/psdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/psdots.o -o bin/psdots -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c stream_type.c -o obj/stream_type.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/stream_type.o -o bin/stream_type -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsdvbsub.c -o obj/tsdvbsub.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/tsdvbsub.o -o bin/tsdvbsub -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsinfo.c -o obj/tsinfo.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/tsinfo.o -o bin/tsinfo -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsreport.c -o obj/tsreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/tsreport.o -o bin/tsreport -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsplay.c -o obj/tsplay.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC tsplay.c: In function 'main': tsplay.c:354:10: warning: variable 'use_network' set but not used [-Wunused-but-set-variable] 354 | int use_network = FALSE; | ^~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/tsplay.o -o bin/tsplay -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsserve.c -o obj/tsserve.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/tsserve.o -o bin/tsserve -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c ts_packet_insert.c -o obj/ts_packet_insert.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/ts_packet_insert.o -o bin/ts_packet_insert -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c m2ts2ts.c -o obj/m2ts2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/m2ts2ts.o -o bin/m2ts2ts -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c pcapreport.c -o obj/pcapreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC pcapreport.c: In function 'stream_gen_names2': pcapreport.c:383:48: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size between 6 and 54 [-Wformat-truncation=] 383 | snprintf(identifier, 64, "%s_%u.%u.%u.%u_%u%s", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ 384 | vlan_name("_V", st, sizeof(pbuf), pbuf), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 385 | dest_addr >> 24, (dest_addr >> 16) & 0xff, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 386 | (dest_addr >> 8) & 0xff, dest_addr & 0xff, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 387 | dest_port, | ~~~~~~~~~~ 388 | section_name(ctx, st, pbuf2, sizeof(pbuf2))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pcapreport.c:383:5: note: 'snprintf' output between 11 and 90 bytes into a destination of size 64 383 | snprintf(identifier, 64, "%s_%u.%u.%u.%u_%u%s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 384 | vlan_name("_V", st, sizeof(pbuf), pbuf), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 385 | dest_addr >> 24, (dest_addr >> 16) & 0xff, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 386 | (dest_addr >> 8) & 0xff, dest_addr & 0xff, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 387 | dest_port, | ~~~~~~~~~~ 388 | section_name(ctx, st, pbuf2, sizeof(pbuf2))); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pcapreport.c:404:41: warning: '%s' directive output may be truncated writing between 2 and 3 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 404 | snprintf(name + base_len, 64, "%s.%s", identifier, | ^~ pcapreport.c:404:7: note: 'snprintf' output between 4 and 68 bytes into a destination of size 64 404 | snprintf(name + base_len, 64, "%s.%s", identifier, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 405 | (rtp_header != NULL && rtp_header->is_rtp_raw) ? "rtp" : "ts"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pcapreport.c:413:38: warning: '.csv' directive output may be truncated writing 4 bytes into a region of size between 1 and 64 [-Wformat-truncation=] 413 | snprintf(name + base_len, 64, "%s.csv", identifier); | ^~~~ pcapreport.c:413:5: note: 'snprintf' output between 5 and 68 bytes into a destination of size 64 413 | snprintf(name + base_len, 64, "%s.csv", identifier); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/pcapreport.o -o bin/pcapreport -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c tsfilter.c -o obj/tsfilter.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC tsfilter.c: In function 'main': tsfilter.c:65:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable] 65 | int verbose = FALSE; | ^~~~~~~ /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/tsfilter.o -o bin/tsfilter -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -c rtp2264.c -o obj/rtp2264.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /tmp/instance-7/output-1/host/bin/arm-linux-gcc obj/rtp2264.o -o bin/rtp2264 -fPIC lib/libtstools.a -g -fPIC -lm /tmp/instance-7/output-1/host/bin/arm-linux-gcc -shared -o lib/libtstools.so obj/accessunit.o obj/avs.o obj/ac3.o obj/adts.o obj/bitdata.o obj/es.o obj/filter.o obj/fmtx.o obj/h222.o obj/h262.o obj/audio.o obj/l2audio.o obj/misc.o obj/nalunit.o obj/ps.o obj/pes.o obj/pidint.o obj/printing.o obj/reverse.o obj/ts.o obj/tsplay_innards.o obj/tswrite.o obj/pcap.o obj/ethernet.o obj/ipv4.o -lc make[1]: Leaving directory '/tmp/instance-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-7/output-1/host/bin/arm-linux-as" LD="/tmp/instance-7/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-7/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-7/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/arm-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/arm-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/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-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2 DESTDIR=/tmp/instance-7/output-1/target install make[1]: Entering directory '/tmp/instance-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' make[1]: Leaving directory '/tmp/instance-7/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' tunctl-1.5.tar.gz: OK (sha256: aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff) >>> tunctl 1.5 Extracting gzip -d -c /tmp/instance-7/dl/tunctl/tunctl-1.5.tar.gz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/tunctl-1.5 -xf - >>> tunctl 1.5 Patching >>> tunctl 1.5 Configuring >>> tunctl 1.5 Building /usr/bin/make -j96 PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-7/output-1/host/bin/arm-linux-as" LD="/tmp/instance-7/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-7/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-7/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/arm-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-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/arm-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl -C /tmp/instance-7/output-1/build/tunctl-1.5 tunctl make[1]: Entering directory '/tmp/instance-7/output-1/build/tunctl-1.5' /tmp/instance-7/output-1/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -o tunctl tunctl.c make[1]: Leaving directory '/tmp/instance-7/output-1/build/tunctl-1.5' >>> tunctl 1.5 Installing to target /usr/bin/install -m 0755 -D /tmp/instance-7/output-1/build/tunctl-1.5/tunctl /tmp/instance-7/output-1/target/usr/sbin/tunctl >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-7/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%arm1176jzf-s%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-7/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-7/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-7/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-7/output-1/target/etc/shells mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-7/output-1/target/etc/shadow rm -f /tmp/instance-7/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-7/output-1/build/locales.nopurge for dir in /tmp/instance-7/output-1/target/usr/share/locale /tmp/instance-7/output-1/target/usr/share/X11/locale /tmp/instance-7/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-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-7/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/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-7/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-7/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-915-g92f9eb53ba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2021.05-915-g92f9eb53ba Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton 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 >>> acpid 2.0.32 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> aespipe 2.4f Collecting legal info >>> benejson 0.9.7 Collecting legal info LICENSE: OK (sha256: d0b7dae881fcb18c4dddfd8b0c1643ae671d5f356d14ba5b4e95ca889cc9ec32) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-scons 3.1.2 Collecting legal info LICENSE.txt: OK (sha256: 72ed889165fb28378cadac14552be4a959f1ebab6b148abb5dd2b49712c3c6f6) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> dash 0.5.11.3 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> libedit 20191231-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ffmpeg 4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> 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) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ima-evm-utils 1.3.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.0.3 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> liburiparser 0.9.5 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> iproute2 5.13.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcofi 7313fbe12b0593034d0a1b606bf33c7cf4ababce Collecting legal info README.md: OK (sha256: 1a8203e5d11f0841235cf30265b1ffb19c0d9c4a6d2889554cbeccaf9f09b327) >>> libfribidi 1.0.10 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libgit2 1.1.0 Collecting legal info COPYING: OK (sha256: afc8bde99ba630012107c25d3c42dde628ec5f0cd3f428131f7e3a0f7d58ff42) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libidn 1.38 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiio 0.19 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libscrypt 1.21 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libtasn1 4.17.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> logrotate 3.18.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> lsscsi 0.31 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pugixml 1.11.4 Collecting legal info LICENSE.md: OK (sha256: ee495f34aeff0c578a99f3350a2050d4e5860d27b2004c03c384a594fa2b0a7a) >>> host-python-xlrd 1.2.0 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> rsync 3.2.3 Collecting legal info COPYING: OK (sha256: 0d33aa97d302cb9df27f99dfa28d58001c2479a02317956f1a7a890f3937a976) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> start-stop-daemon 1.20.7.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinyalsa 1.1.1 Collecting legal info NOTICE: OK (sha256: ca2b89a68c33fba3c8bcaec96f32907e2ede0eb33688ae61d29ec49732158f6d) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'