make[3]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[3]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' Scanning dependencies of target convert_woff2ttf_fuzzer_new_entry Scanning dependencies of target woff2_decompress make[3]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[3]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[3]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' Scanning dependencies of target convert_woff2ttf_fuzzer make[3]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[3]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' [ 78%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer_new_entry.dir/src/convert_woff2ttf_fuzzer_new_entry.cc.o [ 82%] Building CXX object CMakeFiles/woff2_decompress.dir/src/woff2_decompress.cc.o [ 86%] Building CXX object CMakeFiles/convert_woff2ttf_fuzzer.dir/src/convert_woff2ttf_fuzzer.cc.o [ 91%] Linking CXX static library libconvert_woff2ttf_fuzzer_new_entry.a [ 95%] Linking CXX static library libconvert_woff2ttf_fuzzer.a make[3]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[3]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' [ 95%] Built target convert_woff2ttf_fuzzer_new_entry [ 95%] Built target convert_woff2ttf_fuzzer [100%] Linking CXX executable woff2_decompress make[3]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' [100%] Built target woff2_decompress make[2]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' make[1]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' >>> woff2 1.0.2 Installing to staging directory PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot install/fast -C /tmp/instance-0/output-1/build/woff2-1.0.2/ make[1]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2common.so.1.0.2 -- Set runtime path of "/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2common.so.1.0.2" to "lib" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2common.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2dec.so.1.0.2 -- Set runtime path of "/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2dec.so.1.0.2" to "lib" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2dec.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2enc.so.1.0.2 -- Set runtime path of "/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2enc.so.1.0.2" to "lib" -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libwoff2enc.so -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/woff2 -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/woff2/output.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/woff2/encode.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/woff2/decode.h -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/pkgconfig/libwoff2enc.pc make[1]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' >>> woff2 1.0.2 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> woff2 1.0.2 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install/fast -C /tmp/instance-0/output-1/build/woff2-1.0.2/ make[1]: Entering directory '/tmp/instance-0/output-1/build/woff2-1.0.2' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libwoff2common.so.1.0.2 -- Set runtime path of "/tmp/instance-0/output-1/target/usr/lib/libwoff2common.so.1.0.2" to "lib" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libwoff2common.so -- Installing: /tmp/instance-0/output-1/target/usr/lib/libwoff2dec.so.1.0.2 -- Set runtime path of "/tmp/instance-0/output-1/target/usr/lib/libwoff2dec.so.1.0.2" to "lib" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libwoff2dec.so -- Installing: /tmp/instance-0/output-1/target/usr/lib/libwoff2enc.so.1.0.2 -- Set runtime path of "/tmp/instance-0/output-1/target/usr/lib/libwoff2enc.so.1.0.2" to "lib" -- Installing: /tmp/instance-0/output-1/target/usr/lib/libwoff2enc.so -- Installing: /tmp/instance-0/output-1/target/usr/include/woff2 -- Installing: /tmp/instance-0/output-1/target/usr/include/woff2/output.h -- Installing: /tmp/instance-0/output-1/target/usr/include/woff2/encode.h -- Installing: /tmp/instance-0/output-1/target/usr/include/woff2/decode.h -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/libwoff2common.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/libwoff2dec.pc -- Installing: /tmp/instance-0/output-1/target/usr/lib/pkgconfig/libwoff2enc.pc make[1]: Leaving directory '/tmp/instance-0/output-1/build/woff2-1.0.2' >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi rm -f /tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-0/output-1/host/bin/glib-compile-schemas /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. PYTHONPATH="/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/python3.8/" cd /tmp/instance-0/output-1/target && /tmp/instance-0/output-1/host/bin/python3.8 /tmp/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.8 find /tmp/instance-0/output-1/target/usr/lib/python3.8 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /tmp/instance-0/output-1/target/usr/lib/python3.8 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/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-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-0/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-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-00490-gf50086e59f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target cat /tmp/instance-0/output-1/build/alsa-lib-1.2.3.1/.files-list.txt /tmp/instance-0/output-1/build/brotli-1.0.7/.files-list.txt /tmp/instance-0/output-1/build/busybox-1.31.1/.files-list.txt /tmp/instance-0/output-1/build/cairo-1.16.0/.files-list.txt /tmp/instance-0/output-1/build/cairomm-1.12.0/.files-list.txt /tmp/instance-0/output-1/build/expat-2.2.9/.files-list.txt /tmp/instance-0/output-1/build/flac-1.3.3/.files-list.txt /tmp/instance-0/output-1/build/fontconfig-2.13.1/.files-list.txt /tmp/instance-0/output-1/build/freetype-2.10.2/.files-list.txt /tmp/instance-0/output-1/build/gettext-gnu-0.20.1/.files-list.txt /tmp/instance-0/output-1/build/gettext/.files-list.txt /tmp/instance-0/output-1/build/glorytun-0.3.4/.files-list.txt /tmp/instance-0/output-1/build/initscripts/.files-list.txt /tmp/instance-0/output-1/build/iodine-0.7.0/.files-list.txt /tmp/instance-0/output-1/build/jimtcl-0.79/.files-list.txt /tmp/instance-0/output-1/build/lbreakout2-2.6.5/.files-list.txt /tmp/instance-0/output-1/build/libaio-0.3.111/.files-list.txt /tmp/instance-0/output-1/build/libavl-0.3.5/.files-list.txt /tmp/instance-0/output-1/build/libcodec2-0.9.2/.files-list.txt /tmp/instance-0/output-1/build/libcuefile-475/.files-list.txt /tmp/instance-0/output-1/build/libffi-3.3/.files-list.txt /tmp/instance-0/output-1/build/libglib2-2.64.3/.files-list.txt /tmp/instance-0/output-1/build/libmad-0.15.1b/.files-list.txt /tmp/instance-0/output-1/build/libnice-0.1.16/.files-list.txt /tmp/instance-0/output-1/build/libogg-1.3.4/.files-list.txt /tmp/instance-0/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-0/output-1/build/libpcap-1.9.1/.files-list.txt /tmp/instance-0/output-1/build/libpng-1.6.37/.files-list.txt /tmp/instance-0/output-1/build/libsigc-2.10.0/.files-list.txt /tmp/instance-0/output-1/build/libsndfile-1.0.28/.files-list.txt /tmp/instance-0/output-1/build/libsocketcan-0.0.11/.files-list.txt /tmp/instance-0/output-1/build/libsodium-1.0.18/.files-list.txt /tmp/instance-0/output-1/build/libssh2-1.9.0/.files-list.txt /tmp/instance-0/output-1/build/libvorbis-1.3.6/.files-list.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-0/output-1/build/linux-headers-5.7.1/.files-list.txt /tmp/instance-0/output-1/build/mpg123-1.25.13/.files-list.txt /tmp/instance-0/output-1/build/openssl/.files-list.txt /tmp/instance-0/output-1/build/pcre-8.44/.files-list.txt /tmp/instance-0/output-1/build/physfs-3.0.2/.files-list.txt /tmp/instance-0/output-1/build/pifmrds-0bf57f9ce0d954365a38d8af8e7be6f28521c3f2/.files-list.txt /tmp/instance-0/output-1/build/pixman-0.40.0/.files-list.txt /tmp/instance-0/output-1/build/python-aiodns-2.0.0/.files-list.txt /tmp/instance-0/output-1/build/python-aiohttp-3.6.2/.files-list.txt /tmp/instance-0/output-1/build/python-aiohttp-debugtoolbar-0.6.0/.files-list.txt /tmp/instance-0/output-1/build/python-aiohttp-jinja2-1.2.0/.files-list.txt /tmp/instance-0/output-1/build/python-asn1crypto-1.3.0/.files-list.txt /tmp/instance-0/output-1/build/python-async-timeout-3.0.1/.files-list.txt /tmp/instance-0/output-1/build/python-attrs-19.3.0/.files-list.txt /tmp/instance-0/output-1/build/python-autobahn-20.4.3/.files-list.txt /tmp/instance-0/output-1/build/python-automat-20.2.0/.files-list.txt /tmp/instance-0/output-1/build/python-cchardet-2.1.6/.files-list.txt /tmp/instance-0/output-1/build/python-certifi-2020.4.5.1/.files-list.txt /tmp/instance-0/output-1/build/python-cffi-1.14.0/.files-list.txt /tmp/instance-0/output-1/build/python-characteristic-14.3.0/.files-list.txt /tmp/instance-0/output-1/build/python-chardet-3.0.4/.files-list.txt /tmp/instance-0/output-1/build/python-cheroot-8.2.1/.files-list.txt /tmp/instance-0/output-1/build/python-constantly-15.1.0/.files-list.txt /tmp/instance-0/output-1/build/python-cryptography-2.9/.files-list.txt /tmp/instance-0/output-1/build/python-dataproperty-0.48.1/.files-list.txt /tmp/instance-0/output-1/build/python-dateutil-2.8.1/.files-list.txt /tmp/instance-0/output-1/build/python-docutils-0.15.2/.files-list.txt /tmp/instance-0/output-1/build/python-engineio-3.12.1/.files-list.txt /tmp/instance-0/output-1/build/python-frozenlist-1.0.0/.files-list.txt /tmp/instance-0/output-1/build/python-hyperlink-19.0.0/.files-list.txt /tmp/instance-0/output-1/build/python-idna-2.9/.files-list.txt /tmp/instance-0/output-1/build/python-incremental-17.5.0/.files-list.txt /tmp/instance-0/output-1/build/python-jaraco-functools-2.0/.files-list.txt /tmp/instance-0/output-1/build/python-jinja2-2.11.2/.files-list.txt /tmp/instance-0/output-1/build/python-jsonschema-2.5.1/.files-list.txt /tmp/instance-0/output-1/build/python-markdown-3.2.1/.files-list.txt /tmp/instance-0/output-1/build/python-markupsafe-1.1.1/.files-list.txt /tmp/instance-0/output-1/build/python-mbstrdecoder-1.0.0/.files-list.txt /tmp/instance-0/output-1/build/python-meld3-2.0.0/.files-list.txt /tmp/instance-0/output-1/build/python-mistune-0.8.4/.files-list.txt /tmp/instance-0/output-1/build/python-more-itertools-8.2.0/.files-list.txt /tmp/instance-0/output-1/build/python-msgfy-0.1.0/.files-list.txt /tmp/instance-0/output-1/build/python-multidict-4.7.6/.files-list.txt /tmp/instance-0/output-1/build/python-pathvalidate-0.29.0/.files-list.txt /tmp/instance-0/output-1/build/python-pyasn1-0.4.8/.files-list.txt /tmp/instance-0/output-1/build/python-pyasn1-modules-0.2.8/.files-list.txt /tmp/instance-0/output-1/build/python-pycares-3.1.1/.files-list.txt /tmp/instance-0/output-1/build/python-pycparser-2.20/.files-list.txt /tmp/instance-0/output-1/build/python-pyhamcrest-1.9.0/.files-list.txt /tmp/instance-0/output-1/build/python-pyopenssl-19.1.0/.files-list.txt /tmp/instance-0/output-1/build/python-pytablewriter-0.46.1/.files-list.txt /tmp/instance-0/output-1/build/python-pytz-2019.3/.files-list.txt /tmp/instance-0/output-1/build/python-requests-2.23.0/.files-list.txt /tmp/instance-0/output-1/build/python-service-identity-18.1.0/.files-list.txt /tmp/instance-0/output-1/build/python-setuptools-44.0.0/.files-list.txt /tmp/instance-0/output-1/build/python-six-1.14.0/.files-list.txt /tmp/instance-0/output-1/build/python-tabledata-1.1.2/.files-list.txt /tmp/instance-0/output-1/build/python-terminaltables-3.1.0/.files-list.txt /tmp/instance-0/output-1/build/python-treq-20.3.0/.files-list.txt /tmp/instance-0/output-1/build/python-twisted-20.3.0/.files-list.txt /tmp/instance-0/output-1/build/python-txaio-20.3.1/.files-list.txt /tmp/instance-0/output-1/build/python-typepy-0.0.20/.files-list.txt /tmp/instance-0/output-1/build/python-urllib3-1.25.6/.files-list.txt /tmp/instance-0/output-1/build/python-webpy-0.40/.files-list.txt /tmp/instance-0/output-1/build/python-yarl-1.4.2/.files-list.txt /tmp/instance-0/output-1/build/python-zope-interface-4.6.0/.files-list.txt /tmp/instance-0/output-1/build/python3-3.8.3/.files-list.txt /tmp/instance-0/output-1/build/sdl-1.2.15/.files-list.txt /tmp/instance-0/output-1/build/selinux-python-3.0/.files-list.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-0/output-1/build/skeleton-init-sysv/.files-list.txt /tmp/instance-0/output-1/build/skeleton/.files-list.txt /tmp/instance-0/output-1/build/spawn-fcgi-1.6.4/.files-list.txt /tmp/instance-0/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list.txt /tmp/instance-0/output-1/build/squeezelite-71c012ad9ba102feb95823b7b9dc17e5305689c7/.files-list.txt /tmp/instance-0/output-1/build/supervisor-4.1.0/.files-list.txt /tmp/instance-0/output-1/build/tcpreplay-4.3.3/.files-list.txt /tmp/instance-0/output-1/build/toolchain-buildroot/.files-list.txt /tmp/instance-0/output-1/build/toolchain/.files-list.txt /tmp/instance-0/output-1/build/uclibc-1.0.34/.files-list.txt /tmp/instance-0/output-1/build/util-linux-2.35.2/.files-list.txt /tmp/instance-0/output-1/build/vmtouch-1.3.1/.files-list.txt /tmp/instance-0/output-1/build/woff2-1.0.2/.files-list.txt /tmp/instance-0/output-1/build/zlib/.files-list.txt > /tmp/instance-0/output-1/build/packages-file-list.txt cat /tmp/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-binutils-2.33.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-bison-3.4.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-0/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-gcc-final-9.3.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-gcc-initial-9.3.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-gettext-gnu-0.20.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-0/output-1/build/host-gmp-6.1.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-gperf-3.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-0/output-1/build/host-libglib2-2.64.3/.files-list-host.txt /tmp/instance-0/output-1/build/host-libtextstyle-0.20.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-0/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /tmp/instance-0/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /tmp/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-0/output-1/build/host-meson-0.54.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-mpc-1.1.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-ninja-1.10.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-0/output-1/build/host-pcre-8.44/.files-list-host.txt /tmp/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-cffi-1.14.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-docutils-0.15.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-incremental-17.5.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-lxml-4.5.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-m2r-0.2.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-mistune-0.8.4/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-pycparser-2.20/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-setuptools-scm-3.5.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-setuptools-scm-git-archive-1.1/.files-list-host.txt /tmp/instance-0/output-1/build/host-python-vcversioner-2.16.0.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-python3-3.8.3/.files-list-host.txt /tmp/instance-0/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /tmp/instance-0/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-0/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-0/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /tmp/instance-0/output-1/build/host-zlib/.files-list-host.txt > /tmp/instance-0/output-1/build/packages-file-list-host.txt cat /tmp/instance-0/output-1/build/alsa-lib-1.2.3.1/.files-list-staging.txt /tmp/instance-0/output-1/build/brotli-1.0.7/.files-list-staging.txt /tmp/instance-0/output-1/build/cairo-1.16.0/.files-list-staging.txt /tmp/instance-0/output-1/build/cairomm-1.12.0/.files-list-staging.txt /tmp/instance-0/output-1/build/expat-2.2.9/.files-list-staging.txt /tmp/instance-0/output-1/build/flac-1.3.3/.files-list-staging.txt /tmp/instance-0/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /tmp/instance-0/output-1/build/freetype-2.10.2/.files-list-staging.txt /tmp/instance-0/output-1/build/gettext-gnu-0.20.1/.files-list-staging.txt /tmp/instance-0/output-1/build/jimtcl-0.79/.files-list-staging.txt /tmp/instance-0/output-1/build/libaio-0.3.111/.files-list-staging.txt /tmp/instance-0/output-1/build/libavl-0.3.5/.files-list-staging.txt /tmp/instance-0/output-1/build/libcodec2-0.9.2/.files-list-staging.txt /tmp/instance-0/output-1/build/libcuefile-475/.files-list-staging.txt /tmp/instance-0/output-1/build/libffi-3.3/.files-list-staging.txt /tmp/instance-0/output-1/build/libglib2-2.64.3/.files-list-staging.txt /tmp/instance-0/output-1/build/libmad-0.15.1b/.files-list-staging.txt /tmp/instance-0/output-1/build/libnice-0.1.16/.files-list-staging.txt /tmp/instance-0/output-1/build/libogg-1.3.4/.files-list-staging.txt /tmp/instance-0/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-0/output-1/build/libpcap-1.9.1/.files-list-staging.txt /tmp/instance-0/output-1/build/libpng-1.6.37/.files-list-staging.txt /tmp/instance-0/output-1/build/libsigc-2.10.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libsndfile-1.0.28/.files-list-staging.txt /tmp/instance-0/output-1/build/libsocketcan-0.0.11/.files-list-staging.txt /tmp/instance-0/output-1/build/libsodium-1.0.18/.files-list-staging.txt /tmp/instance-0/output-1/build/libssh2-1.9.0/.files-list-staging.txt /tmp/instance-0/output-1/build/libvorbis-1.3.6/.files-list-staging.txt /tmp/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-0/output-1/build/linux-headers-5.7.1/.files-list-staging.txt /tmp/instance-0/output-1/build/mpg123-1.25.13/.files-list-staging.txt /tmp/instance-0/output-1/build/pcre-8.44/.files-list-staging.txt /tmp/instance-0/output-1/build/physfs-3.0.2/.files-list-staging.txt /tmp/instance-0/output-1/build/pixman-0.40.0/.files-list-staging.txt /tmp/instance-0/output-1/build/python3-3.8.3/.files-list-staging.txt /tmp/instance-0/output-1/build/sdl-1.2.15/.files-list-staging.txt /tmp/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-0/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list-staging.txt /tmp/instance-0/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-0/output-1/build/uclibc-1.0.34/.files-list-staging.txt /tmp/instance-0/output-1/build/util-linux-2.35.2/.files-list-staging.txt /tmp/instance-0/output-1/build/woff2-1.0.2/.files-list-staging.txt > /tmp/instance-0/output-1/build/packages-file-list-staging.txt touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2020.08-git-00490-gf50086e59f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 9.3.0 Collecting legal info >>> host-binutils 2.33.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.34 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 9.3.0 Collecting legal info >>> linux-headers 5.7.1 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.3.1 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-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.35.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) >>> gettext Collecting legal info >>> gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> 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.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> python3 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python3 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.2 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.54.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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.35.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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cairomm 1.12.0 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsigc 2.10.0 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> 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) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcodec2 0.9.2 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> 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) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsocketcan 0.0.11 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libssh2 1.9.0 Collecting legal info COPYING: OK (sha256: e15ed284a15e80115467d6d7f030f0d89d8fabbecd78fb6e0f861f0cfc128fd9) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> mpg123 1.25.13 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.2 Collecting legal info LICENSE.txt: OK (sha256: d80c0b09a1c98c61667ea044eefa2fd98fb70bd5fe12c49ff52b1fc2289a6583) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info LICENSE: OK (sha256: fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b) >>> python-aiodns 2.0.0 Collecting legal info LICENSE: OK (sha256: eb0455d35129425ed399883cd710923de3e246a510e2eb84d9f00032d0bbec97) >>> python-aiohttp-debugtoolbar 0.6.0 Collecting legal info LICENSE: OK (sha256: 94d638be2cb4f186cc62bb567455837757547c15f1b350863aaf05a38843b542) >>> python-aiohttp-jinja2 1.2.0 Collecting legal info LICENSE: OK (sha256: 2a86817fedf0c52baaa47d7dd975073639dfaaebd37312bd279de54d7f841791) >>> python-aiohttp 3.6.2 Collecting legal info LICENSE.txt: OK (sha256: 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6) >>> python-asn1crypto 1.3.0 Collecting legal info LICENSE: OK (sha256: a88480656ec98943fb04344f6a477ee74062896f3ddb1a6f99e5f05f0109a286) >>> python-async-timeout 3.0.1 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> python-attrs 19.3.0 Collecting legal info LICENSE: OK (sha256: bf659a28b49240602f56bbdf490cbe2ec509b15b98f99d7b19a52c740e327863) >>> python-autobahn 20.4.3 Collecting legal info LICENSE: OK (sha256: 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef) >>> python-automat 20.2.0 Collecting legal info LICENSE: OK (sha256: b2201301678d0a937d938543827ca1360712eb34e23de8ee3f3bfffbd4c0e376) >>> host-python-m2r 0.2.1 Collecting legal info LICENSE: OK (sha256: 28728ec0ecbd8c171ebaeccebf69e3961282fd81f06abc7424c65546b6ae6f27) >>> host-python-docutils 0.15.2 Collecting legal info COPYING.txt: OK (sha256: efa0c85aa99ea5b4781240031b0d02af54d7b5554c87ad2b2bea9ba490f6663f) >>> host-python-mistune 0.8.4 Collecting legal info LICENSE: OK (sha256: 0c5259c3dd0a7c46f4835221645f62a0638c9b9faa02af08676e8069e1ff964b) >>> host-python-setuptools-scm 3.5.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-cchardet 2.1.6 Collecting legal info COPYING: OK (sha256: 107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cd) >>> python-certifi 2020.4.5.1 Collecting legal info LICENSE: OK (sha256: 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131) >>> python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-characteristic 14.3.0 Collecting legal info LICENSE: OK (sha256: 0af91b662f8428b28f5e517b049a0bb9feeb59b1adaa5c9418c1579f9485107c) >>> python-chardet 3.0.4 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> python-cheroot 8.2.1 Collecting legal info LICENSE.md: OK (sha256: da6dc218683f6dab91c6367f00bf33095d980fb1f04d430c81c5e6994b8605e0) >>> host-python-setuptools-scm-git-archive 1.1 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-constantly 15.1.0 Collecting legal info LICENSE: OK (sha256: 020870fcaf4bf9c50b233e331817094fe109b91c0880570fd476f527cfbfc085) >>> python-cryptography 2.9 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> host-python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-python-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-dataproperty 0.48.1 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-dateutil 2.8.1 Collecting legal info LICENSE: OK (sha256: ba00f51a0d92823b5a1cde27d8b5b9d2321e67ed8da9bc163eff96d5e17e577e) >>> python-docutils 0.15.2 Collecting legal info COPYING.txt: OK (sha256: efa0c85aa99ea5b4781240031b0d02af54d7b5554c87ad2b2bea9ba490f6663f) >>> python-engineio 3.12.1 Collecting legal info LICENSE: OK (sha256: c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c) >>> python-frozenlist 1.0.0 Collecting legal info LICENSE.txt: OK (sha256: 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6) >>> python-hyperlink 19.0.0 Collecting legal info LICENSE: OK (sha256: 9577b66fb599aa5700b4981078ab0a319416a086beee646cd282aa9f33c8c74c) >>> python-idna 2.9 Collecting legal info LICENSE.rst: OK (sha256: 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32) >>> python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-jaraco-functools 2.0 Collecting legal info LICENSE: OK (sha256: a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd) >>> python-jinja2 2.11.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> python-jsonschema 2.5.1 Collecting legal info COPYING: OK (sha256: 4f92a015a13c4d1a040bef018aa13430b4f1bc73b41b16bb846c346766de7439) json/LICENSE: OK (sha256: 837402bd25fad9b704265801ca3f92566a98157c1f9a7acd6f446299ba1c305a) >>> host-python-vcversioner 2.16.0.0 Collecting legal info >>> host-python-lxml 4.5.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> python-markdown 3.2.1 Collecting legal info LICENSE.md: OK (sha256: 6f1193cb634718e65c3a537d6e25ebd614820ec0ef693cfc12248112638d64da) >>> python-markupsafe 1.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> python-mbstrdecoder 1.0.0 Collecting legal info LICENSE: OK (sha256: 7588265082eed5e9f4afd5090c57e610b740ec547b16aaaab739ba07c5eefb15) >>> python-meld3 2.0.0 Collecting legal info COPYRIGHT.txt: OK (sha256: 2422945b49554688d529e1f8d4ac6e0ab77a817e8889158e1e56cf963ecf5c4d) LICENSE.txt: OK (sha256: 5fe11cd858707131b6ec1338b5c2cd68dd1fdb875e3ec967149bc6fea858ecec) >>> python-mistune 0.8.4 Collecting legal info LICENSE: OK (sha256: 0c5259c3dd0a7c46f4835221645f62a0638c9b9faa02af08676e8069e1ff964b) >>> python-more-itertools 8.2.0 Collecting legal info LICENSE: OK (sha256: 09f1c8c9e941af3e584d59641ea9b87d83c0cb0fd007eb5ef391a7e2643c1a46) >>> python-msgfy 0.1.0 Collecting legal info LICENSE: OK (sha256: fcfe96f8fb1bf3478a51c828e7f7afee01500ce1c2d4345d052edb858be05227) >>> python-multidict 4.7.6 Collecting legal info LICENSE: OK (sha256: a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad) >>> python-pathvalidate 0.29.0 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-pyasn1-modules 0.2.8 Collecting legal info LICENSE.txt: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pyasn1 0.4.8 Collecting legal info LICENSE.rst: OK (sha256: 22c5cc6922ab5d69fba32d8c5ee4cdd14981508cb53afc0ebd85593847fd95a5) >>> python-pycares 3.1.1 Collecting legal info LICENSE: OK (sha256: 427bb3a5372024a26e2c290b24382512bcc7ca123431c4dd178dd613beea7eee) >>> python-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pyhamcrest 1.9.0 Collecting legal info LICENSE.txt: OK (sha256: ec76c04449607010d061b1e29c9d20a5ffae74db9d04670ae82538ccfe68b941) >>> python-pyopenssl 19.1.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-pytablewriter 0.46.1 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-pytz 2019.3 Collecting legal info LICENSE.txt: OK (sha256: 39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792) >>> python-requests 2.23.0 Collecting legal info LICENSE: OK (sha256: 8837a2f33a61bcee175c028ff16d1c160aba48a3aebe1495ace709be4e62636b) >>> python-service-identity 18.1.0 Collecting legal info LICENSE: OK (sha256: c5075126e1272b176504e36af369781a95c5c1124239da8e4f61b0f9c15a56cf) >>> python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-tabledata 1.1.2 Collecting legal info LICENSE: OK (sha256: bebbdf0524a147f89a615fff53d79bdc90cbc7631550fb4b725cd3f3bdcd24f6) >>> python-terminaltables 3.1.0 Collecting legal info >>> python-treq 20.3.0 Collecting legal info LICENSE: OK (sha256: 7cc1b65e1937b1cc07052bb864ec96d8e5fd413400c0842e5b89a8201a600293) >>> host-python-incremental 17.5.0 Collecting legal info LICENSE: OK (sha256: d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5) >>> python-twisted 20.3.0 Collecting legal info LICENSE: OK (sha256: 98426fd47315df70098e0d85efbb5d7dd8001c9c536386937354640d6d8d75b9) >>> python-txaio 20.3.1 Collecting legal info LICENSE: OK (sha256: 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef) >>> python-typepy 0.0.20 Collecting legal info LICENSE: OK (sha256: bebbdf0524a147f89a615fff53d79bdc90cbc7631550fb4b725cd3f3bdcd24f6) >>> python-urllib3 1.25.6 Collecting legal info LICENSE.txt: OK (sha256: 7c0d136ee0585389adf2d25671bb99687a1f75929f465b7f16ee3f01da37255e) >>> python-webpy 0.40 Collecting legal info LICENSE.txt: OK (sha256: 791bf6e9419435f114a19fc6519ff33738021eb3c41b18490943230ab0894df9) >>> python-yarl 1.4.2 Collecting legal info LICENSE: OK (sha256: 14c0820503ceef15e814a89b037d9efc066870087018294b6ae0f27163872cc5) >>> python-zope-interface 4.6.0 Collecting legal info LICENSE.txt: OK (sha256: 3e671db11df687516cc1db5b3d65e4aa383eaca3c20cea3faf53a0f7335d0a3c) >>> selinux-python 3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> squeezelite 71c012ad9ba102feb95823b7b9dc17e5305689c7 Collecting legal info LICENSE.txt: OK (sha256: dc01c3da33fea11ed918f9e437b88baa59c70401aab0dad747e33dd9e8035706) >>> supervisor 4.1.0 Collecting legal info COPYRIGHT.txt: OK (sha256: 7b8dbd54ab1543b07b2fc5f6f5ab50d89d26c1c4952af93a579d8c52c56b8de4) LICENSES.txt: OK (sha256: 4c35fda9f70bb7883fd94e5a4d5addd88ad1a6d5d15e21c9d17c4d96fdc5e369) >>> tcpreplay 4.3.3 Collecting legal info docs/LICENSE: OK (sha256: 5971b0c544622f4b210a9cc56436a970685d3b0666e373c09e3cf9304db15d05) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> woff2 1.0.2 Collecting legal info LICENSE: OK (sha512: 8ee924da3fb5d16135adcf6a8fbe9e2e8f3d2d80468617e72ca4fa059a60f8455c9a5f68a8dc381b1297c8bf39c887a912d0f69246d2604ada74d3da9e8e490b) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.7.1: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: python-vcversioner-2.16.0.0: cannot save license (HOST_PYTHON_VCVERSIONER_LICENSE_FILES not defined) WARNING: python-terminaltables-3.1.0: cannot save license (PYTHON_TERMINALTABLES_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'