/usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi rm -f /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-1/output-1/host/bin/glib-compile-schemas /home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/5.30.3/pod rm -rf /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/5.30.3/arc-linux/CORE find /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f PYTHONPATH="/home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/python3.8/" cd /home/naourr/work/instance-1/output-1/target && /home/naourr/work/instance-1/output-1/host/bin/python3.8 /home/naourr/work/instance-1/buildroot/support/scripts/pycompile.py usr/lib/python3.8 usr/lib/python3.8/site-packages/networkx/convert_matrix.py:500: SyntaxWarning: "is" with a literal. Did you mean "=="? if python_type is 'void': usr/lib/python3.8/site-packages/networkx/drawing/nx_pydot.py:185: SyntaxWarning: "is" with a literal. Did you mean "=="? if name is '': usr/lib/python3.8/site-packages/sqlalchemy/orm/query.py:196: SyntaxWarning: "is not" with a literal. Did you mean "!="? if entities is not (): find /home/naourr/work/instance-1/output-1/target/usr/lib/python3.8 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/naourr/work/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 /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/naourr/work/instance-1/output-1/build/locales.nopurge for dir in /home/naourr/work/instance-1/output-1/target/usr/share/locale /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale /home/naourr/work/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##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake \ /home/naourr/work/instance-1/output-1/target/usr/doc find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/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 /home/naourr/work/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/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 /home/naourr/work/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 /home/naourr/work/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-07919-g2cf994944cb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-1/output-1/build/android-tools-4.2.2+git20130218/.files-list.txt /home/naourr/work/instance-1/output-1/build/aumix-2.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/belr-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/boost-1.73.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/c-ares-1.16.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/enscript-1.6.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/fbterm-1.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/flatcc-0.6.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/fluidsynth-2.1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/fontconfig-2.13.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/freerdp-2.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/fswebcam-e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33/.files-list.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/genromfs-0.5.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/hiawatha-10.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/ipmitool-1.8.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/jpeg/.files-list.txt /home/naourr/work/instance-1/output-1/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libaio-0.3.111/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libcodec2-0.9.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libdcadec-0.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libdrm-2.4.102/.files-list.txt /home/naourr/work/instance-1/output-1/build/liberation-2.00.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libhdhomerun-20200225/.files-list.txt /home/naourr/work/instance-1/output-1/build/libhttpserver-0.18.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libiscsi-1.19.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/libjpeg-9d/.files-list.txt /home/naourr/work/instance-1/output-1/build/liblogging-1.0.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmhash-0.9.9.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/libmicrohttpd-0.9.71/.files-list.txt /home/naourr/work/instance-1/output-1/build/libnet-1.1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list.txt /home/naourr/work/instance-1/output-1/build/libpthread-stubs-0.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libroxml-3.0.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsigrokdecode-0.5.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsodium-1.0.18/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsquish-1.15/.files-list.txt /home/naourr/work/instance-1/output-1/build/libsvg-0.1.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-firmware-20200122/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.7.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/linux-pam-1.4.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/lvm2-2.02.185/.files-list.txt /home/naourr/work/instance-1/output-1/build/lzo-2.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/lzop-1.03/.files-list.txt /home/naourr/work/instance-1/output-1/build/make-4.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/mbedtls-2.16.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/mediastreamer-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/memtool-2018.03.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/mini-snmpd-1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/mobile-broadband-provider-info-20190618/.files-list.txt /home/naourr/work/instance-1/output-1/build/mpd-0.21.24/.files-list.txt /home/naourr/work/instance-1/output-1/build/mysql/.files-list.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/odhcp6c-f575351cbb3defc0bf52680c9082912a6c264374/.files-list.txt /home/naourr/work/instance-1/output-1/build/openssl/.files-list.txt /home/naourr/work/instance-1/output-1/build/oracle-mysql-5.1.73/.files-list.txt /home/naourr/work/instance-1/output-1/build/ortp-4.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-5.30.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-crypt-openssl-random-0.15/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-digest-hmac-1.03/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-encode-locale-1.05/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-file-util-4.161950/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-html-tagset-3.20/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-http-daemon-6.12/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-http-date-6.05/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-http-message-6.24/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-io-html-1.001/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-lwp-mediatypes-6.04/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-net-dns-1.24/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-timedate-2.33/.files-list.txt /home/naourr/work/instance-1/output-1/build/perl-uri-1.76/.files-list.txt /home/naourr/work/instance-1/output-1/build/ptpd2-2.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-aiodns-2.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-aiohttp-3.6.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-aiohttp-sse-2.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-async-timeout-3.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-attrs-19.3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-bunch-1.0.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-cchardet-2.1.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-cffi-1.14.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-click-7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-constantly-15.1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-dataproperty-0.48.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-dateutil-2.8.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-decorator-4.4.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-dicttoxml-1.7.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-gitdb2-2.0.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-hpack-3.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-hyperlink-19.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-idna-2.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-iniparse-0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-ipython-genutils-0.2.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-markdown-3.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-markupsafe-1.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-mbstrdecoder-1.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-multidict-4.7.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-networkx-1.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-parso-0.7.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pathvalidate-0.29.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-priority-1.3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pybind-2.5.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pycares-3.1.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pycparser-2.20/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-pytz-2019.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-request-id-1.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-setuptools-44.0.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-simplesqlite-0.45.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-six-1.14.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-smmap2-2.0.5/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-sqlalchemy-1.3.10/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-sqliteschema-0.16.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-tabledata-1.1.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-typepy-0.0.20/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-webob-1.8.6/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-wrapt-1.11.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-wtforms-2.3.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-xlwt-1.3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/python-yarl-1.4.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/python3-3.8.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/rocksdb-6.6.4/.files-list.txt /home/naourr/work/instance-1/output-1/build/ruby-2.4.9/.files-list.txt /home/naourr/work/instance-1/output-1/build/shadowsocks-libev-3.3.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/sqlite-3320300/.files-list.txt /home/naourr/work/instance-1/output-1/build/sysstat-12.2.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/uclibc-1.0.34/.files-list.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.2/.files-list.txt /home/naourr/work/instance-1/output-1/build/vlc-3.0.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/wavpack-5.3.0/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-binutils-arc-2020.03-release/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flatcc-0.6.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-final-arc-2020.03-release/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gcc-initial-arc-2020.03-release/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-gperf-3.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libffi-3.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libglib2-2.64.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libopenssl-1.1.1g/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxml2-2.9.10/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libxslt-1.1.34/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-meson-0.54.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-openssl/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pcre-8.44/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-5.30.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-crypt-openssl-guess-0.11/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-extutils-config-0.008/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-extutils-helpers-0.026/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-extutils-installpaths-0.012/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-module-build-0.4231/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-perl-module-build-tiny-0.039/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-cffi-1.14.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-pycparser-2.20/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python-setuptools-scm-3.5.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-3.8.3/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-ruby-2.4.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-util-linux-2.35.2/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zlib/.files-list-host.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/bctoolbox-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/belr-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/boost-1.73.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/c-ares-1.16.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/expat-2.2.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flatcc-0.6.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/fluidsynth-2.1.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/fontconfig-2.13.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freerdp-2.1.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/freetype-2.10.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gd-2.2.5/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/gtest-1.10.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libaio-0.3.111/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcap-ng-0.7.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcodec2-0.9.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libcrossguid-8f399e8bd4252be9952f3dfa8199924cc8487ca4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libdcadec-0.2.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libdrm-2.4.102/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libev-4.27/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libffi-3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libglib2-2.64.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libhdhomerun-20200225/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libhttpserver-0.18.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libiscsi-1.19.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libjpeg-9d/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/liblogging-1.0.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmhash-0.9.9.9/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libmicrohttpd-0.9.71/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libnet-1.1.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpng-1.6.37/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libroxml-3.0.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsigrokdecode-0.5.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsodium-1.0.18/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsquish-1.15/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libsvg-0.1.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-headers-5.7.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/linux-pam-1.4.0/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lvm2-2.02.185/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/lzo-2.10/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mbedtls-2.16.6/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mediastreamer-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/mobile-broadband-provider-info-20190618/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ncurses-6.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/oracle-mysql-5.1.73/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/ortp-4.3.1/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/pcre-8.44/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/perl-5.30.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/python3-3.8.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/rocksdb-6.6.4/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/shadowsocks-libev-3.3.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/sqlite-3320300/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/uclibc-1.0.34/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/util-linux-2.35.2/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/vlc-3.0.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/wavpack-5.3.0/.files-list-staging.txt > /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-1/output-1/target/usr ln -snf /home/naourr/work/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.08-git-07919-g2cf994944cb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.03-release Collecting legal info >>> host-binutils arc-2020.03-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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 arc-2020.03-release 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 >>> android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> bctoolbox 4.3.1 Collecting legal info COPYING: OK (sha256: 849dd903d98f12a964466ccfbaf3a1de1f94ad0ebd49a59d12f8ce4506f9f647) >>> mbedtls 2.16.6 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> belr 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> boost 1.73.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> linux-pam 1.4.0 Collecting legal info Copyright: OK (sha256: 133d98e7a2ab3ffd330b4debb0bfc10fea21e4b2b5a5b09de2e924293be5ff08) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> 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) >>> sqlite 3320300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> c-ares 1.16.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> fbterm 1.7.0 Collecting legal info COPYING: OK (sha256: b2b961f07e97c4fb78074276da304ea36b85dc299aae5efb79080cedaea3d5ac) >>> 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) >>> liberation 2.00.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fluidsynth 2.1.3 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> 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) >>> freerdp 2.1.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fswebcam e9f8094b6a3d1a49f99b2abec4e6ab4df33e2e33 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.2.5 Collecting legal info COPYING: OK (sha256: d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d) >>> jpeg Collecting legal info >>> libjpeg 9d Collecting legal info README: OK (sha256: 3dc4e4a145c907a96bd6a0e40be3f722fecf061951909143cdff5365cba9c78c) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gtest 1.10.0 Collecting legal info googletest/LICENSE: OK (sha256: 9702de7e4117a8e2b20dafab11ffda58c198aede066406496bef670d40a22138) >>> hiawatha 10.10 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> initscripts Collecting legal info >>> ipmitool 1.8.18 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info LICENSE: OK (sha256: 022b4d51da34a380d74dc24eea8e2c4e1a4c8776a52171f8d9e941cf56daf888) >>> libdrm 2.4.102 Collecting legal info >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libcodec2 0.9.2 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcrossguid 8f399e8bd4252be9952f3dfa8199924cc8487ca4 Collecting legal info LICENSE: OK (sha256: 779e58787f966a1552f68d5ec041513cef68785dae4a519dbda7bc0b86eda20e) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libhdhomerun 20200225 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libhttpserver 0.18.1 Collecting legal info COPYING.LESSER: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.71 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnet 1.1.6 Collecting legal info doc/COPYING: OK (sha256: 961355c8bac6de11ecb8f634111986712e80a88272c0bb0954fd1810e6f47cab) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsigrokdecode 0.5.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> linux-firmware 20200122 Collecting legal info LICENCE.iwlwifi_firmware: OK (sha256: e295020afd7597dc1b3bbe50a84a7e432d9cb92bc053c1c5e657b50d2517627b) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.rtlwifi_firmware.txt: OK (sha256: a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e) WHENCE: OK (sha256: 74d203d2fd433b73b63e8e31d8928e3817f6eaf3407c9e607802c20a5c02e6c4) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mediastreamer 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> ortp 4.3.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.34 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mpd 0.21.24 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> wavpack 5.3.0 Collecting legal info COPYING: OK (sha256: a0bbe245dfe263f73946b72306e8336818009ff1e52b119784c288f2785fc260) >>> mysql Collecting legal info >>> oracle-mysql 5.1.73 Collecting legal info README: OK (sha256: cbf0dbf56528a629f4358a1339f981202f1a9a0d9542c092b03f486064ced2db) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> odhcp6c f575351cbb3defc0bf52680c9082912a6c264374 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl 5.30.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> host-perl-crypt-openssl-guess 0.11 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> perl 5.30.3 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 4916e95d32b84e07c045d839646f74996f577e5f497bbba8177a94b31415cee7) >>> perl-digest-hmac 1.03 Collecting legal info README: OK (sha256: 56bf7cdaec5eebf74d58679638ebef5015883e65c1be7251a3ef8cce8bdd1ff5) >>> perl-encode-locale 1.05 Collecting legal info README: OK (sha256: edfeacafbed5a0f2c4a2a3db3fb0274a7f210768d01c853c60b7feac841c83c8) >>> perl-file-util 4.161950 Collecting legal info COPYING: OK (sha256: 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f) LICENSE: OK (sha256: 48428fd07c402ea82d3556753ca936c7030f0d7a6a93c3ef09423c36820ffb91) >>> host-perl-module-build 0.4231 Collecting legal info LICENSE: OK (sha256: f35ac2cc6b808a38c42c2d230b875217b0a24bb51e5a497ebb630cbb3d806c3e) >>> perl-html-tagset 3.20 Collecting legal info README: OK (sha256: 275cc182d78ac2db6856442c5d334c925350fb56fe83ee3577f5850317423419) >>> perl-http-daemon 6.12 Collecting legal info LICENCE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl-http-date 6.05 Collecting legal info LICENSE: OK (sha256: 305b71c4d2fd6380585689c5f1c620737a36a318ce0f9c772badce0fe293a44e) >>> perl-http-message 6.24 Collecting legal info LICENSE: OK (sha256: 1379396dcd2291f17a741d2d6bf14d379f5f2ab91b3c7e7b92c5f82856e2d7ac) >>> perl-io-html 1.001 Collecting legal info LICENSE: OK (sha256: b386f0545c17589141d98810dd46aa1c4a14d7028cae6bdd807969639ea7405e) >>> perl-lwp-mediatypes 6.04 Collecting legal info LICENSE: OK (sha256: e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc) >>> perl-net-dns 1.24 Collecting legal info README: OK (sha256: afa7d288df3e3edbdb34790407ba4a9c7750c2746059d9355f4168bfb3212583) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 1.76 Collecting legal info LICENSE: OK (sha256: 65cd6f88516a30f56fd4e0080fb78ea69424fc89067470dc994e4abfba08664e) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> python-aiodns 2.0.0 Collecting legal info LICENSE: OK (sha256: eb0455d35129425ed399883cd710923de3e246a510e2eb84d9f00032d0bbec97) >>> 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-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-bunch 1.0.1 Collecting legal info LICENSE.txt: OK (sha256: 57ca95c92059c8380625192462979bd32994aae3fcdf902ff6eb1e467eeb0469) >>> python-cchardet 2.1.6 Collecting legal info COPYING: OK (sha256: 107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cd) >>> python-cffi 1.14.0 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-click 7.0 Collecting legal info LICENSE.rst: OK (sha256: e212319faefa4f459c8ac937fdc8557040a3cab8af29366ca2a48d239025225c) >>> python-constantly 15.1.0 Collecting legal info LICENSE: OK (sha256: 020870fcaf4bf9c50b233e331817094fe109b91c0880570fd476f527cfbfc085) >>> 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-decorator 4.4.1 Collecting legal info LICENSE.txt: OK (sha256: fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782e) >>> python-dicttoxml 1.7.4 Collecting legal info LICENCE.txt: OK (sha256: 4514114bd9da0b2fbf8c4fa264c0e6cc80fd41e6ac7f09d7a39a215662951c7c) >>> python-gitdb2 2.0.6 Collecting legal info LICENSE: OK (sha256: efd29f596a08e8857e68e7694a50bcda72839792da7c3f041bcbff5f18009239) >>> python-hpack 3.0.0 Collecting legal info LICENSE: OK (sha256: 763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed) >>> 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-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> python-ipython-genutils 0.2.0 Collecting legal info COPYING.md: OK (sha256: f09da6c0f4971485f6fbd6c630d0d6cdd012bfe128b2ebbd014de2f6c7c7e2a6) >>> 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-multidict 4.7.6 Collecting legal info LICENSE: OK (sha256: a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad) >>> python-networkx 1.11 Collecting legal info LICENSE.txt: OK (sha256: f4c13bf0e83bef45116ebda6c360066df6fd99610efaea9790b998c5441b0c0d) >>> python-parso 0.7.0 Collecting legal info LICENSE.txt: OK (sha256: fa67973073753d17624caf8684d5ee816d70c89d912c5bca7ca0f08e7b150edb) docs/_themes/flask/LICENSE: OK (sha256: 9c1e620a5cf8e74fe81c1fd4c55e9cc0b189fc04e677cfc7ef915de746c3f59e) test/normalizer_issue_files/LICENSE: OK (sha256: 368780dd953e09148834e8d8c6cc1b09b3d621e77dbd1c4f5e8873561acda873) >>> python-pathvalidate 0.29.0 Collecting legal info LICENSE: OK (sha256: a93d75bcb0774e2990106380cadad6dcb2de193c55d435ffc56ba345a08b1dc2) >>> python-priority 1.3.0 Collecting legal info LICENSE: OK (sha256: f3e9c29e3db36dc305a4be68a8a225f93949852ce2d19b5b0a3c099eee6509c5) >>> python-pybind 2.5.0 Collecting legal info LICENSE: OK (sha256: 9a37ea54aa3cf12c7f3292799f20822ffd4b9b7142b36a7a9997b28c39264dc9) >>> python-pycares 3.1.1 Collecting legal info LICENSE: OK (sha256: 427bb3a5372024a26e2c290b24382512bcc7ca123431c4dd178dd613beea7eee) >>> 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-pycparser 2.20 Collecting legal info LICENSE: OK (sha256: 3c76629880aec2f8578ed914701a4ff9e5da8b60acb8b7ec675abf83c90c5168) >>> python-pytz 2019.3 Collecting legal info LICENSE.txt: OK (sha256: 39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792) >>> python-request-id 1.0 Collecting legal info LICENSE.txt: OK (sha256: 2d65d17b4df34f184557b8031df05e4c264d2fa6b82e560be074967eff3b326c) >>> python-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> python-simplesqlite 0.45.2 Collecting legal info LICENSE: OK (sha256: 98799b7c99b561c5ffa3ac86600e501f761afa8e72af8a2515026445fe134105) >>> python-six 1.14.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> python-smmap2 2.0.5 Collecting legal info LICENSE: OK (sha256: 88e9d93f708d110b328a834302dd1d5c6afbda530e7721d15d80b3511d86f235) >>> python-sqlalchemy 1.3.10 Collecting legal info LICENSE: OK (sha256: 0acffa15f3427e94014235e3c44376f6fe5df0ff461a93a9116eebcce74c056e) >>> python-sqliteschema 0.16.2 Collecting legal info LICENSE: OK (sha256: 7588265082eed5e9f4afd5090c57e610b740ec547b16aaaab739ba07c5eefb15) >>> python-tabledata 1.1.2 Collecting legal info LICENSE: OK (sha256: bebbdf0524a147f89a615fff53d79bdc90cbc7631550fb4b725cd3f3bdcd24f6) >>> python-typepy 0.0.20 Collecting legal info LICENSE: OK (sha256: bebbdf0524a147f89a615fff53d79bdc90cbc7631550fb4b725cd3f3bdcd24f6) >>> python-webob 1.8.6 Collecting legal info docs/license.txt: OK (sha256: 27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3) >>> python-wrapt 1.11.2 Collecting legal info LICENSE: OK (sha256: e37c13f84fb3c9a54161b0fcf75f4d302fb86ce42cd6106147bda79e4197d9f2) >>> python-wtforms 2.3.1 Collecting legal info LICENSE.rst: OK (sha256: cf40d60ff34f6b2b68a53d220f8b66567b5ac8dd1119b37b62fd15e9518fe59b) >>> python-xlwt 1.3.0 Collecting legal info docs/licenses.rst: OK (sha256: 7f7b66f23fdac4f68fe3b342dd16b329d511017a901784a5ceb83f505f2de7c6) >>> python-yarl 1.4.2 Collecting legal info LICENSE: OK (sha256: 14c0820503ceef15e814a89b037d9efc066870087018294b6ae0f27163872cc5) >>> rocksdb 6.6.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE.Apache: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.leveldb: OK (sha256: b568f1f37a5a1d37a3e981e7c8b7fc4856ca33b2ca0a45bc8e847aaaf7afe485) README.md: OK (sha256: 112d88749baec5ddecba47057216465e91e22352aac7677c50bd237a27614083) >>> ruby 2.4.9 Collecting legal info LEGAL: OK (sha256: 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-ruby 2.4.9 Collecting legal info LEGAL: OK (sha256: 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> shadowsocks-libev 3.3.3 Collecting legal info COPYING: OK (sha256: 736883f97d44dbec288bb82819f18f4f86d02ae3192f6a9abefa00db76bace41) libbloom/LICENSE: OK (sha256: c41a4bc2c4c43e4daa3051e77e31b2d5c8500498afaeac6d831d55a4bb8de3fb) libcork/COPYING: OK (sha256: 4fa2ada54f8c0410ec243265378242ffe862386d5ac517f8dd30a1911d25ae93) >>> sysstat 12.2.1 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> vlc 3.0.11 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.03-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.03-release: 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: libdrm-2.4.102: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'