utmp.c:70:17: warning: unused variable 'tv' [-Wunused-variable] 70 | struct timeval tv; | ^~ utmp.c: In function 'write_utmp': utmp.c:162:17: warning: unused variable 'tv' [-Wunused-variable] 162 | struct timeval tv; | ^~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 utmp.c:209:2: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:209:2: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:218:12: 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:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 131 | strncpy(utmp.ut_name, user, sizeof(utmp.ut_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:132:2: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 132 | strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:133:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 133 | strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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_wtmp': utmp.c:70:17: warning: unused variable 'tv' [-Wunused-variable] 70 | struct timeval tv; | ^~ utmp.c: In function 'write_utmp': utmp.c:162:17: warning: unused variable 'tv' [-Wunused-variable] 162 | struct timeval tv; | ^~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 utmp.c: In function 'write_utmp.constprop': utmp.c:209:2: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 209 | strncpy(utmp.ut_id, id, sizeof(utmp.ut_id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:217:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 217 | strncpy(utmp.ut_user, user, UT_NAMESIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:218:12: 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:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 131 | strncpy(utmp.ut_name, user, sizeof(utmp.ut_name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:132:2: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 132 | strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utmp.c:133:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 133 | strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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; | ^~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -ansi -fomit-frame-pointer -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE -DVERSION=\"\" -static killall5.c -o killall5 /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 In function 'check_kernel_console', inlined from 'read_inittab' at init.c:1701:3: init.c:1393:6: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation] 1393 | strncpy(id, dev, sizeof(id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ init.c:1391:6: warning: 'strncpy' output may be truncated copying 8 bytes from a string of length 28 [-Wstringop-truncation] 1391 | strncpy(id, dev+3, sizeof(id)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ killall5.c: In function 'check4nfs': killall5.c:447:12: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 447 | strncpy(real, curr, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 'list': last.c:462:50: warning: pointer targets in passing argument 4 of 'dns_lookup' differ in signedness [-Wpointer-sign] 462 | r = dns_lookup(domain, sizeof(domain), useip, p->ut_addr_v6); | ~^~~~~~~~~~~~ | | | unsigned int * last.c:320:60: note: expected 'int32_t *' {aka 'int *'} but argument is of type 'unsigned int *' 320 | int dns_lookup(char *result, int size, int useip, int32_t *a) | ~~~~~~~~~^ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 last.c: In function 'list': last.c:467:3: 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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -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 utmpdump.c: In function 'newtoold': utmpdump.c:70:2: 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:2: 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:2: 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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static halt.o ifdown.o hddown.o utmp.o runlevellog.o -o halt /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static shutdown.o dowall.o utmp.o -o shutdown In function 'newtoold', inlined from 'undump' at utmpdump.c:245:31: utmpdump.c:70:2: 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:2: 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:2: 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/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static runlevel.o runlevellog.o -o runlevel /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static fstab-decode.o -o fstab-decode /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static logsave.o -o logsave /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static sulogin.o consoles.o -lcrypt -o sulogin /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static bootlogd.o -lutil -o bootlogd /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static last.o -o last /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static mesg.o -o mesg /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static readbootlog.o -o readbootlog /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static utmpdump.o -o utmpdump /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static wall.o dowall.o -o wall /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc -static init.o init_utmp.o runlevellog.o -o init make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/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 /home/buildroot/autobuild/instance-1/output-1/build/sysvinit-2.99/src/$x /home/buildroot/autobuild/instance-1/output-1/target/sbin/$x || exit 1; done /usr/bin/install -D -m 0644 package/sysvinit/inittab /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab ln -sf /sbin/halt /home/buildroot/autobuild/instance-1/output-1/target/sbin/reboot ln -sf /sbin/halt /home/buildroot/autobuild/instance-1/output-1/target/sbin/poweroff ln -sf killall5 /home/buildroot/autobuild/instance-1/output-1/target/sbin/pidof tinyssh-20210601.tar.gz: OK (sha256: 2a051437878998c7782d9d38ef13e5e7a76435ae6b9c3e9ec492c3a567bd6314) >>> tinyssh 20210601 Extracting gzip -d -c /home/buildroot/autobuild/instance-1/dl/tinyssh/tinyssh-20210601.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601 -xf - >>> tinyssh 20210601 Patching >>> tinyssh 20210601 Configuring >>> tinyssh 20210601 Building PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC="/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601 cross-compile make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601' sh -e make-tinysshcc.sh === Tue Jul 19 12:01:01 UTC 2022 === obtaining compiler === Tue Jul 19 12:01:01 UTC 2022 === /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc ok === Tue Jul 19 12:01:01 UTC 2022 === finishing === Tue Jul 19 12:01:01 UTC 2022 === obtaining ar === Tue Jul 19 12:01:01 UTC 2022 === ar ok === Tue Jul 19 12:01:01 UTC 2022 === finishing === Tue Jul 19 12:01:01 UTC 2022 === checking compiler options === Tue Jul 19 12:01:01 UTC 2022 === -pedantic ok === Tue Jul 19 12:01:01 UTC 2022 === -Wall ok === Tue Jul 19 12:01:01 UTC 2022 === -Wno-long-long ok === Tue Jul 19 12:01:01 UTC 2022 === -Wno-overlength-strings ok === Tue Jul 19 12:01:01 UTC 2022 === -Wno-unused-function ok === Tue Jul 19 12:01:01 UTC 2022 === -Wshadow ok === Tue Jul 19 12:01:01 UTC 2022 === -Wdeclaration-after-statement ok === Tue Jul 19 12:01:01 UTC 2022 === -Wwrite-strings ok === Tue Jul 19 12:01:02 UTC 2022 === -Wmissing-declarations ok === Tue Jul 19 12:01:02 UTC 2022 === -Wmissing-prototypes ok === Tue Jul 19 12:01:02 UTC 2022 === -Wstrict-prototypes ok === Tue Jul 19 12:01:02 UTC 2022 === -Wunused-value ok === Tue Jul 19 12:01:02 UTC 2022 === -Wunused-parameter ok === Tue Jul 19 12:01:02 UTC 2022 === -Wundef ok === Tue Jul 19 12:01:02 UTC 2022 === -fstack-protector-strong ok === Tue Jul 19 12:01:02 UTC 2022 === -fwrapv ok === Tue Jul 19 12:01:02 UTC 2022 === -fno-strict-overflow ok === Tue Jul 19 12:01:03 UTC 2022 === -Os ok === Tue Jul 19 12:01:03 UTC 2022 === -fomit-frame-pointer ok === Tue Jul 19 12:01:03 UTC 2022 === -funroll-loops ok === Tue Jul 19 12:01:03 UTC 2022 === /home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-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 -fstack-protector-strong -fwrapv -fno-strict-overflow -Os -fomit-frame-pointer -funroll-loops === Tue Jul 19 12:01:03 UTC 2022 === finishing === Tue Jul 19 12:01:03 UTC 2022 === checking libs === Tue Jul 19 12:01:03 UTC 2022 === -lutil ok === Tue Jul 19 12:01:03 UTC 2022 === -lsocket -lnsl failed === Tue Jul 19 12:01:03 UTC 2022 === finishing === Tue Jul 19 12:01:03 UTC 2022 === checking $LIBS === Tue Jul 19 12:01:03 UTC 2022 === finishing === Tue Jul 19 12:01:03 UTC 2022 === building sysdep headers === Tue Jul 19 12:01:03 UTC 2022 === hasasmvolatilememory.h hasasmvolatilememory.h-yes === Tue Jul 19 12:01:03 UTC 2022 === hasmlock.h hasmlock.h-yes === Tue Jul 19 12:01:03 UTC 2022 === haslibutilh.h default.h-no === Tue Jul 19 12:01:03 UTC 2022 === hasutilh.h default.h-no === Tue Jul 19 12:01:03 UTC 2022 === hasopenpty.h hasopenpty.h-yes === Tue Jul 19 12:01:03 UTC 2022 === haslogintty.h haslogintty.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmpx.h hasutmpx.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmpxupdwtmpx.h hasutmpxupdwtmpx.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmpxsyslen.h default.h-no === Tue Jul 19 12:01:04 UTC 2022 === hasutmp.h hasutmp.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmpname.h hasutmpname.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmpuser.h hasutmpuser.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmphost.h hasutmphost.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmptime.h hasutmptime.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmptv.h hasutmptv.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmppid.h hasutmppid.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmptype.h hasutmptype.h-yes === Tue Jul 19 12:01:04 UTC 2022 === hasutmplogwtmp.h default.h-no === Tue Jul 19 12:01:04 UTC 2022 === hasutmploginlogout.h default.h-no === Tue Jul 19 12:01:04 UTC 2022 === haslimits.h haslimits.h-yes === Tue Jul 19 12:01:04 UTC 2022 === finishing === Tue Jul 19 12:01:04 UTC 2022 === starting crypto lib === Tue Jul 19 12:01:06 UTC 2022 === libtinynacl.a ok === Tue Jul 19 12:01:06 UTC 2022 === finishing === Tue Jul 19 12:01:06 UTC 2022 === starting crypto headers === Tue Jul 19 12:01:06 UTC 2022 === finishing === Tue Jul 19 12:01:06 UTC 2022 === starting tinyssh objects === Tue Jul 19 12:01:06 UTC 2022 === blocking.o ok === Tue Jul 19 12:01:07 UTC 2022 === buf.o ok === Tue Jul 19 12:01:07 UTC 2022 === byte.o ok === Tue Jul 19 12:01:07 UTC 2022 === channel.o ok === Tue Jul 19 12:01:07 UTC 2022 === channel_drop.o ok === Tue Jul 19 12:01:07 UTC 2022 === channel_fork.o ok === Tue Jul 19 12:01:07 UTC 2022 === channel_forkpty.o ok === Tue Jul 19 12:01:07 UTC 2022 === channel_subsystem.o ok === Tue Jul 19 12:01:07 UTC 2022 === coe.o ok === Tue Jul 19 12:01:07 UTC 2022 === connectioninfo.o ok === Tue Jul 19 12:01:07 UTC 2022 === die.o ok === Tue Jul 19 12:01:07 UTC 2022 === dropuidgid.o ok === Tue Jul 19 12:01:07 UTC 2022 === e.o ok === Tue Jul 19 12:01:07 UTC 2022 === env.o ok === Tue Jul 19 12:01:07 UTC 2022 === getln.o ok === Tue Jul 19 12:01:07 UTC 2022 === global.o ok === Tue Jul 19 12:01:08 UTC 2022 === iptostr.o ok === Tue Jul 19 12:01:08 UTC 2022 === load.o ok === Tue Jul 19 12:01:08 UTC 2022 === log.o ok === Tue Jul 19 12:01:08 UTC 2022 === loginshell.o ok === Tue Jul 19 12:01:08 UTC 2022 === logsys.o ok === Tue Jul 19 12:01:08 UTC 2022 === main_tinysshd.o ok === Tue Jul 19 12:01:08 UTC 2022 === main_tinysshd_makekey.o ok === Tue Jul 19 12:01:08 UTC 2022 === main_tinysshd_printkey.o ok === Tue Jul 19 12:01:08 UTC 2022 === newenv.o ok === Tue Jul 19 12:01:08 UTC 2022 === numtostr.o ok === Tue Jul 19 12:01:08 UTC 2022 === open.o ok === Tue Jul 19 12:01:08 UTC 2022 === packet.o ok === Tue Jul 19 12:01:08 UTC 2022 === packet_auth.o ok === Tue Jul 19 12:01:08 UTC 2022 === packet_channel_open.o ok === Tue Jul 19 12:01:08 UTC 2022 === packet_channel_recv.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_channel_request.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_channel_send.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_get.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_hello.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_kex.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_kexdh.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_put.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_recv.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_send.o ok === Tue Jul 19 12:01:09 UTC 2022 === packet_unimplemented.o ok === Tue Jul 19 12:01:09 UTC 2022 === packetparser.o ok === Tue Jul 19 12:01:09 UTC 2022 === porttostr.o ok === Tue Jul 19 12:01:09 UTC 2022 === randommod.o ok === Tue Jul 19 12:01:09 UTC 2022 === readall.o ok === Tue Jul 19 12:01:09 UTC 2022 === savesync.o ok === Tue Jul 19 12:01:09 UTC 2022 === ssh.o ok === Tue Jul 19 12:01:09 UTC 2022 === sshcrypto.o ok === Tue Jul 19 12:01:09 UTC 2022 === sshcrypto_cipher.o ok === Tue Jul 19 12:01:09 UTC 2022 === sshcrypto_cipher_chachapoly.o ok === Tue Jul 19 12:01:09 UTC 2022 === sshcrypto_kex.o ok === Tue Jul 19 12:01:10 UTC 2022 === sshcrypto_kex_curve25519.o ok === Tue Jul 19 12:01:10 UTC 2022 === sshcrypto_kex_sntrup761x25519.o ok === Tue Jul 19 12:01:10 UTC 2022 === sshcrypto_key.o ok === Tue Jul 19 12:01:10 UTC 2022 === sshcrypto_key_ed25519.o ok === Tue Jul 19 12:01:10 UTC 2022 === str.o ok === Tue Jul 19 12:01:10 UTC 2022 === stringparser.o ok === Tue Jul 19 12:01:10 UTC 2022 === subprocess_auth.o ok === Tue Jul 19 12:01:10 UTC 2022 === subprocess_sign.o ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd.o ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd-makekey.o ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd-printkey.o ok === Tue Jul 19 12:01:10 UTC 2022 === trymlock.o ok === Tue Jul 19 12:01:10 UTC 2022 === writeall.o ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd.o ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd-makekey.o ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd-printkey.o ok === Tue Jul 19 12:01:10 UTC 2022 === finishing === Tue Jul 19 12:01:10 UTC 2022 === starting tinyssh === Tue Jul 19 12:01:10 UTC 2022 === tinysshd ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd-makekey ok === Tue Jul 19 12:01:10 UTC 2022 === tinysshd-printkey ok === Tue Jul 19 12:01:10 UTC 2022 === finishing === Tue Jul 19 12:01:10 UTC 2022 === starting manpages === Tue Jul 19 12:01:10 UTC 2022 === finishing make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601' >>> tinyssh 20210601 Installing to target /usr/bin/make -j4 DESTDIR="/home/buildroot/autobuild/instance-1/output-1/target" -C /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601 install make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601' sh -e make-install.sh /home/buildroot/autobuild/instance-1/output-1/target === Tue Jul 19 12:01:10 UTC 2022 === installing bin directory /home/buildroot/autobuild/instance-1/output-1/target/usr/sbin === Tue Jul 19 12:01:10 UTC 2022 === installing /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601/build/bin/tinysshd -> /home/buildroot/autobuild/instance-1/output-1/target/usr/sbin/tinysshd === Tue Jul 19 12:01:10 UTC 2022 === installing /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601/build/bin/tinysshd-makekey -> /home/buildroot/autobuild/instance-1/output-1/target/usr/sbin/tinysshd-makekey === Tue Jul 19 12:01:10 UTC 2022 === installing /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601/build/bin/tinysshd-printkey -> /home/buildroot/autobuild/instance-1/output-1/target/usr/sbin/tinysshd-printkey === Tue Jul 19 12:01:10 UTC 2022 === finishing === Tue Jul 19 12:01:10 UTC 2022 === installing man directory /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man === Tue Jul 19 12:01:10 UTC 2022 === installing /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601/build/man/tinysshd-makekey.1 -> /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1/tinysshd-makekey.1 === Tue Jul 19 12:01:10 UTC 2022 === installing /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601/build/man/tinysshd-printkey.1 -> /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man1/tinysshd-printkey.1 === Tue Jul 19 12:01:10 UTC 2022 === installing /home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601/build/man/tinysshd.8 -> /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man/man8/tinysshd.8 === Tue Jul 19 12:01:10 UTC 2022 === finishing make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/tinyssh-20210601' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%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@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/powerpc64le-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/powerpc64le-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%power8%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/powerpc64le-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-1/output-1/target/bin/sh if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/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/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-465-g079fccdee5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkcramfs -L /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.cramfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/cramfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /home/buildroot/autobuild/instance-1/output-1/host/powerpc64le-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-465-g079fccdee5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-skeleton Collecting legal info >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> initscripts Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> musl-compat-headers Collecting legal info >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-sentry-cli 1.59.0 Collecting legal info LICENSE: OK (sha256: 9503def7b54ceb6e3cd182fd59bc05d3a30d7eae481e65aaba4b495133c83c14) >>> host-rustc Collecting legal info >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'