if grep -q CONFIG_ASH=y /tmp/instance-4/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-4/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-4/output-1/target/etc/shells; fi grep -qsE '^/bin/dash$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-4/output-1/target/etc/shells rm -f /tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-4/output-1/host/bin/glib-compile-schemas /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-4/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-4/output-1/target/etc echo "buildroot" > /tmp/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-4/output-1/target/etc/hosts mkdir -p /tmp/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-4/output-1/target/etc/shells ln -sf dash /tmp/instance-4/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-4/output-1/target/etc/passwd if [ -x /tmp/instance-4/output-1/target/sbin/swapon -a -x /tmp/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-4/output-1/target/etc/inittab; fi rm -rf /tmp/instance-4/output-1/target/usr/include /tmp/instance-4/output-1/target/usr/share/aclocal \ /tmp/instance-4/output-1/target/usr/lib/pkgconfig /tmp/instance-4/output-1/target/usr/share/pkgconfig \ /tmp/instance-4/output-1/target/usr/lib/cmake /tmp/instance-4/output-1/target/usr/share/cmake \ /tmp/instance-4/output-1/target/usr/lib/rpm /tmp/instance-4/output-1/target/usr/doc find /tmp/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-4/output-1/target/lib/ /tmp/instance-4/output-1/target/usr/lib/ /tmp/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-4/output-1/target/usr/share/gdb rm -rf /tmp/instance-4/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-4/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-4/output-1/target/usr/share/zsh rm -rf /tmp/instance-4/output-1/target/usr/man /tmp/instance-4/output-1/target/usr/share/man rm -rf /tmp/instance-4/output-1/target/usr/info /tmp/instance-4/output-1/target/usr/share/info rm -rf /tmp/instance-4/output-1/target/usr/doc /tmp/instance-4/output-1/target/usr/share/doc rm -rf /tmp/instance-4/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-4/output-1/target/lib/debug /tmp/instance-4/output-1/target/usr/lib/debug find /tmp/instance-4/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 /tmp/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-4/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 /tmp/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-950-g627c38caf0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-4/output-1/per-package /tmp/instance-4/buildroot/support/scripts/fix-rpath target touch /tmp/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-4/output-1/build/buildroot-fs mkdir -p /tmp/instance-4/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /tmp/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /tmp/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cloop mkdir -p /tmp/instance-4/output-1/images rm -rf /tmp/instance-4/output-1/build/buildroot-fs/cloop mkdir -p /tmp/instance-4/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-4/output-1/target/ /tmp/instance-4/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /tmp/instance-4/output-1/build/buildroot-fs/cloop/target" >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-4/buildroot/support/scripts/mkusers /tmp/instance-4/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-4/output-1/build/buildroot-fs/cloop/target >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot echo "/tmp/instance-4/output-1/host/bin/makedevs -d /tmp/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-4/output-1/build/buildroot-fs/cloop/target" >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot printf ' rm -rf /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/udev/hwdb.d/ /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/etc/udev/hwdb.d/\n' >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot echo "find /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot echo "find /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot printf ' /tmp/instance-4/output-1/host/bin/genisoimage -r /tmp/instance-4/output-1/build/buildroot-fs/cloop/target | /tmp/instance-4/output-1/host/bin/create_compressed_fs - 65536 > /tmp/instance-4/output-1/images/rootfs.cloop\n' >> /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot PATH="/tmp/instance-4/output-1/host/bin:/tmp/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-4/output-1/host/bin/fakeroot -- /tmp/instance-4/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/tmp/instance-4/output-1/build/buildroot-fs/cloop/target table='/tmp/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' 24 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 GMT_0000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/GMT+0 (GMT-0) Using GMT_0000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/GMT-0 (GMT+0) Using GMT_0000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+0 (GMT-0) Using GMT_1000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+1 (GMT-1) Using GMT_1001.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+10 (GMT-10) Using GMT_1002.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+11 (GMT-11) Using GMT_1003.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+12 (GMT-12) Using GMT_2000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+2 (GMT-2) Using GMT_3000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+3 (GMT-3) Using GMT_4000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+4 (GMT-4) Using GMT_5000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+5 (GMT-5) Using GMT_6000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+6 (GMT-6) Using GMT_7000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+7 (GMT-7) Using GMT_8000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+8 (GMT-8) Using GMT_9000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/right/Etc/GMT+9 (GMT-9) Using GMT_0000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/GMT-0 (GMT+0) Using GMT_0000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+0 (GMT-0) Using GMT_1000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+1 (GMT-1) Using GMT_1001.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+10 (GMT-10) Using GMT_1002.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+11 (GMT-11) Using GMT_1003.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+12 (GMT-12) Using GMT_2000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+2 (GMT-2) Using GMT_3000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+3 (GMT-3) Using GMT_4000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+4 (GMT-4) Using GMT_5000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+5 (GMT-5) Using GMT_6000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+6 (GMT-6) Using GMT_7000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+7 (GMT-7) Using GMT_8000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+8 (GMT-8) Using GMT_9000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/zoneinfo/posix/Etc/GMT+9 (GMT-9) Using XTERM000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/terminfo/x/xterm+256color (xterm-256color) Using RTAS_000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/kvm-unit-tests/rtas-get-time-of-day (rtas-get-time-of-day-base) Using SURRO000.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/pcm/surround21.conf (surround40.conf) Using SURRO001.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/pcm/surround40.conf (surround41.conf) Using SURRO002.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/pcm/surround41.conf (surround50.conf) Using SURRO003.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/pcm/surround50.conf (surround51.conf) Using SURRO004.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/pcm/surround51.conf (surround71.conf) Using CMI87000.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/cards/CMI8738-MC6.conf (CMI8738-MC8.conf) Using VXPOC000.CON;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/share/alsa/cards/VXPocket.conf (VXPocket440.conf) Using LIBBR000.SO;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlicommon.so (libbrotlidec.so) Using LIBBR000.1;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlicommon.so.1 (libbrotlidec.so.1) Using LIBBR001.SO;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlidec.so (libbrotlienc.so) Using LIBBR001.1;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlidec.so.1 (libbrotlienc.so.1) Using LIBDB000.SO;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libdbus-1.so (libdbus-glib-1.so) Using LIBPA000.SO;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libparted-fs-resize.so (libparted.so) Using LIBBR000.9;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlicommon.so.1.0.9 (libbrotlidec.so.1.0.9) Using LIBBR001.9;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlidec.so.1.0.9 (libbrotlienc.so.1.0.9) Using LIBDA000.0;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libdaemon.so.0 (libdaemon.so.0.5.0) Using LIBFD000.0;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libfdt.so.0 (libfdt.so.0.0.0) Using LIBID000.0;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libid3tag.so.0 (libid3tag.so.0.3.0) Using LIBMN000.0;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libmnl.so.0 (libmnl.so.0.2.0) Using LIBOP000.2;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libopenobex.so.2 (libopenobex.so.1.7.2) Using LIBPA000.4;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libparted-fs-resize.so.0.0.4 (libparted.so.2.0.4) Using LIBUS000.0;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/libusb-1.0.so.0 (libusb-1.0.so.0.3.0) Using CG29X000.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/CG29XX_0200_0000_patch.fw (CG29XX_0200_0000_settings.fw) Using CG29X001.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/CG29XX_0200_0000_settings.fw (CG29XX_0700_0011_patch.fw) Using CG29X002.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/CG29XX_0700_0011_patch.fw (CG29XX_0700_0011_settings.fw) Using CG29X003.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/CG29XX_0700_0011_settings.fw (CG29XX_0700_0013_patch.fw) Using CG29X004.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/CG29XX_0700_0013_patch.fw (CG29XX_0700_0013_settings.fw) Using R1F_2000.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/R1f.2_SoC1v20_BT_src_coeff_1.1.fw (R1f.2_SoC1v20_Cobra_FM_SOC1_coef.fw) Using R1F_2001.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/R1f.2_SoC1v20_Cobra_FM_SOC1_coef.fw (R1f.2_SoC1v20_Cobra_FM_SOC1_prog.fw) Using R1F_2002.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/R1f.2_SoC1v20_Cobra_FM_SOC1_prog.fw (R1f.2_SoC1v20_EXT_src_coeff_1.1.fw) Using R2C_2000.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/R2c.2_SoC2v06_BT_src_coeff_1.1.fw (R2c.2_SoC2v06_Cobra_FM_SOC2_coef.fw) Using R2C_2001.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/R2c.2_SoC2v06_Cobra_FM_SOC2_coef.fw (R2c.2_SoC2v06_Cobra_FM_SOC2_prog.fw) Using R2C_2002.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/R2c.2_SoC2v06_Cobra_FM_SOC2_prog.fw (R2c.2_SoC2v06_EXT_src_coeff_1.1.fw) Using STLC2000.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/STLC2690_0603_0014_patch.fw (STLC2690_0603_0014_settings.fw) Using STLC2001.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/STLC2690_0603_0014_settings.fw (STLC2690_0604_001D_patch.fw) Using STLC2002.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/STLC2690_0604_001D_patch.fw (STLC2690_0604_001D_settings.fw) Using CG290000.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/cg2900_fm_bt_src_coeff_info.fw (cg2900_fm_ext_src_coeff_info.fw) Using CG290001.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/cg2900_fm_ext_src_coeff_info.fw (cg2900_fm_fm_coeff_info.fw) Using CG290002.FW;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/lib/firmware/cg2900_fm_fm_coeff_info.fw (cg2900_fm_fm_prog_info.fw) Using HWLOC000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/hwloc-diff (hwloc-distrib) Using RTNL_000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-addr-add (rtnl-addr-dump) Using RTNL_001.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-link-dump (rtnl-link-dump2) Using RTNL_002.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-link-dump2 (rtnl-link-dump3) Using RTNL_003.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-link-dump3 (rtnl-link-event) Using RTNL_004.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-link-event (rtnl-link-set) Using RTNL_005.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-route-add (rtnl-route-dump) Using RTNL_006.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/rtnl-route-dump (rtnl-route-event) Using S6_SW000.;1 for /tmp/instance-4/output-1/build/buildroot-fs/cloop/target/usr/bin/s6-swapoff (s6-swapon) [ 9] Blk# 0, [ratio/avg. 7%/ 7%], avg.speed: 65536 b/s, ETA: 2147483646s [ 9] Blk# 100, [ratio/avg. 35%/ 23%], avg.speed: 3309568 b/s, ETA: 42524426s 15.45% done, estimate finish Mon Jan 16 06:10:46 2023 [ 9] Blk# 200, [ratio/avg. 5%/ 29%], avg.speed: 6586368 b/s, ETA: 21367994s 30.83% done, estimate finish Mon Jan 16 06:10:43 2023 [ 9] Blk# 300, [ratio/avg. 46%/ 28%], avg.speed: 9863168 b/s, ETA: 14268992s [ 9] Blk# 400, [ratio/avg. 31%/ 32%], avg.speed: 8759978 b/s, ETA: 16065959s 46.25% done, estimate finish Mon Jan 16 06:10:44 2023 [ 9] Blk# 500, [ratio/avg. 14%/ 30%], avg.speed: 10944512 b/s, ETA: 12859180s [ 9] Blk# 600, [ratio/avg. 21%/ 29%], avg.speed: 13129045 b/s, ETA: 10719549s 61.68% done, estimate finish Mon Jan 16 06:10:43 2023 [ 9] Blk# 700, [ratio/avg. 1%/ 29%], avg.speed: 11485184 b/s, ETA: 12253825s 77.08% done, estimate finish Mon Jan 16 06:10:43 2023 [ 9] Blk# 800, [ratio/avg. 14%/ 28%], avg.speed: 13123584 b/s, ETA: 10724009s [ 9] Blk# 900, [ratio/avg. 16%/ 28%], avg.speed: 14761984 b/s, ETA: 9533774s 92.47% done, estimate finish Mon Jan 16 06:10:43 2023 Total translation table size: 0 Total rockridge attributes bytes: 254506 Total directory bytes: 878592 Path table size(bytes): 4220 Max brk space used 264000 32451 extents written (63 MB) [ 9] Blk# 1000, [ratio/avg. 26%/ 27%], avg.speed: 13120307 b/s, ETA: 10726686s 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): 1015 (1e+02%) 7zip: 0 ( 0%) Writing index for 1015 block(s)... Writing compressed data... ln -snf /tmp/instance-4/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /tmp/instance-4/output-1/staging make: Leaving directory '/tmp/instance-4/buildroot' make: Entering directory '/tmp/instance-4/buildroot' >>> Buildroot 2022.11-950-g627c38caf0 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.39 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.5 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bluez-tools f65321736475429316f07ee94ec0deac8e46ec4a Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) >>> bluez5_utils 5.65 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> 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-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dvblast 3.4 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) COPYING.WTFPL: OK (sha256: 2c1bea2f338d46ee6f2712f2c2bf05b874327ca0bec5eb0b7b4fbe208a23677f) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> hwloc 2.8.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> kvm-unit-tests 2022-03-08 Collecting legal info COPYRIGHT: OK (sha256: d9bbb60891710d248f01c8bdac50ef7ad39188de512610437872e83112b38a1b) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libgit2 1.5.0 Collecting legal info COPYING: OK (sha256: 0fc09da43d666b5b0cf5695defc3100d5cf387936b260ebab37e396d7e0dbc83) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libhdhomerun 20210624 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> 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) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> smstools3 3.1.21 Collecting legal info doc/license.html: OK (sha256: 884d8f0377259f291432f4fa31d5a9720eefa0e0d797652ae686b6325a434624) LICENSE: OK (sha256: 786b4da4dd900cad87a7dc17769458607bdeae575d62e6e98ad7144e9225f8d3) >>> socat 1.7.4.4 Collecting legal info README: OK (sha256: 3555c6bc2779ff0f9a7145d1e3cd1d8fde59548bcd3364a23b907de21eec5aa8) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> urandom-scripts Collecting legal info >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> 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: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /tmp/instance-4/output-1/legal-info make: Leaving directory '/tmp/instance-4/buildroot'