219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u ...... 223 | zck_get_chunk_start(iter), | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:219:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 219 | printf("%12lu %s %s %12lu %12lu\n", | ~~~~^ | | | long unsigned int | %12u ...... 224 | zck_get_chunk_size(iter)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../test/zck_cmp_uncomp.c:235:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 235 | printf("\n\nTotal to be reused : %12lu\n", reuse); | ~~~~^ ~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %12u ../test/zck_cmp_uncomp.c:236:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 236 | printf("Total to be downloaded : %12lu\n", todwl); | ~~~~^ ~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %12u [174/178] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [175/178] Linking target test/zck_cmp_uncomp [176/178] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [177/178] Linking target test/read_single_comp_chunk [178/178] Linking target test/shacheck >>> zchunk 1.2.2 Installing to staging directory PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot PYTHONNOUSERSITE=y /tmp/instance-14/output-1/host/bin/ninja -C /tmp/instance-14/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/tmp/instance-14/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib Installing src/zck to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin Installing src/unzck to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin Installing src/zck_gen_zdict to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin Installing src/zck_read_header to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin Installing src/zck_delta_size to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/build/include/zck.h to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/ Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/unzck.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzck.so >>> zchunk 1.2.2 Fixing libtool files for la in $(find /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-14/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-14/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zchunk 1.2.2 Installing to target PATH="/tmp/instance-14/output-1/host/bin:/tmp/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-14/output-1/target PYTHONNOUSERSITE=y /tmp/instance-14/output-1/host/bin/ninja -C /tmp/instance-14/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/tmp/instance-14/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /tmp/instance-14/output-1/target/usr/lib Installing src/zck to /tmp/instance-14/output-1/target/usr/bin Installing src/unzck to /tmp/instance-14/output-1/target/usr/bin Installing src/zck_gen_zdict to /tmp/instance-14/output-1/target/usr/bin Installing src/zck_read_header to /tmp/instance-14/output-1/target/usr/bin Installing src/zck_delta_size to /tmp/instance-14/output-1/target/usr/bin Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/build/include/zck.h to /tmp/instance-14/output-1/target/usr/include/ Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/unzck.1 to /tmp/instance-14/output-1/target/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck.1 to /tmp/instance-14/output-1/target/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /tmp/instance-14/output-1/target/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /tmp/instance-14/output-1/target/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /tmp/instance-14/output-1/target/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /tmp/instance-14/output-1/target/usr/share/man/man1 Installing /tmp/instance-14/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /tmp/instance-14/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /tmp/instance-14/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /tmp/instance-14/output-1/target/usr/lib/libzck.so >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-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', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-14/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-14/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%xscale%g" -e "s%@TARGET_ENDIAN@%little%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@%/tmp/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-14/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-14/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-14/output-1/host/bin/arm-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%xscale%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-14/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-14/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-14/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-14/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-14/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-14/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-14/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-14/output-1/target/etc/shells; fi mkdir -p /tmp/instance-14/output-1/target/etc echo "buildroot" > /tmp/instance-14/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-14/output-1/target/etc/hosts mkdir -p /tmp/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-14/output-1/target/etc/shells if [ -x /tmp/instance-14/output-1/target/sbin/swapon -a -x /tmp/instance-14/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-14/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-14/output-1/target/etc/inittab; fi rm -rf /tmp/instance-14/output-1/target/usr/include /tmp/instance-14/output-1/target/usr/share/aclocal \ /tmp/instance-14/output-1/target/usr/lib/pkgconfig /tmp/instance-14/output-1/target/usr/share/pkgconfig \ /tmp/instance-14/output-1/target/usr/lib/cmake /tmp/instance-14/output-1/target/usr/share/cmake \ /tmp/instance-14/output-1/target/usr/lib/rpm /tmp/instance-14/output-1/target/usr/doc find /tmp/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-14/output-1/target/lib/ /tmp/instance-14/output-1/target/usr/lib/ /tmp/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-14/output-1/target/usr/share/gdb rm -rf /tmp/instance-14/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-14/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-14/output-1/target/usr/share/zsh rm -rf /tmp/instance-14/output-1/target/usr/man /tmp/instance-14/output-1/target/usr/share/man rm -rf /tmp/instance-14/output-1/target/usr/info /tmp/instance-14/output-1/target/usr/share/info rm -rf /tmp/instance-14/output-1/target/usr/doc /tmp/instance-14/output-1/target/usr/share/doc rm -rf /tmp/instance-14/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-14/output-1/target/lib/debug /tmp/instance-14/output-1/target/usr/lib/debug find /tmp/instance-14/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-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1419-g89710c804e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-14/output-1/per-package /tmp/instance-14/buildroot/support/scripts/fix-rpath target touch /tmp/instance-14/output-1/target/usr ln -snf /tmp/instance-14/output-1/host/arm-buildroot-linux-gnueabi/sysroot /tmp/instance-14/output-1/staging make: Leaving directory '/tmp/instance-14/buildroot' make: Entering directory '/tmp/instance-14/buildroot' >>> Buildroot 2022.11-1419-g89710c804e 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.38 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.9 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 >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sqlite 3.40.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> atftp 0.8.0 Collecting legal info LICENSE: OK (sha256: 86dc744860e6dfacfeba2f33fea908db03fe67c7e37a878285b7aae8e4596735) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> bubblewrap 0.7.0 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> 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) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> host-genpart 1.0.2 Collecting legal info >>> gesftpserver 2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openssh 9.1p1 Collecting legal info LICENCE: OK (sha256: 05c30446ba738934b3f1efa965b454c122ca26cc4b268e5ae6843f58ccd1b16d) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jquery-keyboard 1.18.12 Collecting legal info README.markdown: OK (sha256: 0ad9a0e7291b45cdb5abe2a517d8b82282a816d41c9224660849792ce01fe983) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnftnl 1.2.3 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmaxminddb 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libnetconf2 2.1.25 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libssh 0.10.4 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libyang 2.1.4 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuci 4b3db1179747b6a6779029407984bacef851325c Collecting legal info cli.c: OK (sha256: 39e1cc18a36172fb80d9b37f0af77d78ae935bd8a020978a7895d9e76a24e112) libuci.c: OK (sha256: 69d4eea4de19d27014f3d6ed723081b4039700bfd73cd0a5e39e2c4f19a58c66) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> lilv 0.24.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> logsurfer 1.8 Collecting legal info >>> moarvm 2022.12 Collecting legal info Artistic2.txt: OK (sha256: c53c6b96081b0a5b9b2fb4d0133d55c20e5e00e4c127ade62f03434ee7b3d2de) >>> host-moby-buildkit 0.11.2 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.19.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> nginx 1.22.1 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-python-cython 0.29.33 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> ripgrep af6b6c543b224d348a8876f0c06245d9ea7929c5 Collecting legal info LICENSE-MIT: OK (sha256: 0f96a83840e146e43c0ec96a22ec1f392e0680e6c1226e6f3ba87e0740af850f) >>> host-rustc Collecting legal info >>> host-rust-bin 1.67.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> 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) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sngrep 1.6.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sound-theme-borealis 0.9a Collecting legal info >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strongswan 5.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> subversion 1.14.2 Collecting legal info LICENSE: OK (sha256: 484aff0cfbb81155a10f903ed756e27e9fc65578c245a295bae295c4bb51eaad) >>> utf8proc 2.8.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> sunxi-boards a6a4e94066f4ec6b26fc7060dc453a6bcf26a504 Collecting legal info >>> host-sunxi-tools 1.4.2 Collecting legal info LICENSE.md: OK (sha256: 2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> trinity 1.9 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> ttyd 1.7.3 Collecting legal info LICENSE: OK (sha256: 8b7e100f8311cb428c57609164d93099bada2599f948359045d1ac876a7a625b) >>> wireless-regdb 2022.02.18 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) 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: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: sunxi-boards-a6a4e94066f4ec6b26fc7060dc453a6bcf26a504: cannot save license (SUNXI_BOARDS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-14/output-1/legal-info make: Leaving directory '/tmp/instance-14/buildroot'