configure: WARNING: --with(out)-system-ffi is ignored on this platform In file included from /usr/include/wchar.h:783:0, from source_subfolder/Include/unicodeobject.h:107, from source_subfolder/Include/Python.h:99, from source_subfolder/Modules/getpath.c:3: In function ‘wcsncpy’, inlined from ‘calculate_zip_path’ at source_subfolder/Modules/getpath.c:775:5: /usr/include/x86_64-linux-gnu/bits/wchar2.h:200:9: warning: call to ‘__wcsncpy_chk_warn’ declared with attribute warning: wcsncpy called with length bigger than size of destination buffer return __wcsncpy_chk_warn (__dest, __src, __n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__dest) / sizeof (wchar_t)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘wcsncpy’, inlined from ‘calculate_zip_path’ at source_subfolder/Modules/getpath.c:784:9: /usr/include/x86_64-linux-gnu/bits/wchar2.h:200:9: warning: call to ‘__wcsncpy_chk_warn’ declared with attribute warning: wcsncpy called with length bigger than size of destination buffer return __wcsncpy_chk_warn (__dest, __src, __n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__dest) / sizeof (wchar_t)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘wcsncpy’, inlined from ‘calculate_argv0_path’ at source_subfolder/Modules/getpath.c:661:5: /usr/include/x86_64-linux-gnu/bits/wchar2.h:200:9: warning: call to ‘__wcsncpy_chk_warn’ declared with attribute warning: wcsncpy called with length bigger than size of destination buffer return __wcsncpy_chk_warn (__dest, __src, __n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__dest) / sizeof (wchar_t)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘wcsncpy’, inlined from ‘calculate_argv0_path’ at source_subfolder/Modules/getpath.c:714:13: /usr/include/x86_64-linux-gnu/bits/wchar2.h:200:9: warning: call to ‘__wcsncpy_chk_warn’ declared with attribute warning: wcsncpy called with length bigger than size of destination buffer return __wcsncpy_chk_warn (__dest, __src, __n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__dest) / sizeof (wchar_t)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/tmpy190576z/pip-20.1.1-py2.py3-none-any.whl/pip/_vendor/toml/decoder.py:47: DeprecationWarning: invalid escape sequence \. /tmp/tmpy190576z/pip-20.1.1-py2.py3-none-any.whl/pip/_vendor/toml/decoder.py:47: DeprecationWarning: invalid escape sequence \. WARNING: The script easy_install-3.7 is installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.7.9/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts pip3 and pip3.7 are installed in '/home/conan/w/cci_PR-1510/.conan/data/cpython/3.7.9/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Using Python_ADDITIONAL_VERSIONS: 3.7.9dm;3.7dm;3dm Python3_EXECUTABLE: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.7.9/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/bin/python3.7 Python3_INTERPRETER_ID: Python Python3_VERSION: 3.7.9 Python3_INCLUDE_DIRS: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.7.9/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/include/python3.7dm Python3_LIBRARIES: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.7.9/_/_/package/b523cbc00c93d0f8ef7b559fe688c036fdae7fdc/lib/libpython3.7dm.a CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Python3_FIND_IMPLEMENTATIONS Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/110/95b9949e-267d-468b-a19b-fa1e2a04c37d/recipes/cpython/all/test_package/test_package.py", line 207, in ALL_TESTS[ns.test_module]() File "/home/conan/w/cci_PR-1510/110/95b9949e-267d-468b-a19b-fa1e2a04c37d/recipes/cpython/all/test_package/test_package.py", line 22, in inner_fn fn() File "/home/conan/w/cci_PR-1510/110/95b9949e-267d-468b-a19b-fa1e2a04c37d/recipes/cpython/all/test_package/test_package.py", line 108, in test_bsddb import bsddb ModuleNotFoundError: No module named 'bsddb' Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/110/95b9949e-267d-468b-a19b-fa1e2a04c37d/recipes/cpython/all/test_package/test_package.py", line 207, in ALL_TESTS[ns.test_module]() File "/home/conan/w/cci_PR-1510/110/95b9949e-267d-468b-a19b-fa1e2a04c37d/recipes/cpython/all/test_package/test_package.py", line 22, in inner_fn fn() File "/home/conan/w/cci_PR-1510/110/95b9949e-267d-468b-a19b-fa1e2a04c37d/recipes/cpython/all/test_package/test_package.py", line 195, in test_tkinter import _tkinter ModuleNotFoundError: No module named '_tkinter'