libpython2.7.a(posixmodule.o): In function `posix_tmpnam': /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/build/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/source_subfolder/Modules/posixmodule.c:7659: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' libpython2.7.a(posixmodule.o): In function `posix_tempnam': /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/build/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/source_subfolder/Modules/posixmodule.c:7606: warning: the use of `tempnam' is dangerous, better use `mkstemp' Using Python_ADDITIONAL_VERSIONS: 2.7.18dm;2.7dm;2dm Python2_EXECUTABLE: /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/bin/python2.7 Python2_INTERPRETER_ID: Python Python2_VERSION: 2.7.18 Python2_INCLUDE_DIRS: /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/include/python2.7 Python2_LIBRARIES: /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/lib/libpython2.7.a CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Python2_FIND_ABI Python2_FIND_IMPLEMENTATIONS /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/lib/libpython2.7.a(posixmodule.o): In function `posix_tmpnam': /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/build/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/source_subfolder/Modules/posixmodule.c:7659: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/lib/libpython2.7.a(posixmodule.o): In function `posix_tempnam': /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/build/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/source_subfolder/Modules/posixmodule.c:7606: warning: the use of `tempnam' is dangerous, better use `mkstemp' /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/lib/libpython2.7.a(posixmodule.o): In function `posix_tmpnam': /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/build/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/source_subfolder/Modules/posixmodule.c:7659: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/lib/libpython2.7.a(posixmodule.o): In function `posix_tempnam': /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/build/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/source_subfolder/Modules/posixmodule.c:7606: warning: the use of `tempnam' is dangerous, better use `mkstemp' /home/conan/w/cci_PR-1510/.conan/data/cpython/2.7.18/_/_/package/7fc04a643b4a6c54dcb840d7bb9a7e03ffa7b8c6/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3' warnings.warn(msg) Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/102/4a63b061-139e-436b-a50d-b5976ceaa2a5/recipes/cpython/all/test_package/test_package.py", line 207, in ALL_TESTS[ns.test_module]() File "/home/conan/w/cci_PR-1510/102/4a63b061-139e-436b-a50d-b5976ceaa2a5/recipes/cpython/all/test_package/test_package.py", line 22, in inner_fn fn() File "/home/conan/w/cci_PR-1510/102/4a63b061-139e-436b-a50d-b5976ceaa2a5/recipes/cpython/all/test_package/test_package.py", line 126, in test_lzma import lzma ImportError: No module named lzma Traceback (most recent call last): File "/home/conan/w/cci_PR-1510/102/4a63b061-139e-436b-a50d-b5976ceaa2a5/recipes/cpython/all/test_package/test_package.py", line 207, in ALL_TESTS[ns.test_module]() File "/home/conan/w/cci_PR-1510/102/4a63b061-139e-436b-a50d-b5976ceaa2a5/recipes/cpython/all/test_package/test_package.py", line 22, in inner_fn fn() File "/home/conan/w/cci_PR-1510/102/4a63b061-139e-436b-a50d-b5976ceaa2a5/recipes/cpython/all/test_package/test_package.py", line 195, in test_tkinter import _tkinter ImportError: No module named _tkinter