os_unix.c: In function 'catch_sigint': os_unix.c:903:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 903 | signal(SIGINT, (void (*)())catch_sigint); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'catch_sigusr1': os_unix.c:913:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 913 | signal(SIGUSR1, (void (*)())catch_sigusr1); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'catch_sigpwr': os_unix.c:923:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 923 | signal(SIGPWR, (void (*)())catch_sigpwr); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'mch_init': os_unix.c:1367:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1367 | ignore_sigtstp = restricted || SIG_IGN == signal(SIGTSTP, SIG_ERR); | ^~~~~~~~~~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'set_signals': os_unix.c:1386:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1386 | signal(SIGWINCH, (void (*)())sig_winch); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c:1394:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1394 | signal(SIGTSTP, ignore_sigtstp ? SIG_IGN | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c:1401:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1401 | signal(SIGCONT, sigcont_handler); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c:1407:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1407 | signal(SIGPIPE, SIG_IGN); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c:1418:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1418 | signal(SIGUSR1, (void (*)())catch_sigusr1); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c:1425:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1425 | signal(SIGALRM, SIG_IGN); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c:1433:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1433 | signal(SIGPWR, (void (*)())catch_sigpwr); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'catch_int_signal': os_unix.c:1457:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1457 | signal(SIGINT, (void (*)())catch_sigint); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'reset_signals': os_unix.c:1467:5: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1467 | signal(SIGCONT, SIG_DFL); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'catch_signals': os_unix.c:1517:13: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 1517 | signal(signal_info[i].sig, | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'may_core_dump': os_unix.c:3518:9: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 3518 | signal(deadly_signal, SIG_DFL); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ os_unix.c: In function 'mch_call_shell_fork': os_unix.c:4820:21: warning: 'sigset' is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 4820 | signal(SIGHUP, SIG_IGN); | ^~~~~~ In file included from /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/sys/param.h:28, from os_unix.h:60, from vim.h:238, from os_unix.c:21: /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/include/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmenu.o popupmenu.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupwin.o popupwin.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/profiler.o profiler.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/register.o register.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/scriptfile.o scriptfile.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/session.o session.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sign.o sign.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sound.o sound.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellfile.o spellfile.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellsuggest.o spellsuggest.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/strings.o strings.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/terminal.o terminal.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/testing.o testing.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textformat.o textformat.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textobject.o textobject.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textprop.o textprop.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/time.o time.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/typval.o typval.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/usercmd.o usercmd.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/userfunc.o userfunc.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9cmds.o vim9cmds.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9compile.o vim9compile.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9execute.o vim9execute.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9expr.o vim9expr.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9instr.o vim9instr.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9script.o vim9script.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/vim9type.o vim9type.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/viminfo.o viminfo.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/bufwrite.o bufwrite.c /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g1 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. /nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc -Wl,--as-needed -o vim objects/alloc.o objects/arabic.o objects/arglist.o objects/autocmd.o objects/beval.o objects/buffer.o objects/change.o objects/blob.o objects/blowfish.o objects/cindent.o objects/clientserver.o objects/clipboard.o objects/cmdexpand.o objects/cmdhist.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/drawline.o objects/drawscreen.o objects/edit.o objects/eval.o objects/evalbuffer.o objects/evalfunc.o objects/evalvars.o objects/evalwindow.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/filepath.o objects/findfile.o objects/float.o objects/fold.o objects/getchar.o objects/gui_xim.o objects/hardcopy.o objects/hashtab.o objects/help.o objects/highlight.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/locale.o objects/map.o objects/mark.o objects/match.o objects/mbyte.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/mouse.o objects/move.o objects/normal.o objects/ops.o objects/option.o objects/optionstr.o objects/os_unix.o objects/pathdef.o objects/popupmenu.o objects/popupwin.o objects/profiler.o objects/pty.o objects/quickfix.o objects/regexp.o objects/register.o objects/screen.o objects/scriptfile.o objects/search.o objects/session.o objects/sha256.o objects/sign.o objects/sound.o objects/spell.o objects/spellfile.o objects/spellsuggest.o objects/strings.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/testing.o objects/textformat.o objects/textobject.o objects/textprop.o objects/time.o objects/typval.o objects/ui.o objects/undo.o objects/usercmd.o objects/userfunc.o objects/version.o objects/vim9cmds.o objects/vim9compile.o objects/vim9execute.o objects/vim9expr.o objects/vim9instr.o objects/vim9script.o objects/vim9type.o objects/viminfo.o objects/window.o objects/bufwrite.o objects/vterm_encoding.o objects/vterm_keyboard.o objects/vterm_mouse.o objects/vterm_parser.o objects/vterm_pen.o objects/vterm_screen.o objects/vterm_state.o objects/vterm_unicode.o objects/vterm_vterm.o objects/netbeans.o objects/job.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/main.o objects/memfile.o objects/message.o -lm -lncurses link.sh: Linked fine make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' >>> vim 9.0.0453 Installing to target cd /nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src; PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j2 DESTDIR=/nvmedata/autobuild/instance-11/output-1/target installvimbin; PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j2 DESTDIR=/nvmedata/autobuild/instance-11/output-1/target installtools; PATH="/nvmedata/autobuild/instance-11/output-1/host/bin:/nvmedata/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j2 DESTDIR=/nvmedata/autobuild/instance-11/output-1/target installlinks make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' if test -f /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vim; then \ mv -f /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vim /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vim.rm; \ rm -f /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vim.rm; \ fi cp vim /nvmedata/autobuild/instance-11/output-1/target/usr/bin /bin/true /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vim chmod 755 /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vim make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' /bin/sh install-sh -c -d /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim /bin/sh install-sh -c -d /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90 chmod 755 /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim chmod 755 /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90 /bin/sh install-sh -c -d /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools chmod 755 /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools if test -f /nvmedata/autobuild/instance-11/output-1/target/usr/bin/xxd; then \ mv -f /nvmedata/autobuild/instance-11/output-1/target/usr/bin/xxd /nvmedata/autobuild/instance-11/output-1/target/usr/bin/xxd.rm; \ rm -f /nvmedata/autobuild/instance-11/output-1/target/usr/bin/xxd.rm; \ fi cp xxd/xxd /nvmedata/autobuild/instance-11/output-1/target/usr/bin /bin/true /nvmedata/autobuild/instance-11/output-1/target/usr/bin/xxd chmod 755 /nvmedata/autobuild/instance-11/output-1/target/usr/bin/xxd /bin/sh ./installman.sh xxd /nvmedata/autobuild/instance-11/output-1/target/usr/share/man/man1 "" /usr/share/vim /usr/share/vim/vim90 /usr/share/vim ../runtime/doc 644 vim vimdiff evim installing /nvmedata/autobuild/instance-11/output-1/target/usr/share/man/man1/xxd.1 cp -r ../runtime/tools/* /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools cvs=`find /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools \( -name CVS -o -name AAPDIR \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi chmod 644 /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools/* perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools/efm_perl.pl awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools/mve.awk; fi; fi chmod 755 `grep -l "^#!" /nvmedata/autobuild/instance-11/output-1/target/usr/share/vim/vim90/tools/*` make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' make[1]: Entering directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' cd /nvmedata/autobuild/instance-11/output-1/target/usr/bin; ln -s vim ex cd /nvmedata/autobuild/instance-11/output-1/target/usr/bin; ln -s vim view cd /nvmedata/autobuild/instance-11/output-1/target/usr/bin; ln -s vim rvim cd /nvmedata/autobuild/instance-11/output-1/target/usr/bin; ln -s vim rview cd /nvmedata/autobuild/instance-11/output-1/target/usr/bin; ln -s vim vimdiff make[1]: Leaving directory '/nvmedata/autobuild/instance-11/output-1/build/vim-9.0.0453/src' ln -sf vim /nvmedata/autobuild/instance-11/output-1/target/usr/bin/vi >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g1', '-D_FORTIFY_SOURCE=2'@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', '-g1', '-D_FORTIFY_SOURCE=2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g1'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%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@%/nvmedata/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-11/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g1'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g1', '-D_FORTIFY_SOURCE=2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g1', '-D_FORTIFY_SOURCE=2'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /nvmedata/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /nvmedata/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/dash" >> /nvmedata/autobuild/instance-11/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-11/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-11/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-11/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-11/output-1/target/etc/shells ln -sf dash /nvmedata/autobuild/instance-11/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /nvmedata/autobuild/instance-11/output-1/target/etc/passwd /usr/bin/sed -i -e '/^passwd:/ {/systemd/! s/$/ systemd/}' -e '/^group:/ {/systemd/! s/$/ [SUCCESS=merge] systemd/}' -e '/^shadow:/ {/systemd/! s/$/ systemd/}' -e '/^gshadow:/ {/systemd/! s/$/ systemd/}' /nvmedata/autobuild/instance-11/output-1/target/etc/nsswitch.conf rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/include /nvmedata/autobuild/instance-11/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-11/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/rpm /nvmedata/autobuild/instance-11/output-1/target/usr/doc find /nvmedata/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-11/output-1/target/lib/ /nvmedata/autobuild/instance-11/output-1/target/usr/lib/ /nvmedata/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/man /nvmedata/autobuild/instance-11/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/info /nvmedata/autobuild/instance-11/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/doc /nvmedata/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true find /nvmedata/autobuild/instance-11/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-11/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-11/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-407-gd395f49acf"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /nvmedata/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-11/output-1/per-package /nvmedata/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-11/output-1/target/usr ln -snf /nvmedata/autobuild/instance-11/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-11/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-11/buildroot' make: Entering directory '/nvmedata/autobuild/instance-11/buildroot' >>> Buildroot 2022.08-407-gd395f49acf Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.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) >>> linux-headers 4.19.257 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> systemd 250.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 0.63.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> 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-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> udev Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpagekite 0.91.190530 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-systemd 250.4 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> 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) >>> tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> 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) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vim 9.0.0453 Collecting legal info LICENSE: OK (sha256: 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499) README.txt: OK (sha256: 4afae7c984ab1a4ccd0b474a695f316e7435ab6ed46537648af925c18835d853) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.257: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-11/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-11/buildroot'