CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-keypair.o CC src/ext/ed25519/ref10/libed25519_ref10_a-open.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sc_muladd.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sc_reduce.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sign.o CC src/ext/ed25519/ref10/libed25519_ref10_a-keyconv.o CC src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o CC src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o CC src/lib/geoip/geoip.o CC src/lib/process/daemon.o CC src/lib/process/env.o CC src/lib/process/pidfile.o CC src/lib/process/process.o CC src/lib/process/process_sys.o CC src/lib/process/process_unix.o CC src/lib/process/process_win32.o CC src/lib/process/restrict.o CC src/lib/process/setuid.o CC src/lib/process/waitpid.o CC src/lib/buf/buffers.o CC src/lib/confmgt/confmgt.o CC src/lib/confmgt/structvar.o CC src/lib/confmgt/type_defs.o CC src/lib/confmgt/typedvar.o CC src/lib/confmgt/unitparse.o CC src/lib/pubsub/pubsub_build.o CC src/lib/pubsub/pubsub_check.o CC src/lib/pubsub/pubsub_publish.o CC src/lib/dispatch/dispatch_cfg.o CC src/lib/dispatch/dispatch_core.o CC src/lib/dispatch/dispatch_naming.o CC src/lib/dispatch/dispatch_new.o CC src/lib/time/compat_time.o CC src/lib/time/time_sys.o CC src/lib/time/tvdiff.o CC src/lib/fs/conffile.o CC src/lib/fs/dir.o CC src/lib/fs/files.o CC src/lib/fs/freespace.o CC src/lib/fs/lockfile.o CC src/lib/fs/mmap.o CC src/lib/fs/path.o CC src/lib/fs/storagedir.o CC src/lib/fs/userdb.o CC src/lib/encoding/binascii.o CC src/lib/encoding/confline.o CC src/lib/encoding/cstring.o CC src/lib/encoding/keyval.o CC src/lib/encoding/kvline.o CC src/lib/encoding/pem.o CC src/lib/encoding/qstring.o CC src/lib/encoding/time_fmt.o CC src/lib/sandbox/sandbox.o CC src/lib/container/bloomfilt.o CC src/lib/container/map.o CC src/lib/container/namemap.o CC src/lib/container/order.o CC src/lib/container/smartlist.o CC src/lib/net/address.o CC src/lib/net/alertsock.o CC src/lib/net/buffers_net.o CC src/lib/net/gethostname.o CC src/lib/net/inaddr.o CC src/lib/net/network_sys.o CC src/lib/net/resolve.o CC src/lib/net/socket.o CC src/lib/net/socketpair.o CC src/lib/thread/compat_threads.o CC src/lib/thread/numcpus.o CC src/lib/thread/compat_pthreads.o CC src/lib/memarea/memarea.o CC src/lib/math/fp.o CC src/lib/math/laplace.o CC src/lib/math/prob_distr.o CC src/lib/meminfo/meminfo.o CC src/lib/osinfo/uname.o CC src/lib/osinfo/libc.o CC src/lib/log/escape.o CC src/lib/log/ratelim.o CC src/lib/log/log.o CC src/lib/log/log_sys.o CC src/lib/log/util_bug.o CC src/lib/lock/compat_mutex.o CC src/lib/lock/compat_mutex_pthreads.o CC src/lib/fdio/fdio.o CC src/lib/string/compat_ctype.o CC src/lib/string/compat_string.o CC src/lib/string/util_string.o CC src/lib/string/parse_int.o CC src/lib/string/printf.o CC src/lib/string/scanf.o CC src/lib/term/getpass.o CC src/ext/readpassphrase.o CC src/lib/smartlist_core/smartlist_core.o CC src/lib/smartlist_core/smartlist_split.o CC src/lib/malloc/malloc.o CC src/lib/malloc/map_anon.o CC src/lib/wallclock/approx_time.o CC src/lib/wallclock/time_to_tm.o CC src/lib/wallclock/tor_gettimeofday.o CC src/lib/err/backtrace.o CC src/lib/err/torerr.o CC src/lib/err/torerr_sys.o CC src/lib/version/git_revision.o CC src/lib/version/version.o CC src/lib/llharden/winprocess_sys.o CC src/lib/intmath/addsub.o CC src/lib/intmath/bits.o CC src/lib/intmath/muldiv.o CC src/lib/intmath/weakrng.o CC src/lib/ctime/libtor_ctime_a-di_ops.o CC src/lib/metrics/metrics_store.o CC src/lib/metrics/metrics_store_entry.o CC src/lib/metrics/metrics_common.o CC src/lib/metrics/prometheus.o CC src/ext/trunnel/trunnel_libor_trunnel_a-trunnel.o CC src/trunnel/libor_trunnel_a-ed25519_cert.o CC src/trunnel/libor_trunnel_a-extension.o CC src/trunnel/libor_trunnel_a-link_handshake.o CC src/trunnel/libor_trunnel_a-pwbox.o CC src/trunnel/hs/libor_trunnel_a-cell_establish_intro.o CC src/trunnel/hs/libor_trunnel_a-cell_introduce1.o CC src/trunnel/hs/libor_trunnel_a-cell_rendezvous.o CC src/lib/trace/trace_stub.o CC src/tools/tor-resolve.o src/tools/tor-resolve.c: In function 'build_socks4a_resolve_request': src/tools/tor-resolve.c:109:22: warning: 'encoded_len' may be used uninitialized [-Wmaybe-uninitialized] 109 | return errmsg ? -1 : encoded_len; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/tools/tor-resolve.c:85:11: note: 'encoded_len' was declared here 85 | ssize_t encoded_len = socks4_client_request_encoded_len(rq); | ^~~~~~~~~~~ src/tools/tor-resolve.c: In function 'build_socks5_resolve_request': src/tools/tor-resolve.c:226:22: warning: 'encoded_len' may be used uninitialized [-Wmaybe-uninitialized] 226 | return errmsg ? -1 : encoded_len; | ~~~~~~~~~~~~^~~~~~~~~~~~~ src/tools/tor-resolve.c:201:11: note: 'encoded_len' was declared here 201 | ssize_t encoded_len = socks5_client_request_encoded_len(rq); | ^~~~~~~~~~~ CC src/tools/tor-print-ed-signing-cert.o CC src/tools/tor-gencert.o CC src/test/bench.o CC src/test/test_ntor_cl.o CC src/test/test_hs_ntor_cl.o CC src/ext/equix/hashx/src/libhashx_a-blake2.o CC src/ext/equix/hashx/src/libhashx_a-compiler.o CC src/ext/equix/hashx/src/libhashx_a-compiler_a64.o CC src/ext/equix/hashx/src/libhashx_a-compiler_x86.o CC src/ext/equix/hashx/src/libhashx_a-context.o CC src/ext/equix/hashx/src/libhashx_a-hashx.o CC src/ext/equix/hashx/src/libhashx_a-program.o CC src/ext/equix/hashx/src/libhashx_a-program_exec.o CC src/ext/equix/hashx/src/libhashx_a-siphash.o CC src/ext/equix/hashx/src/libhashx_a-siphash_rng.o CC src/ext/equix/hashx/src/libhashx_a-virtual_memory.o CC src/ext/equix/src/libequix_a-context.o CC src/ext/equix/src/libequix_a-equix.o CC src/ext/equix/src/libequix_a-solver.o AR src/tools/libtorrunner.a AR src/core/libtor-app.a AR src/lib/libtor-compress.a AR src/lib/libtor-evloop.a AR src/lib/libtor-tls.a AR src/lib/libtor-crypt-ops.a AR src/ext/keccak-tiny/libkeccak-tiny.a AR src/lib/libcurve25519_donna.a AR src/ext/ed25519/ref10/libed25519_ref10.a AR src/ext/ed25519/donna/libed25519_donna.a AR src/lib/libtor-geoip.a AR src/lib/libtor-process.a AR src/lib/libtor-buf.a AR src/lib/libtor-confmgt.a AR src/lib/libtor-pubsub.a AR src/lib/libtor-dispatch.a AR src/lib/libtor-time.a AR src/lib/libtor-fs.a AR src/lib/libtor-encoding.a AR src/lib/libtor-sandbox.a AR src/lib/libtor-container.a AR src/lib/libtor-net.a AR src/lib/libtor-thread.a AR src/lib/libtor-memarea.a AR src/lib/libtor-math.a AR src/lib/libtor-meminfo.a AR src/lib/libtor-osinfo.a AR src/lib/libtor-log.a AR src/lib/libtor-lock.a AR src/lib/libtor-fdio.a AR src/lib/libtor-string.a AR src/lib/libtor-term.a AR src/lib/libtor-smartlist-core.a AR src/lib/libtor-malloc.a AR src/lib/libtor-wallclock.a AR src/lib/libtor-err.a AR src/lib/libtor-version.a AR src/lib/libtor-llharden.a AR src/lib/libtor-intmath.a AR src/lib/libtor-ctime.a AR src/lib/libtor-metrics.a AR src/trunnel/libor-trunnel.a AR src/lib/libtor-trace.a AR src/ext/equix/libequix.a CCLD src/tools/tor-gencert AR libtor.a CCLD src/tools/tor-resolve CCLD src/tools/tor-print-ed-signing-cert AR src/ext/equix/libhashx.a CCLD src/app/tor CCLD src/test/test-ntor-cl CCLD src/test/bench CCLD src/test/test-hs-ntor-cl make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6' make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6' >>> tor 0.4.8.6 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" /usr/bin/make -j4 DESTDIR=/home/thomas/autobuild/instance-2/output-1/target install -C /home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6/ make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6' make[2]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/etc/tor' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/doc/tor' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 src/config/torrc.sample '/home/thomas/autobuild/instance-2/output-1/target/etc/tor' /usr/bin/install -c -m 644 doc/man/tor.html doc/man/tor-gencert.html doc/man/tor-resolve.html doc/man/torify.html doc/man/tor-print-ed-signing-cert.html '/home/thomas/autobuild/instance-2/output-1/target/usr/share/doc/tor' /usr/bin/install -c contrib/client-tools/torify '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/share/tor' /usr/bin/install -c -m 644 doc/man/tor.1 doc/man/tor-gencert.1 doc/man/tor-resolve.1 doc/man/torify.1 doc/man/tor-print-ed-signing-cert.1 '/home/thomas/autobuild/instance-2/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' /usr/bin/install -c -m 644 src/config/geoip src/config/geoip6 '/home/thomas/autobuild/instance-2/output-1/target/usr/share/tor' /usr/bin/install -c src/app/tor src/tools/tor-resolve src/tools/tor-print-ed-signing-cert src/tools/tor-gencert '/home/thomas/autobuild/instance-2/output-1/target/usr/bin' make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6' make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6' /usr/bin/install -D -m 644 /home/thomas/autobuild/instance-2/output-1/build/tor-0.4.8.6/src/config/torrc.minimal /home/thomas/autobuild/instance-2/output-1/target/etc/tor/torrc zerofree-1.1.1.tgz: OK (sha256: 956bc861b55ba0a2b7593c58d32339dab1a0e7da6ea2b813d27c80f08b723867) >>> zerofree 1.1.1 Extracting gzip -d -c /home/thomas/autobuild/instance-2/dl/zerofree/zerofree-1.1.1.tgz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/zerofree-1.1.1 -xf - >>> zerofree 1.1.1 Patching >>> zerofree 1.1.1 Configuring >>> zerofree 1.1.1 Building /usr/bin/make -j4 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/s390x-linux-gcc-ar" AS="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-as" LD="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-ld" NM="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc-nm" CC="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc" GCC="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc" CPP="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-cpp" CXX="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-g++" FC="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gfortran" F77="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gfortran" RANLIB="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc-ranlib" READELF="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-readelf" STRIP="/bin/true" OBJCOPY="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-objcopy" OBJDUMP="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-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/s390x-linux-as" DEFAULT_LINKER="/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-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/thomas/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/thomas/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 " -C /home/thomas/autobuild/instance-2/output-1/build/zerofree-1.1.1 make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/zerofree-1.1.1' /home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -o zerofree zerofree.c -lext2fs make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/zerofree-1.1.1' >>> zerofree 1.1.1 Installing to target /usr/bin/install -D -m 0755 /home/thomas/autobuild/instance-2/output-1/build/zerofree-1.1.1/zerofree /home/thomas/autobuild/instance-2/output-1/target/usr/bin/zerofree >>> 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', '-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/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%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/s390x-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/s390x-linux-gcc%g" -e "s%@TARGET_CXX@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-g++%g" -e "s%@TARGET_AR@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/thomas/autobuild/instance-2/output-1/host/bin/s390x-linux-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%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/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/s390x-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 grep -qsE '^/bin/dash$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/dash" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells 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/s390x-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. /usr/bin/sed -i -e '/^hosts:/ {/myhostname/! s/files/files myhostname/}' /home/thomas/autobuild/instance-2/output-1/target/etc/nsswitch.conf 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 grep -qsE '^/bin/sh$' /home/thomas/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/thomas/autobuild/instance-2/output-1/target/etc/shells ln -sf dash /home/thomas/autobuild/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/thomas/autobuild/instance-2/output-1/target/etc/passwd 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 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-4962-g28a6c126460"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /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 PARALLEL_JOBS=4 \ 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/s390x-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-4962-g28a6c126460 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2023.08-1 Collecting legal info >>> toolchain Collecting legal info >>> blktrace 1.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> bmx7 7.1.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.4 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-cmake 3.27.6 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dump1090 8.2 Collecting legal info LICENSE: OK (sha256: 804f68c803eb5c127c53ad17c4f4e5033ef158e514bb76950dc7b1773f9ce4b0) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> kompexsqlite 1.12.15 Collecting legal info inc/KompexSQLiteDatabase.h: OK (sha256: 65fd20aeb67892740a710a09d788acfda8747741e746395739412919f84b5f9f) inc/sqlite3.h: OK (sha256: 001f26c0b2ca407a9a5d3f5e0690d7e576687b23110e18d2a08014dd774eb71c) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libressl 3.7.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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.0.0 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.5 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-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 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) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> 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) >>> libheif 1.16.2 Collecting legal info COPYING: OK (sha256: b2eb4f6588b005bebac44cfb2dfd23f6a16c5ca9b8a619a315158b0215a917a3) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nss-myhostname 0.3 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-shared-mime-info 1.12 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> tor 0.4.8.6 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2023.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_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'