bzcat /tmp/instance-8/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /tmp/instance-8/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-8/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /tmp/instance-8/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-8/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-8/output-1/host/lib/pkgconfig:/tmp/instance-8/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-8/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-8/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-8/output-1/host/include" LDFLAGS="-L/tmp/instance-8/output-1/host/lib -Wl,-rpath,/tmp/instance-8/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-8/output-1/host/include" LDFLAGS="-L/tmp/instance-8/output-1/host/lib -Wl,-rpath,/tmp/instance-8/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-8/output-1/host" --sysconfdir="/tmp/instance-8/output-1/host/etc" --localstatedir="/tmp/instance-8/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking dependency style of /usr/bin/gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-8/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-8/output-1/host/lib/pkgconfig:/tmp/instance-8/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-8/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/tmp/instance-8/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-8/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-8/output-1/host/include -L/tmp/instance-8/output-1/host/lib -Wl,-rpath,/tmp/instance-8/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-8/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-8/output-1/host/lib/pkgconfig:/tmp/instance-8/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-8/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/tmp/instance-8/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-8/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-8/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/tmp/instance-8/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-8/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-8/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-8/output-1/build/host-patchelf-0.13' >>> sysvinit 2.99 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-8/output-1/build/.sysvinit-2.99.tar.xz.npMPvG/output' 'http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-2.99.tar.xz' --2023-01-01 18:52:23-- http://download.savannah.nongnu.org/releases/sysvinit/sysvinit-2.99.tar.xz Resolving download.savannah.nongnu.org (download.savannah.nongnu.org)... 209.51.188.200, 2001:470:142:5::200 Connecting to download.savannah.nongnu.org (download.savannah.nongnu.org)|209.51.188.200|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download-mirror.savannah.gnu.org/releases/sysvinit/sysvinit-2.99.tar.xz [following] --2023-01-01 18:52:23-- http://download-mirror.savannah.gnu.org/releases/sysvinit/sysvinit-2.99.tar.xz Resolving download-mirror.savannah.gnu.org (download-mirror.savannah.gnu.org)... 209.51.188.200, 2001:470:142:5::200 Reusing existing connection to download.savannah.nongnu.org:80. HTTP request sent, awaiting response... 200 OK Length: 126908 (124K) [application/octet-stream] Saving to: '/tmp/instance-8/output-1/build/.sysvinit-2.99.tar.xz.npMPvG/output' 0K .......... .......... .......... .......... .......... 40% 515K 0s 50K .......... .......... .......... .......... .......... 80% 984K 0s 100K .......... .......... ... 100% 231M=0.1s 2023-01-01 18:52:23 (838 KB/s) - '/tmp/instance-8/output-1/build/.sysvinit-2.99.tar.xz.npMPvG/output' saved [126908/126908] sysvinit-2.99.tar.xz: OK (sha256: b05c3677bb698afe64c997968b00c49b2a9bd320ce963523230ee7ea41197757) >>> sysvinit 2.99 Extracting xzcat /tmp/instance-8/dl/sysvinit/sysvinit-2.99.tar.xz | tar --strip-components=1 -C /tmp/instance-8/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="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ar" AS="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" LD="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-ld" NM="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-nm" CC="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" GCC="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" CPP="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-cpp" CXX="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-g++" FC="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" F77="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gfortran" RANLIB="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc-ranlib" READELF="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-objcopy" OBJDUMP="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-8/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-8/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-8/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-8/output-1/host/lib -Wl,-rpath,/tmp/instance-8/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-as" DEFAULT_LINKER="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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="/tmp/instance-8/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-8/output-1/host/mips64el-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 SYSROOT=/tmp/instance-8/output-1/host/mips64el-buildroot-linux-uclibc/sysroot -C /tmp/instance-8/output-1/build/sysvinit-2.99/src make[1]: Entering directory '/tmp/instance-8/output-1/build/sysvinit-2.99/src' /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc init.o init_utmp.o runlevellog.o -o init /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 dowall.c: In function 'wall': dowall.c:161:10: warning: variable 'tp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 161 | FILE *tp; | ^~ dowall.c:170:8: warning: variable 'fd' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 170 | int fd, flags; | ^~ /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc shutdown.o dowall.o utmp.o -o shutdown /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc runlevel.o runlevellog.o -o runlevel /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc fstab-decode.o -o fstab-decode /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc logsave.o -o logsave /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc sulogin.o consoles.o -lcrypt -o sulogin /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc bootlogd.o -lutil -o bootlogd /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 last.c: In function 'main': last.c:849:5: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 849 | strncpy(ut.ut_line, "system down", OLD_LINESIZE - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ last.c:865:4: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 865 | strncpy(ut.ut_line, "system boot", OLD_LINESIZE - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc last.o -o last /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc mesg.o -o mesg /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc readbootlog.o -o readbootlog /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc utmpdump.o -o utmpdump /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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 /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc wall.o dowall.o -o wall make[1]: Leaving directory '/tmp/instance-8/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 /tmp/instance-8/output-1/build/sysvinit-2.99/src/$x /tmp/instance-8/output-1/target/sbin/$x || exit 1; done /usr/bin/install -D -m 0644 package/sysvinit/inittab /tmp/instance-8/output-1/target/etc/inittab ln -sf /sbin/halt /tmp/instance-8/output-1/target/sbin/reboot ln -sf /sbin/halt /tmp/instance-8/output-1/target/sbin/poweroff ln -sf killall5 /tmp/instance-8/output-1/target/sbin/pidof >>> tinyssh 20220801 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-8/output-1/build/.tinyssh-20220801.tar.gz.FfxVEx/output' 'https://github.com/janmojzis/tinyssh/archive/20220801/tinyssh-20220801.tar.gz' --2023-01-01 18:52:29-- https://github.com/janmojzis/tinyssh/archive/20220801/tinyssh-20220801.tar.gz Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/janmojzis/tinyssh/tar.gz/refs/tags/20220801 [following] --2023-01-01 18:52:29-- https://codeload.github.com/janmojzis/tinyssh/tar.gz/refs/tags/20220801 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-8/output-1/build/.tinyssh-20220801.tar.gz.FfxVEx/output' 0K .......... .......... .......... .......... .......... 481K 50K .......... .......... .......... .......... .......... 1.11M 100K .......... .......... .......... .......... .......... 1.01M 150K .......... .......... .......... .......... .......... 135M 200K .......... .......... .......... .......... ... 5.65M=0.2s 2023-01-01 18:52:30 (1.16 MB/s) - '/tmp/instance-8/output-1/build/.tinyssh-20220801.tar.gz.FfxVEx/output' saved [249071] tinyssh-20220801.tar.gz: OK (sha256: 234656fc8d369608eb5d0f3a26280e0e38e2e6b134cfc610b6e24bce176acd4f) >>> tinyssh 20220801 Extracting gzip -d -c /tmp/instance-8/dl/tinyssh/tinyssh-20220801.tar.gz | tar --strip-components=1 -C /tmp/instance-8/output-1/build/tinyssh-20220801 -xf - >>> tinyssh 20220801 Patching >>> tinyssh 20220801 Configuring >>> tinyssh 20220801 Building PATH="/tmp/instance-8/output-1/host/bin:/tmp/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc" /home/autobuild/make/make -j1 -C /tmp/instance-8/output-1/build/tinyssh-20220801 cross-compile make[1]: Entering directory '/tmp/instance-8/output-1/build/tinyssh-20220801' sh -e make-tinysshcc.sh === Sun Jan 1 18:52:31 MST 2023 === obtaining compiler === Sun Jan 1 18:52:31 MST 2023 === /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc ok === Sun Jan 1 18:52:31 MST 2023 === finishing === Sun Jan 1 18:52:31 MST 2023 === obtaining ar === Sun Jan 1 18:52:31 MST 2023 === ar ok === Sun Jan 1 18:52:31 MST 2023 === finishing === Sun Jan 1 18:52:31 MST 2023 === checking compiler options === Sun Jan 1 18:52:31 MST 2023 === -pedantic ok === Sun Jan 1 18:52:31 MST 2023 === -Wall ok === Sun Jan 1 18:52:31 MST 2023 === -Wno-long-long ok === Sun Jan 1 18:52:31 MST 2023 === -Wno-overlength-strings ok === Sun Jan 1 18:52:31 MST 2023 === -Wno-unused-function ok === Sun Jan 1 18:52:31 MST 2023 === -Wshadow ok === Sun Jan 1 18:52:31 MST 2023 === -Wdeclaration-after-statement ok === Sun Jan 1 18:52:32 MST 2023 === -Wwrite-strings ok === Sun Jan 1 18:52:32 MST 2023 === -Wmissing-declarations ok === Sun Jan 1 18:52:32 MST 2023 === -Wmissing-prototypes ok === Sun Jan 1 18:52:32 MST 2023 === -Wstrict-prototypes ok === Sun Jan 1 18:52:32 MST 2023 === -Wunused-value ok === Sun Jan 1 18:52:32 MST 2023 === -Wunused-parameter ok === Sun Jan 1 18:52:32 MST 2023 === -Wundef ok === Sun Jan 1 18:52:32 MST 2023 === -fstack-protector-strong failed === Sun Jan 1 18:52:32 MST 2023 === -fwrapv ok === Sun Jan 1 18:52:32 MST 2023 === -fno-strict-overflow ok === Sun Jan 1 18:52:32 MST 2023 === -Os ok === Sun Jan 1 18:52:32 MST 2023 === -fomit-frame-pointer ok === Sun Jan 1 18:52:32 MST 2023 === -funroll-loops ok === Sun Jan 1 18:52:32 MST 2023 === /tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc -pedantic -Wall -Wno-long-long -Wno-overlength-strings -Wno-unused-function -Wshadow -Wdeclaration-after-statement -Wwrite-strings -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wunused-value -Wunused-parameter -Wundef -fwrapv -fno-strict-overflow -Os -fomit-frame-pointer -funroll-loops === Sun Jan 1 18:52:32 MST 2023 === finishing === Sun Jan 1 18:52:32 MST 2023 === checking libs === Sun Jan 1 18:52:32 MST 2023 === -lutil ok === Sun Jan 1 18:52:32 MST 2023 === -lsocket -lnsl failed === Sun Jan 1 18:52:32 MST 2023 === finishing === Sun Jan 1 18:52:32 MST 2023 === checking $LIBS === Sun Jan 1 18:52:32 MST 2023 === finishing === Sun Jan 1 18:52:32 MST 2023 === building sysdep headers === Sun Jan 1 18:52:32 MST 2023 === hasasmvolatilememory.h hasasmvolatilememory.h-yes === Sun Jan 1 18:52:32 MST 2023 === hasmlock.h hasmlock.h-yes === Sun Jan 1 18:52:33 MST 2023 === haslibutilh.h default.h-no === Sun Jan 1 18:52:33 MST 2023 === hasutilh.h default.h-no === Sun Jan 1 18:52:33 MST 2023 === hasopenpty.h hasopenpty.h-yes === Sun Jan 1 18:52:33 MST 2023 === haslogintty.h haslogintty.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmpx.h hasutmpx.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmpxupdwtmpx.h hasutmpxupdwtmpx.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmpxsyslen.h default.h-no === Sun Jan 1 18:52:33 MST 2023 === hasutmpxaddrv6.h hasutmpxaddrv6.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmp.h hasutmp.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmpname.h hasutmpname.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmpuser.h hasutmpuser.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmphost.h hasutmphost.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmptime.h hasutmptime.h-yes === Sun Jan 1 18:52:33 MST 2023 === hasutmptv.h hasutmptv.h-yes === Sun Jan 1 18:52:34 MST 2023 === hasutmppid.h hasutmppid.h-yes === Sun Jan 1 18:52:34 MST 2023 === hasutmptype.h hasutmptype.h-yes === Sun Jan 1 18:52:34 MST 2023 === hasutmplogwtmp.h hasutmplogwtmp.h-yes === Sun Jan 1 18:52:34 MST 2023 === hasutmploginlogout.h hasutmploginlogout.h-yes === Sun Jan 1 18:52:34 MST 2023 === hasutmpaddrv6.h hasutmpaddrv6.h-yes === Sun Jan 1 18:52:34 MST 2023 === haslimits.h haslimits.h-yes === Sun Jan 1 18:52:34 MST 2023 === finishing === Sun Jan 1 18:52:34 MST 2023 === starting crypto lib === Sun Jan 1 18:52:37 MST 2023 === libtinysshcrypto.a ok === Sun Jan 1 18:52:37 MST 2023 === finishing === Sun Jan 1 18:52:37 MST 2023 === starting crypto headers === Sun Jan 1 18:52:37 MST 2023 === finishing === Sun Jan 1 18:52:37 MST 2023 === starting tinyssh objects === Sun Jan 1 18:52:37 MST 2023 === blocking.o ok === Sun Jan 1 18:52:37 MST 2023 === buf.o ok === Sun Jan 1 18:52:37 MST 2023 === byte.o ok === Sun Jan 1 18:52:38 MST 2023 === channel.o ok === Sun Jan 1 18:52:38 MST 2023 === channel_drop.o ok === Sun Jan 1 18:52:38 MST 2023 === channel_fork.o ok === Sun Jan 1 18:52:38 MST 2023 === channel_forkpty.o ok === Sun Jan 1 18:52:38 MST 2023 === channel_subsystem.o ok === Sun Jan 1 18:52:38 MST 2023 === coe.o ok === Sun Jan 1 18:52:38 MST 2023 === connectioninfo.o ok === Sun Jan 1 18:52:38 MST 2023 === die.o ok === Sun Jan 1 18:52:38 MST 2023 === dropuidgid.o ok === Sun Jan 1 18:52:38 MST 2023 === e.o ok === Sun Jan 1 18:52:38 MST 2023 === env.o ok === Sun Jan 1 18:52:38 MST 2023 === getln.o ok === Sun Jan 1 18:52:38 MST 2023 === global.o ok === Sun Jan 1 18:52:39 MST 2023 === iptostr.o ok === Sun Jan 1 18:52:39 MST 2023 === load.o ok === Sun Jan 1 18:52:39 MST 2023 === log.o ok === Sun Jan 1 18:52:39 MST 2023 === loginshell.o ok === Sun Jan 1 18:52:39 MST 2023 === logsys.o ok === Sun Jan 1 18:52:39 MST 2023 === main_tinysshd.o ok === Sun Jan 1 18:52:39 MST 2023 === main_tinysshd_makekey.o ok === Sun Jan 1 18:52:39 MST 2023 === main_tinysshd_printkey.o ok === Sun Jan 1 18:52:39 MST 2023 === newenv.o ok === Sun Jan 1 18:52:39 MST 2023 === numtostr.o ok === Sun Jan 1 18:52:39 MST 2023 === open.o ok === Sun Jan 1 18:52:40 MST 2023 === packet.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_auth.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_channel_open.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_channel_recv.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_channel_request.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_channel_send.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_get.o ok === Sun Jan 1 18:52:40 MST 2023 === packet_hello.o ok === Sun Jan 1 18:52:41 MST 2023 === packet_kex.o ok === Sun Jan 1 18:52:41 MST 2023 === packet_kexdh.o ok === Sun Jan 1 18:52:41 MST 2023 === packet_put.o ok === Sun Jan 1 18:52:41 MST 2023 === packet_recv.o ok === Sun Jan 1 18:52:41 MST 2023 === packet_send.o ok === Sun Jan 1 18:52:41 MST 2023 === packet_unimplemented.o ok === Sun Jan 1 18:52:41 MST 2023 === packetparser.o ok === Sun Jan 1 18:52:41 MST 2023 === porttostr.o ok === Sun Jan 1 18:52:41 MST 2023 === randommod.o ok === Sun Jan 1 18:52:41 MST 2023 === readall.o ok === Sun Jan 1 18:52:41 MST 2023 === savesync.o ok === Sun Jan 1 18:52:41 MST 2023 === ssh.o ok === Sun Jan 1 18:52:41 MST 2023 === sshcrypto.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_cipher.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_cipher_chachapoly.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_kex.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_kex_curve25519.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_kex_sntrup761x25519.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_key.o ok === Sun Jan 1 18:52:42 MST 2023 === sshcrypto_key_ed25519.o ok === Sun Jan 1 18:52:42 MST 2023 === str.o ok === Sun Jan 1 18:52:42 MST 2023 === stringparser.o ok === Sun Jan 1 18:52:42 MST 2023 === subprocess_auth.o ok === Sun Jan 1 18:52:42 MST 2023 === subprocess_sign.o ok === Sun Jan 1 18:52:42 MST 2023 === tinysshd.o ok === Sun Jan 1 18:52:42 MST 2023 === tinysshd-makekey.o ok === Sun Jan 1 18:52:43 MST 2023 === tinysshd-printkey.o ok === Sun Jan 1 18:52:43 MST 2023 === trymlock.o ok === Sun Jan 1 18:52:43 MST 2023 === writeall.o ok === Sun Jan 1 18:52:43 MST 2023 === tinysshd.o ok === Sun Jan 1 18:52:43 MST 2023 === tinysshnoneauthd.o ok === Sun Jan 1 18:52:43 MST 2023 === tinysshd-makekey.o ok === Sun Jan 1 18:52:43 MST 2023 === tinysshd-printkey.o ok === Sun Jan 1 18:52:43 MST 2023 === finishing === Sun Jan 1 18:52:43 MST 2023 === starting tinyssh === Sun Jan 1 18:52:43 MST 2023 === tinysshd ok === Sun Jan 1 18:52:43 MST 2023 === tinysshnoneauthd ok === Sun Jan 1 18:52:43 MST 2023 === tinysshd-makekey ok === Sun Jan 1 18:52:43 MST 2023 === tinysshd-printkey ok === Sun Jan 1 18:52:43 MST 2023 === finishing === Sun Jan 1 18:52:43 MST 2023 === starting manpages === Sun Jan 1 18:52:43 MST 2023 === finishing make[1]: Leaving directory '/tmp/instance-8/output-1/build/tinyssh-20220801' >>> tinyssh 20220801 Installing to target /home/autobuild/make/make -j1 DESTDIR="/tmp/instance-8/output-1/target" -C /tmp/instance-8/output-1/build/tinyssh-20220801 install make[1]: Entering directory '/tmp/instance-8/output-1/build/tinyssh-20220801' sh -e make-install.sh /tmp/instance-8/output-1/target === Sun Jan 1 18:52:43 MST 2023 === installing bin directory /tmp/instance-8/output-1/target/usr/sbin === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/bin/tinysshd -> /tmp/instance-8/output-1/target/usr/sbin/tinysshd === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/bin/tinysshd-makekey -> /tmp/instance-8/output-1/target/usr/sbin/tinysshd-makekey === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/bin/tinysshd-printkey -> /tmp/instance-8/output-1/target/usr/sbin/tinysshd-printkey === Sun Jan 1 18:52:43 MST 2023 === finishing === Sun Jan 1 18:52:43 MST 2023 === installing man directory /tmp/instance-8/output-1/target/usr/share/man === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/man/tinysshd-makekey.8 -> /tmp/instance-8/output-1/target/usr/share/man/man8/tinysshd-makekey.8 === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/man/tinysshd-printkey.8 -> /tmp/instance-8/output-1/target/usr/share/man/man8/tinysshd-printkey.8 === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/man/tinysshd.8 -> /tmp/instance-8/output-1/target/usr/share/man/man8/tinysshd.8 === Sun Jan 1 18:52:43 MST 2023 === installing /tmp/instance-8/output-1/build/tinyssh-20220801/build/man/tinysshnoneauthd.8 -> /tmp/instance-8/output-1/target/usr/share/man/man8/tinysshnoneauthd.8 === Sun Jan 1 18:52:43 MST 2023 === finishing make[1]: Leaving directory '/tmp/instance-8/output-1/build/tinyssh-20220801' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-8/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_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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@%/tmp/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-8/output-1/host/mips64el-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-8/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-8/output-1/host/bin/mips64el-buildroot-linux-uclibc-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@%'-O1', '-g0'%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@%/tmp/instance-8/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-8/output-1/host/mips64el-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-8/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-8/output-1/host/etc/meson/cross-compilation.conf rm -rf /tmp/instance-8/output-1/target/usr/share/lua/5.3/doc rm -rf /tmp/instance-8/output-1/target/usr/lib/luarocks mkdir -p /tmp/instance-8/output-1/target/etc echo "buildroot" > /tmp/instance-8/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-8/output-1/target/etc/hosts mkdir -p /tmp/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-8/output-1/target/etc/shadow rm -f /tmp/instance-8/output-1/target/bin/sh if [ -x /tmp/instance-8/output-1/target/sbin/swapon -a -x /tmp/instance-8/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-8/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-8/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-8/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-8/output-1/target/etc/inittab rm -rf /tmp/instance-8/output-1/target/usr/include /tmp/instance-8/output-1/target/usr/share/aclocal \ /tmp/instance-8/output-1/target/usr/lib/pkgconfig /tmp/instance-8/output-1/target/usr/share/pkgconfig \ /tmp/instance-8/output-1/target/usr/lib/cmake /tmp/instance-8/output-1/target/usr/share/cmake \ /tmp/instance-8/output-1/target/usr/lib/rpm /tmp/instance-8/output-1/target/usr/doc find /tmp/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-8/output-1/target/lib/ /tmp/instance-8/output-1/target/usr/lib/ /tmp/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-8/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-8/output-1/target/usr/share/gdb rm -rf /tmp/instance-8/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-8/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-8/output-1/target/usr/share/zsh rm -rf /tmp/instance-8/output-1/target/usr/man /tmp/instance-8/output-1/target/usr/share/man rm -rf /tmp/instance-8/output-1/target/usr/info /tmp/instance-8/output-1/target/usr/share/info rm -rf /tmp/instance-8/output-1/target/usr/doc /tmp/instance-8/output-1/target/usr/share/doc rm -rf /tmp/instance-8/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-8/output-1/target/lib/debug /tmp/instance-8/output-1/target/usr/lib/debug find /tmp/instance-8/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 /tmp/instance-8/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-8/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-8/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-737-gacaae6c39b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-8/output-1/per-package /tmp/instance-8/buildroot/support/scripts/fix-rpath target touch /tmp/instance-8/output-1/target/usr ln -snf /tmp/instance-8/output-1/host/mips64el-buildroot-linux-uclibc/sysroot /tmp/instance-8/output-1/staging make: Leaving directory '/tmp/instance-8/buildroot' make: Entering directory '/tmp/instance-8/buildroot' >>> Buildroot 2022.11-737-gacaae6c39b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.4.0 Collecting legal info >>> linux-headers 6.1.1 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 >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> easy-rsa 3.1.1 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> initscripts Collecting legal info >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> luainterpreter Collecting legal info >>> openssl Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-8/output-1/legal-info make: Leaving directory '/tmp/instance-8/buildroot'