Applying 0001-utmpx-builddef.patch using patch: patching file builddefs.h patching file sysdeputil.c Applying 0002-fix-CVE-2015-1419.patch using patch: patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). Applying 0003-Prevent-hang-in-SIGCHLD-handler.patch using patch: patching file sysutil.c Hunk #1 succeeded at 592 (offset -16 lines). patching file sysutil.h Hunk #1 succeeded at 174 (offset -3 lines). patching file twoprocess.c >>> vsftpd 3.0.3 Configuring /usr/bin/sed -i -e 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' /srv/storage/autobuild/run/instance-1/output-1/build/vsftpd-3.0.3/builddefs.h >>> vsftpd 3.0.3 Building PATH="/srv/storage/autobuild/run/instance-1/output-1/host/bin:/srv/storage/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 CC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" LIBS="-lcrypt `/srv/storage/autobuild/run/instance-1/output-1/host/bin/pkg-config --libs libssl libcrypto`" -C /srv/storage/autobuild/run/instance-1/output-1/build/vsftpd-3.0.3 make[1]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/vsftpd-3.0.3' /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c main.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c utility.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c prelogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ftpcmdio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c postlogin.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c privsock.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c tunables.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ftpdataio.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c secbuf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ls.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c postprivparent.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc ls.c: In function 'vsf_filename_passes_filter': ls.c:395:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(normname); ^~~~~~~~ In file included from ls.c:10:0: /srv/storage/autobuild/run/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:563:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ ls.c:396:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] free(path); ^~~~ In file included from ls.c:10:0: /srv/storage/autobuild/run/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:563:13: note: expected 'void *' but argument is of type 'const char *' extern void free (void *__ptr) __THROW; ^~~~ /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c logging.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c str.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c netstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c sysstr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c strlist.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c banner.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c filestr.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c parseconf.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c secutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ascii.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c oneprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c twoprocess.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c privops.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c standalone.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c hash.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c tcpwrap.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ipaddrparse.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c access.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c features.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c readwrite.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c opts.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ssl.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c sslslave.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ptracesandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c ftppolicy.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c sysutil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c sysdeputil.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -c seccompsandbox.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1 -idirafter dummyinc /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o seccompsandbox.o -Wl,-s -lcrypt -L/srv/storage/autobuild/run/instance-1/output-1/host/bin/../nios2-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto make[1]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/vsftpd-3.0.3' >>> vsftpd 3.0.3 Installing to target /usr/bin/install -D -m 755 /srv/storage/autobuild/run/instance-1/output-1/build/vsftpd-3.0.3/vsftpd /srv/storage/autobuild/run/instance-1/output-1/target/usr/sbin/vsftpd test -f /srv/storage/autobuild/run/instance-1/output-1/target/etc/vsftpd.conf || /usr/bin/install -D -m 644 /srv/storage/autobuild/run/instance-1/output-1/build/vsftpd-3.0.3/vsftpd.conf /srv/storage/autobuild/run/instance-1/output-1/target/etc/vsftpd.conf /usr/bin/install -d -m 700 /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/empty /usr/bin/install -d -m 555 /srv/storage/autobuild/run/instance-1/output-1/target/home/ftp /usr/bin/install -D -m 755 package/vsftpd/S70vsftpd /srv/storage/autobuild/run/instance-1/output-1/target/etc/init.d/S70vsftpd >>> xdg-dbus-proxy 0.1.2 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/srv/storage/autobuild/run/instance-1/output-1/build/.xdg-dbus-proxy-0.1.2.tar.xz.3Ptpgc/output' 'https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.2/xdg-dbus-proxy-0.1.2.tar.xz' --2021-05-18 19:24:32-- https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.2/xdg-dbus-proxy-0.1.2.tar.xz Resolving github.com (github.com)... 140.82.121.3 Connecting to github.com (github.com)|140.82.121.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-releases.githubusercontent.com/148480825/e3745d80-da4a-11e9-96d4-1f0baad04eed?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210518%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210518T192432Z&X-Amz-Expires=300&X-Amz-Signature=15514dc44179b226433fbfc0a398f10843314e688a1cc8d63f2be6c8f77f27a0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=148480825&response-content-disposition=attachment%3B%20filename%3Dxdg-dbus-proxy-0.1.2.tar.xz&response-content-type=application%2Foctet-stream [following] --2021-05-18 19:24:32-- https://github-releases.githubusercontent.com/148480825/e3745d80-da4a-11e9-96d4-1f0baad04eed?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210518%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210518T192432Z&X-Amz-Expires=300&X-Amz-Signature=15514dc44179b226433fbfc0a398f10843314e688a1cc8d63f2be6c8f77f27a0&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=148480825&response-content-disposition=attachment%3B%20filename%3Dxdg-dbus-proxy-0.1.2.tar.xz&response-content-type=application%2Foctet-stream Resolving github-releases.githubusercontent.com (github-releases.githubusercontent.com)... 185.199.108.154, 185.199.110.154, 185.199.109.154, ... Connecting to github-releases.githubusercontent.com (github-releases.githubusercontent.com)|185.199.108.154|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 119264 (116K) [application/octet-stream] Saving to: '/srv/storage/autobuild/run/instance-1/output-1/build/.xdg-dbus-proxy-0.1.2.tar.xz.3Ptpgc/output' 0K .......... .......... .......... .......... .......... 42% 9.36M 0s 50K .......... .......... .......... .......... .......... 85% 12.3M 0s 100K .......... ...... 100% 20.8M=0.01s 2021-05-18 19:24:33 (11.4 MB/s) - '/srv/storage/autobuild/run/instance-1/output-1/build/.xdg-dbus-proxy-0.1.2.tar.xz.3Ptpgc/output' saved [119264/119264] xdg-dbus-proxy-0.1.2.tar.xz: OK (sha256: 1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f) >>> xdg-dbus-proxy 0.1.2 Extracting xzcat /srv/storage/autobuild/run/instance-1/dl/xdg-dbus-proxy/xdg-dbus-proxy-0.1.2.tar.xz | tar --strip-components=1 -C /srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2 -xf - >>> xdg-dbus-proxy 0.1.2 Patching Applying 0001-Fix-musl-compilation-by-adding-TEMP_FAILURE_RETRY.patch using patch: patching file dbus-proxy.c >>> xdg-dbus-proxy 0.1.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xdg-dbus-proxy 0.1.2 Patching libtool >>> xdg-dbus-proxy 0.1.2 Configuring (cd /srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2/ && rm -rf config.cache && PATH="/srv/storage/autobuild/run/instance-1/output-1/host/bin:/srv/storage/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-ar" AS="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-as" LD="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-ld" NM="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-nm" CC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc" GCC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc" CPP="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-cpp" CXX="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-g++" FC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gfortran" F77="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gfortran" RANLIB="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-ranlib" READELF="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-readelf" STRIP="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-strip" OBJCOPY="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-objcopy" OBJDUMP="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-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/srv/storage/autobuild/run/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/srv/storage/autobuild/run/instance-1/output-1/host/lib -Wl,-rpath,/srv/storage/autobuild/run/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-as" DEFAULT_LINKER="/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-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 -Os -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/srv/storage/autobuild/run/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/srv/storage/autobuild/run/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=nios2-buildroot-linux-gnu --host=nios2-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --enable-nls --disable-static --enable-shared --disable-man ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared checking for nios2-buildroot-linux-gnu-gcc... /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc accepts -g... yes checking for /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc option to accept ISO C89... none needed checking whether /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc understands -c and -o together... yes checking how to run the C preprocessor... /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for nios2-buildroot-linux-gnu-gcc... (cached) /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc accepts -g... (cached) yes checking for /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc understands -c and -o together... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for nios2-buildroot-linux-gnu-strip... /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-strip 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 the include directive... yes (GNU style) checking whether make supports nested variables... yes checking whether UID '1010' is supported by ustar format... yes checking whether GID '3001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-gcc... none checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... yes checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for gawk... (cached) gawk checking whether to build with code coverage support... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared >>> xdg-dbus-proxy 0.1.2 Building PATH="/srv/storage/autobuild/run/instance-1/output-1/host/bin:/srv/storage/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' /usr/bin/make all-am make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' CC flatpak-proxy.o CC dbus-proxy.o CCLD xdg-dbus-proxy make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' >>> xdg-dbus-proxy 0.1.2 Installing to target PATH="/srv/storage/autobuild/run/instance-1/output-1/host/bin:/srv/storage/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-1/output-1/target install -C /srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' /usr/bin/make install-am make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' make[3]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/bin' /usr/bin/install -c xdg-dbus-proxy '/srv/storage/autobuild/run/instance-1/output-1/target/usr/bin' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/xdg-dbus-proxy-0.1.2' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /srv/storage/autobuild/run/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-%g' -e 's%@TARGET_ARCH@%nios2%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', '-Os', '-D_FORTIFY_SOURCE=1'@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', '-Os', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/srv/storage/autobuild/run/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/srv/storage/autobuild/run/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /srv/storage/autobuild/run/instance-1/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' /srv/storage/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf.in > /srv/storage/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /srv/storage/autobuild/run/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /srv/storage/autobuild/run/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /srv/storage/autobuild/run/instance-1/output-1/build/busybox-1.33.0/.config; then grep -qsE '^/bin/ash$' /srv/storage/autobuild/run/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /srv/storage/autobuild/run/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /srv/storage/autobuild/run/instance-1/output-1/build/busybox-1.33.0/.config; then grep -qsE '^/bin/hush$' /srv/storage/autobuild/run/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /srv/storage/autobuild/run/instance-1/output-1/target/etc/shells; fi rm -f /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /srv/storage/autobuild/run/instance-1/output-1/host/bin/glib-compile-schemas /srv/storage/autobuild/run/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. mkdir -p /srv/storage/autobuild/run/instance-1/output-1/target/etc echo "buildroot" > /srv/storage/autobuild/run/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /srv/storage/autobuild/run/instance-1/output-1/target/etc/hosts mkdir -p /srv/storage/autobuild/run/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /srv/storage/autobuild/run/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /srv/storage/autobuild/run/instance-1/output-1/target/etc/shadow rm -f /srv/storage/autobuild/run/instance-1/output-1/target/bin/sh if [ -x /srv/storage/autobuild/run/instance-1/output-1/target/sbin/swapon -a -x /srv/storage/autobuild/run/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /srv/storage/autobuild/run/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /srv/storage/autobuild/run/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /srv/storage/autobuild/run/instance-1/output-1/build/locales.nopurge for dir in /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/locale /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/X11/locale /srv/storage/autobuild/run/instance-1/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##*/}" /srv/storage/autobuild/run/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/include /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/aclocal \ /srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/pkgconfig \ /srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/cmake /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/cmake \ /srv/storage/autobuild/run/instance-1/output-1/target/usr/doc find /srv/storage/autobuild/run/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /srv/storage/autobuild/run/instance-1/output-1/target/lib/ /srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/ /srv/storage/autobuild/run/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/gdb rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/bash-completion rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/etc/bash_completion.d rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/zsh rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/man /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/info /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/info rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/doc /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/doc rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/gtk-doc rmdir /srv/storage/autobuild/run/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /srv/storage/autobuild/run/instance-1/output-1/target/lib/debug /srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/debug find /srv/storage/autobuild/run/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /srv/storage/autobuild/run/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /srv/storage/autobuild/run/instance-1/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /srv/storage/autobuild/run/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /srv/storage/autobuild/run/instance-1/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 /srv/storage/autobuild/run/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-rc1-4386-gb84acf3f1d9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2021.05-rc1\"" \ ) > /srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /srv/storage/autobuild/run/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/srv/storage/autobuild/run/instance-1/output-1/per-package /srv/storage/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /srv/storage/autobuild/run/instance-1/output-1/target/usr ln -snf /srv/storage/autobuild/run/instance-1/output-1/host/nios2-buildroot-linux-gnu/sysroot /srv/storage/autobuild/run/instance-1/output-1/staging make: Leaving directory '/srv/storage/autobuild/run/instance-1/buildroot' make: Entering directory '/srv/storage/autobuild/run/instance-1/buildroot' >>> Buildroot 2020.08-rc1-4386-gb84acf3f1d9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.4 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> busybox 1.33.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> c-icap 0.5.7 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> openssl Collecting legal info >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cppcms 1.2.1 Collecting legal info COPYING.TXT: OK (sha256: fb7c15ddf590037d4cd18ebd61148a2304b9243369d238a64f599182377e32db) MIT.TXT: OK (sha256: 3e4012cc5950e05bedfdd2f00ceffe1ef71c46ac8c79f07e237ecb23c773f65f) THIRD_PARTY_SOFTWARE.TXT: OK (sha256: d6ce062e5cf4f7e3c536d7d2fee84c882c45245f1848ed3162401f2b29fa2b4b) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> libgcrypt 1.9.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.41 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus-triggerd ba3dbec805cb707c94c54de21666bf18b79bcc09 Collecting legal info dbus-triggerd.c: OK (sha256: 30d135650639af9019633690fc1aecbfc150aeeef9446347d4286a58338d10b0) >>> dbus 1.12.20 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.3.0 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> flac 1.3.3 Collecting legal info COPYING.Xiph: OK (sha256: fa27cb11f13f97b0c5f3ff363b1e2610c6efe87ed175779cb2a78e44eb19d34c) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> gsettings-desktop-schemas 3.36.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.57.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.5 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.3.0 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> 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) >>> libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.66.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> gvfs 1.44.1 Collecting legal info COPYING: OK (sha256: 45cf336e2e48176993babc5aabf44437390f40e6a86a472c6abfc7ce9c035db4) >>> libarchive 3.5.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> 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) >>> harfbuzz 2.7.4 Collecting legal info COPYING: OK (sha256: beb3f017ceb41387667f78237a7cecf84defa0ed257c505894663d6a9f13211b) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jemalloc 5.2.1 Collecting legal info COPYING: OK (sha256: 94aa2caa98c25d942f58b956c71dba6a99ff98fc3a31cbc669fe2a4cd0268b53) >>> keepalived 2.1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libcli 1.10.4 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info LICENSE: OK (sha256: 779e58787f966a1552f68d5ec041513cef68785dae4a519dbda7bc0b86eda20e) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgpiod 1.6.3 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnice 0.1.16 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libplist 2.2.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libsigc 2.10.6 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libstrophe 0.10.1 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libuio ca28ff0f69d89a789a47552c72db5a43d280710b Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> mpg123 1.25.13 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> netatalk 3.1.12 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7599ae145e53be03a08f8b558b2f2e0c828e1630f1843cc04f41981b8cefcd65) >>> nginx 1.18.0 Collecting legal info LICENSE: OK (sha256: 28ad30e2f64bd89ac1287b4606906bb99ed04d9f4e13fb6564a0be9c8a23f509) >>> opencv3 3.4.13 Collecting legal info LICENSE: OK (sha256: a5a7cf90fe5ac9763baad852cf69cf9d9b89bff934a679fdc5c8fcecaeba9a25) >>> opkg 0.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-six 1.15.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> smstools3 3.1.21 Collecting legal info doc/license.html: OK (sha256: 884d8f0377259f291432f4fa31d5a9720eefa0e0d797652ae686b6325a434624) LICENSE: OK (sha256: 786b4da4dd900cad87a7dc17769458607bdeae575d62e6e98ad7144e9225f8d3) >>> squeezelite 71c012ad9ba102feb95823b7b9dc17e5305689c7 Collecting legal info LICENSE.txt: OK (sha256: dc01c3da33fea11ed918f9e437b88baa59c70401aab0dad747e33dd9e8035706) >>> taglib 1.11.1 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MPL: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> tzdata 2021a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2021a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2020f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> uhubctl 2.4.0 Collecting legal info LICENSE: OK (sha256: 2d3aa0737e8db9dfd710f9a282b446cb7b15b2b3eecac383f0c45c64d736eea0) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> unscd 0.54 Collecting legal info nscd-0.54.c: OK (sha256: 90e12c71732474cac4d055bf9d104e599178b4e1ecb6d3b8c556eaa11f8f6447) >>> vsftpd 3.0.3 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> xdg-dbus-proxy 0.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) Legal info produced in /srv/storage/autobuild/run/instance-1/output-1/legal-info make: Leaving directory '/srv/storage/autobuild/run/instance-1/buildroot'