a - ssh-ecdsa.o a - ssh-ecdsa-sk.o a - ssh-ed25519-sk.o a - ssh-rsa.o a - dh.o a - msg.o a - progressmeter.o a - dns.o a - entropy.o a - gss-genr.o a - umac.o a - umac128.o a - ssh-pkcs11.o a - smult_curve25519_ref.o a - poly1305.o a - chacha.o a - cipher-chachapoly.o a - cipher-chachapoly-libcrypto.o a - ssh-ed25519.o a - digest-openssl.o a - digest-libc.o a - hmac.o a - sc25519.o a - ge25519.o a - fe25519.o a - ed25519.o a - verify.o a - hash.o a - kex.o a - kexdh.o a - kexgex.o a - kexecdh.o a - kexc25519.o a - kexgexc.o a - kexgexs.o a - kexsntrup761x25519.o a - sntrup761.o a - kexgen.o a - sftp-realpath.o a - platform-pledge.o a - platform-tracing.o a - platform-misc.o a - sshbuf-io.o /tmp/instance-7/output-1/host/bin/xtensa-linux-ranlib libssh.a /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-add ssh-add.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-keyscan ssh-keyscan.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lssh -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-pkcs11-helper ssh-pkcs11-helper.o ssh-pkcs11.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-agent ssh-agent.o ssh-pkcs11-client.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o scp scp.o progressmeter.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o sftp-server sftp-common.o sftp-server.o sftp-server-main.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-sk-helper ssh-sk-helper.o ssh-sk.o sk-usbhid.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt ssh-keygen.c: In function 'do_convert_to': ssh-keygen.c:360:34: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 39 [-Wformat-truncation=] 360 | "%u-bit %s, converted by %s@%s from OpenSSH", | ^~ 361 | sshkey_size(k), sshkey_type(k), 362 | pw->pw_name, hostname); | ~~~~~~~~ ssh-keygen.c:359:2: note: 'snprintf' output 36 or more bytes (assuming 1060) into a destination of size 61 359 | snprintf(comment, sizeof(comment), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 360 | "%u-bit %s, converted by %s@%s from OpenSSH", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 361 | sshkey_size(k), sshkey_type(k), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 362 | pw->pw_name, hostname); | ~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o sshd sshd.o auth-rhosts.o auth-passwd.o audit.o audit-bsm.o audit-linux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth2.o auth-options.o session.o auth2-chall.o groupaccess.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o monitor.o monitor_wrap.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o srclimit.o sftp-server.o sftp-common.o sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sandbox-capsicum.o sandbox-pledge.o sandbox-solaris.o uidswap.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o sftp sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt ssh-keygen.c: In function 'main': ssh-keygen.c:3670:41: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1023 [-Wformat-truncation=] 3670 | snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, hostname); | ^~ ~~~~~~~~ ssh-keygen.c:3670:3: note: 'snprintf' output 2 or more bytes (assuming 1026) into a destination of size 1024 3670 | snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, hostname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ssh-keygen.c:1115:41: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1023 [-Wformat-truncation=] 1115 | snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, | ^~ 1116 | hostname); | ~~~~~~~~ ssh-keygen.c:1115:3: note: 'snprintf' output 2 or more bytes (assuming 1026) into a destination of size 1024 1115 | snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1116 | hostname); | ~~~~~~~~~ /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-keysign ssh-keysign.o readconf.o uidswap.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ssh-keygen ssh-keygen.o sshsig.o ssh-sk-client.o -L. -Lopenbsd-compat/ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -pie -lssh -lopenbsd-compat -lcrypto -lz -L/tmp/instance-7/output-1/host/bin/../xtensa-buildroot-linux-uclibc/sysroot/usr/lib -lssl -lcrypto -lcrypt make[1]: Leaving directory '/tmp/instance-7/output-1/build/openssh-8.6p1' >>> openssh 8.6p1 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-7/output-1/target install-sysconf -C /tmp/instance-7/output-1/build/openssh-8.6p1/ make[1]: Entering directory '/tmp/instance-7/output-1/build/openssh-8.6p1' /usr/bin/mkdir -p /tmp/instance-7/output-1/target/etc/ssh make[1]: Leaving directory '/tmp/instance-7/output-1/build/openssh-8.6p1' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-7/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-7/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-7/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-7/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-7/output-1/host/lib/pkgconfig:/tmp/instance-7/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-7/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-7/output-1/host" --sysconfdir="/tmp/instance-7/output-1/host/etc" --localstatedir="/tmp/instance-7/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-7/output-1/host/lib/pkgconfig:/tmp/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j96 -C /tmp/instance-7/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-7/output-1/host/include -Wall -O2 -I/tmp/instance-7/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-7/output-1/host/include -L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-7/output-1/host/lib/pkgconfig:/tmp/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j96 install -C /tmp/instance-7/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/src' /usr/bin/mkdir -p '/tmp/instance-7/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/install -c patchelf '/tmp/instance-7/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-7/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-7/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-7/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-7/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-7/output-1/build/host-patchelf-0.9' ptpd-1.1.0.tar.gz: OK (sha256: a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950) >>> ptpd 1.1.0 Extracting gzip -d -c /tmp/instance-7/dl/ptpd/ptpd-1.1.0.tar.gz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/ptpd-1.1.0 -xf - >>> ptpd 1.1.0 Patching >>> ptpd 1.1.0 Configuring >>> ptpd 1.1.0 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-7/output-1/host/bin/xtensa-linux-ar" AS="/tmp/instance-7/output-1/host/bin/xtensa-linux-as" LD="/tmp/instance-7/output-1/host/bin/xtensa-linux-ld" NM="/tmp/instance-7/output-1/host/bin/xtensa-linux-nm" CC="/tmp/instance-7/output-1/host/bin/xtensa-linux-gcc" GCC="/tmp/instance-7/output-1/host/bin/xtensa-linux-gcc" CPP="/tmp/instance-7/output-1/host/bin/xtensa-linux-cpp" CXX="/tmp/instance-7/output-1/host/bin/xtensa-linux-g++" FC="/tmp/instance-7/output-1/host/bin/xtensa-linux-gfortran" F77="/tmp/instance-7/output-1/host/bin/xtensa-linux-gfortran" RANLIB="/tmp/instance-7/output-1/host/bin/xtensa-linux-ranlib" READELF="/tmp/instance-7/output-1/host/bin/xtensa-linux-readelf" STRIP="/tmp/instance-7/output-1/host/bin/xtensa-linux-strip" OBJCOPY="/tmp/instance-7/output-1/host/bin/xtensa-linux-objcopy" OBJDUMP="/tmp/instance-7/output-1/host/bin/xtensa-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/tmp/instance-7/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-7/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-7/output-1/host/lib -Wl,-rpath,/tmp/instance-7/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-7/output-1/host/bin/xtensa-linux-as" DEFAULT_LINKER="/tmp/instance-7/output-1/host/bin/xtensa-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 -mlongcalls -mauto-litpools -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 " LDFLAGS="" FCFLAGS="-mlongcalls -mauto-litpools -Os -g0" FFLAGS="-mlongcalls -mauto-litpools -Os -g0" PKG_CONFIG="/tmp/instance-7/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-7/output-1/host/xtensa-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j96 -C /tmp/instance-7/output-1/build/ptpd-1.1.0/src make[1]: Entering directory '/tmp/instance-7/output-1/build/ptpd-1.1.0/src' /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o ptpd.o ptpd.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o arith.o arith.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o bmc.o bmc.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o probe.o probe.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o protocol.o protocol.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/msg.o dep/msg.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/net.o dep/net.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/servo.o dep/servo.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/startup.o dep/startup.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/sys.o dep/sys.c /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/timer.o dep/timer.c In function 'lookupSubdomainAddress', inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: dep/net.c:33:4: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 33 | memcpy(subdomainAddress, ALTERNATE_PTP_DOMAIN2_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c:36:4: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 36 | memcpy(subdomainAddress, ALTERNATE_PTP_DOMAIN3_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c:30:4: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 30 | memcpy(subdomainAddress, ALTERNATE_PTP_DOMAIN1_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c:25:3: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 25 | memcpy(subdomainAddress, ALTERNATE_PTP_DOMAIN3_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c: In function 'lookupSubdomainAddress': dep/net.c:23:3: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 23 | memcpy(subdomainAddress, ALTERNATE_PTP_DOMAIN2_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c:21:3: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 21 | memcpy(subdomainAddress, ALTERNATE_PTP_DOMAIN1_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c:19:3: warning: 'memcpy' forming offset [13, 16] is out of the bounds [0, 12] [-Warray-bounds] 19 | memcpy(subdomainAddress, DEFAULT_PTP_DOMAIN_ADDRESS, NET_ADDRESS_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/msg.c: In function 'msgPackManagementResponse': dep/msg.c:552:3: warning: 'memcpy' forming offset 48 is out of the bounds [0, 47] [-Warray-bounds] 552 | memcpy((buf + 76), MANUFACTURER_ID, 48); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc -o ptpd ptpd.o arith.o bmc.o probe.o protocol.o dep/msg.o dep/net.o dep/servo.o dep/startup.o dep/sys.o dep/timer.o make[1]: Leaving directory '/tmp/instance-7/output-1/build/ptpd-1.1.0/src' >>> ptpd 1.1.0 Installing to target /usr/bin/install -m 755 -D /tmp/instance-7/output-1/build/ptpd-1.1.0/src/ptpd /tmp/instance-7/output-1/target/usr/sbin/ptpd sshfs-3.7.1.tar.xz: OK (sha256: fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750) >>> sshfs 3.7.1 Extracting xzcat /tmp/instance-7/dl/sshfs/sshfs-3.7.1.tar.xz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/sshfs-3.7.1 -xf - >>> sshfs 3.7.1 Patching >>> sshfs 3.7.1 Configuring rm -rf /tmp/instance-7/output-1/build/sshfs-3.7.1//build mkdir -p /tmp/instance-7/output-1/build/sshfs-3.7.1//build sed -e 's%@TARGET_CROSS@%/tmp/instance-7/output-1/host/bin/xtensa-linux-%g' -e 's%@TARGET_ARCH@%xtensa%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Os', '-g0'%g" -e 's%@HOST_DIR@%/tmp/instance-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" package/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/build/sshfs-3.7.1//build/cross-compilation.conf PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/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 /tmp/instance-7/output-1/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-7/output-1/build/sshfs-3.7.1//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-7/output-1/host/lib/pkgconfig /tmp/instance-7/output-1/build/sshfs-3.7.1/ /tmp/instance-7/output-1/build/sshfs-3.7.1//build WARNING: Unknown CPU family xtensa, please report this at https://github.com/mesonbuild/meson/issues/new The Meson build system Version: 0.58.2 Source dir: /tmp/instance-7/output-1/build/sshfs-3.7.1 Build dir: /tmp/instance-7/output-1/build/sshfs-3.7.1/build Build type: cross build Project name: sshfs Project version: 3.7.1 C compiler for the host machine: /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc (gcc 9.3.0 "xtensa-linux-gcc.br_real (Buildroot 2020.08-14-ge5a2a90) 9.3.0") C linker for the host machine: /tmp/instance-7/output-1/host/bin/xtensa-linux-gcc ld.bfd 2.33.1 C compiler for the build machine: /usr/bin/gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.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: xtensa Host machine cpu: Target machine cpu family: xtensa Target machine cpu: ../output-1/build/sshfs-3.7.1/meson.build:8: WARNING: Consider using the built-in warning_level option instead of using "-Wall". ../output-1/build/sshfs-3.7.1/meson.build:8: WARNING: Consider using the built-in warning_level option instead of using "-Wextra". Message: Compiler warns about unused result even when casting to void Program rst2man rst2man.py found: NO Configuring config.h using configuration Found pkg-config: /tmp/instance-7/output-1/host/bin/pkgconf (1.6.3) Run-time dependency fuse3 found: YES 3.10.4 Run-time dependency glib-2.0 found: YES 2.68.2 Run-time dependency gthread-2.0 found: YES 2.68.2 Message: rst2man not found, not building manual page. Program utils/install_helper.sh found: YES (/tmp/instance-7/output-1/build/sshfs-3.7.1/utils/install_helper.sh) Program cp found: YES (/usr/bin/cp) Build targets in project: 3 Option buildtype is: release [default: debugoptimized] Found ninja-1.10.2 at /tmp/instance-7/output-1/host/bin/ninja >>> sshfs 3.7.1 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /tmp/instance-7/output-1/host/bin/ninja -j96 -C /tmp/instance-7/output-1/build/sshfs-3.7.1//build ninja: Entering directory `/tmp/instance-7/output-1/build/sshfs-3.7.1//build' [1/6] Generating test_scripts with a custom command [2/6] Compiling C object test/wrong_command.p/wrong_command.c.o [3/6] Linking target test/wrong_command [4/6] Compiling C object sshfs.p/cache.c.o ../cache.c: In function 'cache_releasedir': ../cache.c:322:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 322 | cfi = (struct file_handle*) fi->fh; | ^ ../cache.c: In function 'cache_readdir': ../cache.c:383:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 383 | cfi = (struct file_handle*) fi->fh; | ^ [5/6] Compiling C object sshfs.p/sshfs.c.o ../sshfs.c: In function 'sshfs_readdir': ../sshfs.c:2340:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2340 | handle = (struct dir_handle*) fi->fh; | ^ ../sshfs.c: In function 'sshfs_releasedir': ../sshfs.c:2358:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2358 | handle = (struct dir_handle*) fi->fh; | ^ [6/6] Linking target sshfs >>> sshfs 3.7.1 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/tmp/instance-7/output-1/target PYTHONNOUSERSITE=y /tmp/instance-7/output-1/host/bin/ninja -j96 -C /tmp/instance-7/output-1/build/sshfs-3.7.1//build install ninja: Entering directory `/tmp/instance-7/output-1/build/sshfs-3.7.1//build' [0/1] Installing files. Installing sshfs to /tmp/instance-7/output-1/target/usr/bin Running custom install script '/tmp/instance-7/output-1/build/sshfs-3.7.1/utils/install_helper.sh sbin bin' wqy-zenhei-0.9.45.tar.gz: OK (md5: 4c6c3f4e902dd5ee0a121e8c41d040bd) wqy-zenhei-0.9.45.tar.gz: OK (sha1: b86b65d3048ade868fcc89229cfac6baf80a3e54) wqy-zenhei-0.9.45.tar.gz: OK (sha256: e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6) >>> wqy-zenhei 0.9.45 Extracting gzip -d -c /tmp/instance-7/dl/wqy-zenhei/wqy-zenhei-0.9.45.tar.gz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/wqy-zenhei-0.9.45 -xf - >>> wqy-zenhei 0.9.45 Patching >>> wqy-zenhei 0.9.45 Configuring >>> wqy-zenhei 0.9.45 Building >>> wqy-zenhei 0.9.45 Installing to target /usr/bin/install -D -m 0644 /tmp/instance-7/output-1/build/wqy-zenhei-0.9.45/wqy-zenhei.ttc /tmp/instance-7/output-1/target/usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-7/output-1/host/bin/xtensa-linux-%g' -e 's%@TARGET_ARCH@%xtensa%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf rm -f /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-7/output-1/host/bin/glib-compile-schemas /tmp/instance-7/output-1/host/xtensa-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-7/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-7/output-1/target/etc/shadow rm -f /tmp/instance-7/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-7/output-1/build/locales.nopurge for dir in /tmp/instance-7/output-1/target/usr/share/locale /tmp/instance-7/output-1/target/usr/share/X11/locale /tmp/instance-7/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-7/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-7/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-7/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-7/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-7/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-1032-ga2de01e75a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc1\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2021.05-1032-ga2de01e75a 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 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> ding-libs 0.6.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> directfb 1.7.7 Collecting legal info COPYING: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> gkrellm 2.3.11 Collecting legal info COPYING: OK (sha256: 691de85c3c6eeda5b6982c751548575344739ce4b4418d78905e599359f6c435) COPYRIGHT: OK (sha256: b81e0c0c3fb2a58f25377388484a1f729abb367f5f2b43e335a6ed3272ce8536) >>> libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 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.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 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) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> libfuse3 3.10.4 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libmodbus 3.1.6 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> openssh 8.6p1 Collecting legal info LICENCE: OK (sha256: 432abf7480fb31473a6706627212913fc70032e3fb71b90fecb28ae26a2d741d) >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> sshfs 3.7.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'