PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar" AS="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-as" LD="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-ld" NM="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-nm" CC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" GCC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" CPP="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-cpp" CXX="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-g++" FC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gfortran" F77="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gfortran" RANLIB="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ranlib" READELF="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-objcopy" OBJDUMP="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-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/thomas/autobuild/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/thomas/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/thomas/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/thomas/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-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 -O3 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/home/thomas/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 -C /home/thomas/autobuild/instance-2/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517 CC="/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc" DEFINES="-DAUTOCONF -DPOSIX -DUSG" CFLAGS+="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 " LIBS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -lncurses" make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517' CC ansi.o CC basic.o CC bind.o CC buffer.o CC crypt.o CC display.o display.c: In function 'vttidy': display.c:144:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 144 | write(1, "\r", 1); | ^~~~~~~~~~~~~~~~~ CC eval.o CC exec.o CC file.o eval.c: In function 'gtfun': cc1: warning: function may return address of local variable [-Wreturn-local-addr] eval.c:42:14: note: declared here 42 | char arg1[NSTRING]; /* value of first argument */ | ^~~~ eval.c:42:14: note: declared here eval.c:42:14: note: declared here eval.c:42:14: note: declared here CC fileio.o CC ibmpc.o CC input.o input.c: In function 'getstring': input.c:595:33: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 595 | system(ffbuf); | ^~~~~~~~~~~~~ CC isearch.o CC line.o CC lock.o CC main.o CC pklock.o CC posix.o pklock.c: In function 'dolock': pklock.c:84:17: warning: implicit declaration of function 'cuserid' [-Wimplicit-function-declaration] 84 | cuserid(locker); | ^~~~~~~ pklock.c:87:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 87 | write(fd, locker, strlen(locker)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC random.o CC region.o CC search.o CC spawn.o CC tcap.o spawn.c: In function 'spawncli': spawn.c:83:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | system(cp); | ^~~~~~~~~~ spawn.c:88:17: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 88 | system("exec /bin/sh"); | ^~~~~~~~~~~~~~~~~~~~~~ spawn.c: In function 'spawn': spawn.c:180:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 180 | system(line); | ^~~~~~~~~~~~ spawn.c: In function 'execprg': spawn.c:246:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 246 | system(line); | ^~~~~~~~~~~~ spawn.c: In function 'pipecmd': spawn.c:349:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 349 | system(line); | ^~~~~~~~~~~~ spawn.c: In function 'filter_buffer': spawn.c:439:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 439 | system(line); | ^~~~~~~~~~~~ CC termio.o CC vmsvt.o CC vt52.o CC window.o CC word.o CC names.o CC globals.o CC version.o CC usage.o CC wrapper.o CC utf8.o CC util.o LINK em make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517' >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Installing to target /usr/bin/install -m 0755 -D /home/thomas/autobuild/instance-2/output-1/build/uemacs-1cdcf9df88144049750116e36fe20c8c39fa2517/em /home/thomas/autobuild/instance-2/output-1/target/usr/bin/em xdg-dbus-proxy-0.1.4.tar.xz: OK (sha256: 1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab) >>> xdg-dbus-proxy 0.1.4 Extracting xzcat /home/thomas/autobuild/instance-2/dl/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.tar.xz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4 -xf - >>> xdg-dbus-proxy 0.1.4 Patching >>> xdg-dbus-proxy 0.1.4 Configuring rm -rf /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build mkdir -p /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%exynos-m1%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build/cross-compilation.conf PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /home/thomas/autobuild/instance-2/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/home/thomas/autobuild/instance-2/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/home/thomas/autobuild/instance-2/output-1/host/lib/cmake -Dman=disabled -Dtests=false /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4/ /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build The Meson build system Version: 1.0.0 Source dir: /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4 Build dir: /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4/build Build type: cross build Project name: xdg-dbus-proxy Project version: 0.1.4 C compiler for the host machine: /home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc (gcc 11.3.0 "aarch64_be-buildroot-linux-gnu-gcc.br_real (Buildroot 2022.08-rc1-2838-g4789d37cc4) 11.3.0") C linker for the host machine: /home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc ld.bfd 2.38 C compiler for the build machine: /usr/bin/gcc (gcc 9.4.0 "gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: aarch64 Host machine cpu: exynos-m1 Target machine cpu family: aarch64 Target machine cpu: exynos-m1 Compiler for C supports arguments -Werror=aggregate-return: YES Compiler for C supports arguments -Werror=empty-body: YES Compiler for C supports arguments -Werror=implicit-function-declaration: YES Compiler for C supports arguments -Werror=incompatible-pointer-types: YES Compiler for C supports arguments -Werror=init-self: YES Compiler for C supports arguments -Werror=int-conversion: YES Compiler for C supports arguments -Werror=misleading-indentation: YES Compiler for C supports arguments -Werror=missing-declarations: YES Compiler for C supports arguments -Werror=missing-include-dirs: YES Compiler for C supports arguments -Werror=missing-prototypes: YES Compiler for C supports arguments -Werror=overflow: YES Compiler for C supports arguments -Werror=parenthesis: NO Compiler for C supports arguments -Werror=pointer-arith: YES Compiler for C supports arguments -Werror=return-type: YES Compiler for C supports arguments -Werror=shadow: YES Compiler for C supports arguments -Werror=strict-prototypes: YES Compiler for C supports arguments -Werror=switch-default: YES Compiler for C supports arguments -Wswitch-enum: YES Compiler for C supports arguments -Wno-missing-field-initializers: YES Compiler for C supports arguments -Wno-error=missing-field-initializers: YES Compiler for C supports arguments -Wno-unused-parameter: YES Compiler for C supports arguments -Wno-error=unused-parameter: YES Found pkg-config: /home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf (1.6.3) Run-time dependency glib-2.0 found: YES 2.72.3 Run-time dependency gio-2.0 found: YES 2.72.3 Run-time dependency gio-unix-2.0 found: YES 2.72.3 Configuring config.h using configuration Program xsltproc skipped: feature man disabled Build targets in project: 1 xdg-dbus-proxy 0.1.4 User defined options Cross files : /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build/cross-compilation.conf build.cmake_prefix_path: /home/thomas/autobuild/instance-2/output-1/host/lib/cmake build.pkg_config_path : /home/thomas/autobuild/instance-2/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false man : disabled tests : false Found ninja-1.11.1.git.kitware.jobserver-1 at /home/thomas/autobuild/instance-2/output-1/host/bin/ninja >>> xdg-dbus-proxy 0.1.4 Building PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /home/thomas/autobuild/instance-2/output-1/host/bin/ninja -C /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build ninja: Entering directory `/home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build' [1/3] Compiling C object xdg-dbus-proxy.p/dbus-proxy.c.o [2/3] Compiling C object xdg-dbus-proxy.p/flatpak-proxy.c.o [3/3] Linking target xdg-dbus-proxy >>> xdg-dbus-proxy 0.1.4 Installing to target PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/home/thomas/autobuild/instance-2/output-1/target PYTHONNOUSERSITE=y /home/thomas/autobuild/instance-2/output-1/host/bin/ninja -C /home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build install ninja: Entering directory `/home/thomas/autobuild/instance-2/output-1/build/xdg-dbus-proxy-0.1.4//build' [0/1] Installing files. Installing xdg-dbus-proxy to /home/thomas/autobuild/instance-2/output-1/target/usr/bin >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/thomas/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%exynos-m1%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%exynos-m1%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/thomas/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/thomas/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/thomas/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/thomas/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/thomas/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/thomas/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/thomas/autobuild/instance-2/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells; fi rm -f /home/thomas/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/thomas/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/thomas/autobuild/instance-2/output-1/host/bin/glib-compile-schemas /home/thomas/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/thomas/autobuild/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/thomas/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/thomas/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/thomas/autobuild/instance-2/output-1/target/etc/shadow rm -f /home/thomas/autobuild/instance-2/output-1/target/bin/sh if [ -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/thomas/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/thomas/autobuild/instance-2/output-1/target/etc/inittab rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/include /home/thomas/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/thomas/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/cmake /home/thomas/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/rpm /home/thomas/autobuild/instance-2/output-1/target/usr/doc find /home/thomas/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-2/output-1/target/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/lib/ /home/thomas/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/man /home/thomas/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/info /home/thomas/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/doc /home/thomas/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-2/output-1/target/lib/debug /home/thomas/autobuild/instance-2/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-2838-g4789d37cc4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc2\"" \ ) > /home/thomas/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-2/output-1/per-package /home/thomas/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-2/output-1/target/usr ln -snf /home/thomas/autobuild/instance-2/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/thomas/autobuild/instance-2/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot' make: Entering directory '/home/thomas/autobuild/instance-2/buildroot' >>> Buildroot 2022.08-rc1-2838-g4789d37cc4 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.14 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 >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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-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) >>> 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.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dotconf 1.3 Collecting legal info COPYING: OK (sha256: a50cc98d5044a7bbddabe61fc0ec42aa671c73bf414d0c6b50da83ea8ae041c6) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> initscripts Collecting legal info >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libusbgx 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-mender-artifact 3.8.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: b8462a14975e30fb0dff14ed50e7563e833ccce13c2aa93f95386ffe877ed673) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/google.golang.org/genproto/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/grpc/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/appengine/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/kms/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/iam/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/compute/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/go.opencensus.io/LICENSE: OK (sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd) vendor/github.com/golang/groupcache/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/gopkg.in/square/go-jose.v2/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/oklog/run/LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/google/go-cmp/LICENSE: OK (sha256: 17b5d209ba8f9684257ecfcff87df6ceda6194143a8fbd074f29727cff6f0c40) vendor/golang.org/x/net/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/oauth2/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/text/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/time/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/google.golang.org/api/LICENSE: OK (sha256: 110244b02140866ee37d17fa7449436a377ec3b85a481fbb208f4c87964382de) vendor/google.golang.org/api/internal/third_party/uritemplates/LICENSE: OK (sha256: fc0a2f71df4e8f047902da53d1f85301be43e0f360fc167057a2d04658ed2ba9) vendor/google.golang.org/protobuf/LICENSE: OK (sha256: 4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20) vendor/github.com/golang/protobuf/LICENSE: OK (sha256: 8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903) vendor/github.com/googleapis/gax-go/v2/LICENSE: OK (sha256: b95218cd9607855a6536384c0262922b30a0c2bf56e4ced790240f3a3bac4722) vendor/github.com/golang/snappy/LICENSE: OK (sha256: f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf) vendor/gopkg.in/square/go-jose.v2/json/LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) vendor/github.com/pierrec/lz4/LICENSE: OK (sha256: 6a358d2540ca14048f02d366f23787c0a480157e58f058113f0e27168dd4e447) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/go.uber.org/atomic/LICENSE.txt: OK (sha256: edbb5a4d165ac69376c765b551c0662ff42bea87e1f1eda85f42ac90c34b09d0) vendor/github.com/mitchellh/go-homedir/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/go-testing-interface/LICENSE: OK (sha256: f48b778b7fccb6650f915cf4527c941a9578f8876a2911d035c4e44641a916be) vendor/github.com/mitchellh/mapstructure/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/copystructure/LICENSE: OK (sha256: 3c377fad2e5ae1d7081c7c2f16da867a87cca1d1f5f1aa7ed0b8a16bb553142a) vendor/github.com/mitchellh/reflectwalk/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/ryanuber/go-glob/LICENSE: OK (sha256: 38049e50b486f5394e40b786388f4a006401996e46c7c1cd18925afe7c3b4e34) vendor/github.com/mattn/go-colorable/LICENSE: OK (sha256: 88a2379b3ca34bf5c57127aff9dcb802bbb60ece0805cdbda65b3bd115f971d9) vendor/github.com/fatih/color/LICENSE.md: OK (sha256: de95ed802d2f90e3c72cb3c9a927cca5f2aec234a3ef1250232db0f8178b2d93) vendor/github.com/armon/go-radix/LICENSE: OK (sha256: 831892cd31b9eef0311bb1de9014527ef5d3592eed7add1f9f829510d2065e62) vendor/github.com/armon/go-metrics/LICENSE: OK (sha256: d0bb61dd59b6d59021893751bdd1205ee88c8206dcabd6b4c68d35b94ee19750) vendor/github.com/cenkalti/backoff/v3/LICENSE: OK (sha256: 5c0476add4c38b55d0ed5ac11b85e00c38f26e1caee20dfe3ab58190103d1fbc) vendor/github.com/hashicorp/go-hclog/LICENSE: OK (sha256: b8ce983c0e0b1410115d42b65d5471b3666a8d4f4334a52f29f457a39a71b463) vendor/github.com/hashicorp/go-secure-stdlib/strutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-secure-stdlib/parseutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/errwrap/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/hcl/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-cleanhttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-version/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-rootcerts/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-retryablehttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-uuid/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-plugin/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/go-sockaddr/LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) vendor/github.com/hashicorp/vault/sdk/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/vault/api/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/yamux/LICENSE: OK (sha256: 812e9d96e900a093ae4d1d3f22c5f82f568a0a0461c3007a99d00573d41c5461) vendor/github.com/hashicorp/go-immutable-radix/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-multierror/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/golang-lru/LICENSE: OK (sha256: af175b9d96ee93c21a036152e1b905b0b95304d4ae8c2c921c7609100ba8df7e) >>> host-go 1.19.6 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> 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-mtd 2.1.5 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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> strace 6.1 Collecting legal info COPYING: OK (sha256: d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> stress-ng 0.13.05 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> xdg-dbus-proxy 0.1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) 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) Legal info produced in /home/thomas/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'