grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-1/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-1/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-1/output-1/target/etc/passwd rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/include /home/thomas/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-1/output-1/target/usr/doc find /home/thomas/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-1/output-1/target/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/lib/ /home/thomas/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/man /home/thomas/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/info /home/thomas/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/doc /home/thomas/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-1/output-1/target/lib/debug /home/thomas/autobuild/instance-1/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-3586-g915f157d476"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02.6"; \ echo "PRETTY_NAME=\"Buildroot 2023.02.6\"" \ ) > /home/thomas/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-1/output-1/per-package /home/thomas/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cloop mkdir -p /home/thomas/autobuild/instance-1/output-1/images rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop mkdir -p /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-1/output-1/target/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-1/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot echo "/home/thomas/autobuild/instance-1/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot printf ' /home/thomas/autobuild/instance-1/output-1/host/bin/genisoimage -r /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target | /home/thomas/autobuild/instance-1/output-1/host/bin/create_compressed_fs - 65536 > /home/thomas/autobuild/instance-1/output-1/images/rootfs.cloop\n' >> /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/thomas/autobuild/instance-1/output-1/host/bin:/home/thomas/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target table='/home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' 32 processor core(s) detected Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 65536). See the usage info (-h) for better/correct parameters. Block size 65536, expected number of blocks: 2147483647 Using S6_TC000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver4d (s6-tcpserver6-socketbinder) Using S6_TC001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver6-socketbinder (s6-tcpserver-access) Using S6_FT000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrig-wait (s6-ftrigrd) Using S6_TC002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver-access (s6-tcpserver) Using S6_TC003.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver (s6-tcpserver6) Using S6_FD000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-delete (s6-fdholder-setdump) Using S6_FD001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-setdump (s6-fdholder-daemon) Using S6_FD002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-daemon (s6-fdholder-list) Using S6_IP000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ipcserver (s6-ipcserverd) Using S6_FD003.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-list (s6-fdholderd) Using S6_DN000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-dnsip4-filter (s6-dnsip) Using S6_FD004.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholderd (s6-fdholder-transferdump) Using S6_TC004.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver6 (s6-tcpserver4) Using S6_DN001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-dnsip (s6-dnsip4) Using S6_TC005.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver4 (s6-tcpserver4-socketbinder) Using S6_AC000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-accessrules-cdb-from-fs (s6-accessrules-fs-from-cdb) Using S6_FD005.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-transferdump (s6-fdholder-retrieve) Using S6_DN002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-dnsip4 (s6-dnsip6) Using S6_DN003.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-dnsname (s6-dnsname-filter) Using S6_IP001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ipcserverd (s6-ipcserver-socketbinder) Using S6_FT001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrigrd (s6-ftrig-listen) Using S6_SV000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-svlisten1 (s6-svlisten) Using S6_FT002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrig-listen (s6-ftrig-listen1) Using EXECL000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/execline-cd (execlineb) Using S6_FT003.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ftrig-listen1 (s6-ftrig-notify) Using S6_DN004.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-dnsip6 (s6-dnsip6-filter) Using S6_TC006.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tcpserver4-socketbinder (s6-tcpserver6d) Using S6_TA000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-tai64nlocal (s6-tai64n) Using S6_IP002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-ipcserver-socketbinder (s6-ipcserver-access) Using S6_CL000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-clockadd (s6-clockview) Using S6_FD006.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-retrieve (s6-fdholder-getdump) Using EXECL001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/execlineb (execline-umask) Using S6_TA001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-taiclockd (s6-taiclock) Using S6_SV001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-svscan (s6-svscanctl) Using S6_FD007.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/bin/s6-fdholder-getdump (s6-fdholder-store) Using XTERM000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/terminfo/x/xterm-256color (xterm+256color) Using COMPA000.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-konica-minolta.xml (compact-samsung.xml) Using COMPA001.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-samsung.xml (compact-casio.xml) Using COMPA002.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-casio.xml (compact-panasonic.xml) Using COMPA003.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-panasonic.xml (compact-ricoh.xml) Using COMPA004.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-ricoh.xml (compact-fujifilm.xml) Using COMPA005.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-fujifilm.xml (compact-olympus.xml) Using COMPA006.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-olympus.xml (compact-sony.xml) Using COMPA007.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-sony.xml (compact-nikon.xml) Using COMPA008.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-nikon.xml (compact-sigma.xml) Using COMPA009.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-sigma.xml (compact-leica.xml) Using COMPA00A.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-leica.xml (compact-kodak.xml) Using COMPA00B.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-kodak.xml (compact-pentax.xml) Using COMPA00C.XML;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/lensfun/version_1/compact-pentax.xml (compact-canon.xml) Using GMT_0000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/GMT-0 (GMT+0) Using GMT_4000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT+4 (GMT-4) Using GMT_7000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT+7 (GMT-7) Using GMT_1000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT+10 (GMT-10) Using GMT_8000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-8 (GMT+8) Using GMT_1001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-1 (GMT+1) Using GMT_2000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-2 (GMT+2) Using GMT_1002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT+11 (GMT-11) Using GMT_6000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-6 (GMT+6) Using GMT_9000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-9 (GMT+9) Using GMT_0000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-0 (GMT+0) Using GMT_3000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-3 (GMT+3) Using GMT_5000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-5 (GMT+5) Using GMT_1003.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/uclibc/Etc/GMT-12 (GMT+12) Using SEMOD000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/bin/semodule_unpackage (semodule_link) Using SEMOD001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/bin/semodule_link (semodule_package) Using SEMOD002.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/bin/semodule_package (semodule_expand) Using GDK_P000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/bin/gdk-pixbuf-csource (gdk-pixbuf-pixdata) Using GDK_P001.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/bin/gdk-pixbuf-pixdata (gdk-pixbuf-query-loaders) Using ENCHA000.;1 for /home/thomas/autobuild/instance-1/output-1/build/buildroot-fs/cloop/target/usr/bin/enchant-2 (enchant-lsmod-2) [ 9] Blk# 0, [ratio/avg. 7%/ 7%], avg.speed: 65536 b/s, ETA: 2147483646s [ 9] Blk# 100, [ratio/avg. 46%/ 33%], avg.speed: 6619136 b/s, ETA: 21262213s 10.14% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 200, [ratio/avg. 17%/ 32%], avg.speed: 13172736 b/s, ETA: 10683997s 20.25% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 300, [ratio/avg. 7%/ 32%], avg.speed: 19726336 b/s, ETA: 7134496s [ 9] Blk# 400, [ratio/avg. 41%/ 33%], avg.speed: 26279936 b/s, ETA: 5355319s 30.34% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 500, [ratio/avg. 22%/ 32%], avg.speed: 32833536 b/s, ETA: 4286393s [ 9] Blk# 600, [ratio/avg. 11%/ 32%], avg.speed: 39387136 b/s, ETA: 3573183s 40.45% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 700, [ratio/avg. 37%/ 30%], avg.speed: 45940736 b/s, ETA: 3063456s 50.56% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 800, [ratio/avg. 19%/ 31%], avg.speed: 52494336 b/s, ETA: 2681002s [ 9] Blk# 900, [ratio/avg. 46%/ 32%], avg.speed: 59047936 b/s, ETA: 2383443s 60.69% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 1000, [ratio/avg. 26%/ 33%], avg.speed: 65601536 b/s, ETA: 2145337s 70.80% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 1100, [ratio/avg. 43%/ 33%], avg.speed: 72155136 b/s, ETA: 1950483s [ 9] Blk# 1200, [ratio/avg. 39%/ 34%], avg.speed: 78708736 b/s, ETA: 1788078s 80.90% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 1300, [ratio/avg. 49%/ 34%], avg.speed: 85262336 b/s, ETA: 1650639s 91.01% done, estimate finish Wed Nov 1 02:21:28 2023 [ 9] Blk# 1400, [ratio/avg. 51%/ 35%], avg.speed: 91815936 b/s, ETA: 1532821s [ 9] Blk# 1500, [ratio/avg. 8%/ 35%], avg.speed: 49184768 b/s, ETA: 2861401s Total translation table size: 0 Total rockridge attributes bytes: 174506 Total directory bytes: 803152 Path table size(bytes): 4548 Max brk space used 1e2000 49444 extents written (96 MB) Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 1546 (1e+02%) 7zip: 0 ( 0%) Writing index for 1546 block(s)... Writing compressed data... ln -snf /home/thomas/autobuild/instance-1/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-1/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot' make: Entering directory '/home/thomas/autobuild/instance-1/buildroot' >>> Buildroot 2022.08-rc1-3586-g915f157d476 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2022.08-2 Collecting legal info >>> toolchain Collecting legal info >>> atf 0.21 Collecting legal info COPYING: OK (sha256: 2a15172ddf6386297734c9800c899e6e8dc16c5a03931dcf95a9ab321a24cfe4) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bash 5.2.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230429 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.12.28 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> enchant 2.3.3 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> host-libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lapack 3.10.1 Collecting legal info LICENSE: OK (sha256: 44f7c08ab11e40b21d8bf8220712929ba8d0204645d2174869acf915562d0969) >>> lensfun 0.3.3 Collecting legal info docs/gpl-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) docs/lgpl-3.0.txt: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libcodec2 1.0.5 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info LICENSE: OK (sha256: 779e58787f966a1552f68d5ec041513cef68785dae4a519dbda7bc0b86eda20e) >>> 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) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1v Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmediaart 1.9.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-moby-buildkit 0.11.6 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.20.10 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.11 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> ndisc6 1.0.6 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> neardal 4143d130ed39299bfc59d08d2c7c77dbc7f809e9 Collecting legal info COPYING: OK (sha256: 296a87e9098d3f2ce1ef80c73c53399dc2c7412f35d4175c45810ea15ed86406) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> raspi-gpio 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d Collecting legal info LICENSE: OK (sha256: 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> screenfetch 3.9.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> semodule-utils 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tz Collecting legal info >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> yaml-cpp 0.7.0 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2022.08-2: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-1/buildroot'