parse-dvbscan.c: In function 'vdr_code_from_token': parse-dvbscan.c:436:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 436 | neg++; // no break, fall through | ~~~^~ parse-dvbscan.c:437:25: note: here 437 | case 'W': | ^~~~ parse-dvbscan.c: In function 'dvbscan_parse_rotor_positions': parse-dvbscan.c:553:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 553 | switch (toupper(token[0])) { | ^~~~~~ parse-dvbscan.c:567:33: note: here 567 | case sat_id: | ^~~~ parse-dvbscan.c:579:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 579 | switch (toupper(token[0])) { | ^~~~~~ parse-dvbscan.c:593:33: note: here 593 | case end_of_line_rotor: | ^~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c scan.c scan.c: In function 'alloc_transponder': scan.c:204:14: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 204 | t->cells = &(t->_cells); | ^~~~~~~~~~~~ scan.c:211:17: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 211 | t->services = &(t->_services); | ^~~~~~~~~~~~~~~ scan.c: In function 'copy_transponder': scan.c:727:17: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 727 | dest->cells = &(dest->_cells); | ^~~~~~~~~~~~~~~ scan.c:746:20: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 746 | dest->services = &(dest->_services); | ^~~~~~~~~~~~~~~~~~ scan.c: In function 'parse_descriptors': scan.c:930:69: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 930 | parse_network_change_notify_descriptor(buf, &((struct transponder *) data)->network_change); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scan.c: In function 'parse_nit': scan.c:1362:20: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 1362 | tn.services = &tn._services; | ^~~~~~~~~~~~~ scan.c:1364:17: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 1364 | tn.cells = &tn._cells; | ^~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c section.c scan.c: In function 'set_frontend': scan.c:2107:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2107 | intermediate_freq = abs(t->frequency - this_lnb.high_val); | ^~~ scan.c:2109:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2109 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2113:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2113 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2115:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2115 | intermediate_freq = abs(t->frequency - this_lnb.high_val); | ^~~ scan.c:2120:35: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2120 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c tools.c /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c emulate.c /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c dump-xml.c emulate.c: In function 'has_lock': emulate.c:274:20: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 274 | tp_if = abs(t->frequency - em_device.lnb_high); | ^~~ emulate.c:276:20: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 276 | tp_if = abs(t->frequency - em_device.lnb_low); | ^~~ emulate.c:278:13: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 278 | if (abs(tp_if - em_device.frequency) > 2000) { | ^~~ scan.c: In function 'is_auto_params': scan.c:259:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 259 | if (t->rolloff == ROLLOFF_AUTO) | ^ scan.c:262:6: note: here 262 | case SYS_DSS: | ^~~~ emulate.c: In function 'parse_logfile': emulate.c:977:62: warning: this statement may fall through [-Wimplicit-fallthrough=] 977 | sidata->t.type = SCAN_TERRCABLE_ATSC; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ emulate.c:978:15: note: here 978 | default: | ^~~~~~~ scan.c: In function 'set_frontend': scan.c:2150:55: warning: this statement may fall through [-Wimplicit-fallthrough=] 2150 | if ((t->symbolrate < fe_info.symbol_rate_min) || (t->symbolrate > fe_info.symbol_rate_max)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scan.c:2154:6: note: here 2154 | case SCAN_TERRESTRIAL: | ^~~~ scan.c:2155:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2155 | if (t->delsys == SYS_DVBT2) { | ^ scan.c:2162:6: note: here 2162 | case SCAN_TERRCABLE_ATSC: | ^~~~ emulate.c: In function 'has_lock': emulate.c:267:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 267 | if ((t->pilot != em_device.pilot) && (em_device.pilot != PILOT_AUTO)) { | ^ emulate.c:272:6: note: here 272 | case SYS_DVBS: | ^~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c iconv_codes.c tools.c: In function 'run_time': tools.c:427:28: warning: '%.2d' directive writing between 2 and 3 bytes into a region of size between 2 and 9 [-Wformat-overflow=] 427 | sprintf(&rtbuf[0], "%.2d:%.2d.%.3d", sec / 60, sec % 60, msec); | ^~~~ tools.c:427:22: note: directive argument in the range [-59, 59] 427 | sprintf(&rtbuf[0], "%.2d:%.2d.%.3d", sec / 60, sec % 60, msec); | ^~~~~~~~~~~~~~~~ tools.c:427:3: note: 'sprintf' output between 10 and 26 bytes into a destination of size 12 427 | sprintf(&rtbuf[0], "%.2d:%.2d.%.3d", sec / 60, sec % 60, msec); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -c char-coding.c /home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -lrt -o w_scan atsc_psip_section.o countries.o descriptors.o diseqc.o dump-dvbscan.o dump-vdr.o dump-xine.o dump-mplayer.o dump-vlc-m3u.o dvbscan.o lnb.o parse-dvbscan.o satellites.o scan.o section.o tools.o emulate.o dump-xml.o iconv_codes.o char-coding.o -liconv make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107' >>> w_scan 20170107 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c w_scan '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/w_scan.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/w_scan-20170107' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs38%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 57600 vt100 #~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-1447-g24261a1762"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' ln -snf /home/buildroot/autobuild/instance-3/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2022.05-1447-g24261a1762 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> 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 arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.63.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 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.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> flac 1.4.0 Collecting legal info COPYING.Xiph: OK (sha256: 6e58d3036f05e2a0d58af854c12a505ddbe75011d71a598a2170987f3b15408d) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> 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) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lcms2 2.13.1 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> jpeg Collecting legal info >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libinput 1.20.1 Collecting legal info COPYING: OK (sha256: 80de50b2022a840db044c56db804ca3565600a692c0714babface587acc6d1b0) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uclibc-ng-test 0844445e7358eb10e716155b55b0fb23e88d644a Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> 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-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'