control.c:255:29: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 255 | else if (t->lns && t->lns->hostname && t->lns->hostname[0]) | ^~ file.h:80:10: note: 'hostname' declared here 80 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:471:20: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 471 | if (t->lac && t->lac->hostname && t->lac->hostname[0]) | ^~ file.h:122:10: note: 'hostname' declared here 122 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c:473:25: warning: the comparison will always evaluate as 'true' for the address of 'hostname' will never be NULL [-Waddress] 473 | else if (t->lns && t->lns->hostname && t->lns->hostname[0]) | ^~ file.h:80:10: note: 'hostname' declared here 80 | char hostname[STRLEN]; /* Hostname to report */ | ^~~~~~~~ control.c: In function 'expand_payload': control.c:1424:5: warning: converting a packed 'struct payload_hdr' pointer (alignment 1) to a '_u16' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 1424 | _u16 *r = (_u16 *) h; /* Nice to have raw word pointers */ | ^~~~ l2tp.h:95:8: note: defined here 95 | struct payload_hdr | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avp.o avp.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o call.o call.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o network.o network.c network.c: In function 'connect_pppol2tp': network.c:810:31: warning: converting a packed 'struct sockaddr_pppol2tp' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 810 | if ((connect(fd2, (struct sockaddr *)&sax, sizeof(sax))) < 0) { | ^~~~~~~~ In file included from l2tp.h:263, from network.c:29: /home/autobuild/autobuild/instance-12/output-1/host/i686-buildroot-linux-gnu/sysroot/usr/include/linux/if_pppox.h:79:8: note: defined here 79 | struct sockaddr_pppol2tp { | ^~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avpsend.o avpsend.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o scheduler.o scheduler.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aaa.o aaa.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o md5.o md5.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -o pfc pfc.o -lpcap /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control make[1]: Leaving directory '/home/autobuild/autobuild/instance-12/output-1/build/xl2tp-1.3.18' >>> xl2tp 1.3.18 Installing to target PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar" AS="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-as" LD="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-ld" NM="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc-nm" CC="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc" GCC="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc" CPP="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-cpp" CXX="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-g++" FC="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gfortran" F77="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gfortran" RANLIB="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/autobuild/autobuild/instance-12/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-12/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-12/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-12/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-12/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-12/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-12/output-1/host/i686-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-12/output-1/target PREFIX=/usr -C /home/autobuild/autobuild/instance-12/output-1/build/xl2tp-1.3.18 install make[1]: Entering directory '/home/autobuild/autobuild/instance-12/output-1/build/xl2tp-1.3.18' install -d -m 0755 /home/autobuild/autobuild/instance-12/output-1/target/usr/sbin install -m 0755 xl2tpd /home/autobuild/autobuild/instance-12/output-1/target/usr/sbin/xl2tpd install -d -m 0755 /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man5 install -d -m 0755 /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd-control.8 /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man5/ # pfc install -d -m 0755 /home/autobuild/autobuild/instance-12/output-1/target/usr/bin install -m 0755 pfc /home/autobuild/autobuild/instance-12/output-1/target/usr/bin/pfc install -d -m 0755 /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man1 install -m 0644 contrib/pfc.1 /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man/man1/ # control exec install -d -m 0755 /home/autobuild/autobuild/instance-12/output-1/target/usr/sbin install -m 0755 xl2tpd-control /home/autobuild/autobuild/instance-12/output-1/target/usr/sbin/xl2tpd-control make[1]: Leaving directory '/home/autobuild/autobuild/instance-12/output-1/build/xl2tp-1.3.18' yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70-br1.tar.gz: OK (sha256: 108a0ceec862b56a3fbcb3ad28a8744d9800555ccb3e11bdd94c8cd4614296d5) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Extracting gzip -d -c /home/autobuild/autobuild/instance-12/dl/yavta/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70-br1.tar.gz | /home/autobuild/autobuild/instance-12/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 -xf - >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Patching >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Configuring rm -rf /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build/cross-compilation.conf PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-12/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/home/autobuild/autobuild/instance-12/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/home/autobuild/autobuild/instance-12/output-1/host/lib/cmake -Dwerror=false /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70/ /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build The Meson build system Version: 1.1.1 Source dir: /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Build dir: /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70/build Build type: cross build Project name: yavta Project version: 0.0.0 C compiler for the host machine: /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc (gcc 12.3.0 "i686-buildroot-linux-gnu-gcc.br_real (Buildroot 2023.11-173-g96d0d67779) 12.3.0") C linker for the host machine: /home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc ld.bfd 2.40 C compiler for the build machine: /usr/bin/gcc (gcc 12.1.0 "gcc (GCC) 12.1.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.38 Build machine cpu family: aarch64 Build machine cpu: aarch64 Host machine cpu family: x86 Host machine cpu: Target machine cpu family: x86 Target machine cpu: Checking for function "clock_gettime" : YES Build targets in project: 1 yavta 0.0.0 User defined options Cross files : /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build/cross-compilation.conf build.cmake_prefix_path: /home/autobuild/autobuild/instance-12/output-1/host/lib/cmake build.pkg_config_path : /home/autobuild/autobuild/instance-12/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false werror : false b_pie : false b_staticpic : true Found ninja-1.11.1.git.kitware.jobserver-1 at /home/autobuild/autobuild/instance-12/output-1/host/bin/ninja >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Building PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-12/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build ninja: Entering directory `/home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build' [1/2] Compiling C object yavta.p/yavta.c.o [2/2] Linking target yavta >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Installing to target PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-12/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-12/output-1/host/bin/ninja -C /home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build install ninja: Entering directory `/home/autobuild/autobuild/instance-12/output-1/build/yavta-583bedefc2a247d2cfd32d1b4a0abbe3e2015c70//build' [0/1] Installing files. Installing yavta to /home/autobuild/autobuild/instance-12/output-1/target/usr/bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%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@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-12/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-12/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-12/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/include /home/autobuild/autobuild/instance-12/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-12/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-12/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-12/output-1/target/usr/doc find /home/autobuild/autobuild/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-12/output-1/target/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-12/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/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/autobuild/autobuild/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-173-g96d0d67779"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package \ /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-12/output-1/host/i686-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2023.11-173-g96d0d67779 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 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.6.7 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-aespipe 2.4g Collecting legal info >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dovecot 2.3.21 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> 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) >>> hwdata 0.373 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> intel-microcode 20231114 Collecting legal info license: OK (sha256: 03efb1491c7e899feb2665fa299363e64035e5444c1b8bc1f6ebed30de964e12) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdisplay-info 0.1.1 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 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.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libesmtp 1.1.0 Collecting legal info COPYING.GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) LICENSE: OK (sha256: 20c17d8b8c48a600800dfd14f95d5cb9ff47066a9641ddeab48dc54aec96e331) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libite 2.6.1 Collecting legal info LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsigsegv 2.14 Collecting legal info COPYING: OK (sha256: 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-lld 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-llvm-cmake 15.0.3 Collecting legal info >>> host-llvm-libunwind 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: b5efebcaca80879234098e52d1725e6d9eb8fb96a19fce625d39184b705f7b6d) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> minizip-zlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> msmtp 1.8.24 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> openlayers 8.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> 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-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinycompress 1.2.8 Collecting legal info COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7) >>> tpm2-totp 0.2.1 Collecting legal info LICENSE: OK (sha256: 67bc21a0bff2b0890307cfaa883bd3f5337f461eb6d8a612a015cea6d704e9ed) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> ustream-ssl 68d09243b6fd4473004b27ff6483352e76e6af1a Collecting legal info ustream-ssl.h: OK (sha256: cf28f0f01a57423983fa062eb0f04bb1a78891863cb58c53059c3d8cb52c1dd4) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wireless-regdb 2023.09.01 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: llvm-cmake-15.0.3: cannot save license (HOST_LLVM_CMAKE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'