******************************************************************************** conan test cci-5ffb0d75/recipes/libtommath/all/test_package/conanfile.py libtommath/1.2.0@#c14d725ebe4f09f169b562b8b946a363 -pr /home/conan/w/prod-v1/bsr/119326/edbaf/profile_linux_9_libstdcpp11_gcc_release_64.libtommath-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod-v1/bsr/119326/fcfdd/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 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/prod-v1/bsr/119326/fcfdd/.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=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/bsr/119326/fcfdd/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] libtommath:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libtommath/1.2.0 (test package): Installing package Requirements libtommath/1.2.0 from local cache - Cache Packages libtommath/1.2.0:2af715f34a7c8c2aeae57b25be0a52c4110dc502 - Download Installing (downloading, building) binaries... libtommath/1.2.0: Retrieving package 2af715f34a7c8c2aeae57b25be0a52c4110dc502 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/1.2.0: Package installed 2af715f34a7c8c2aeae57b25be0a52c4110dc502 libtommath/1.2.0: Downloaded package revision b04b55be5061288bcf2b94bb9df2a9d9 libtommath/1.2.0 (test package): Generator 'CMakeDeps' calling 'generate()' libtommath/1.2.0 (test package): Generator 'VirtualRunEnv' calling 'generate()' libtommath/1.2.0 (test package): Generator txt created conanbuildinfo.txt libtommath/1.2.0 (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/1.2.0 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' libtommath/1.2.0 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' libtommath/1.2.0 (test package): Aggregating env generators libtommath/1.2.0 (test package): Generated conaninfo.txt libtommath/1.2.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release/generators/conan.lock' Using cached profile from lockfile [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 libtommath/1.2.0 (test package): Calling build() libtommath/1.2.0 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake -- The C compiler identification is GNU 9.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Conan: Target declared 'libtommath' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release libtommath/1.2.0 (test package): CMake command: cmake --build "/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release" '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable test_package [100%] Built target test_package libtommath/1.2.0 (test package): Running test() ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-5ffb0d75/recipes/libtommath/all/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- a = 68192219781482448481074402074095445354752199002817181185249110647292174674877505664442216162716649764896170606474450134576348446679655009813303345921916269214880063536252771583338221217062617314821158775441542849616893944653501146113845841884787160132109758960197724875545826443276454088790885870321518206401107213137833122512307841550260071377519611306988524393560642352493431294282749185518966020609798080483275512266879314159647803965475058491063185190957028214120844499723093563729589529445442273561667616725853787216765488561971073932129 b = 3495502239869641204221630147054441881129691515509023925745602048131675175589540569694944841611377150048339064688730933719394982221709761881413875134239439084442246924853954546849718927473927521676267593142395855403481572309359848439635648794519276504962683739435295718006735874842278991408717146153030974988696875442101810184765034087931526690645677522544799638606864181283939553999251077844215710773440656882825096918442084530508510720437719268643255527047030568481977073224587555378779045917846989152353625619643094078390603598022761781614 a + b = 71687722021352089685296032221149887235881890518326205110994712695423849850467046234137161004328026914944509671163181068295743428901364771694717221056155708299322310461106726130187940144536544836497426368583938705020375516962860994553481490679306436637072442699633020593552562318118733080199603016474549181389804088579934932697072875638191598068165288829533324032167506533777370848282000263363181731383238737366100609185321398690156314685912777759706440718004058782602821572947681119108368575363289262714021242345496881295156092159993835713743 libtommath/1.2.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior libtommath/1.2.0 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior