******************************************************************************** conan test conan-center-index/recipes/libpqxx/all/test_package/conanfile.py libpqxx/7.0.4@ --profile=/home/conan/w/BuildSingleReference/26352/6d5a30f8-e1ad-404d-bd13-402f2a9eafa1/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 10 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/BuildSingleReference/.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=10 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=10 os=Linux os_build=Linux [options] libpqxx:shared=False [build_requires] [env] libpq/12.2: Not found in local cache, looking in remotes... libpq/12.2: Trying with 'conan-center'... ERROR: Failed requirement 'libpq/12.2' from 'libpqxx/7.0.4' ERROR: HTTPSConnectionPool(host='c3i.jfrog.io', port=443): Max retries exceeded with url: /c3i/api/conan/conan-center/v2/conans/libpq/12.2/_/_/revisions/3fac197632f1ddc193041b2f28ff29ec/files (Caused by ReadTimeoutError("HTTPSConnectionPool(host='c3i.jfrog.io', port=443): Read timed out. (read timeout=60.0)")) Unable to connect to conan-center=https://c3i.jfrog.io/c3i/api/conan/conan-center 1. Make sure the remote is reachable or, 2. Disable it by using conan remote disable, Then try again.