76 | unsigned file_size(const std::string& path) throw (error); | ^~~~~ ./file.h:77:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | crc_t file_crc(const std::string& path) throw (error); | ^~~~~ ./file.h:78:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 78 | void file_copy(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ ./file.h:79:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | void file_move(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ ./file.h:80:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | void file_remove(const std::string& path1) throw (error); | ^~~~~ ./file.h:81:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 81 | void file_mktree(const std::string& path1) throw (error); | ^~~~~ /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o zip.o zip.cc In file included from zip.cc:25: file.h:70:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 70 | bool file_exists(const std::string& file) throw (error); | ^~~~~ file.h:71:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | void file_write(const std::string& path, const char* data, unsigned size) throw (error); | ^~~~~ file.h:72:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | void file_read(const std::string& path, char* data, unsigned size) throw (error); | ^~~~~ file.h:73:85: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | void file_read(const std::string& path, char* data, unsigned offset, unsigned size) throw (error); | ^~~~~ file.h:74:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | time_t file_time(const std::string& path) throw (error); | ^~~~~ file.h:75:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 75 | void file_utime(const std::string& path, time_t tod) throw (error); | ^~~~~ file.h:76:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | unsigned file_size(const std::string& path) throw (error); | ^~~~~ file.h:77:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | crc_t file_crc(const std::string& path) throw (error); | ^~~~~ file.h:78:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 78 | void file_copy(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ file.h:79:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | void file_move(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ file.h:80:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | void file_remove(const std::string& path1) throw (error); | ^~~~~ file.h:81:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 81 | void file_mktree(const std::string& path1) throw (error); | ^~~~~ /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o file.o file.cc In file included from file.cc:23: file.h:70:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 70 | bool file_exists(const std::string& file) throw (error); | ^~~~~ file.h:71:75: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 71 | void file_write(const std::string& path, const char* data, unsigned size) throw (error); | ^~~~~ file.h:72:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 72 | void file_read(const std::string& path, char* data, unsigned size) throw (error); | ^~~~~ file.h:73:85: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | void file_read(const std::string& path, char* data, unsigned offset, unsigned size) throw (error); | ^~~~~ file.h:74:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | time_t file_time(const std::string& path) throw (error); | ^~~~~ file.h:75:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 75 | void file_utime(const std::string& path, time_t tod) throw (error); | ^~~~~ file.h:76:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 76 | unsigned file_size(const std::string& path) throw (error); | ^~~~~ file.h:77:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | crc_t file_crc(const std::string& path) throw (error); | ^~~~~ file.h:78:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 78 | void file_copy(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ file.h:79:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 79 | void file_move(const std::string& path1, const std::string& path2) throw (error); | ^~~~~ file.h:80:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 80 | void file_remove(const std::string& path1) throw (error); | ^~~~~ file.h:81:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 81 | void file_mktree(const std::string& path1) throw (error); | ^~~~~ file.cc:101:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 101 | bool file_exists(const string& path) throw (error) | ^~~~~ file.cc:117:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 117 | void file_write(const string& path, const char* data, unsigned size) throw (error) | ^~~~~ file.cc:137:63: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 137 | void file_read(const string& path, char* data, unsigned size) throw (error) | ^~~~~ file.cc:145:80: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 145 | void file_read(const string& path, char* data, unsigned offset, unsigned size) throw (error) | ^~~~~ file.cc:169:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 169 | time_t file_time(const string& path) throw (error) | ^~~~~ file.cc:181:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 181 | void file_utime(const string& path, time_t tod) throw (error) | ^~~~~ file.cc:195:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 195 | unsigned file_size(const string& path) throw (error) | ^~~~~ file.cc:207:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 207 | crc_t file_crc(const string& path) throw (error) | ^~~~~ file.cc:230:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 230 | void file_copy(const string& path1, const string& path2) throw (error) | ^~~~~ file.cc:252:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 252 | void file_move(const string& path1, const string& path2) throw (error) | ^~~~~ file.cc:274:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 274 | void file_remove(const string& path1) throw (error) | ^~~~~ file.cc:284:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 284 | void file_rename(const string& path1, const string& path2) throw (error) | ^~~~~ file.cc:403:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 403 | void file_mktree(const std::string& path) throw (error) | ^~~~~ /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o data.o data.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o siglock.o siglock.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o compress.o compress.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o zipsh.o zipsh.cc /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -D_GNU_SOURCE -c getopt.c cc1: warning: command line option '-std=c++14' is valid for C++/ObjC++ but not for C /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -D_GNU_SOURCE -c snprintf.c cc1: warning: command line option '-std=c++14' is valid for C++/ObjC++ but not for C /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7zdeflate.o `test -f '7z/7zdeflate.cc' || echo './'`7z/7zdeflate.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o 7zlzma.o `test -f '7z/7zlzma.cc' || echo './'`7z/7zlzma.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o AriBitCoder.o `test -f '7z/AriBitCoder.cc' || echo './'`7z/AriBitCoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o CRC.o `test -f '7z/CRC.cc' || echo './'`7z/CRC.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o DeflateDecoder.o `test -f '7z/DeflateDecoder.cc' || echo './'`7z/DeflateDecoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o DeflateEncoder.o `test -f '7z/DeflateEncoder.cc' || echo './'`7z/DeflateEncoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o HuffmanEncoder.o `test -f '7z/HuffmanEncoder.cc' || echo './'`7z/HuffmanEncoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o IInOutStreams.o `test -f '7z/IInOutStreams.cc' || echo './'`7z/IInOutStreams.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o InByte.o `test -f '7z/InByte.cc' || echo './'`7z/InByte.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LSBFDecoder.o `test -f '7z/LSBFDecoder.cc' || echo './'`7z/LSBFDecoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LSBFEncoder.o `test -f '7z/LSBFEncoder.cc' || echo './'`7z/LSBFEncoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LZMA.o `test -f '7z/LZMA.cc' || echo './'`7z/LZMA.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LZMADecoder.o `test -f '7z/LZMADecoder.cc' || echo './'`7z/LZMADecoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LZMAEncoder.o `test -f '7z/LZMAEncoder.cc' || echo './'`7z/LZMAEncoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LenCoder.o `test -f '7z/LenCoder.cc' || echo './'`7z/LenCoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o LiteralCoder.o `test -f '7z/LiteralCoder.cc' || echo './'`7z/LiteralCoder.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o OutByte.o `test -f '7z/OutByte.cc' || echo './'`7z/OutByte.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o WindowIn.o `test -f '7z/WindowIn.cc' || echo './'`7z/WindowIn.cc /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -c -o WindowOut.o `test -f '7z/WindowOut.cc' || echo './'`7z/WindowOut.cc /usr/bin/g++ -pthread -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -L/home/thomas/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-2/output-1/host/lib -o advfs advfs.o zip.o file.o data.o siglock.o compress.o zipsh.o getopt.o snprintf.o 7zdeflate.o 7zlzma.o AriBitCoder.o CRC.o DeflateDecoder.o DeflateEncoder.o HuffmanEncoder.o IInOutStreams.o InByte.o LSBFDecoder.o LSBFEncoder.o LZMA.o LZMADecoder.o LZMAEncoder.o LenCoder.o LiteralCoder.o OutByte.o WindowIn.o WindowOut.o -lz -lpthread make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-cloop-3.14.1.3/advancecomp-1.15' ln -f advancecomp-1.15/advfs create_compressed_fs /usr/bin/gcc -Wall -O2 -O2 -I/home/thomas/autobuild/instance-2/output-1/host/include -D_GNU_SOURCE -L/home/thomas/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-2/output-1/host/lib -o extract_compressed_fs extract_compressed_fs.c -lz extract_compressed_fs.c: In function 'main': extract_compressed_fs.c:210:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 210 | write(output, uncompressed_buffer, destlen); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-cloop-3.14.1.3' >>> host-cloop 3.14.1.3 Installing to host directory /usr/bin/install -m 0755 -d /home/thomas/autobuild/instance-2/output-1/host/bin /usr/bin/install -m 755 /home/thomas/autobuild/instance-2/output-1/build/host-cloop-3.14.1.3/create_compressed_fs /home/thomas/autobuild/instance-2/output-1/host/bin /usr/bin/install -m 755 /home/thomas/autobuild/instance-2/output-1/build/host-cloop-3.14.1.3/extract_compressed_fs /home/thomas/autobuild/instance-2/output-1/host/bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power7%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power7%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-2/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 /home/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-1193-gfb894b2e98"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc3\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-2/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 647 number of 4KB nodes: 185888 Total image size: 759088413 >>> Generating filesystem image rootfs.cloop mkdir -p /home/thomas/autobuild/instance-2/output-1/images rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop mkdir -p /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-2/output-1/target/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-2/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "/home/thomas/autobuild/instance-2/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' /home/thomas/autobuild/instance-2/output-1/host/bin/genisoimage -r /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target | /home/thomas/autobuild/instance-2/output-1/host/bin/create_compressed_fs - 65536 > /home/thomas/autobuild/instance-2/output-1/images/rootfs.cloop\n' >> /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target table='/home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' 32 processor core(s) detected Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 65536). See the usage info (-h) for better/correct parameters. Block size 65536, expected number of blocks: 2147483647 Using GIT_U000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-update-index (git-update-ref) Using GIT_F000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-fetch-pack (git-fetch) Using GIT_V000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-verify-pack (git-verify-commit) Using GIT_C000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-checkout-index (git-check-mailmap) Using GIT_M000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-recursive (git-merge-file) Using GIT_F001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-for-each-repo (git-for-each-ref) Using GIT_M001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-file (git-merge-subtree) Using GIT_M002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-subtree (git-mergetool) Using GIT_C001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-credential (git-credential-cache) Using GIT_C002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-check-mailmap (git-check-ignore) Using GIT_M003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-mergetool (git-mergetool--lib) Using GIT_R000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-remote-fd (git-remote) Using GIT_M004.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-mergetool--lib (git-merge-one-file) Using GIT_M005.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-one-file (git-merge-index) Using GIT_M006.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-mailsplit (git-mailinfo) Using GIT_S000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-send-pack (git-send-email) Using GIT_D000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff-index (git-difftool--helper) Using GIT_M007.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-index (git-merge-tree) Using GIT_C003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-check-ignore (git-checkout) Using GIT_M008.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-tree (git-merge-octopus) Using GIT_C004.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-credential-cache (git-credential-cache--daemon) Using GIT_F002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-fast-import (git-fast-export) Using GIT_M009.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-octopus (git-merge) Using GIT_S001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-submodule (git-submodule--helper) Using GIT_A000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-archive (git-archimport) Using GIT_U001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-upload-pack (git-upload-archive) Using GIT_M00A.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge (git-merge-resolve) Using GIT_P000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-pack-objects (git-pack-refs) Using GIT_C005.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-checkout (git-check-attr) Using GIT_D001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-difftool--helper (git-diff-files) Using GIT_S002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-show-ref (git-show) Using GIT_U002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-update-ref (git-update-server-info) Using GIT_P001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-pack-refs (git-pack-redundant) Using GIT_C006.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-cherry-pick (git-cherry) Using GIT_S003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-show (git-show-branch) Using GIT_R001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-rev-parse (git-rev-list) Using GIT_C007.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-commit (git-commit-tree) Using GIT_M00B.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-resolve (git-merge-base) Using GIT_R002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-remote (git-remote-ext) Using GIT_C008.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-commit-tree (git-commit-graph) Using GIT_S004.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-sh-i18n (git-sh-i18n--envsubst) Using GIT_R003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-rebase--preserve-merges (git-rebase) Using GIT_U003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-unpack-objects (git-unpack-file) Using GIT_F003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-fsck (git-fsck-objects) Using GIT_I000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-init-db (git-init) Using GIT_M00C.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-base (git-merge-ours) Using GIT_B000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-bisect--helper (git-bisect) Using GIT_D002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff-files (git-difftool) Using GIT_C009.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-credential-cache--daemon (git-credential-store) Using GIT_D003.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-difftool (git-diff-tree) Using GIT_V001.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-verify-commit (git-verify-tag) Using GIT_P002.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-prune-packed (git-prune) Using GIT_S005.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-show-branch (git-show-index) Using GIT_C00A.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-check-attr (git-check-ref-format) Using GIT_D004.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff-tree (git-diff) Using GIT_U000.;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/git-upload-pack (git-upload-archive) Using LIBPC000.1;1 for /home/thomas/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libpcap.so.1.10.1 (libpcap.so.1) [ 9] Blk# 0, [ratio/avg. 2%/ 2%], avg.speed: 65536 b/s, ETA: 2147483646s [ 9] Blk# 100, [ratio/avg. 34%/ 43%], avg.speed: 6619136 b/s, ETA: 21262213s 30.91% done, estimate finish Wed Nov 30 06:38:36 2022 [ 9] Blk# 200, [ratio/avg. 33%/ 42%], avg.speed: 6586368 b/s, ETA: 21367994s 61.81% done, estimate finish Wed Nov 30 06:38:37 2022 [ 9] Blk# 300, [ratio/avg. 48%/ 42%], avg.speed: 9863168 b/s, ETA: 14268992s [ 9] Blk# 400, [ratio/avg. 11%/ 40%], avg.speed: 13139968 b/s, ETA: 10710639s 92.77% done, estimate finish Wed Nov 30 06:38:37 2022 Total translation table size: 0 Total rockridge attributes bytes: 65298 Total directory bytes: 174304 Path table size(bytes): 712 Max brk space used 83000 16180 extents written (31 MB) [ 9] Blk# 500, [ratio/avg. 14%/ 39%], avg.speed: 16416768 b/s, ETA: 8572787s Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 506 (1e+02%) 7zip: 0 ( 0%) Writing index for 506 block(s)... Writing compressed data... ln -snf /home/thomas/autobuild/instance-2/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-1193-gfb894b2e98 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.9 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-exfatprogs 1.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> git 2.31.4 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> initscripts Collecting legal info >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'