Saving to: '/home/dawncrow/buildroot-test/scripts/instance-0/output/build/.wsaccel-0.6.2.tar.gz.nJPqXs/output' 0K .......... .......... .......... .... 100% 1.67M=0.02s 2018-10-26 13:29:49 (1.67 MB/s) - '/home/dawncrow/buildroot-test/scripts/instance-0/output/build/.wsaccel-0.6.2.tar.gz.nJPqXs/output' saved [35773/35773] wsaccel-0.6.2.tar.gz: OK (md5: 2b4ea3d6847855c0587d37fca9db0557) wsaccel-0.6.2.tar.gz: OK (sha256: 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c) >>> python-wsaccel 0.6.2 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/dl/python-wsaccel/wsaccel-0.6.2.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/python-wsaccel-0.6.2 -xf - >>> python-wsaccel 0.6.2 Patching >>> python-wsaccel 0.6.2 Configuring >>> python-wsaccel 0.6.2 Building (cd /home/dawncrow/buildroot-test/scripts/instance-0/output/build/python-wsaccel-0.6.2//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_mipsisa64r6el-linux-gnuabi64" PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PYTHONPATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/wsaccel copying wsaccel/__init__.py -> build/lib.linux-x86_64-3.7/wsaccel running build_ext building 'wsaccel.utf8validator' extension creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/wsaccel /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m -c wsaccel/utf8validator.c -o build/temp.linux-x86_64-3.7/wsaccel/utf8validator.o wsaccel/utf8validator.c: In function '__pyx_pf_7wsaccel_13utf8validator_13Utf8Validator_6validate': wsaccel/utf8validator.c:983:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:128:0, from wsaccel/utf8validator.c:16: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ wsaccel/utf8validator.c:983:49: warning: passing argument 2 of 'PyObject_AsReadBuffer' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_ba, ((void **)(&__pyx_v_buf)), (&__pyx_v_buf_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 104; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:128:0, from wsaccel/utf8validator.c:16: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/abstract.h:489:17: note: expected 'const void **' but argument is of type 'void **' PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-gcc -shared build/temp.linux-x86_64-3.7/wsaccel/utf8validator.o -L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/wsaccel/utf8validator.cpython-37m-mipsisa64r6el-linux-gnuabi64.so building 'wsaccel.xormask' extension /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m -c wsaccel/xormask.c -o build/temp.linux-x86_64-3.7/wsaccel/xormask.o wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple___init__': wsaccel/xormask.c:1042:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_mask, ((void const **)(&__pyx_v_msk)), (&__pyx_v_msk_len)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:128:0, from wsaccel/xormask.c:16: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ wsaccel/xormask.c: In function '__pyx_pf_7wsaccel_7xormask_15XorMaskerSimple_6process': wsaccel/xormask.c:1253:3: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations] __pyx_t_1 = PyObject_AsReadBuffer(__pyx_v_data, ((void const **)(&__pyx_v_cdata)), (&__pyx_v_dlen)); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^~~~~~~~~ In file included from /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/Python.h:128:0, from wsaccel/xormask.c:16: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/python3.7m/abstract.h:489:17: note: declared here PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, ^~~~~~~~~~~~~~~~~~~~~ /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-gcc -shared build/temp.linux-x86_64-3.7/wsaccel/xormask.o -L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib -lpython3.7m -o build/lib.linux-x86_64-3.7/wsaccel/xormask.cpython-37m-mipsisa64r6el-linux-gnuabi64.so >>> python-wsaccel 0.6.2 Installing to target (cd /home/dawncrow/buildroot-test/scripts/instance-0/output/build/python-wsaccel-0.6.2//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_mipsisa64r6el-linux-gnuabi64" PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PYTHONPATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/" PYTHONNOUSERSITE=1 _python_sysroot=/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/python setup.py install --no-compile --prefix=/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr --executable=/usr/bin/python --single-version-externally-managed --root=/ ) running install running build running build_py running build_ext running install_lib creating /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/site-packages/wsaccel copying build/lib.linux-x86_64-3.7/wsaccel/xormask.cpython-37m-mipsisa64r6el-linux-gnuabi64.so -> /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/site-packages/wsaccel copying build/lib.linux-x86_64-3.7/wsaccel/utf8validator.cpython-37m-mipsisa64r6el-linux-gnuabi64.so -> /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/site-packages/wsaccel copying build/lib.linux-x86_64-3.7/wsaccel/__init__.py -> /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/site-packages/wsaccel running install_egg_info running egg_info creating wsaccel.egg-info writing wsaccel.egg-info/PKG-INFO writing dependency_links to wsaccel.egg-info/dependency_links.txt writing top-level names to wsaccel.egg-info/top_level.txt writing manifest file 'wsaccel.egg-info/SOURCES.txt' reading manifest file 'wsaccel.egg-info/SOURCES.txt' writing manifest file 'wsaccel.egg-info/SOURCES.txt' Copying wsaccel.egg-info to /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/site-packages/wsaccel-0.6.2-py3.7.egg-info running install_scripts >>> selinux-python 2.8 Downloading --2018-10-26 13:29:51-- https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/selinux-python-2.8.tar.gz Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.12.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.12.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2068101 (2.0M) [application/octet-stream] Saving to: '/home/dawncrow/buildroot-test/scripts/instance-0/output/build/.selinux-python-2.8.tar.gz.IVRlO1/output' 0K .......... .......... .......... .......... .......... 2% 1.41M 1s 50K .......... .......... .......... .......... .......... 4% 3.82M 1s 100K .......... .......... .......... .......... .......... 7% 8.59M 1s 150K .......... .......... .......... .......... .......... 9% 4.91M 1s 200K .......... .......... .......... .......... .......... 12% 6.90M 0s 250K .......... .......... .......... .......... .......... 14% 9.59M 0s 300K .......... .......... .......... .......... .......... 17% 9.89M 0s 350K .......... .......... .......... .......... .......... 19% 4.52M 0s 400K .......... .......... .......... .......... .......... 22% 18.4M 0s 450K .......... .......... .......... .......... .......... 24% 11.1M 0s 500K .......... .......... .......... .......... .......... 27% 18.5M 0s 550K .......... .......... .......... .......... .......... 29% 6.99M 0s 600K .......... .......... .......... .......... .......... 32% 5.70M 0s 650K .......... .......... .......... .......... .......... 34% 182M 0s 700K .......... .......... .......... .......... .......... 37% 3.48M 0s 750K .......... .......... .......... .......... .......... 39% 51.8M 0s 800K .......... .......... .......... .......... .......... 42% 11.8M 0s 850K .......... .......... .......... .......... .......... 44% 10.6M 0s 900K .......... .......... .......... .......... .......... 47% 6.02M 0s 950K .......... .......... .......... .......... .......... 49% 12.2M 0s 1000K .......... .......... .......... .......... .......... 51% 11.6M 0s 1050K .......... .......... .......... .......... .......... 54% 13.2M 0s 1100K .......... .......... .......... .......... .......... 56% 12.8M 0s 1150K .......... .......... .......... .......... .......... 59% 8.91M 0s 1200K .......... .......... .......... .......... .......... 61% 17.9M 0s 1250K .......... .......... .......... .......... .......... 64% 12.1M 0s 1300K .......... .......... .......... .......... .......... 66% 4.07M 0s 1350K .......... .......... .......... .......... .......... 69% 148M 0s 1400K .......... .......... .......... .......... .......... 71% 185M 0s 1450K .......... .......... .......... .......... .......... 74% 11.0M 0s 1500K .......... .......... .......... .......... .......... 76% 177M 0s 1550K .......... .......... .......... .......... .......... 79% 3.50M 0s 1600K .......... .......... .......... .......... .......... 81% 10.1M 0s 1650K .......... .......... .......... .......... .......... 84% 179M 0s 1700K .......... .......... .......... .......... .......... 86% 3.08M 0s 1750K .......... .......... .......... .......... .......... 89% 152M 0s 1800K .......... .......... .......... .......... .......... 91% 178M 0s 1850K .......... .......... .......... .......... .......... 94% 9.35M 0s 1900K .......... .......... .......... .......... .......... 96% 3.25M 0s 1950K .......... .......... .......... .......... .......... 99% 151M 0s 2000K .......... ......... 100% 206M=0.2s 2018-10-26 13:29:52 (7.90 MB/s) - '/home/dawncrow/buildroot-test/scripts/instance-0/output/build/.selinux-python-2.8.tar.gz.IVRlO1/output' saved [2068101/2068101] selinux-python-2.8.tar.gz: OK (sha256: e69f5e24820cb247a3d881a9c90efba1e64d76af863c82fb81bc3b87ed71e238) >>> selinux-python 2.8 Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/dl/selinux-python/selinux-python-2.8.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/selinux-python-2.8 -xf - >>> selinux-python 2.8 Patching >>> selinux-python 2.8 Configuring >>> selinux-python 2.8 Building >>> selinux-python 2.8 Installing to target u-boot-2018.07.tar.bz2: OK (sha256: 9f10df88bc91b35642e461217f73256bbaeeca9ae2db8db56197ba5e89e1f6d4) >>> host-uboot-tools 2018.07 Extracting bzcat /home/dawncrow/buildroot-test/scripts/instance-0/dl/uboot-tools/u-boot-2018.07.tar.bz2 | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07 -xf - >>> host-uboot-tools 2018.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Hunk #1 succeeded at 4 with fuzz 1 (offset -1 lines). Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 439 (offset 14 lines). Applying 0003-Make-FIT-support-really-optional.patch using patch: patching file common/bootm.c Hunk #1 succeeded at 922 (offset 21 lines). Hunk #2 succeeded at 987 (offset 21 lines). patching file include/bootm.h Hunk #1 succeeded at 40 (offset -1 lines). patching file tools/Makefile Hunk #1 succeeded at 58 with fuzz 2 (offset 4 lines). Hunk #2 succeeded at 81 (offset 12 lines). >>> host-uboot-tools 2018.07 Configuring mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07/include/config touch /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07/include/config/auto.conf >>> host-uboot-tools 2018.07 Building /usr/bin/make -j1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/dawncrow/buildroot-test/scripts/instance-0/output/host/include" HOSTLDFLAGS="-L/home/dawncrow/buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/home/dawncrow/buildroot-test/scripts/instance-0/output/host/lib" tools-only make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07' HOSTCC scripts/basic/fixdep CHK include/config/uboot.release UPD include/config/uboot.release CHK include/generated/version_autogenerated.h UPD include/generated/version_autogenerated.h CHK include/generated/timestamp_autogenerated.h UPD include/generated/timestamp_autogenerated.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/bootm.c HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o In file included from tools/lib/sha1.c:1:0: ./tools/../lib/sha1.c:1:1: warning: C++ style comments are not allowed in ISO C90 [enabled by default] // SPDX-License-Identifier: LGPL-2.1 ^ ./tools/../lib/sha1.c:1:1: warning: (this will be reported only once per input file) [enabled by default] WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o In file included from tools/lib/sha256.c:1:0: ./tools/../lib/sha256.c:1:1: warning: C++ style comments are not allowed in ISO C90 [enabled by default] // SPDX-License-Identifier: GPL-2.0+ ^ ./tools/../lib/sha256.c:1:1: warning: (this will be reported only once per input file) [enabled by default] WRAP tools/common/hash.c HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o WRAP tools/lib/libfdt/fdt_ro.c HOSTCC tools/lib/libfdt/fdt_ro.o WRAP tools/lib/libfdt/fdt_region.c HOSTCC tools/lib/libfdt/fdt_region.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07' >>> host-uboot-tools 2018.07 Installing to host directory /usr/bin/install -m 0755 -D /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07/tools/mkimage /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mkimage /usr/bin/install -m 0755 -D /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07/tools/mkenvimage /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/dawncrow/buildroot-test/scripts/instance-0/output/build/host-uboot-tools-2018.07/tools/dumpimage /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/dumpimage >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Downloading Initialized empty Git repository in /home/dawncrow/buildroot-test/scripts/instance-0/dl/ustream-ssl/git/.git/ Fetching all references From git://git.openwrt.org/project/ustream-ssl * [new branch] master -> origin/master warning: refname '23a3f2830341acd1db149175baf7315a33bd0edb' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git checkout -b $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb.tar.gz: OK (sha256: 63ecc9d78ef83020a4539a89c8a3690657e7bbe7580ae02cc0e7b4267ffea5cd) >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Extracting gzip -d -c /home/dawncrow/buildroot-test/scripts/instance-0/dl/ustream-ssl/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb.tar.gz | tar --strip-components=1 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb -xf - >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Patching >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Configuring (mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb/ && cd /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb/ && rm -f CMakeCache.txt && PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb/ -DCMAKE_TOOLCHAIN_FILE="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-gcc -- Check for working C compiler: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Building PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[2]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' Scanning dependencies of target ustream-ssl make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' [ 12%] Building C object CMakeFiles/ustream-ssl.dir/ustream-ssl.c.o [ 25%] Building C object CMakeFiles/ustream-ssl.dir/ustream-io-openssl.c.o [ 37%] Building C object CMakeFiles/ustream-ssl.dir/ustream-openssl.c.o [ 50%] Linking C shared library libustream-ssl.so make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' [ 50%] Built target ustream-ssl make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' Scanning dependencies of target ustream-example-client Scanning dependencies of target ustream-example-server make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[3]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' [ 62%] Building C object CMakeFiles/ustream-example-server.dir/ustream-example-server.c.o [ 75%] Building C object CMakeFiles/ustream-example-client.dir/ustream-example-client.c.o [ 87%] Linking C executable ustream-example-server make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' [ 87%] Built target ustream-example-server [100%] Linking C executable ustream-example-client make[3]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' [100%] Built target ustream-example-client make[2]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Installing to staging directory PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot install/fast -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' Install the project... -- Install configuration: "Release" -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/include/libubox/ustream-ssl.h -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/host/mips64el-buildroot-linux-gnu/sysroot/usr/lib/libustream-ssl.so make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Fixing libtool files >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Installing to target PATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin:/home/dawncrow/buildroot-test/scripts/instance-0/output/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/home/dawncrow/buildroot-test/scripts/instance-0/output/target install/fast -C /home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb/ make[1]: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' Install the project... -- Install configuration: "Release" -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include/libubox/ustream-ssl.h -- Installing: /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/libustream-ssl.so make[1]: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/output/build/ustream-ssl-23a3f2830341acd1db149175baf7315a33bd0edb' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'ddrescue', u'gdbm', u'libffi'] ./support/scripts/check-uniq-files -t staging /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libmp3lame.la" is touched by more than one package: [u'lame', u'libzlib', u'libopenssl', u'libffi', u'libmaxminddb', u'libsodium', u'libubox', u'python3', u'ustream-ssl'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libmaxminddb', u'libsodium', u'libubox', u'python3', u'ustream-ssl'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gdbm', u'libffi'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libubox', u'python3', u'ustream-ssl'] Warning: staging file "./usr/lib/libhwloc.la" is touched by more than one package: [u'hwloc', u'lame', u'libzlib', u'libopenssl', u'libffi', u'libmaxminddb', u'libsodium', u'libubox', u'python3', u'ustream-ssl'] Warning: staging file "./usr/lib/libgdbm.la" is touched by more than one package: [u'gdbm', u'hwloc', u'lame', u'libzlib', u'libopenssl', u'libffi', u'libmaxminddb', u'libsodium', u'libubox', u'python3', u'ustream-ssl'] Warning: staging file "./usr/lib/libmaxminddb.la" is touched by more than one package: [u'libmaxminddb', u'libsodium', u'libubox', u'python3', u'ustream-ssl'] ./support/scripts/check-uniq-files -t host /home/dawncrow/buildroot-test/scripts/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-libffi'] PYTHONPATH="/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7/" cd /home/dawncrow/buildroot-test/scripts/instance-0/output/target && /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/python3.7 /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/pycompile.py usr/lib/python3.7 find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/python3.7 -name '*.opt-1.pyc' -print0 -o -name '*.opt-2.pyc' -print0 | xargs -0 --no-run-if-empty rm -f mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/hosts mkdir -p /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/shadow rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/bin/sh rm -f /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/dawncrow/buildroot-test/scripts/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/include /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/aclocal \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/pkgconfig /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/pkgconfig \ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/cmake /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/cmake find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/ /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gdb rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/bash-completion rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/zsh rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/man /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/man rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/info /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/info rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/doc /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/doc rm -rf /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share/gtk-doc rmdir /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/share 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/dawncrow/buildroot-test/scripts/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/dawncrow/buildroot-test/scripts/instance-0/output/host/bin/mips64el-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/dawncrow/buildroot-test/scripts/instance-0/output/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/dawncrow/buildroot-test/scripts/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-01021-gbe733b5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/dawncrow/buildroot-test/scripts/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/dawncrow/buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /home/dawncrow/buildroot-test/scripts/instance-0/output/target/usr make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' make: Entering directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2018.11-git-01021-gbe733b5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> 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 >>> boost 1.68.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> ddrescue 1.22 Collecting legal info ERROR: No hash found for COPYING >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gdbm 1.13 Collecting legal info ERROR: No hash found for COPYING >>> hwloc 1.11.7 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libcpprestsdk v2.10.5 Collecting legal info license.txt: OK (sha256: 5c191789f502ac87df83b57008d2fc3e47fbf31315381b5bc4309f6602d0fe97) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libmaxminddb 1.3.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> python-wsaccel 0.6.2 Collecting legal info >>> host-python-setuptools 40.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> python3 3.7.0 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> selinux-python 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-uboot-tools 2018.07 Collecting legal info ERROR: No hash found for Licenses/gpl-2.0.txt >>> ustream-ssl 23a3f2830341acd1db149175baf7315a33bd0edb Collecting legal info ustream-ssl.h: OK (sha256: 90dd1590cf400a548438e2575e1ff46d8fb8cebae7d09f544aae7e059e30b6c5) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: python-wsaccel-0.6.2: cannot save license (PYTHON_WSACCEL_LICENSE_FILES not defined) Legal info produced in /home/dawncrow/buildroot-test/scripts/instance-0/output/legal-info make: Leaving directory `/home/dawncrow/buildroot-test/scripts/instance-0/buildroot'