updating cache ./config.cache creating ./config.status creating Makefile creating cgi-src/Makefile creating extras/Makefile >>> thttpd 2.29 Building PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/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-0/output-1/build/thttpd-2.29/ make[1]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29' /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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] 611 | (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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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 libhttpd.c: In function 'auth_check2': libhttpd.c:1086:22: warning: implicit declaration of function 'crypt' [-Wimplicit-function-declaration] 1086 | if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) | ^~~~~ libhttpd.c:1086:22: warning: passing argument 1 of 'strcmp' makes pointer from integer without a cast [-Wint-conversion] 1086 | if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from /nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' 98 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ libhttpd.c:1135:26: warning: passing argument 1 of 'strcmp' makes pointer from integer without a cast [-Wint-conversion] 1135 | if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) | ^~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from /nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' 98 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ libhttpd.c: In function 'cgi_child': libhttpd.c:3557:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] 3557 | (void) sigset( SIGPIPE, SIG_DFL ); | ^~~~~~ | isset /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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. -static -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o 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-0/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/cgi-src' /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -static redirect.o -o redirect /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -static ssi.o ../match.o -o ssi /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -static phf.o -o phf make[2]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/cgi-src' /nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/extras' /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -static makeweb.o -o makeweb /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-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_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' [-Wimplicit-function-declaration] 133 | cpw = crypt( pw, salt ); | ^~~~~ htpasswd.c:133:9: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 133 | cpw = crypt( pw, salt ); | ^ /nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc -static htpasswd.o -o htpasswd make[2]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/thttpd /nvmedata/autobuild/instance-0/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/extras/htpasswd /nvmedata/autobuild/instance-0/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/extras/makeweb /nvmedata/autobuild/instance-0/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/extras/syslogtocern /nvmedata/autobuild/instance-0/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /nvmedata/autobuild/instance-0/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /nvmedata/autobuild/instance-0/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-0/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /nvmedata/autobuild/instance-0/output-1/target/var/www/data /usr/bin/install -d /nvmedata/autobuild/instance-0/output-1/target/var/www/logs echo "dir=/var/www/data" > /nvmedata/autobuild/instance-0/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /nvmedata/autobuild/instance-0/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /nvmedata/autobuild/instance-0/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /nvmedata/autobuild/instance-0/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /nvmedata/autobuild/instance-0/output-1/target/etc/init.d/S90thttpd >>> host-genromfs 0.5.2 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-0/output-1/build/.genromfs-0.5.2.tar.gz.henwgB/output' 'http://downloads.sourceforge.net/project/romfs/genromfs/0.5.2/genromfs-0.5.2.tar.gz' --2022-04-29 19:10:14-- http://downloads.sourceforge.net/project/romfs/genromfs/0.5.2/genromfs-0.5.2.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cfhcable.dl.sourceforge.net/project/romfs/genromfs/0.5.2/genromfs-0.5.2.tar.gz [following] --2022-04-29 19:10:14-- http://cfhcable.dl.sourceforge.net/project/romfs/genromfs/0.5.2/genromfs-0.5.2.tar.gz Resolving cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)... 146.71.73.6 Connecting to cfhcable.dl.sourceforge.net (cfhcable.dl.sourceforge.net)|146.71.73.6|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 21069 (21K) [application/x-gzip] Saving to: '/nvmedata/autobuild/instance-0/output-1/build/.genromfs-0.5.2.tar.gz.henwgB/output' 0K .......... .......... 100% 397K=0.05s 2022-04-29 19:10:15 (397 KB/s) - '/nvmedata/autobuild/instance-0/output-1/build/.genromfs-0.5.2.tar.gz.henwgB/output' saved [21069/21069] genromfs-0.5.2.tar.gz: OK (sha256: 30f37fc734572c1dbaa2504585bc23ba6b8fd7df767ae7155995b2ca0ebed960) >>> host-genromfs 0.5.2 Extracting gzip -d -c /nvmedata/autobuild/instance-0/dl/genromfs/genromfs-0.5.2.tar.gz | /nvmedata/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2 -xf - >>> host-genromfs 0.5.2 Patching Applying 0001-build-system.patch using patch: patching file Makefile >>> host-genromfs 0.5.2 Configuring >>> host-genromfs 0.5.2 Building PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-0/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2 make[1]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2' gcc -DVERSION=\"0.5.2\" genromfs.c -c -o genromfs.o gcc genromfs.o -o genromfs make[1]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2' >>> host-genromfs 0.5.2 Installing to host directory PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-0/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2 prefix=/nvmedata/autobuild/instance-0/output-1/host install make[1]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2' mkdir -p /nvmedata/autobuild/instance-0/output-1/host/bin install -m 755 genromfs /nvmedata/autobuild/instance-0/output-1/host/bin/ # genromfs 0.5 installed the man page in this file, # remove it before someone notices :) if [ -f /nvmedata/autobuild/instance-0/output-1/host/bin/man8 ]; then \ rm -f /nvmedata/autobuild/instance-0/output-1/host/bin/man8; \ fi mkdir -p /nvmedata/autobuild/instance-0/output-1/host/man/man8 install -m 644 genromfs.8 /nvmedata/autobuild/instance-0/output-1/host/man/man8/ make[1]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/host-genromfs-0.5.2' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-0/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm926ej-s%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells grep -qsE '^/bin/mksh$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/mksh" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/lib/perl5/5.34.1/pod rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/lib/perl5/5.34.1/armeb-linux/CORE find /nvmedata/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-0/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /nvmedata/autobuild/instance-0/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /nvmedata/autobuild/instance-0/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /nvmedata/autobuild/instance-0/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-0/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/include /nvmedata/autobuild/instance-0/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-0/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-0/output-1/target/usr/doc find /nvmedata/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-0/output-1/target/lib/ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/ /nvmedata/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/man /nvmedata/autobuild/instance-0/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/info /nvmedata/autobuild/instance-0/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/doc /nvmedata/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-0/output-1/target/lib/debug /nvmedata/autobuild/instance-0/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-0/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-0/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-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-771-gb0b25f1454"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-0/output-1/per-package /nvmedata/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-0/output-1/images/rootfs.btrfs\n /nvmedata/autobuild/instance-0/output-1/host/bin/mkfs.btrfs -f -r '\''/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /nvmedata/autobuild/instance-0/output-1/images/rootfs.btrfs\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target table='/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /nvmedata/autobuild/instance-0/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: 944076da-33e1-4be1-a559-1765bd03ca6a Node size: 16384 Sector size: 4096 Filesystem size: 205.00MiB Block group profiles: Data: single 56.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 205.00MiB /nvmedata/autobuild/instance-0/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.romfs mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot printf ' /nvmedata/autobuild/instance-0/output-1/host/bin/genromfs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target -f /nvmedata/autobuild/instance-0/output-1/images/rootfs.romfs\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/romfs/target table='/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /nvmedata/autobuild/instance-0/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot /nvmedata/autobuild/instance-0/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot' make: Entering directory '/nvmedata/autobuild/instance-0/buildroot' >>> Buildroot 2022.02-771-gb0b25f1454 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.2.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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.2.0 Collecting legal info >>> linux-headers 5.15.33 Collecting legal info >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> ffmpeg 4.4.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> initscripts Collecting legal info >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libidn 1.38 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> ncdu 1.16 Collecting legal info COPYING: OK (sha256: e9ed7095eee84ad6804450495738277b539da0c0b2006f50faf8e6e67a0a15aa) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-devel-stacktrace 2.04 Collecting legal info LICENSE: OK (sha256: dbd3162d261db5b40cac4d85afba619ec6a196398003c57b85c2333e7ef4c393) >>> host-perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl 5.34.1 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-mojolicious-plugin-securityheader 0.07 Collecting legal info LICENSE: OK (sha256: 0c38e4629cc9eee869217d62ad765e581e54958596672046a62dfa4cfd87bb09) >>> perl-mojolicious 9.24 Collecting legal info LICENSE: OK (sha256: 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a) >>> perl-netaddr-ip 4.079 Collecting legal info Artistic: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) Copying: OK (sha256: 773a84089e32147cffef4c6fa127a14658c8c5866987d71d86f0fe22161780f4) >>> perl-sub-install 0.928 Collecting legal info LICENSE: OK (sha256: ad5fb5c05003488f924c60ead21694d629055c9db2ee2d9dd0cf0041b9fedaca) >>> perl-uri 5.10 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> perl-xml-namespacesupport 1.12 Collecting legal info LICENSE: OK (sha256: 3fed787f0f9e1d74024ec7ae5f0f4736c693bcf263781da2054eb4bb1337e911) >>> pure-ftpd 1.0.50 Collecting legal info COPYING: OK (sha256: c1be5d56c28927b05131d7384bd522af4b11c3afea45725f5ca7983c11db61ac) >>> host-qemu 6.2.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.33: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-0/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot'