Auto detecting your dev setup to initialize the default profile (/home/conan/w/cci_PR-1510/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 6.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/cci_PR-1510/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=6 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/cci_PR-1510/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 98.8935546875 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/** [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK Exporting package recipe cpython/3.9.0 exports: File 'conandata.yml' found. Exporting it... cpython/3.9.0 exports: Copied 1 '.yml' file: conandata.yml cpython/3.9.0 exports_sources: Copied 7 '.patch' files [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'3.9.0': {'url': 'https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tgz', 'sha256': 'df796b2dc8ef085edae2597a41c1c0a63625ebd92487adaef2fed22b567873e8'}}, 'patches': {'3.9.0': [{'patch_file': 'patches/0001-3.9.0-msvc.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0002-3.7.9-relocatable-python-config.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0003-3.9.0-_msi-vcxproj.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: 3.9.0: - base_path: source_subfolder patch_file: patches/0001-3.9.0-msvc.patch - base_path: source_subfolder patch_file: patches/0002-3.7.9-relocatable-python-config.patch - base_path: source_subfolder patch_file: patches/0003-3.9.0-_msi-vcxproj.patch sources: 3.9.0: sha256: df796b2dc8ef085edae2597a41c1c0a63625ebd92487adaef2fed22b567873e8 url: https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tgz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK [HOOK - conan-center.py] post_export(): [DEFAULT SHARED OPTION VALUE (KB-H050)] OK cpython/3.9.0: A new conanfile.py version was exported cpython/3.9.0: Folder: /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/export cpython/3.9.0: Using the exported files summary hash as the recipe revision: b15079ead414003393d6dc0aa7ebeb19 cpython/3.9.0: Exported revision: b15079ead414003393d6dc0aa7ebeb19 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=6 os=Linux os_build=Linux [options] cpython:shared=True [build_requires] [env] openssl/1.1.1h: Not found in local cache, looking in remotes... openssl/1.1.1h: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... openssl/1.1.1h: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz openssl/1.1.1h: Downloaded recipe revision 6abee9fe6223ab7dfe9bc74d10ac3395 expat/2.2.9: Not found in local cache, looking in remotes... expat/2.2.9: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... expat/2.2.9: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz expat/2.2.9: Downloaded recipe revision 9f476bdcbd34f15324d82b9bdfed2e99 mpdecimal/2.4.2: Not found in local cache, looking in remotes... mpdecimal/2.4.2: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... mpdecimal/2.4.2: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz mpdecimal/2.4.2: Downloaded recipe revision 7a5ba23bb1caa3e785ee9a5b069542f5 zlib/1.2.11: Not found in local cache, looking in remotes... zlib/1.2.11: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... zlib/1.2.11: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.11: Downloaded recipe revision 1579680eade7cc27626667ca4b143529 libffi/3.3: Not found in local cache, looking in remotes... libffi/3.3: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... libffi/3.3: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libffi/3.3: Downloaded recipe revision dca3962d1057f01aa569425ce78430e0 libuuid/1.0.3: Not found in local cache, looking in remotes... libuuid/1.0.3: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... libuuid/1.0.3: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libuuid/1.0.3: Downloaded recipe revision 0af468907873ba6cfa5cd2a28966a8af libxcrypt/4.4.16: Not found in local cache, looking in remotes... libxcrypt/4.4.16: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... libxcrypt/4.4.16: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libxcrypt/4.4.16: Downloaded recipe revision 8ca786493601a7f69af3b569239acb6c bzip2/1.0.8: Not found in local cache, looking in remotes... bzip2/1.0.8: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... bzip2/1.0.8: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz bzip2/1.0.8: Downloaded recipe revision f85c479b79b300b1b5e17510aca55c35 gdbm/1.18.1: Not found in local cache, looking in remotes... gdbm/1.18.1: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... gdbm/1.18.1: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gdbm/1.18.1: Downloaded recipe revision 0b8a2a7bb85cec50048858a96faf26b7 sqlite3/3.32.3: Not found in local cache, looking in remotes... sqlite3/3.32.3: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... sqlite3/3.32.3: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz sqlite3/3.32.3: Downloaded recipe revision 4e0c4948978a4831b8eb0b678374f1c0 ncurses/6.2: Not found in local cache, looking in remotes... ncurses/6.2: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... ncurses/6.2: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz ncurses/6.2: Downloaded recipe revision b2f9b039d620c8ca74615495964bb75e xz_utils/5.2.4: Not found in local cache, looking in remotes... xz_utils/5.2.4: Trying with 'c3i_PR-1510_09199a1a6928d84b4dee10dc2ede7de628c2bb1a'... xz_utils/5.2.4: Trying with 'central'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz xz_utils/5.2.4: Downloaded recipe revision 45e5fe6da8c4f6ec3301dac18f31c72c cpython/3.9.0: Forced build from source cpython/3.9.0 (test package): Installing package Requirements bzip2/1.0.8 from 'central' - Downloaded cpython/3.9.0 from local cache - Cache expat/2.2.9 from 'central' - Downloaded gdbm/1.18.1 from 'central' - Downloaded libffi/3.3 from 'central' - Downloaded libuuid/1.0.3 from 'central' - Downloaded libxcrypt/4.4.16 from 'central' - Downloaded mpdecimal/2.4.2 from 'central' - Downloaded ncurses/6.2 from 'central' - Downloaded openssl/1.1.1h from 'central' - Downloaded sqlite3/3.32.3 from 'central' - Downloaded xz_utils/5.2.4 from 'central' - Downloaded zlib/1.2.11 from 'central' - Downloaded Packages bzip2/1.0.8:d3439b0c3c2b7de760051db5f9a1fd45aaec4afb - Download cpython/3.9.0:024d9c9b02837645c1760b0b56dba40005209f99 - Build expat/2.2.9:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download gdbm/1.18.1:75824bd6ee0e6987508a90812407e2364c56c4c6 - Download libffi/3.3:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download libuuid/1.0.3:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download libxcrypt/4.4.16:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download mpdecimal/2.4.2:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download ncurses/6.2:3374fd774ffefaab70d5aa5667f9e11365facab3 - Download openssl/1.1.1h:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download sqlite3/3.32.3:877fe442d3994ea6eb8e22c735c1c0e59ed34735 - Download xz_utils/5.2.4:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download zlib/1.2.11:2f7b82355ea4bfc093a8e85003164e724ce5930c - Download Installing (downloading, building) binaries... bzip2/1.0.8: Retrieving package d3439b0c3c2b7de760051db5f9a1fd45aaec4afb from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz bzip2/1.0.8: Package installed d3439b0c3c2b7de760051db5f9a1fd45aaec4afb bzip2/1.0.8: Downloaded package revision e0482c9cee1fd0e85381653fc2577e83 expat/2.2.9: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz expat/2.2.9: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c expat/2.2.9: Downloaded package revision 405592efa4c9e2ab1a9eb2906f6b587b gdbm/1.18.1: Retrieving package 75824bd6ee0e6987508a90812407e2364c56c4c6 from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz gdbm/1.18.1: Package installed 75824bd6ee0e6987508a90812407e2364c56c4c6 gdbm/1.18.1: Downloaded package revision 17ed371890cb6377574ee3da89a67074 libffi/3.3: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libffi/3.3: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c libffi/3.3: Downloaded package revision e6cf514f839e6694730e7b51b0368ab0 libuuid/1.0.3: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libuuid/1.0.3: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c libuuid/1.0.3: Downloaded package revision 3c70f38f38c114650a92acf3fc9bd696 libxcrypt/4.4.16: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libxcrypt/4.4.16: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c libxcrypt/4.4.16: Downloaded package revision 200bbbfe46880dd18178cb1531ec4e25 mpdecimal/2.4.2: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz mpdecimal/2.4.2: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c mpdecimal/2.4.2: Downloaded package revision 790695a172079fd9d3caf5c80ea3445f ncurses/6.2: Retrieving package 3374fd774ffefaab70d5aa5667f9e11365facab3 from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz ncurses/6.2: Package installed 3374fd774ffefaab70d5aa5667f9e11365facab3 ncurses/6.2: Downloaded package revision 50f5b0750664516ae36e6707da188e0a openssl/1.1.1h: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz openssl/1.1.1h: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c openssl/1.1.1h: Downloaded package revision 588d3f53d8d40a9faf58d9e8ce4ac678 sqlite3/3.32.3: Retrieving package 877fe442d3994ea6eb8e22c735c1c0e59ed34735 from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz sqlite3/3.32.3: Package installed 877fe442d3994ea6eb8e22c735c1c0e59ed34735 sqlite3/3.32.3: Downloaded package revision a5ef8afbd2a81e1199c4ea81a6a6693f xz_utils/5.2.4: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz xz_utils/5.2.4: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c xz_utils/5.2.4: Downloaded package revision 80273e791d6976f2ea5c1bd44a435ab2 zlib/1.2.11: Retrieving package 2f7b82355ea4bfc093a8e85003164e724ce5930c from remote 'central' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz zlib/1.2.11: Package installed 2f7b82355ea4bfc093a8e85003164e724ce5930c zlib/1.2.11: Downloaded package revision b5dc4f375da4080a867e6cf9d150a2ab [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK gdbm/1.18.1: Appending PATH environment variable: /home/conan/w/cci_PR-1510/.conan/data/gdbm/1.18.1/_/_/package/75824bd6ee0e6987508a90812407e2364c56c4c6/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK ncurses/6.2: Appending PATH environment variable: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/3374fd774ffefaab70d5aa5667f9e11365facab3/bin ncurses/6.2: Setting TERMINFO environment variable: /home/conan/w/cci_PR-1510/.conan/data/ncurses/6.2/_/_/package/3374fd774ffefaab70d5aa5667f9e11365facab3/bin/share/terminfo [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK sqlite3/3.32.3: Appending PATH env var with : /home/conan/w/cci_PR-1510/.conan/data/sqlite3/3.32.3/_/_/package/877fe442d3994ea6eb8e22c735c1c0e59ed34735/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK cpython/3.9.0: Configuring sources in /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK cpython/3.9.0: Copying sources to build folder cpython/3.9.0: Building your package in /home/conan/w/cci_PR-1510/.conan/data/cpython/3.9.0/_/_/build/024d9c9b02837645c1760b0b56dba40005209f99 cpython/3.9.0: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK cpython/3.9.0: Calling build() cpython/3.9.0: JSON file created at '/home/conan/w/cci_PR-1510/75/31bf7e95-d7e2-4489-b81a-ad84c586c006/_create.json'