checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for mipsel-buildroot-linux-gnu-ranlib... /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ranlib checking for ar... /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar checking for chmod... /bin/chmod checking for ld... /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-ld checking for rm... /bin/rm checking for mkdir... /bin/mkdir checking for rmdir... /bin/rmdir checking how to run the C preprocessor... /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for size_t... yes checking for off_t... yes configure: CFLAGS -Wall -fPIC -g configure: CPPFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./ -D_GNU_SOURCE configure: LIBS configure: creating ./config.status config.status: creating Makefile config.status: creating src/qdecoder.pc config.status: creating src/Makefile config.status: creating examples/Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --enable-shared >>> qdecoder 12.0.8 Building PATH="/nvmedata/autobuild/instance-26/output-1/host/bin:/nvmedata/autobuild/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8' ===> src make[2]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/src' /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -Wall -fPIC -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./ -D_GNU_SOURCE -c -o qcgireq.o qcgireq.c qcgireq.c: In function '_parse_multipart': qcgireq.c:385:45: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=] 385 | snprintf(boundary, sizeof(boundary), "--%s", boundary_orig); | ^~ ~~~~~~~~~~~~~ qcgireq.c:385:5: note: 'snprintf' output between 3 and 258 bytes into a destination of size 256 385 | snprintf(boundary, sizeof(boundary), "--%s", boundary_orig); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qcgireq.c:386:51: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=] 386 | snprintf(boundaryEOF, sizeof(boundaryEOF), "--%s--", boundary_orig); | ^~ ~~~~~~~~~~~~~ qcgireq.c:386:5: note: 'snprintf' output between 5 and 260 bytes into a destination of size 256 386 | snprintf(boundaryEOF, sizeof(boundaryEOF), "--%s--", boundary_orig); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -Wall -fPIC -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./ -D_GNU_SOURCE -c -o qcgires.o qcgires.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -Wall -fPIC -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./ -D_GNU_SOURCE -c -o qcgisess.o qcgisess.c qcgisess.c: In function 'qcgisess_init': qcgisess.c:133:18: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 133 | "%s/%s%s%s", | ^~ qcgisess.c:132:5: note: 'snprintf' output 22 or more bytes (assuming 4117) into a destination of size 4096 132 | snprintf(session_storage_path, sizeof(session_storage_path), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133 | "%s/%s%s%s", | ~~~~~~~~~~~~ 134 | session_repository_path, | ~~~~~~~~~~~~~~~~~~~~~~~~ 135 | SESSION_PREFIX, sessionkey, SESSION_STORAGE_EXTENSION); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qcgisess.c:137:18: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 137 | "%s/%s%s%s", | ^~ qcgisess.c:136:5: note: 'snprintf' output 18 or more bytes (assuming 4113) into a destination of size 4096 136 | snprintf(session_timeout_path, sizeof(session_timeout_path), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 137 | "%s/%s%s%s", | ~~~~~~~~~~~~ 138 | session_repository_path, | ~~~~~~~~~~~~~~~~~~~~~~~~ 139 | SESSION_PREFIX, sessionkey, SESSION_TIMEOUT_EXTENSION); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qcgisess.c:154:26: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 154 | "%s/%s%s%s", | ^~ qcgisess.c:153:13: note: 'snprintf' output 22 or more bytes (assuming 4117) into a destination of size 4096 153 | snprintf(session_storage_path, sizeof(session_storage_path), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 154 | "%s/%s%s%s", | ~~~~~~~~~~~~ 155 | session_repository_path, | ~~~~~~~~~~~~~~~~~~~~~~~~ 156 | SESSION_PREFIX, sessionkey, SESSION_STORAGE_EXTENSION); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ qcgisess.c:158:26: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 158 | "%s/%s%s%s", | ^~ qcgisess.c:157:13: note: 'snprintf' output 18 or more bytes (assuming 4113) into a destination of size 4096 157 | snprintf(session_timeout_path, sizeof(session_timeout_path), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 158 | "%s/%s%s%s", | ~~~~~~~~~~~~ 159 | session_repository_path, | ~~~~~~~~~~~~~~~~~~~~~~~~ 160 | SESSION_PREFIX, sessionkey, SESSION_TIMEOUT_EXTENSION); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -Wall -fPIC -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./ -D_GNU_SOURCE -c -o qentry.o qentry.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -Wall -fPIC -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I./ -D_GNU_SOURCE -c -o internal.o internal.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar -rc libqdecoder.a qcgireq.o qcgires.o qcgisess.o qentry.o internal.o /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ranlib libqdecoder.a /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -shared -Wl,-soname,libqdecoder.so.12 -o libqdecoder.so.12 qcgireq.o qcgires.o qcgisess.o qentry.o internal.o ln -s -f libqdecoder.so.12 libqdecoder.so make[2]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/src' <=== src make[1]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8' >>> qdecoder 12.0.8 Installing to staging directory PATH="/nvmedata/autobuild/instance-26/output-1/host/bin:/nvmedata/autobuild/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot install -C /nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8' (cd src/; make install) make[2]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/src' /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar -rc libqdecoder.a qcgireq.o qcgires.o qcgisess.o qentry.o internal.o /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ranlib libqdecoder.a /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -shared -Wl,-soname,libqdecoder.so.12 -o libqdecoder.so.12 qcgireq.o qcgires.o qcgisess.o qentry.o internal.o ln -s -f libqdecoder.so.12 libqdecoder.so /bin/mkdir -p /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include /bin/mkdir -p /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib /bin/mkdir -p /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig /usr/bin/install -c -m 644 qdecoder.h /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/qdecoder.h /usr/bin/install -c -m 644 libqdecoder.a /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libqdecoder.a /usr/bin/install -c -m 644 libqdecoder.so.12 /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libqdecoder.so.12 /usr/bin/install -c -m 644 qdecoder.pc /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/qdecoder.pc ( cd /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib; ln -s -f libqdecoder.so.12 libqdecoder.so ) make[2]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8' >>> qdecoder 12.0.8 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-26/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-26/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@:/nvmedata/autobuild/instance-26/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-26/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 >>> qdecoder 12.0.8 Installing to target PATH="/nvmedata/autobuild/instance-26/output-1/host/bin:/nvmedata/autobuild/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-26/output-1/target install -C /nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/ make[1]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8' (cd src/; make install) make[2]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/src' /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar -rc libqdecoder.a qcgireq.o qcgires.o qcgisess.o qentry.o internal.o /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ranlib libqdecoder.a /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -std=gnu99 -shared -Wl,-soname,libqdecoder.so.12 -o libqdecoder.so.12 qcgireq.o qcgires.o qcgisess.o qentry.o internal.o ln -s -f libqdecoder.so.12 libqdecoder.so /bin/mkdir -p /nvmedata/autobuild/instance-26/output-1/target/usr/include /bin/mkdir -p /nvmedata/autobuild/instance-26/output-1/target/usr/lib /bin/mkdir -p /nvmedata/autobuild/instance-26/output-1/target/usr/lib/pkgconfig /usr/bin/install -c -m 644 qdecoder.h /nvmedata/autobuild/instance-26/output-1/target/usr/include/qdecoder.h /usr/bin/install -c -m 644 libqdecoder.a /nvmedata/autobuild/instance-26/output-1/target/usr/lib/libqdecoder.a /usr/bin/install -c -m 644 libqdecoder.so.12 /nvmedata/autobuild/instance-26/output-1/target/usr/lib/libqdecoder.so.12 /usr/bin/install -c -m 644 qdecoder.pc /nvmedata/autobuild/instance-26/output-1/target/usr/lib/pkgconfig/qdecoder.pc ( cd /nvmedata/autobuild/instance-26/output-1/target/usr/lib; ln -s -f libqdecoder.so.12 libqdecoder.so ) make[2]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8/src' make[1]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/qdecoder-12.0.8' sysvinit-2.99.tar.xz: OK (sha256: b05c3677bb698afe64c997968b00c49b2a9bd320ce963523230ee7ea41197757) >>> sysvinit 2.99 Extracting xzcat /nvmedata/autobuild/instance-26/dl/sysvinit/sysvinit-2.99.tar.xz | tar --strip-components=1 -C /nvmedata/autobuild/instance-26/output-1/build/sysvinit-2.99 -xf - >>> sysvinit 2.99 Patching Applying 0001-Makefile-disable-stack-protector-strong.patch using patch: patching file src/Makefile >>> sysvinit 2.99 Configuring >>> sysvinit 2.99 Building PATH="/nvmedata/autobuild/instance-26/output-1/host/bin:/nvmedata/autobuild/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar" AS="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-as" LD="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-ld" NM="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-nm" CC="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc" GCC="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc" CPP="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-cpp" CXX="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-g++" FC="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gfortran" F77="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gfortran" RANLIB="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ranlib" READELF="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-objcopy" OBJDUMP="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-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/nvmedata/autobuild/instance-26/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-26/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-26/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-26/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-26/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-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 -O1 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 " LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-26/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 SYSROOT=/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot -C /nvmedata/autobuild/instance-26/output-1/build/sysvinit-2.99/src make[1]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/sysvinit-2.99/src' /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o init.o init.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -DINIT_MAIN -c -o init_utmp.o utmp.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o runlevellog.o runlevellog.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc init.o init_utmp.o runlevellog.o -o init /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o halt.o halt.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o ifdown.o ifdown.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o hddown.o hddown.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o utmp.o utmp.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o shutdown.o shutdown.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o dowall.o dowall.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc shutdown.o dowall.o utmp.o -o shutdown /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o runlevel.o runlevel.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc runlevel.o runlevellog.o -o runlevel /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" killall5.c -o killall5 /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o fstab-decode.o fstab-decode.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc fstab-decode.o -o fstab-decode /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o logsave.o logsave.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc logsave.o -o logsave /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o sulogin.o sulogin.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o consoles.o consoles.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc sulogin.o consoles.o -lcrypt -o sulogin /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o bootlogd.o bootlogd.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc bootlogd.o -lutil -o bootlogd /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o last.o last.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc last.o -o last /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o mesg.o mesg.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc mesg.o -o mesg /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o readbootlog.o readbootlog.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc readbootlog.o -o readbootlog /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o utmpdump.o utmpdump.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc utmpdump.o -o utmpdump /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -c -o wall.o wall.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc wall.o dowall.o -o wall make[1]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/sysvinit-2.99/src' >>> sysvinit 2.99 Installing to target for x in halt init shutdown killall5; do /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-26/output-1/build/sysvinit-2.99/src/$x /nvmedata/autobuild/instance-26/output-1/target/sbin/$x || exit 1; done /usr/bin/install -D -m 0644 package/sysvinit/inittab /nvmedata/autobuild/instance-26/output-1/target/etc/inittab ln -sf /sbin/halt /nvmedata/autobuild/instance-26/output-1/target/sbin/reboot ln -sf /sbin/halt /nvmedata/autobuild/instance-26/output-1/target/sbin/poweroff ln -sf killall5 /nvmedata/autobuild/instance-26/output-1/target/sbin/pidof >>> wipe 2.3.1 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-26/output-1/build/.wipe-2.3.1.tar.bz2.mw76BS/output' 'http://downloads.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2' --2022-04-06 13:12:26-- http://downloads.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://phoenixnap.dl.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 [following] --2022-04-06 13:12:26-- http://phoenixnap.dl.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 Resolving phoenixnap.dl.sourceforge.net (phoenixnap.dl.sourceforge.net)... 184.164.141.26 Connecting to phoenixnap.dl.sourceforge.net (phoenixnap.dl.sourceforge.net)|184.164.141.26|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 72297 (71K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-26/output-1/build/.wipe-2.3.1.tar.bz2.mw76BS/output' 0K .......... .......... .......... .......... .......... 70% 663K 0s 50K .......... .......... 100% 114M=0.08s 2022-04-06 13:12:26 (934 KB/s) - '/nvmedata/autobuild/instance-26/output-1/build/.wipe-2.3.1.tar.bz2.mw76BS/output' saved [72297/72297] wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /nvmedata/autobuild/instance-26/dl/wipe/wipe-2.3.1.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-26/output-1/host/bin:/nvmedata/autobuild/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar" AS="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-as" LD="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-ld" NM="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-nm" CC="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc" GCC="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc" CPP="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-cpp" CXX="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-g++" FC="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gfortran" F77="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gfortran" RANLIB="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ranlib" READELF="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-objcopy" OBJDUMP="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-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/nvmedata/autobuild/instance-26/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-26/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-26/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-26/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-26/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-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 -O1 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 " LDFLAGS="" FCFLAGS=" -O1 -g0" FFLAGS=" -O1 -g0" PKG_CONFIG="/nvmedata/autobuild/instance-26/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=mipsel-buildroot-linux-gnu --host=mipsel-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... mipsel-buildroot-linux-gnu checking target system type... mipsel-buildroot-linux-gnu checking build system type... x86_64-pc-linux-gnu checking for gcc... /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc checking whether the C compiler (/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 ) works... yes checking whether the C compiler (/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-cpp checking whether /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/nvmedata/autobuild/instance-26/output-1/host/bin:/nvmedata/autobuild/instance-26/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1' /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc *.o -o wipe make[1]: Leaving directory '/nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-26/output-1/build/wipe-2.3.1/wipe /nvmedata/autobuild/instance-26/output-1/target/usr/bin/wipe >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-26/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-26/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-26/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-26/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-26/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-26/output-1/host/bin/mipsel-linux-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-26/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-26/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-26/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-26/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /nvmedata/autobuild/instance-26/output-1/target/etc/shells || echo "/bin/bash" >> /nvmedata/autobuild/instance-26/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-26/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-26/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-26/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-26/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-26/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-26/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-26/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-26/output-1/target/etc/shells ln -sf bash /nvmedata/autobuild/instance-26/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,bash,' /nvmedata/autobuild/instance-26/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-26/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-26/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-26/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-26/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-26/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-26/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-26/output-1/target/usr/include /nvmedata/autobuild/instance-26/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-26/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-26/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-26/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-26/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-26/output-1/target/usr/doc find /nvmedata/autobuild/instance-26/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-26/output-1/target/lib/ /nvmedata/autobuild/instance-26/output-1/target/usr/lib/ /nvmedata/autobuild/instance-26/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-26/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-26/output-1/target/usr/man /nvmedata/autobuild/instance-26/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-26/output-1/target/usr/info /nvmedata/autobuild/instance-26/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-26/output-1/target/usr/doc /nvmedata/autobuild/instance-26/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-26/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-26/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-26/output-1/target/lib/debug /nvmedata/autobuild/instance-26/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-26/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 /nvmedata/autobuild/instance-26/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-26/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-26/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 /nvmedata/autobuild/instance-26/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-438-gac91235797"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-26/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-26/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-26/output-1/per-package /nvmedata/autobuild/instance-26/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-26/output-1/target/usr ln -snf /nvmedata/autobuild/instance-26/output-1/host/mipsel-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-26/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-26/buildroot' make: Entering directory '/nvmedata/autobuild/instance-26/buildroot' >>> Buildroot 2022.02-438-gac91235797 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external-bootlin 2021.11-1 Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> bash 5.1.16 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> toolchain Collecting legal info >>> toolchain-external Collecting legal info >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> cegui 00b4e1fe174da53b7ed726ab5970ba51bd5b5ee0 Collecting legal info COPYING: OK (sha256: cc869e2ece8ad039f6d7fd17259db4ea0ae0a502d02a1bb506c0168deb12e40d) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> freetype 2.11.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> glm 0.9.9.5 Collecting legal info manual.md: OK (sha256: 337130631a714eeae017556cad101d5324c2961214120b6214741d3d43667086) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> exim 4.95 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> flatbuffers 2.0.0 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> gdb 10.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> gnuplot 5.4.3 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> initscripts Collecting legal info >>> jhead 3.06.0.1 Collecting legal info readme.txt: OK (sha256: 8b709512c737fc0c1e1024800b9a44c54d14ab02132c636a66c3ac66955c3e95) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> poppler 21.12.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> proj 8.1.1 Collecting legal info COPYING: OK (sha256: 6a8f30793e877d32e3f88b972f0970a051a3b5a26cd057d3993cb51e21c43319) >>> host-sqlite 3.38.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sqlite 3.38.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> qdecoder 12.0.8 Collecting legal info COPYING: OK (sha256: 17e647523e5c5c75fd02861dcf3ea91a146d918ab303460ee58135c9dd70904e) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2021.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-26/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-26/buildroot'