checking for __progname... yes checking how to run the C preprocessor... /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-cpp checking for fcntl.h... yes checking for grp.h... yes checking for memory.h... yes checking for paths.h... yes checking for poll.h... yes checking for sys/poll.h... yes checking for sys/devpoll.h... no checking for sys/event.h... no checking for osreldate.h... no checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for /usr/local/v6/lib... no checking for gethostbyname... yes checking for socket... yes checking for main in -linet6... no checking for crypt... no checking for crypt in -lcrypt... yes checking for hstrerror... yes checking for strerror... yes checking for waitpid... yes checking for vsnprintf... yes checking for daemon... yes checking for setsid... yes checking for setlogin... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for gai_strerror... yes checking for kqueue... no checking for sigset... yes checking for atoll... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for select... yes checking for poll... yes checking if struct tm has tm_gmtoff member... yes checking if int64_t exists... yes checking if socklen_t exists... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c updating cache ./config.cache creating ./config.status creating Makefile creating cgi-src/Makefile creating extras/Makefile >>> thttpd 2.29 Building PATH="/nvmedata/autobuild/instance-2/output-1/host/bin:/nvmedata/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/ make[1]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29' /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c thttpd.c thttpd.c: In function 'main': thttpd.c:611:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] (void) sigset( SIGTERM, handle_term ); ^~~~~~ isset rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c libhttpd.c In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:634:0, from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: libhttpd.c: In function 'auth_check2': libhttpd.c:1086:15: warning: implicit declaration of function 'crypt'; did you mean 'creat'? [-Wimplicit-function-declaration] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ libhttpd.c:1086:15: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29:0, from libhttpd.c:47: /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'int' extern size_t strlen (const char *__s) ^~~~~~ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:634:0, from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: libhttpd.c:1086:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ libhttpd.c:1086:15: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1086:15: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29:0, from libhttpd.c:47: /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'int' extern size_t strlen (const char *__s) ^~~~~~ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:634:0, from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: libhttpd.c:1086:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ libhttpd.c:1086:15: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1086:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ libhttpd.c:1086:15: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1086:15: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^ libhttpd.c:1086:15: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1135:19: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29:0, from libhttpd.c:47: /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'int' extern size_t strlen (const char *__s) ^~~~~~ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:634:0, from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: libhttpd.c:1135:19: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^ libhttpd.c:1135:19: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1135:19: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29:0, from libhttpd.c:47: /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'int' extern size_t strlen (const char *__s) ^~~~~~ In file included from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/string.h:634:0, from /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: libhttpd.c:1135:19: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^ libhttpd.c:1135:19: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1135:19: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^ libhttpd.c:1135:19: note: expected 'const char *' but argument is of type 'int' libhttpd.c:1135:19: warning: passing argument 1 of '__builtin_strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^ libhttpd.c:1135:19: note: expected 'const char *' but argument is of type 'int' libhttpd.c: In function 'cgi_child': libhttpd.c:3557:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] (void) sigset( SIGPIPE, SIG_DFL ); ^~~~~~ isset /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c fdwatch.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c mmc.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c timers.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c match.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c tdate_parse.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o -lcrypt for i in cgi-src extras ; do ( \ cd $i ; \ pwd ; \ /usr/bin/make -w -j1 \ WEBDIR=/usr/www \ CGIBINDIR=/usr/www/cgi-bin \ MANDIR=/usr/man \ WEBGROUP=www \ ) ; done /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/cgi-src' /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c redirect.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc redirect.o -lcrypt -o redirect /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c ssi.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc ssi.o ../match.o -lcrypt -o ssi /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c phf.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc phf.o -lcrypt -o phf make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/cgi-src' /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/extras' /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c makeweb.c /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc makeweb.o -o makeweb -lcrypt /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c htpasswd.c htpasswd.c: In function 'add_password': htpasswd.c:133:11: warning: implicit declaration of function 'crypt'; did you mean 'chroot'? [-Wimplicit-function-declaration] cpw = crypt( pw, salt ); ^~~~~ chroot htpasswd.c:133:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] cpw = crypt( pw, salt ); ^ /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-gcc htpasswd.o -o htpasswd -lcrypt make[2]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/thttpd /nvmedata/autobuild/instance-2/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/extras/htpasswd /nvmedata/autobuild/instance-2/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/extras/makeweb /nvmedata/autobuild/instance-2/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/extras/syslogtocern /nvmedata/autobuild/instance-2/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /nvmedata/autobuild/instance-2/output-1/target/usr/sbin/thttpd_wrapper /bin/sed -i -e 's:/usr/local/sbin:/usr/sbin:g' -e 's:/usr/local/www/thttpd_config:/etc/thttpd.conf:g' /nvmedata/autobuild/instance-2/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /nvmedata/autobuild/instance-2/output-1/target/var/www/data /usr/bin/install -d /nvmedata/autobuild/instance-2/output-1/target/var/www/logs echo "dir=/var/www/data" > /nvmedata/autobuild/instance-2/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /nvmedata/autobuild/instance-2/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /nvmedata/autobuild/instance-2/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /nvmedata/autobuild/instance-2/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /nvmedata/autobuild/instance-2/output-1/target/etc/init.d/S90thttpd wireless-regdb-2019.06.03.tar.xz: OK (sha256: cd917ed86b63ce8d93947979f1f18948f03a4ac0ad89ec25227b36ac00dc54bf) >>> wireless-regdb 2019.06.03 Extracting xzcat /nvmedata/autobuild/instance-2/dl/wireless-regdb/wireless-regdb-2019.06.03.tar.xz | /nvmedata/autobuild/instance-2/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2019.06.03 -xf - >>> wireless-regdb 2019.06.03 Patching >>> wireless-regdb 2019.06.03 Configuring >>> wireless-regdb 2019.06.03 Building >>> wireless-regdb 2019.06.03 Installing to target /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2019.06.03/regulatory.db /nvmedata/autobuild/instance-2/output-1/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2019.06.03/regulatory.db.p7s /nvmedata/autobuild/instance-2/output-1/target/lib/firmware/regulatory.db.p7s >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /nvmedata/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /nvmedata/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /nvmedata/autobuild/instance-2/output-1/host/bin/glib-compile-schemas /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/nvmedata/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/usr/bin/screen$' /nvmedata/autobuild/instance-2/output-1/target/etc/shells || echo "/usr/bin/screen" >> /nvmedata/autobuild/instance-2/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-2/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-2/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-2/output-1/target/etc/inittab; fi rm -f /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge; done for dir in /nvmedata/autobuild/instance-2/output-1/target/usr/share/locale /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale /nvmedata/autobuild/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /nvmedata/autobuild/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvmedata/autobuild/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/include /nvmedata/autobuild/instance-2/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-2/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-2/output-1/target/usr/doc find /nvmedata/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-2/output-1/target/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/lib/ /nvmedata/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/man /nvmedata/autobuild/instance-2/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/info /nvmedata/autobuild/instance-2/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/doc /nvmedata/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true find /nvmedata/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvmedata/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvmedata/autobuild/instance-2/output-1/host/bin/aarch64_be-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvmedata/autobuild/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-00510-gb7255cba48"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /nvmedata/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-2/output-1/per-package /nvmedata/autobuild/instance-2/buildroot/support/scripts/fix-rpath target cat /nvmedata/autobuild/instance-2/output-1/build/aoetools-37/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/boost-1.72.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/brcm-patchram-plus-95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/busybox-1.31.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ctorrent-dnh3.3.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ding-libs-0.6.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/expat-2.2.9/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/fio-3.17/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/flashrom-1.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ftop-1.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/gerbera-1.3.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/gesftpserver-1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/gmp-6.1.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/gnuradio-3.8.0.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/initscripts/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/jpeg-turbo-2.0.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/jpeg/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/lame-3.100/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libdrm-2.4.100/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libffi-3.3/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libglib2-2.64.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libmbim-1.22.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libmpd-11.8.17/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libnspr-4.25/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libogg-1.3.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libpcap-1.9.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libpciaccess-0.16/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libpthread-stubs-0.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libserial-1.0.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libtheora-1.1.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libupnp18-1.8.6/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libva-2.6.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libvorbis-1.3.6/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/libzlib-1.2.11/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/lm-sensors-3-5-0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/lmbench-3.0-a9/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/log4cpp-1.1.3/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/make-4.2.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/mjpegtools-2.1.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/mongrel2-1.9.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/mp4v2-2.0.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ncurses-6.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ngrep-1.47/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/ntfs-3g-2017.3.23/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/obsidian-cursors-1.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/p7zip-16.02/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/pcre-8.44/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/pdmenu-1.3.4/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/proj-6.3.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/screen-4.8.0/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-common/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-sysv/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/slang-2.3.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/smack-1.3.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/sqlite-3300100/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/thttpd-2.29/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external-linaro-aarch64-be-2018.05/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/util-linux-2.35.1/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/wireless-regdb-2019.06.03/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/zeromq-4.3.2/.files-list.txt /nvmedata/autobuild/instance-2/output-1/build/zlib/.files-list.txt > /nvmedata/autobuild/instance-2/output-1/build/packages-file-list.txt cat /nvmedata/autobuild/instance-2/output-1/build/host-autoconf-2.69/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-automake-1.15.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-bison-3.4.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-expat-2.2.9/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-flex-2.6.4/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-gettext/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libffi-3.3/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libglib2-2.64.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libtool-2.4.6/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-m4-1.4.18/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-meson-0.53.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-ncurses-6.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-ninja-1.10.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-patchelf-0.9/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-pcre-8.44/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-2.7.17/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-lxml-4.5.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-mako-1.1.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-markupsafe-1.1.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-setuptools-41.4.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python-six-1.14.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python3-3.8.2/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-skeleton/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-sqlite-3300100/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-swig-4.0.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-tar-1.29/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /nvmedata/autobuild/instance-2/output-1/build/host-zlib/.files-list-host.txt > /nvmedata/autobuild/instance-2/output-1/build/packages-file-list-host.txt cat /nvmedata/autobuild/instance-2/output-1/build/azmq-1.0.2/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/boost-1.72.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/ding-libs-0.6.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/expat-2.2.9/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/gmp-6.1.2/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/gnuradio-3.8.0.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/jpeg-turbo-2.0.4/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/lame-3.100/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libdrm-2.4.100/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libffi-3.3/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libglib2-2.64.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libmbim-1.22.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libmpd-11.8.17/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libnspr-4.25/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libogg-1.3.4/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libpcap-1.9.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libpciaccess-0.16/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libserial-1.0.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libtheora-1.1.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libupnp18-1.8.6/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libva-2.6.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/libzlib-1.2.11/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/lm-sensors-3-5-0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/log4cpp-1.1.3/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/mjpegtools-2.1.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/mp4v2-2.0.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/ncurses-6.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/ngrep-1.47/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/ntfs-3g-2017.3.23/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/pcre-8.44/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/proj-6.3.0/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/skeleton-init-common/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/slang-2.3.2/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/smack-1.3.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/sqlite-3300100/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain-external-linaro-aarch64-be-2018.05/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/toolchain/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/util-linux-2.35.1/.files-list-staging.txt /nvmedata/autobuild/instance-2/output-1/build/zeromq-4.3.2/.files-list-staging.txt > /nvmedata/autobuild/instance-2/output-1/build/packages-file-list-staging.txt touch /nvmedata/autobuild/instance-2/output-1/target/usr ln -snf /nvmedata/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /nvmedata/autobuild/instance-2/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot' make: Entering directory '/nvmedata/autobuild/instance-2/buildroot' >>> Buildroot 2020.05-git-00510-gb7255cba48 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-aarch64-be 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> azmq 1.0.2 Collecting legal info LICENSE-BOOST_1_0: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> boost 1.72.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.35.1 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> ctorrent dnh3.3.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ding-libs 0.6.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> fio 3.17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> flashrom 1.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gerbera 1.3.4 Collecting legal info LICENSE.md: OK (sha256: cae4138373be41fd2be75faf41ce7efbcf49fb17d0e05ad1c51cc01ac335b9b6) >>> libupnp18 1.8.6 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> gesftpserver 1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnuradio 3.8.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python 2.7.17 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python-mako 1.1.1 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> log4cpp 1.1.3 Collecting legal info log4cpp/COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> initscripts Collecting legal info >>> jpeg-turbo 2.0.4 Collecting legal info LICENSE.md: OK (sha256: 69e570a251515ced17d4492256d57c89db77ed949652f88a44c80c1ca9607920) README.ijg: OK (sha256: 82fece2bff2669c476495f0fe70096b154e8bc5b40916a64e99836d9a01c3110) >>> jpeg Collecting legal info >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libdrm 2.4.100 Collecting legal info >>> host-meson 0.53.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-util-linux 2.35.1 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libmbim 1.22.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpd 11.8.17 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libnspr 4.25 Collecting legal info nspr/LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libserial 1.0.0 Collecting legal info LICENSE.txt: OK (sha256: c42fdfe17c192cfdb900e22d40ef246db1b473f99165e405eda62b41be27f4bf) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libva 2.6.1 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> lm-sensors 3-5-0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mjpegtools 2.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> mongrel2 1.9.2 Collecting legal info LICENSE: OK (sha256: eb6e2a2baa637d06f6aa762886fbc8939934eb5fdb0b3a5b3882f2a61e9a4357) >>> mp4v2 2.0.0 Collecting legal info COPYING: OK (sha256: 15e38684c940176e2fc76331a2299d2ab5115ac997078f768ef31b896af69fc5) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> ntfs-3g 2017.3.23 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> obsidian-cursors 1.0 Collecting legal info >>> p7zip 16.02 Collecting legal info DOC/License.txt: OK (sha256: 555806657dcf0f1e720b581c52643c195ec86ae3f00bd18cc66d2e0f88ffa210) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> proj 6.3.0 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-sqlite 3300100 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-python-lxml 4.5.0 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> screen 4.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> smack 1.3.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> wireless-regdb 2019.06.03 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-aarch64-be-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_AARCH64_BE_LICENSE_FILES not defined) WARNING: libdrm-2.4.100: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-2/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-2/buildroot'