make[2]: Leaving directory '/home/autobuild/autobuild/instance-17/output-1/build/stunnel-5.71/src' Making all in doc make[2]: Entering directory '/home/autobuild/autobuild/instance-17/output-1/build/stunnel-5.71/doc' sed -e 's|@bindir[@]|/usr/bin|g' -e 's|@sysconfdir[@]|/etc|g' -e 's|\\f(CI@sysconfdir\\fI@|/etc|g' -e '\|^>> sysvinit 3.04 Extracting xzcat /home/autobuild/autobuild/instance-17/dl/sysvinit/sysvinit-3.04.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-17/output-1/build/sysvinit-3.04 -xf - >>> sysvinit 3.04 Patching Applying 0001-Makefile-disable-stack-protector-strong.patch using patch: patching file src/Makefile >>> sysvinit 3.04 Configuring >>> sysvinit 3.04 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-17/output-1/host/bin:/home/autobuild/autobuild/instance-17/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ar" AS="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-as" LD="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-ld" NM="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-nm" CC="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc" GCC="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc" CPP="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-cpp" CXX="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-g++" FC="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gfortran" F77="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gfortran" RANLIB="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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/home/autobuild/autobuild/instance-17/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-17/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-17/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-17/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-17/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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 -Ofast -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " LDFLAGS="" FCFLAGS=" -Ofast -g0" FFLAGS=" -Ofast -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-17/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-17/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j1 SYSROOT=/home/autobuild/autobuild/instance-17/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot -C /home/autobuild/autobuild/instance-17/output-1/build/sysvinit-3.04/src make[1]: Entering directory '/home/autobuild/autobuild/instance-17/output-1/build/sysvinit-3.04/src' /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 In function 'check_kernel_console', inlined from 'read_inittab' at init.c:1702:3: init.c:1396:41: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 1396 | strncpy(id, dev, sizeof(id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ init.c:1394:41: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 28 [-Wstringop-truncation] 1394 | strncpy(id, dev+3, sizeof(id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 utmp.c: In function 'write_utmp': utmp.c:209:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:209:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:218:19: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 218 | if (line) strncpy(utmp.ut_line, line, UT_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c: In function 'write_wtmp': utmp.c:131:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 131 | strncpy(utmp.ut_name, user, sizeof(utmp.ut_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:132:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 132 | strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:133:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 133 | strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc init.o init_utmp.o runlevellog.o -o init /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 utmp.c: In function 'write_utmp.constprop': utmp.c:209:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:218:19: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 218 | if (line) strncpy(utmp.ut_line, line, UT_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c: In function 'write_wtmp': utmp.c:131:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 131 | strncpy(utmp.ut_name, user, sizeof(utmp.ut_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:132:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 132 | strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:133:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 133 | strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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:34: warning: variable 'tp' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 161 | FILE *tp; | ^~ dowall.c:170:33: warning: variable 'fd' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 170 | int fd, flags; | ^~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc shutdown.o dowall.o utmp.o -o shutdown /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc runlevel.o runlevellog.o -o runlevel /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 killall5.c: In function 'check4nfs': killall5.c:442:12: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 442 | strncpy(real, curr, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc fstab-decode.o -o fstab-decode /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc logsave.o -o logsave /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc sulogin.o consoles.o -lcrypt -o sulogin /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc bootlogd.o -lutil -o bootlogd /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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:33: 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:25: 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ last.c: In function 'list': last.c:467:17: warning: 'strncat' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 467 | strncat(domain, p->ut_host, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc last.o -o last /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc mesg.o -o mesg /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc readbootlog.o -o readbootlog /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 utmpdump.c: In function 'newtoold': utmpdump.c:70:9: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 31 [-Wstringop-truncation] 70 | strncpy(dest.ut_line, src.ut_line, OLD_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmpdump.c:71:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 71 | strncpy(dest.ut_user, src.ut_user, OLD_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmpdump.c:72:9: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 255 [-Wstringop-truncation] 72 | strncpy(dest.ut_host, src.ut_host, OLD_HOSTSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'newtoold', inlined from 'undump' at utmpdump.c:245:31: utmpdump.c:70:9: warning: 'strncpy' output may be truncated copying 12 bytes from a string of length 31 [-Wstringop-truncation] 70 | strncpy(dest.ut_line, src.ut_line, OLD_LINESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmpdump.c:71:9: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 71 | strncpy(dest.ut_user, src.ut_user, OLD_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmpdump.c:72:9: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 255 [-Wstringop-truncation] 72 | strncpy(dest.ut_host, src.ut_host, OLD_HOSTSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc utmpdump.o -o utmpdump /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -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 /home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc wall.o dowall.o -o wall make[1]: Leaving directory '/home/autobuild/autobuild/instance-17/output-1/build/sysvinit-3.04/src' >>> sysvinit 3.04 Installing to target for x in halt init shutdown killall5; do /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-17/output-1/build/sysvinit-3.04/src/$x /home/autobuild/autobuild/instance-17/output-1/target/sbin/$x || exit 1; done /usr/bin/install -D -m 0644 package/sysvinit/inittab /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab ln -sf /sbin/halt /home/autobuild/autobuild/instance-17/output-1/target/sbin/reboot ln -sf /sbin/halt /home/autobuild/autobuild/instance-17/output-1/target/sbin/poweroff ln -sf killall5 /home/autobuild/autobuild/instance-17/output-1/target/sbin/pidof >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-17/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-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', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-17/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-17/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-17/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-17/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-17/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-17/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-17/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-17/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-17/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-17/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-17/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-17/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-17/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-17/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-17/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-17/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-17/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-17/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-17/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-17/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-17/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-17/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-17/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-17/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/include /home/autobuild/autobuild/instance-17/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-17/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-17/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-17/output-1/target/usr/doc find /home/autobuild/autobuild/instance-17/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-17/output-1/target/lib/ /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-17/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-17/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/man /home/autobuild/autobuild/instance-17/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/info /home/autobuild/autobuild/instance-17/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/doc /home/autobuild/autobuild/instance-17/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-17/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-17/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-17/output-1/target/lib/debug /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-17/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-17/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-17/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-17/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-17/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc1-38-gc025a655c6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-17/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-17/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-17/output-1/per-package \ /home/autobuild/autobuild/instance-17/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-17/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-17/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot /home/autobuild/autobuild/instance-17/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-17/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-17/buildroot' >>> Buildroot 2024.08-rc1-38-gc025a655c6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 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.3.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.50 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.10.3 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.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> dfu-programmer 1.1.0 Collecting legal info COPYING: OK (sha256: d8fb44c26fecbb2b8a368a6c0ed4f5478a401fab03744325407736a80383af76) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dhrystone 2 Collecting legal info >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> graphene 1.10.8 Collecting legal info LICENSE.txt: OK (sha256: cfd9fd7b2be592d2c0910d32dc1d8910c08dc0670b1d9ce417a82fa9eb788df9) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> initscripts Collecting legal info >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libiio 0.25 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libssh 0.10.6 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> openssl Collecting legal info >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> libvncserver 0.9.14 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-minisign 0.11 Collecting legal info LICENSE: OK (sha256: d775d155cbf31638714c31c6f990f9fdc5f07998d91e42d1bf15483bd2d1706b) >>> host-libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> paho-mqtt-c 1.3.13 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pipewire 0.3.81 Collecting legal info COPYING: OK (sha256: 8909c319a7e27dbb33a15b9035f89ab3b7b2f6a12f8bcddc755206a8db1ada44) LICENSE: OK (sha256: be4be5d77424833edf31f53fc1f1cecb6996b9e2d747d9e6fb8f878362ebc92b) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> rsyslog 8.2402.0 Collecting legal info COPYING: OK (sha256: 054b3a047d9232376a46b87356b19b0c0c2924cb5e6911ab96a01fc4b515f083) COPYING.LESSER: OK (sha256: 4038442ca5bde8ffd243cfc235cb4455e7d618d47558ea3d8284733f71d904ed) COPYING.ASL20: OK (sha256: 8743ad560dea1229d4f46cd603e10874db41a27f3c74f64e958ef123f3943fab) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml-parser-perl 2.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> stunnel 5.71 Collecting legal info COPYING.md: OK (sha256: c172514e95e387eb4c77cdfbb55b635bf96e2dfcb85d785d993f64c40c4f89c4) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) WARNING: the Buildroot source code has not been saved WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-17/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-17/buildroot'