checking for inline... inline checking for getopt... yes checking for getopt_long... yes checking for snprintf... yes checking for vsnprintf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h make[2]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-cloop-3.14.1.3/advancecomp-1.15' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I. -std=c++14 -O2 -I/home/autobuild/autobuild/instance-7/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -pthread -c -o advfs.o ../advfs.cc In file included from ./pngex.h:26, from ../advfs.cc:51: ./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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/output-1/host/include -DUSE_ERROR_SILENT -DUSE_COMPRESS -L/home/autobuild/autobuild/instance-7/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/output-1/host/include -D_GNU_SOURCE -L/home/autobuild/autobuild/instance-7/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-7/output-1/host/lib -o extract_compressed_fs extract_compressed_fs.c -lz make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/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/autobuild/autobuild/instance-7/output-1/host/bin /usr/bin/install -m 755 /home/autobuild/autobuild/instance-7/output-1/build/host-cloop-3.14.1.3/create_compressed_fs /home/autobuild/autobuild/instance-7/output-1/host/bin /usr/bin/install -m 755 /home/autobuild/autobuild/instance-7/output-1/build/host-cloop-3.14.1.3/extract_compressed_fs /home/autobuild/autobuild/instance-7/output-1/host/bin genromfs-0.5.2.tar.gz: OK (sha256: 30f37fc734572c1dbaa2504585bc23ba6b8fd7df767ae7155995b2ca0ebed960) >>> host-genromfs 0.5.2 Extracting gzip -d -c /home/autobuild/autobuild/instance-7/dl/genromfs/genromfs-0.5.2.tar.gz | /home/autobuild/autobuild/instance-7/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2 -xf - >>> host-genromfs 0.5.2 Patching Applying 0001-build-system.patch using patch: patching file Makefile >>> host-genromfs 0.5.2 Configuring >>> host-genromfs 0.5.2 Building PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2 make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2' gcc -DVERSION=\"0.5.2\" genromfs.c -c -o genromfs.o gcc genromfs.o -o genromfs make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2' >>> host-genromfs 0.5.2 Installing to host directory PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2 prefix=/home/autobuild/autobuild/instance-7/output-1/host install make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2' mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/bin install -m 755 genromfs /home/autobuild/autobuild/instance-7/output-1/host/bin/ # genromfs 0.5 installed the man page in this file, # remove it before someone notices :) if [ -f /home/autobuild/autobuild/instance-7/output-1/host/bin/man8 ]; then \ rm -f /home/autobuild/autobuild/instance-7/output-1/host/bin/man8; \ fi mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/man/man8 install -m 644 genromfs.8 /home/autobuild/autobuild/instance-7/output-1/host/man/man8/ make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-genromfs-0.5.2' mtd-utils-2.1.6.tar.bz2: OK (sha256: c1d853bc4adf83bcabd2792fc95af33bdd8643c97e8f7b3f0180af36af76f0e5) >>> host-mtd 2.1.6 Extracting bzcat /home/autobuild/autobuild/instance-7/dl/mtd/mtd-utils-2.1.6.tar.bz2 | /home/autobuild/autobuild/instance-7/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6 -xf - >>> host-mtd 2.1.6 Patching >>> host-mtd 2.1.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-mtd 2.1.6 Patching libtool >>> host-mtd 2.1.6 Configuring (cd /home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6/ && rm -rf config.cache; PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/autobuild/autobuild/instance-7/output-1/host/include" CFLAGS="-O2 -I/home/autobuild/autobuild/instance-7/output-1/host/include" CXXFLAGS="-O2 -I/home/autobuild/autobuild/instance-7/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-7/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-7/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/autobuild/autobuild/instance-7/output-1/host/include" LDFLAGS="-L/home/autobuild/autobuild/instance-7/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-7/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/autobuild/autobuild/instance-7/output-1/host" --sysconfdir="/home/autobuild/autobuild/instance-7/output-1/host/etc" --localstatedir="/home/autobuild/autobuild/instance-7/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --with-jffs --with-ubifs --without-crypto --disable-tests ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking for ranlib... /usr/bin/ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... /usr/bin/cpp checking whether compiler handles -Wall... yes checking whether compiler handles -Wextra... yes checking whether compiler handles -Wunused... yes checking whether compiler handles -Wmissing-prototypes... yes checking whether compiler handles -Wmissing-declarations... yes checking whether compiler handles -Wwrite-strings... yes checking whether compiler handles -Wjump-misses-init... yes checking whether compiler handles -Wuninitialized... yes checking whether compiler handles -Winit-self... yes checking whether compiler handles -Wlogical-op... yes checking whether compiler handles -Wunused-but-set-parameter... yes checking whether compiler handles -Wunused-but-set-variable... yes checking whether compiler handles -Wunused-parameter... yes checking whether compiler handles -Wunused-result... yes checking whether compiler handles -Wunused-variable... yes checking whether compiler handles -Wduplicated-cond... yes checking whether compiler handles -Wduplicated-branches... yes checking whether compiler handles -Wrestrict... yes checking whether compiler handles -Wnull-dereference... yes checking whether compiler handles -Wno-shadow... yes checking whether compiler handles -Wno-sign-compare... yes checking for ZLIB... yes checking for UUID... yes checking for lzo1x_1_15_compress in -llzo2... yes checking for ZSTD... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/xattr.h... yes checking for sys/acl.h... yes checking for sys/random.h... yes checking for execinfo.h... yes checking size of off_t... 8 checking size of loff_t... 8 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/fs-tests/fs_help_all.sh config.status: creating tests/fs-tests/fs_run_all.sh config.status: creating tests/fs-tests/stress/fs_stress00.sh config.status: creating tests/fs-tests/stress/fs_stress01.sh config.status: creating tests/ubi-tests/runubitests.sh config.status: creating tests/ubi-tests/ubi-stress-test.sh config.status: creating Makefile config.status: creating include/config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-mtd 2.1.6 Building PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6/ make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6' CC ubi-utils/ubiupdatevol.o CC lib/libmtd.o CC lib/libfec.o CC lib/common.o CC lib/libcrc32.o CC lib/libmtd_legacy.o AR libmtd.a ar: `u' modifier ignored since `D' is the default (see `U') CC lib/libubi.o AR libubi.a ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubiupdatevol CC ubi-utils/ubimkvol.o CCLD ubimkvol CC ubi-utils/ubirmvol.o CCLD ubirmvol CC ubi-utils/ubicrc32.o CCLD ubicrc32 CC ubi-utils/ubinfo.o CCLD ubinfo CC ubi-utils/ubiattach.o CCLD ubiattach CC ubi-utils/ubidetach.o CCLD ubidetach CC ubi-utils/ubinize.o CC lib/libubigen.o AR libubigen.a ar: `u' modifier ignored since `D' is the default (see `U') CC lib/libiniparser.o CC lib/dictionary.o AR libiniparser.a ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubinize CC ubi-utils/ubiformat.o CC lib/libscan.o AR libscan.a ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubiformat CC ubi-utils/ubirename.o CCLD ubirename CC ubi-utils/mtdinfo.o CCLD mtdinfo CC ubi-utils/ubirsvol.o CCLD ubirsvol CC ubi-utils/ubiblock.o CCLD ubiblock CC ubi-utils/ubiscan.o CCLD ubiscan CC ubi-utils/ubihealthd.o CCLD ubihealthd CC misc-utils/ftl_format.o CCLD ftl_format CC misc-utils/doc_loadbios.o CCLD doc_loadbios CC misc-utils/ftl_check.o CCLD ftl_check CC misc-utils/mtd_debug.o CCLD mtd_debug CC misc-utils/docfdisk.o CCLD docfdisk CC misc-utils/serve_image.o CCLD serve_image CC misc-utils/recv_image.o CCLD recv_image CC misc-utils/fectest.o CCLD fectest CC misc-utils/flash_erase.o CCLD flash_erase CC misc-utils/flash_lock.o CCLD flash_lock CC misc-utils/flash_unlock.o CCLD flash_unlock CC misc-utils/flash_otp_info.o CCLD flash_otp_info CC misc-utils/flash_otp_dump.o CCLD flash_otp_dump CC misc-utils/flash_otp_lock.o CCLD flash_otp_lock CC misc-utils/flash_otp_erase.o CCLD flash_otp_erase CC misc-utils/flash_otp_write.o CCLD flash_otp_write CC misc-utils/flashcp.o misc-utils/flashcp.c: In function 'main': misc-utils/flashcp.c:328:2: warning: #warning "Check for smaller erase regions" [-Wcpp] 328 | #warning "Check for smaller erase regions" | ^~~~~~~ CCLD flashcp CC misc-utils/mtdpart.o CCLD mtdpart CC misc-utils/lsmtd-lsmtd.o CC misc-utils/lsmtd-lsmtd_scan.o CCLD lsmtd CC nand-utils/nanddump.o nand-utils/nanddump.c: In function 'process_options': nand-utils/nanddump.c:165:38: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 165 | free(dumpfile); | ^~~~~~~~ In file included from nand-utils/nanddump.c:23: /usr/include/stdlib.h:555:25: note: expected 'void *' but argument is of type 'const char *' 555 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ CCLD nanddump CC nand-utils/nandwrite.o nand-utils/nandwrite.c: In function 'main': nand-utils/nandwrite.c:553:43: warning: 'cnt' may be used uninitialized [-Wmaybe-uninitialized] 553 | } else if (cnt == 0) { | ^ nand-utils/nandwrite.c:531:41: note: 'cnt' was declared here 531 | ssize_t cnt; | ^~~ CCLD nandwrite CC nand-utils/nandtest.o CCLD nandtest CC nand-utils/nftldump.o CCLD nftldump CC nand-utils/nftl_format.o CCLD nftl_format CC nand-utils/nandflipbits.o CCLD nandflipbits CC nor-utils/rfddump.o CCLD rfddump CC nor-utils/rfdformat.o CCLD rfdformat CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-mkfs.ubifs.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-crc16.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-lpt.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-compr.o CC ubifs-utils/mkfs.ubifs/hashtable/mkfs_ubifs-hashtable.o CC ubifs-utils/mkfs.ubifs/hashtable/mkfs_ubifs-hashtable_itr.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-devtable.o CCLD mkfs.ubifs CC jffsX-utils/mkfs_jffs2-mkfs.jffs2.o CC jffsX-utils/mkfs_jffs2-compr_zlib.o CC jffsX-utils/mkfs_jffs2-rbtree.o CC jffsX-utils/mkfs_jffs2-compr_lzo.o CC jffsX-utils/mkfs_jffs2-compr.o CC jffsX-utils/mkfs_jffs2-compr_rtime.o CCLD mkfs.jffs2 CC jffsX-utils/jffs2dump-jffs2dump.o CCLD jffs2dump CC jffsX-utils/jffs2reader-jffs2reader.o jffsX-utils/jffs2reader.c: In function 'resolvepath0': jffsX-utils/jffs2reader.c:692:13: warning: potential null pointer dereference [-Wnull-dereference] 692 | if (*path == '/') { | ^~~~~ CCLD jffs2reader CC jffsX-utils/sumtool.o CCLD sumtool CC lib/execinfo.o AR libmissing.a ar: `u' modifier ignored since `D' is the default (see `U') make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6' >>> host-mtd 2.1.6 Installing to host directory PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6/ make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6' make[2]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-7/output-1/host/sbin' /usr/bin/install -c ubifs-utils/mount.ubifs '/home/autobuild/autobuild/instance-7/output-1/host/sbin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-7/output-1/host/sbin' /usr/bin/install -c ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol ubiblock ubiscan ubihealthd ftl_format doc_loadbios ftl_check mtd_debug docfdisk serve_image recv_image fectest flash_erase flash_lock flash_unlock flash_otp_info flash_otp_dump flash_otp_lock flash_otp_erase flash_otp_write flashcp mtdpart lsmtd nanddump nandwrite nandtest nftldump nftl_format nandflipbits rfddump rfdformat mkfs.ubifs mkfs.jffs2 jffs2dump jffs2reader sumtool '/home/autobuild/autobuild/instance-7/output-1/host/sbin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-7/output-1/host/sbin' /usr/bin/install -c misc-utils/flash_eraseall '/home/autobuild/autobuild/instance-7/output-1/host/sbin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-7/output-1/host/share/man/man1' /usr/bin/install -c -m 644 jffsX-utils/mkfs.jffs2.1 '/home/autobuild/autobuild/instance-7/output-1/host/share/man/man1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-7/output-1/host/share/man/man8' /usr/bin/install -c -m 644 ubi-utils/ubinize.8 misc-utils/lsmtd.8 '/home/autobuild/autobuild/instance-7/output-1/host/share/man/man8' make[2]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6' make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-mtd-2.1.6' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@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', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi rm -f /home/autobuild/autobuild/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/autobuild/autobuild/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/autobuild/autobuild/instance-7/output-1/host/bin/glib-compile-schemas /home/autobuild/autobuild/instance-7/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/autobuild/autobuild/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/home/autobuild/autobuild/instance-7/output-1/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/python3.11/" /home/autobuild/autobuild/instance-7/output-1/host/bin/python3.11 /home/autobuild/autobuild/instance-7/output-1/build/python3-3.11.6/Lib/compileall.py -q -b -s /home/autobuild/autobuild/instance-7/output-1/target -p / /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/python3.11 *** Error compiling '/home/autobuild/autobuild/instance-7/output-1/target/usr/lib/python3.11/site-packages/bitstring/plugin_test.py'... Sorry: IndentationError: expected an indented block after function definition on line 6 (plugin_test.py, line 8) make: *** [Makefile:727: target-finalize] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'