# define be32toh(x) ntohl(x) In file included from /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/sys/types.h:70:0, from src/_csrc/pycabcrypt.h:1, from src/_csrc/timingsafe_bcmp.c:18: /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/endian.h:45:0: note: this is the location of the previous definition #define be32toh(x) __bswap32(x) In file included from src/_csrc/pycabcrypt.h:4:0, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:43:0: warning: "le32toh" redefined # define le32toh(x) (x) In file included from /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/sys/types.h:70:0, from src/_csrc/pycabcrypt.h:1, from src/_csrc/timingsafe_bcmp.c:18: /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/endian.h:54:0: note: this is the location of the previous definition #define le32toh(x) (uint32_t)(x) In file included from src/_csrc/pycabcrypt.h:4:0, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:45:0: warning: "htobe64" redefined # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) In file included from /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/sys/types.h:70:0, from src/_csrc/pycabcrypt.h:1, from src/_csrc/timingsafe_bcmp.c:18: /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/endian.h:47:0: note: this is the location of the previous definition #define htobe64(x) __bswap64(x) In file included from src/_csrc/pycabcrypt.h:4:0, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:46:0: warning: "htole64" redefined # define htole64(x) (x) In file included from /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/sys/types.h:70:0, from src/_csrc/pycabcrypt.h:1, from src/_csrc/timingsafe_bcmp.c:18: /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/endian.h:56:0: note: this is the location of the previous definition #define htole64(x) (uint64_t)(x) In file included from src/_csrc/pycabcrypt.h:4:0, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:47:0: warning: "be64toh" redefined # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) In file included from /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/sys/types.h:70:0, from src/_csrc/pycabcrypt.h:1, from src/_csrc/timingsafe_bcmp.c:18: /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/endian.h:48:0: note: this is the location of the previous definition #define be64toh(x) __bswap64(x) In file included from src/_csrc/pycabcrypt.h:4:0, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:48:0: warning: "le64toh" redefined # define le64toh(x) (x) In file included from /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/sys/types.h:70:0, from src/_csrc/pycabcrypt.h:1, from src/_csrc/timingsafe_bcmp.c:18: /home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/endian.h:57:0: note: this is the location of the previous definition #define le64toh(x) (uint64_t)(x) /home/naourr/work/instance-3/output/host/bin/i586-linux-gcc -shared build/temp.linux-x86_64-3.6/build/temp.linux-x86_64-3.6/_bcrypt.o build/temp.linux-x86_64-3.6/src/_csrc/blf.o build/temp.linux-x86_64-3.6/src/_csrc/bcrypt.o build/temp.linux-x86_64-3.6/src/_csrc/bcrypt_pbkdf.o build/temp.linux-x86_64-3.6/src/_csrc/sha2.o build/temp.linux-x86_64-3.6/src/_csrc/timingsafe_bcmp.o -L/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/bcrypt/_bcrypt.abi3.so >>> python-bcrypt 3.1.3 Installing to target (cd /home/naourr/work/instance-3/output/build/python-bcrypt-3.1.3//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py install --no-compile --prefix=/home/naourr/work/instance-3/output/target/usr --executable=/usr/bin/python --single-version-externally-managed --root=/ ) running install running build running build_py running build_ext generating cffi module 'build/temp.linux-x86_64-3.6/_bcrypt.c' already up-to-date running install_lib creating /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/bcrypt copying build/lib.linux-x86_64-3.6/bcrypt/__init__.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/bcrypt copying build/lib.linux-x86_64-3.6/bcrypt/_bcrypt.abi3.so -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/bcrypt copying build/lib.linux-x86_64-3.6/bcrypt/__about__.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/bcrypt running install_egg_info running egg_info writing src/bcrypt.egg-info/PKG-INFO writing dependency_links to src/bcrypt.egg-info/dependency_links.txt writing requirements to src/bcrypt.egg-info/requires.txt writing top-level names to src/bcrypt.egg-info/top_level.txt reading manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'requirements.txt' warning: no previously-included files found matching 'tasks.py' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'wheel-scripts' warning: no previously-included files matching '*' found under directory 'wheel-scripts' no previously-included directories found matching '.travis' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' Copying src/bcrypt.egg-info to /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/bcrypt-3.1.3-py3.6.egg-info running install_scripts PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/python-cffi/ support/download/dl-wrapper -c '1.11.2' -d '/home/naourr/work/instance-3/dl/python-cffi' -D '/home/naourr/work/instance-3/dl' -f 'cffi-1.11.2.tar.gz' -H 'package/python-cffi//python-cffi.hash' -n 'python-cffi-1.11.2' -N 'python-cffi' -o '/home/naourr/work/instance-3/dl/python-cffi/cffi-1.11.2.tar.gz' -u https+https://pypi.python.org/packages/c9/70/89b68b6600d479034276fed316e14b9107d50a62f5627da37fafe083fde3 -u http\|urlencode+http://sources.buildroot.net/python-cffi -u http\|urlencode+http://sources.buildroot.net -- cffi-1.11.2.tar.gz: OK (md5: a731487324b501c8295221b629d3f5f3) cffi-1.11.2.tar.gz: OK (sha256: ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6) >>> python-cffi 1.11.2 Extracting gzip -d -c /home/naourr/work/instance-3/dl/python-cffi/cffi-1.11.2.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/python-cffi-1.11.2 -xf - >>> python-cffi 1.11.2 Patching >>> python-cffi 1.11.2 Configuring >>> python-cffi 1.11.2 Building (cd /home/naourr/work/instance-3/output/build/python-cffi-1.11.2//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/cffi copying cffi/lock.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/__init__.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/api.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/commontypes.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/error.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/model.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/verifier.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/cparser.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/recompiler.py -> build/lib.linux-x86_64-3.6/cffi copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.6/cffi copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.6/cffi copying cffi/_embedding.h -> build/lib.linux-x86_64-3.6/cffi copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.6/cffi running build_ext building '_cffi_backend' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/c /home/naourr/work/instance-3/output/host/bin/i586-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.6m -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.6/c/_cffi_backend.o /home/naourr/work/instance-3/output/host/bin/i586-linux-gcc -shared build/temp.linux-x86_64-3.6/c/_cffi_backend.o -L/home/naourr/work/instance-3/output/host/bin/../i586-buildroot-linux-musl/sysroot/usr/lib -L/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot/usr/lib -lffi -lpython3.6m -o build/lib.linux-x86_64-3.6/_cffi_backend.cpython-36m-i386-linux-gnu.so >>> python-cffi 1.11.2 Installing to target (cd /home/naourr/work/instance-3/output/build/python-cffi-1.11.2//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py install --no-compile --prefix=/home/naourr/work/instance-3/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 copying build/lib.linux-x86_64-3.6/_cffi_backend.cpython-36m-i386-linux-gnu.so -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages creating /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/_embedding.h -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/_cffi_errors.h -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/lock.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/backend_ctypes.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/ffiplatform.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/vengine_gen.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/__init__.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/api.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/vengine_cpy.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/cffi_opcode.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/_cffi_include.h -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/commontypes.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/error.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/setuptools_ext.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/model.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/parse_c_type.h -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/verifier.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/cparser.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi copying build/lib.linux-x86_64-3.6/cffi/recompiler.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi running install_egg_info running egg_info writing cffi.egg-info/PKG-INFO writing dependency_links to cffi.egg-info/dependency_links.txt writing entry points to cffi.egg-info/entry_points.txt writing requirements to cffi.egg-info/requires.txt writing top-level names to cffi.egg-info/top_level.txt reading manifest file 'cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cffi.egg-info/SOURCES.txt' Copying cffi.egg-info to /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/cffi-1.11.2-py3.6.egg-info running install_scripts PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/python-pycparser/ support/download/dl-wrapper -c '2.17' -d '/home/naourr/work/instance-3/dl/python-pycparser' -D '/home/naourr/work/instance-3/dl' -f 'pycparser-2.17.tar.gz' -H 'package/python-pycparser//python-pycparser.hash' -n 'python-pycparser-2.17' -N 'python-pycparser' -o '/home/naourr/work/instance-3/dl/python-pycparser/pycparser-2.17.tar.gz' -u https+https://pypi.python.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac -u http\|urlencode+http://sources.buildroot.net/python-pycparser -u http\|urlencode+http://sources.buildroot.net -- pycparser-2.17.tar.gz: OK (md5: ca98dcb50bc1276f230118f6af5a40c7) pycparser-2.17.tar.gz: OK (sha256: 0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6) >>> python-pycparser 2.17 Extracting gzip -d -c /home/naourr/work/instance-3/dl/python-pycparser/pycparser-2.17.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/python-pycparser-2.17 -xf - >>> python-pycparser 2.17 Patching >>> python-pycparser 2.17 Configuring >>> python-pycparser 2.17 Building (cd /home/naourr/work/instance-3/output/build/python-pycparser-2.17//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/pycparser copying pycparser/c_parser.py -> build/lib/pycparser copying pycparser/plyparser.py -> build/lib/pycparser copying pycparser/_build_tables.py -> build/lib/pycparser copying pycparser/__init__.py -> build/lib/pycparser copying pycparser/lextab.py -> build/lib/pycparser copying pycparser/c_ast.py -> build/lib/pycparser copying pycparser/ast_transforms.py -> build/lib/pycparser copying pycparser/c_generator.py -> build/lib/pycparser copying pycparser/c_lexer.py -> build/lib/pycparser copying pycparser/_ast_gen.py -> build/lib/pycparser copying pycparser/yacctab.py -> build/lib/pycparser creating build/lib/pycparser/ply copying pycparser/ply/yacc.py -> build/lib/pycparser/ply copying pycparser/ply/__init__.py -> build/lib/pycparser/ply copying pycparser/ply/cpp.py -> build/lib/pycparser/ply copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply copying pycparser/ply/lex.py -> build/lib/pycparser/ply copying pycparser/ply/ygen.py -> build/lib/pycparser/ply copying pycparser/_c_ast.cfg -> build/lib/pycparser >>> python-pycparser 2.17 Installing to target (cd /home/naourr/work/instance-3/output/build/python-pycparser-2.17//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py install --no-compile --prefix=/home/naourr/work/instance-3/output/target/usr --executable=/usr/bin/python --single-version-externally-managed --root=/ ) running install running build running build_py running install_lib creating /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/c_parser.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/plyparser.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/_build_tables.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/__init__.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/lextab.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser creating /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/ply/yacc.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/ply/__init__.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/ply/cpp.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/ply/ctokens.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/ply/lex.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/ply/ygen.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser/ply copying build/lib/pycparser/c_ast.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/ast_transforms.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/_c_ast.cfg -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/c_generator.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/c_lexer.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/_ast_gen.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser copying build/lib/pycparser/yacctab.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser running install_egg_info running egg_info writing pycparser.egg-info/PKG-INFO writing dependency_links to pycparser.egg-info/dependency_links.txt writing top-level names to pycparser.egg-info/top_level.txt reading manifest file 'pycparser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching 'yacctab.*' found under directory 'tests' warning: no previously-included files matching 'lextab.*' found under directory 'tests' warning: no previously-included files matching 'yacctab.*' found under directory 'examples' warning: no previously-included files matching 'lextab.*' found under directory 'examples' writing manifest file 'pycparser.egg-info/SOURCES.txt' Copying pycparser.egg-info to /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/pycparser-2.17-py3.6.egg-info running install_scripts Build the lexing/parsing tables PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/python-six/ support/download/dl-wrapper -c '1.11.0' -d '/home/naourr/work/instance-3/dl/python-six' -D '/home/naourr/work/instance-3/dl' -f 'six-1.11.0.tar.gz' -H 'package/python-six//python-six.hash' -n 'python-six-1.11.0' -N 'python-six' -o '/home/naourr/work/instance-3/dl/python-six/six-1.11.0.tar.gz' -u https+https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe -u http\|urlencode+http://sources.buildroot.net/python-six -u http\|urlencode+http://sources.buildroot.net -- six-1.11.0.tar.gz: OK (md5: d12789f9baf7e9fb2524c0c64f1773f8) six-1.11.0.tar.gz: OK (sha256: 70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9) >>> python-six 1.11.0 Extracting gzip -d -c /home/naourr/work/instance-3/dl/python-six/six-1.11.0.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/python-six-1.11.0 -xf - >>> python-six 1.11.0 Patching >>> python-six 1.11.0 Configuring >>> python-six 1.11.0 Building (cd /home/naourr/work/instance-3/output/build/python-six-1.11.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py build ) running build running build_py creating build creating build/lib copying six.py -> build/lib >>> python-six 1.11.0 Installing to target (cd /home/naourr/work/instance-3/output/build/python-six-1.11.0//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py install --no-compile --prefix=/home/naourr/work/instance-3/output/target/usr --executable=/usr/bin/python --single-version-externally-managed --root=/ ) running install running build running build_py running install_lib copying build/lib/six.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages running install_egg_info running egg_info writing six.egg-info/PKG-INFO writing dependency_links to six.egg-info/dependency_links.txt writing top-level names to six.egg-info/top_level.txt reading manifest file 'six.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'documentation/_build' writing manifest file 'six.egg-info/SOURCES.txt' Copying six.egg-info to /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/six-1.11.0-py3.6.egg-info running install_scripts PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/python-webob/ support/download/dl-wrapper -c '1.8.1' -d '/home/naourr/work/instance-3/dl/python-webob' -D '/home/naourr/work/instance-3/dl' -f 'WebOb-1.8.1.tar.gz' -H 'package/python-webob//python-webob.hash' -n 'python-webob-1.8.1' -N 'python-webob' -o '/home/naourr/work/instance-3/dl/python-webob/WebOb-1.8.1.tar.gz' -u https+https://files.pythonhosted.org/packages/ea/93/675ec37b631c823877718164b74fc057203c8979fd771bf60f711d64550b -u http\|urlencode+http://sources.buildroot.net/python-webob -u http\|urlencode+http://sources.buildroot.net -- WebOb-1.8.1.tar.gz: OK (md5: afea95e4f08330a0529ae33137caf4f0) WebOb-1.8.1.tar.gz: OK (sha256: 54f35073d2fdcddd7a98c2a1dedeede49739150737164a787220f30283139ba6) >>> python-webob 1.8.1 Extracting gzip -d -c /home/naourr/work/instance-3/dl/python-webob/WebOb-1.8.1.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/python-webob-1.8.1 -xf - >>> python-webob 1.8.1 Patching >>> python-webob 1.8.1 Configuring >>> python-webob 1.8.1 Building (cd /home/naourr/work/instance-3/output/build/python-webob-1.8.1//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/webob copying src/webob/response.py -> build/lib/webob copying src/webob/__init__.py -> build/lib/webob copying src/webob/exc.py -> build/lib/webob copying src/webob/etag.py -> build/lib/webob copying src/webob/headers.py -> build/lib/webob copying src/webob/dec.py -> build/lib/webob copying src/webob/static.py -> build/lib/webob copying src/webob/byterange.py -> build/lib/webob copying src/webob/util.py -> build/lib/webob copying src/webob/request.py -> build/lib/webob copying src/webob/compat.py -> build/lib/webob copying src/webob/multidict.py -> build/lib/webob copying src/webob/client.py -> build/lib/webob copying src/webob/cachecontrol.py -> build/lib/webob copying src/webob/acceptparse.py -> build/lib/webob copying src/webob/descriptors.py -> build/lib/webob copying src/webob/datetime_utils.py -> build/lib/webob copying src/webob/cookies.py -> build/lib/webob >>> python-webob 1.8.1 Installing to target (cd /home/naourr/work/instance-3/output/build/python-webob-1.8.1//; _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata_m_linux_i386-linux-gnu" PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" PYTHONNOUSERSITE=1 _python_sysroot=/home/naourr/work/instance-3/output/host/i586-buildroot-linux-musl/sysroot _python_prefix=/usr _python_exec_prefix=/usr /home/naourr/work/instance-3/output/host/bin/python setup.py install --no-compile --prefix=/home/naourr/work/instance-3/output/target/usr --executable=/usr/bin/python --single-version-externally-managed --root=/ ) running install running build running build_py running install_lib creating /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/response.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/__init__.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/exc.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/etag.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/headers.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/dec.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/static.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/byterange.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/util.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/request.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/compat.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/multidict.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/client.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/cachecontrol.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/acceptparse.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/descriptors.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/datetime_utils.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob copying build/lib/webob/cookies.py -> /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/webob running install_egg_info running egg_info writing src/WebOb.egg-info/PKG-INFO writing dependency_links to src/WebOb.egg-info/dependency_links.txt writing requirements to src/WebOb.egg-info/requires.txt writing top-level names to src/WebOb.egg-info/top_level.txt reading manifest file 'src/WebOb.egg-info/SOURCES.txt' writing manifest file 'src/WebOb.egg-info/SOURCES.txt' Copying src/WebOb.egg-info to /home/naourr/work/instance-3/output/target/usr/lib/python3.6/site-packages/WebOb-1.8.1-py3.6.egg-info running install_scripts PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" BR2_DL_DIR=/home/naourr/work/instance-3/dl BUILD_DIR=/home/naourr/work/instance-3/output/build O=/home/naourr/work/instance-3/output flock /home/naourr/work/instance-3/dl/tcping/ support/download/dl-wrapper -c '1.3.5' -d '/home/naourr/work/instance-3/dl/tcping' -D '/home/naourr/work/instance-3/dl' -f 'tcping-1.3.5.tar.gz' -H 'package/tcping//tcping.hash' -n 'tcping-1.3.5' -N 'tcping' -o '/home/naourr/work/instance-3/dl/tcping/tcping-1.3.5.tar.gz' -u http+http://linuxco.de/tcping -u http\|urlencode+http://sources.buildroot.net/tcping -u http\|urlencode+http://sources.buildroot.net -- tcping-1.3.5.tar.gz: OK (sha256: 1ad52e904094d12b225ac4a0bc75297555e931c11a1501445faa548ff5ecdbd0) >>> tcping 1.3.5 Extracting gzip -d -c /home/naourr/work/instance-3/dl/tcping/tcping-1.3.5.tar.gz | /home/naourr/work/instance-3/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output/build/tcping-1.3.5 -xf - >>> tcping 1.3.5 Patching >>> tcping 1.3.5 Configuring >>> tcping 1.3.5 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 CC="/home/naourr/work/instance-3/output/host/bin/i586-linux-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " -C /home/naourr/work/instance-3/output/build/tcping-1.3.5 tcping.linux make[1]: Entering directory '/home/naourr/work/instance-3/output/build/tcping-1.3.5' /home/naourr/work/instance-3/output/host/bin/i586-linux-gcc -o tcping -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_HSTRERROR tcping.c make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/tcping-1.3.5' >>> tcping 1.3.5 Installing to target /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output/build/tcping-1.3.5/tcping /home/naourr/work/instance-3/output/target/usr/bin/tcping >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-3/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gdbm', u'libffi'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libzlib', u'python3'] Warning: staging file "./usr/lib/libcollectdclient.la" is touched by more than one package: [u'collectd', u'gdbm', u'libffi', u'libzlib', u'python3'] Warning: staging file "./usr/lib/libgdbm.la" is touched by more than one package: [u'gdbm', u'libffi', u'libzlib', u'python3'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gdbm', u'libffi'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-3/output/build/packages-file-list-host.txt Warning: host file "./lib/python3.6/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-cffi'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-libffi'] PYTHONPATH="/home/naourr/work/instance-3/output/target/usr/lib/python3.6/" cd /home/naourr/work/instance-3/output/target && /home/naourr/work/instance-3/output/host/bin/python3.6 /home/naourr/work/instance-3/buildroot/support/scripts/pycompile.py usr/lib/python3.6 find /home/naourr/work/instance-3/output/target/usr/lib/python3.6 -name '*.py' -print0 | xargs -0 --no-run-if-empty rm -f find /home/naourr/work/instance-3/output/target/usr/lib/python3.6 -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-3/output/target/etc echo "buildroot" > /home/naourr/work/instance-3/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output/target/etc/shadow rm -f /home/naourr/work/instance-3/output/target/bin/sh rm -f /home/naourr/work/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output/target/usr/include /home/naourr/work/instance-3/output/target/usr/share/aclocal \ /home/naourr/work/instance-3/output/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output/target/usr/lib/cmake /home/naourr/work/instance-3/output/target/usr/share/cmake find /home/naourr/work/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/lib/ /home/naourr/work/instance-3/output/target/usr/lib/ /home/naourr/work/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output/target/usr/man /home/naourr/work/instance-3/output/target/usr/share/man rm -rf /home/naourr/work/instance-3/output/target/usr/info /home/naourr/work/instance-3/output/target/usr/share/info rm -rf /home/naourr/work/instance-3/output/target/usr/doc /home/naourr/work/instance-3/output/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output/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-3/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-3/output/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-3/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/naourr/work/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00153-g8ac477681f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/naourr/work/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-3/output/target/usr make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2018.08-git-00153-g8ac477681f 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 >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> musl-compat-headers 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 >>> atftp 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> collectd 5.7.1 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> dante 1.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> font-awesome v4.7.0 Collecting legal info >>> gdbm 1.13 Collecting legal info ERROR: No hash found for COPYING >>> kexec 2.0.17 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> 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) >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> python-bcrypt 3.1.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> zlib Collecting legal info >>> python-cffi 1.11.2 Collecting legal info LICENSE: OK (sha256: 04b80f5b077bbed68808cfebadeb5e3523f2a8c9a96495c587bd96df1eac2a33) >>> python-pycparser 2.17 Collecting legal info ERROR: No hash found for LICENSE >>> python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> python-webob 1.8.1 Collecting legal info docs/license.txt: OK (sha256: 27bc4919e7e9e6b6cda40644517ca74d32203e32fba89ef832aba1ed93e457b3) >>> tcping 1.3.5 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: font-awesome-v4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'