if version is not 1: usr/lib/python3.8/site-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? assert result == expected, "got: %r expected: %r" (result, expected) usr/lib/python3.8/site-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? assert result == expected, "got: %r expected: %r" (result, expected) usr/lib/python3.8/site-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? assert result == expected, "got: %r expected: %r" (result, expected) usr/lib/python3.8/site-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? assert result == expected, "got: %r expected: %r" (result, expected) find /tmp/instance-1/output-1/target/usr/lib/python3.8 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /tmp/instance-1/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-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow rm -f /tmp/instance-1/output-1/target/bin/sh rm -f /tmp/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /tmp/instance-1/output-1/build/locales.nopurge; done for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/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##*/}" /tmp/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true find /tmp/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 /tmp/instance-1/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc2-00032-g75e82c42c6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc2\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target cat /tmp/instance-1/output-1/build/alsa-lib-1.2.2/.files-list.txt /tmp/instance-1/output-1/build/atk-2.33.3/.files-list.txt /tmp/instance-1/output-1/build/babeld-1.8.4/.files-list.txt /tmp/instance-1/output-1/build/boost-1.72.0/.files-list.txt /tmp/instance-1/output-1/build/cairo-1.16.0/.files-list.txt /tmp/instance-1/output-1/build/can-utils-2020.02.04/.files-list.txt /tmp/instance-1/output-1/build/dav1d-0.6.0/.files-list.txt /tmp/instance-1/output-1/build/dbus-1.12.16/.files-list.txt /tmp/instance-1/output-1/build/dmraid-1.0.0.rc16-3/.files-list.txt /tmp/instance-1/output-1/build/docker-compose-1.24.1/.files-list.txt /tmp/instance-1/output-1/build/docker-containerd-1.2.13/.files-list.txt /tmp/instance-1/output-1/build/dropbear-2019.78/.files-list.txt /tmp/instance-1/output-1/build/expat-2.2.9/.files-list.txt /tmp/instance-1/output-1/build/f2fs-tools-1.13.0/.files-list.txt /tmp/instance-1/output-1/build/fontconfig-2.13.1/.files-list.txt /tmp/instance-1/output-1/build/freetype-2.10.1/.files-list.txt /tmp/instance-1/output-1/build/genpart-1.0.2/.files-list.txt /tmp/instance-1/output-1/build/glibmm-2.62.0/.files-list.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list.txt /tmp/instance-1/output-1/build/gnupg-1.4.23/.files-list.txt /tmp/instance-1/output-1/build/grep-3.4/.files-list.txt /tmp/instance-1/output-1/build/haveged-1.9.8/.files-list.txt /tmp/instance-1/output-1/build/imagemagick-7.0.8-59/.files-list.txt /tmp/instance-1/output-1/build/iperf3-3.7/.files-list.txt /tmp/instance-1/output-1/build/jpeg/.files-list.txt /tmp/instance-1/output-1/build/jsmin-1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b/.files-list.txt /tmp/instance-1/output-1/build/libaio-0.3.111/.files-list.txt /tmp/instance-1/output-1/build/libassuan-2.5.3/.files-list.txt /tmp/instance-1/output-1/build/libcurl-7.69.1/.files-list.txt /tmp/instance-1/output-1/build/libeXosip2-5.1.1/.files-list.txt /tmp/instance-1/output-1/build/libevent-2.1.11/.files-list.txt /tmp/instance-1/output-1/build/libffi-3.3/.files-list.txt /tmp/instance-1/output-1/build/libglib2-2.64.2/.files-list.txt /tmp/instance-1/output-1/build/libgpg-error-1.37/.files-list.txt /tmp/instance-1/output-1/build/libgpgme-1.13.1/.files-list.txt /tmp/instance-1/output-1/build/libite-2.2.0/.files-list.txt /tmp/instance-1/output-1/build/libjpeg-9d/.files-list.txt /tmp/instance-1/output-1/build/libmms-0.6.4/.files-list.txt /tmp/instance-1/output-1/build/libmnl-1.0.4/.files-list.txt /tmp/instance-1/output-1/build/libnetfilter_acct-1.0.3/.files-list.txt /tmp/instance-1/output-1/build/libnetfilter_conntrack-1.0.8/.files-list.txt /tmp/instance-1/output-1/build/libnfnetlink-1.0.1/.files-list.txt /tmp/instance-1/output-1/build/libnl-3.5.0/.files-list.txt /tmp/instance-1/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-1/output-1/build/libosip2-5.1.1/.files-list.txt /tmp/instance-1/output-1/build/libpcap-1.9.1/.files-list.txt /tmp/instance-1/output-1/build/libreplaygain-r475/.files-list.txt /tmp/instance-1/output-1/build/libserial-1.0.0/.files-list.txt /tmp/instance-1/output-1/build/libsigc-2.10.0/.files-list.txt /tmp/instance-1/output-1/build/libsodium-1.0.18/.files-list.txt /tmp/instance-1/output-1/build/libyaml-0.2.2/.files-list.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-1/output-1/build/lm-sensors-3-5-0/.files-list.txt /tmp/instance-1/output-1/build/lvm2-2.02.185/.files-list.txt /tmp/instance-1/output-1/build/lz4-1.9.2/.files-list.txt /tmp/instance-1/output-1/build/mosh-1.3.2/.files-list.txt /tmp/instance-1/output-1/build/msgpack-3.2.1/.files-list.txt /tmp/instance-1/output-1/build/ncurses-6.1/.files-list.txt /tmp/instance-1/output-1/build/openssh-8.2p1/.files-list.txt /tmp/instance-1/output-1/build/openssl/.files-list.txt /tmp/instance-1/output-1/build/pcre-8.44/.files-list.txt /tmp/instance-1/output-1/build/pcre2-10.34/.files-list.txt /tmp/instance-1/output-1/build/pixman-0.40.0/.files-list.txt /tmp/instance-1/output-1/build/postgresql-12.2/.files-list.txt /tmp/instance-1/output-1/build/proftpd-1.3.6c/.files-list.txt /tmp/instance-1/output-1/build/protobuf-3.11.4/.files-list.txt /tmp/instance-1/output-1/build/python-aiocoap-0.3/.files-list.txt /tmp/instance-1/output-1/build/python-aiodns-2.0.0/.files-list.txt /tmp/instance-1/output-1/build/python-aiohttp-3.6.2/.files-list.txt /tmp/instance-1/output-1/build/python-aiohttp-remotes-0.1.2/.files-list.txt /tmp/instance-1/output-1/build/python-aiohttp-sse-2.0.0/.files-list.txt /tmp/instance-1/output-1/build/python-asn1crypto-1.3.0/.files-list.txt /tmp/instance-1/output-1/build/python-async-timeout-3.0.1/.files-list.txt /tmp/instance-1/output-1/build/python-attrs-19.3.0/.files-list.txt /tmp/instance-1/output-1/build/python-bcrypt-3.1.7/.files-list.txt /tmp/instance-1/output-1/build/python-cached-property-1.5.1/.files-list.txt /tmp/instance-1/output-1/build/python-cchardet-2.1.6/.files-list.txt /tmp/instance-1/output-1/build/python-certifi-2020.4.5.1/.files-list.txt /tmp/instance-1/output-1/build/python-cffi-1.14.0/.files-list.txt /tmp/instance-1/output-1/build/python-chardet-3.0.4/.files-list.txt /tmp/instance-1/output-1/build/python-configshell-fb-1.1.fb18/.files-list.txt /tmp/instance-1/output-1/build/python-cryptography-2.9/.files-list.txt /tmp/instance-1/output-1/build/python-dataproperty-0.48.1/.files-list.txt /tmp/instance-1/output-1/build/python-dateutil-2.8.1/.files-list.txt /tmp/instance-1/output-1/build/python-docker-4.1.0/.files-list.txt /tmp/instance-1/output-1/build/python-dockerpty-0.4.1/.files-list.txt /tmp/instance-1/output-1/build/python-docopt-0.6.2/.files-list.txt /tmp/instance-1/output-1/build/python-gunicorn-19.9.0/.files-list.txt /tmp/instance-1/output-1/build/python-h2-3.2.0/.files-list.txt /tmp/instance-1/output-1/build/python-hpack-3.0.0/.files-list.txt /tmp/instance-1/output-1/build/python-hyperframe-5.2.0/.files-list.txt /tmp/instance-1/output-1/build/python-idna-2.9/.files-list.txt /tmp/instance-1/output-1/build/python-jsonschema-2.5.1/.files-list.txt /tmp/instance-1/output-1/build/python-mbstrdecoder-1.0.0/.files-list.txt /tmp/instance-1/output-1/build/python-multidict-4.7.5/.files-list.txt /tmp/instance-1/output-1/build/python-oauthlib-3.1.0/.files-list.txt /tmp/instance-1/output-1/build/python-paramiko-2.7.1/.files-list.txt /tmp/instance-1/output-1/build/python-pyalsa-1.1.6/.files-list.txt /tmp/instance-1/output-1/build/python-pyasn1-0.4.8/.files-list.txt /tmp/instance-1/output-1/build/python-pycares-3.1.1/.files-list.txt /tmp/instance-1/output-1/build/python-pycparser-2.20/.files-list.txt /tmp/instance-1/output-1/build/python-pygments-2.4.2/.files-list.txt /tmp/instance-1/output-1/build/python-pynacl-1.3.0/.files-list.txt /tmp/instance-1/output-1/build/python-pyparsing-2.4.2/.files-list.txt /tmp/instance-1/output-1/build/python-pytz-2019.3/.files-list.txt /tmp/instance-1/output-1/build/python-pyxb-1.2.6/.files-list.txt /tmp/instance-1/output-1/build/python-pyyaml-5.3.1/.files-list.txt /tmp/instance-1/output-1/build/python-requests-2.23.0/.files-list.txt /tmp/instance-1/output-1/build/python-rpi-gpio-0.7.0/.files-list.txt /tmp/instance-1/output-1/build/python-setuptools-44.0.0/.files-list.txt /tmp/instance-1/output-1/build/python-six-1.14.0/.files-list.txt /tmp/instance-1/output-1/build/python-soupsieve-1.9.4/.files-list.txt /tmp/instance-1/output-1/build/python-tabledata-1.1.2/.files-list.txt /tmp/instance-1/output-1/build/python-texttable-1.6.2/.files-list.txt /tmp/instance-1/output-1/build/python-typepy-0.0.20/.files-list.txt /tmp/instance-1/output-1/build/python-urllib3-1.25.6/.files-list.txt /tmp/instance-1/output-1/build/python-urwid-2.0.1/.files-list.txt /tmp/instance-1/output-1/build/python-websocket-client-0.57.0/.files-list.txt /tmp/instance-1/output-1/build/python-yarl-1.4.2/.files-list.txt /tmp/instance-1/output-1/build/python3-3.8.2/.files-list.txt /tmp/instance-1/output-1/build/qextserialport-ada321a9ee463f628e7b781b8ed00ff219152158/.files-list.txt /tmp/instance-1/output-1/build/qt5base-5.14.2/.files-list.txt /tmp/instance-1/output-1/build/qt5charts-5.14.2/.files-list.txt /tmp/instance-1/output-1/build/qt5declarative-5.14.2/.files-list.txt /tmp/instance-1/output-1/build/qt5quickcontrols-5.14.2/.files-list.txt /tmp/instance-1/output-1/build/rauc-1.3/.files-list.txt /tmp/instance-1/output-1/build/readline-8.0/.files-list.txt /tmp/instance-1/output-1/build/reaver-1.6.5/.files-list.txt /tmp/instance-1/output-1/build/runc-1.0.0-rc10/.files-list.txt /tmp/instance-1/output-1/build/s6-portable-utils-2.2.2.1/.files-list.txt /tmp/instance-1/output-1/build/skalibs-2.9.2.1/.files-list.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-1/output-1/build/skeleton-init-none/.files-list.txt /tmp/instance-1/output-1/build/skeleton/.files-list.txt /tmp/instance-1/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list.txt /tmp/instance-1/output-1/build/squashfs-4.4/.files-list.txt /tmp/instance-1/output-1/build/tcf-agent-1.7.0/.files-list.txt /tmp/instance-1/output-1/build/toolchain-external-custom/.files-list.txt /tmp/instance-1/output-1/build/toolchain-external/.files-list.txt /tmp/instance-1/output-1/build/toolchain/.files-list.txt /tmp/instance-1/output-1/build/trace-cmd-trace-cmd-v2.7/.files-list.txt /tmp/instance-1/output-1/build/unbound-1.10.1/.files-list.txt /tmp/instance-1/output-1/build/util-linux-2.35.1/.files-list.txt /tmp/instance-1/output-1/build/wpan-tools-0.9/.files-list.txt /tmp/instance-1/output-1/build/zlib/.files-list.txt /tmp/instance-1/output-1/build/zlog-1.2.14/.files-list.txt > /tmp/instance-1/output-1/build/packages-file-list.txt cat /tmp/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-dosfstools-4.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /tmp/instance-1/output-1/build/host-gettext/.files-list-host.txt /tmp/instance-1/output-1/build/host-gnupg-1.4.23/.files-list-host.txt /tmp/instance-1/output-1/build/host-go-1.13.8/.files-list-host.txt /tmp/instance-1/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /tmp/instance-1/output-1/build/host-gperf-3.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-gptfdisk-1.0.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /tmp/instance-1/output-1/build/host-libglib2-2.64.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-1/output-1/build/host-mender-artifact-3.3.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-meson-0.54.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-popt-1.16/.files-list-host.txt /tmp/instance-1/output-1/build/host-protobuf-3.11.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-python-cffi-1.14.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-python-pycparser-2.20/.files-list-host.txt /tmp/instance-1/output-1/build/host-python-setuptools-scm-3.5.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-python-vcversioner-2.16.0.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-python3-3.8.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-sam-ba-2.18/.files-list-host.txt /tmp/instance-1/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-1/output-1/build/host-swig-4.0.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-1/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-xorriso-1.5.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-xz-5.2.4/.files-list-host.txt /tmp/instance-1/output-1/build/host-zic-2020a/.files-list-host.txt /tmp/instance-1/output-1/build/host-zlib/.files-list-host.txt > /tmp/instance-1/output-1/build/packages-file-list-host.txt cat /tmp/instance-1/output-1/build/alsa-lib-1.2.2/.files-list-staging.txt /tmp/instance-1/output-1/build/atk-2.33.3/.files-list-staging.txt /tmp/instance-1/output-1/build/boost-1.72.0/.files-list-staging.txt /tmp/instance-1/output-1/build/cairo-1.16.0/.files-list-staging.txt /tmp/instance-1/output-1/build/dav1d-0.6.0/.files-list-staging.txt /tmp/instance-1/output-1/build/dbus-1.12.16/.files-list-staging.txt /tmp/instance-1/output-1/build/dmraid-1.0.0.rc16-3/.files-list-staging.txt /tmp/instance-1/output-1/build/expat-2.2.9/.files-list-staging.txt /tmp/instance-1/output-1/build/f2fs-tools-1.13.0/.files-list-staging.txt /tmp/instance-1/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /tmp/instance-1/output-1/build/freetype-2.10.1/.files-list-staging.txt /tmp/instance-1/output-1/build/glibmm-2.62.0/.files-list-staging.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list-staging.txt /tmp/instance-1/output-1/build/imagemagick-7.0.8-59/.files-list-staging.txt /tmp/instance-1/output-1/build/libaio-0.3.111/.files-list-staging.txt /tmp/instance-1/output-1/build/libassuan-2.5.3/.files-list-staging.txt /tmp/instance-1/output-1/build/libcurl-7.69.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libeXosip2-5.1.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libevent-2.1.11/.files-list-staging.txt /tmp/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /tmp/instance-1/output-1/build/libglib2-2.64.2/.files-list-staging.txt /tmp/instance-1/output-1/build/libgpg-error-1.37/.files-list-staging.txt /tmp/instance-1/output-1/build/libgpgme-1.13.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libite-2.2.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libjpeg-9d/.files-list-staging.txt /tmp/instance-1/output-1/build/libmms-0.6.4/.files-list-staging.txt /tmp/instance-1/output-1/build/libmnl-1.0.4/.files-list-staging.txt /tmp/instance-1/output-1/build/libnetfilter_acct-1.0.3/.files-list-staging.txt /tmp/instance-1/output-1/build/libnetfilter_conntrack-1.0.8/.files-list-staging.txt /tmp/instance-1/output-1/build/libnfnetlink-1.0.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libnl-3.5.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-1/output-1/build/libosip2-5.1.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libpcap-1.9.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libreplaygain-r475/.files-list-staging.txt /tmp/instance-1/output-1/build/libserial-1.0.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libsigc-2.10.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libsodium-1.0.18/.files-list-staging.txt /tmp/instance-1/output-1/build/libtomcrypt-1.18.2/.files-list-staging.txt /tmp/instance-1/output-1/build/libtommath-1.2.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libyaml-0.2.2/.files-list-staging.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-1/output-1/build/lm-sensors-3-5-0/.files-list-staging.txt /tmp/instance-1/output-1/build/lvm2-2.02.185/.files-list-staging.txt /tmp/instance-1/output-1/build/lz4-1.9.2/.files-list-staging.txt /tmp/instance-1/output-1/build/msgpack-3.2.1/.files-list-staging.txt /tmp/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /tmp/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /tmp/instance-1/output-1/build/pcre2-10.34/.files-list-staging.txt /tmp/instance-1/output-1/build/pixman-0.40.0/.files-list-staging.txt /tmp/instance-1/output-1/build/postgresql-12.2/.files-list-staging.txt /tmp/instance-1/output-1/build/protobuf-3.11.4/.files-list-staging.txt /tmp/instance-1/output-1/build/python3-3.8.2/.files-list-staging.txt /tmp/instance-1/output-1/build/qextserialport-ada321a9ee463f628e7b781b8ed00ff219152158/.files-list-staging.txt /tmp/instance-1/output-1/build/qt5base-5.14.2/.files-list-staging.txt /tmp/instance-1/output-1/build/qt5charts-5.14.2/.files-list-staging.txt /tmp/instance-1/output-1/build/qt5declarative-5.14.2/.files-list-staging.txt /tmp/instance-1/output-1/build/qt5quickcontrols-5.14.2/.files-list-staging.txt /tmp/instance-1/output-1/build/readline-8.0/.files-list-staging.txt /tmp/instance-1/output-1/build/skalibs-2.9.2.1/.files-list-staging.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-1/output-1/build/speexdsp-SpeexDSP-1.2.0/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain-external-custom/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-1/output-1/build/trace-cmd-trace-cmd-v2.7/.files-list-staging.txt /tmp/instance-1/output-1/build/util-linux-2.35.1/.files-list-staging.txt /tmp/instance-1/output-1/build/zlog-1.2.14/.files-list-staging.txt > /tmp/instance-1/output-1/build/packages-file-list-staging.txt touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/arm-buildroot-linux-gnueabihf/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2020.05-rc2-00032-g75e82c42c6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.2 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) >>> atk 2.33.3 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> 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-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.8.2 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) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.64.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.35.1 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) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> util-linux 2.35.1 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.34 Collecting legal info LICENCE: OK (sha256: 982293becea3f18eb4e3ce2145f66638e46d105a27b88418766caf321a684d03) >>> python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> 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) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> babeld 1.8.4 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> boost 1.72.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> 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.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> can-utils 2020.02.04 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> dav1d 0.6.0 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dmraid 1.0.0.rc16-3 Collecting legal info 1.0.0.rc16-3/dmraid/LICENSE_GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) 1.0.0.rc16-3/dmraid/LICENSE: OK (sha256: 4bc391fcf852e03c3a7564cb146af6e47717562eed296b28bce123ee1b0396b8) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> docker-compose 1.24.1 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> docker-containerd 1.2.13 Collecting legal info LICENSE: OK (sha256: 4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4) >>> host-go 1.13.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-dosfstools 4.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2019.78 Collecting legal info LICENSE: OK (sha256: cfa32d49e9022265375e533a4a5ef9e37d4aaa604119d612c46816aa1e59fe52) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> f2fs-tools 1.13.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> genpart 1.0.2 Collecting legal info >>> glibmm 2.62.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libsigc 2.10.0 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.69.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gptfdisk 1.0.4 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> grep 3.4 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> haveged 1.9.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> imagemagick 7.0.8-59 Collecting legal info LICENSE: OK (sha256: 5b47db932754743460eba7a226aea85b63e3408d3c7affb4d0117f70c9594ded) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> iperf3 3.7 Collecting legal info LICENSE: OK (sha256: ee58f1e69139d39cfb055df15fe84453a379936dd45e44dbebf26c78afa3f5d4) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libassuan 2.5.3 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.37 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libeXosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevent 2.1.11 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgpgme 1.13.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libite 2.2.0 Collecting legal info LICENSE: OK (sha256: a8a7506c64ce46a58c17838b0f678f8c2567d71869402f97d19460ddec4882f5) src/chomp.c: OK (sha256: 89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.8 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libserial 1.0.0 Collecting legal info LICENSE.txt: OK (sha256: c42fdfe17c192cfdb900e22d40ef246db1b473f99165e405eda62b41be27f4bf) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libyaml 0.2.2 Collecting legal info LICENSE: OK (sha256: a2adb9c959b797494a0ef80bdf60e22db2749ee3e0c0908556e3eb548f967c56) >>> lm-sensors 3-5-0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lz4 1.9.2 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mender-artifact 3.3.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: be22e200d0826c94bfd71cc5c1d4995449a6e3bd527090c1cfe953bc81427573) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 3525392c6db3b804af76980b2c560ee9ec1abdadd907d76a26091df7c78f3a25) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: 402f39eed8a1851385d0703999aa9f23d067c2ea3e15c63c074e389cbf8f8f8f) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mosh 1.3.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.iOS: OK (sha256: 8042495ddc8d99b883335d53552554eccf825fc1f0ba487d0f8e6656baaa8199) >>> protobuf 3.11.4 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> host-protobuf 3.11.4 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> msgpack 3.2.1 Collecting legal info COPYING: OK (sha256: 664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22) LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> openssh 8.2p1 Collecting legal info LICENCE: OK (sha256: 73d0db766229670c7b4e1ec5e6baed54977a0694a565e7cc878c45ee834045d7) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> postgresql 12.2 Collecting legal info COPYRIGHT: OK (sha256: 739e5d454d81d31a482469338b7c856f1f5c6b4cdda1551cea6f0f6d18eef62c) >>> host-zic 2020a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> proftpd 1.3.6c Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> python-aiocoap 0.3 Collecting legal info LICENSE: OK (sha256: 2bb211d412a6bfa4b2a9cf01123c7fe90e5e6185938896e23ab07b84f8494180) >>> python-aiodns 2.0.0 Collecting legal info LICENSE: OK (sha256: eb0455d35129425ed399883cd710923de3e246a510e2eb84d9f00032d0bbec97) >>> python-aiohttp-remotes 0.1.2 Collecting legal info LICENSE: OK (sha256: 5240758b8a5c34a46c166294eaae7dc7034ec45c727fce889c9abf7ef5afc158) >>> python-aiohttp-sse 2.0.0 Collecting legal info LICENSE: OK (sha256: cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14) >>> 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-bcrypt 3.1.7 Collecting legal info LICENSE: OK (sha256: 8173d5c29b4f956d532781d2b86e4e30f83e6b7878dce18c919451d6ba707c90) >>> 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-cached-property 1.5.1 Collecting legal info LICENSE: OK (sha256: ba4756c8039b25b66e3c456cc5bf635aa528cf459b97ee1499d06684ccd89b9a) >>> 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-chardet 3.0.4 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> python-configshell-fb 1.1.fb18 Collecting legal info COPYING: OK (sha256: 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320) >>> python-pyparsing 2.4.2 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-urwid 2.0.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> python-cryptography 2.9 Collecting legal info LICENSE: OK (sha256: 35452b557fab0efb1e80d7edb9c4e5118b9384082adaa051dde342102cb9de8d) LICENSE.APACHE: OK (sha256: aac73b3148f6d1d7111dbca32099f68d26c644c6813ae1e4f05f6579aa2663fe) LICENSE.BSD: OK (sha256: 602c4c7482de6479dd2e9793cda275e5e63d773dacd1eca689232ab7008fb4fb) >>> python-dataproperty 0.48.1 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-dateutil 2.8.1 Collecting legal info LICENSE: OK (sha256: ba00f51a0d92823b5a1cde27d8b5b9d2321e67ed8da9bc163eff96d5e17e577e) >>> host-python-setuptools-scm 3.5.0 Collecting legal info LICENSE: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> python-docker 4.1.0 Collecting legal info LICENSE: OK (sha256: f2f0b07fa5e492c11d27aa0d2f3f1a0e64b9d17f32d8aa489ae2af9609af33b2) >>> python-dockerpty 0.4.1 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-docopt 0.6.2 Collecting legal info LICENSE-MIT: OK (sha256: 3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2) >>> python-gunicorn 19.9.0 Collecting legal info LICENSE: OK (sha256: 789fe11b92e1cabfbcf744b5fcc392c9bd5c6798603a4e89f925b6337984d1df) >>> python-h2 3.2.0 Collecting legal info LICENSE: OK (sha256: 663f9253e13519b82ab4a6b1caab6bed05aada70517f28cd0254be8a9fa19ed6) >>> python-hpack 3.0.0 Collecting legal info LICENSE: OK (sha256: 763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed) >>> python-hyperframe 5.2.0 Collecting legal info LICENSE: OK (sha256: 763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed) >>> python-idna 2.9 Collecting legal info LICENSE.rst: OK (sha256: 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32) >>> 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 >>> python-mbstrdecoder 1.0.0 Collecting legal info LICENSE: OK (sha256: 7588265082eed5e9f4afd5090c57e610b740ec547b16aaaab739ba07c5eefb15) >>> python-multidict 4.7.5 Collecting legal info LICENSE: OK (sha256: a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad) >>> python-oauthlib 3.1.0 Collecting legal info LICENSE: OK (sha256: 3d1e12d8ac52c0b6c148af6d291f72400b8720ed16c0ac4a89868b6d14b1c939) >>> python-paramiko 2.7.1 Collecting legal info LICENSE: OK (sha256: 5fa25bf5f395fd26e701c2e1de4ca7d162816986dc791c22f8f4226857ad1bb2) >>> python-pyalsa 1.1.6 Collecting legal info >>> 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-pygments 2.4.2 Collecting legal info LICENSE: OK (sha256: 45b88d3449c37806594758bf3c484d9d98b12b1ecc163f65431fe07fea6025f0) >>> python-pynacl 1.3.0 Collecting legal info LICENSE: OK (sha256: d3174ad63e721d4c9dccb8ad4320848992d314369bc46319720b5802c9153fe9) >>> python-pytz 2019.3 Collecting legal info LICENSE.txt: OK (sha256: 39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792) >>> python-pyxb 1.2.6 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> python-pyyaml 5.3.1 Collecting legal info LICENSE: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> python-requests 2.23.0 Collecting legal info LICENSE: OK (sha256: 8837a2f33a61bcee175c028ff16d1c160aba48a3aebe1495ace709be4e62636b) >>> python-rpi-gpio 0.7.0 Collecting legal info LICENCE.txt: OK (sha256: a668b3edecb3e69e81ec25987257008208ffcba9d6c43682033b8060c5f2f994) >>> python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-soupsieve 1.9.4 Collecting legal info LICENSE.md: OK (sha256: 0eee19bf360e5f7a8180e2f6d613d716f7115a456f670e3d8bb35c45a0db1838) >>> python-tabledata 1.1.2 Collecting legal info LICENSE: OK (sha256: bebbdf0524a147f89a615fff53d79bdc90cbc7631550fb4b725cd3f3bdcd24f6) >>> python-texttable 1.6.2 Collecting legal info LICENSE: OK (sha256: 181d0c3366cc36fd6ae7d023b23a743581003fd42974c8983ea40f7161faeaf3) >>> 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-websocket-client 0.57.0 Collecting legal info LICENSE: OK (sha256: a47b06717e8a3cf01d1307141287b1b4fa17fe4bb8785633d2fc6f57cb71d05e) >>> python-yarl 1.4.2 Collecting legal info LICENSE: OK (sha256: 14c0820503ceef15e814a89b037d9efc066870087018294b6ae0f27163872cc5) >>> qextserialport ada321a9ee463f628e7b781b8ed00ff219152158 Collecting legal info LICENSE.md: OK (sha256: 363f34c4e9ee62df5e88788723beb9d0ad2c62fa36625355f261f7e6d672aaf5) >>> qt5base 5.14.2 Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPLv3: OK (sha256: 88ec689407cf2df9b2eb5c45952564d51ce73c129a3bdffb15c0d2d161ad7558) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> qt5charts 5.14.2 Collecting legal info LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qt5declarative 5.14.2 Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.GPL3-EXCEPT: OK (sha256: 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652) LICENSE.LGPL3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> qt5quickcontrols 5.14.2 Collecting legal info LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.GPL3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE.LGPL3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) LICENSE.FDL: OK (sha256: ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d) >>> rauc 1.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> reaver 1.6.5 Collecting legal info docs/LICENSE: OK (sha256: bb40cfd5e9ca6e8465ea3c236f3f2293e8300af1bfe87e72fabe482ae6cc995a) >>> runc 1.0.0-rc10 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> s6-portable-utils 2.2.2.1 Collecting legal info COPYING: OK (sha256: d8e17a6418d26867c13801810903a1f78beac8cfe8f92c2a85afe59f3c3fc48c) >>> skalibs 2.9.2.1 Collecting legal info COPYING: OK (sha256: 5443ac67e8d74ac614ced7bc64211ce90ccedb7778a68bfe9e68a8b234c9503e) >>> host-sam-ba 2.18 Collecting legal info doc/license.txt: OK (sha256: f9cac240acadbfd8f4f1c0d65132f85427384697bd6337da6444c531138d56ee) tcl_lib/boards.tcl: OK (sha256: 255564ff8953ea95c11a4ab1d56f1edf332298faad209ca80daf745c7ed95124) applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h: OK (sha256: 74ae62858139cb4e18acc3448483be80ea6b36fdb87260b665f43762ca354ede) >>> speexdsp SpeexDSP-1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcf-agent 1.7.0 Collecting legal info agent/edl-v10.html: OK (sha256: f82d01b74a513bd3504d08136026a5ac2a7e6ff62ebcde391fa74aa222d11ce0) >>> trace-cmd trace-cmd-v2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) >>> host-swig 4.0.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> unbound 1.10.1 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> wpan-tools 0.9 Collecting legal info COPYING: OK (sha256: fe8e595c24d821a60885eb259619df5e5e3976c48465fde0be29fcd78530798f) >>> host-xorriso 1.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> zlog 1.2.14 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: python-vcversioner-2.16.0.0: cannot save license (HOST_PYTHON_VCVERSIONER_LICENSE_FILES not defined) WARNING: python-pyalsa-1.1.6: cannot save license (PYTHON_PYALSA_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'