******************************************************************************** conan test cci-d9e2d212/recipes/libtommath/cmake/test_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /home/conan/w/prod/BuildSingleReference/197511/4cf6dd5c-4ef4-4071-bca1-ac8d855a5232/profile_linux_10_libstdcpp11_gcc_debug_64.libtommath-shared-False.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/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/prod/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/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] libtommath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libtommath/1.2.1-dev (test package): Installing package Requirements libtommath/1.2.1-dev from local cache - Cache Packages libtommath/1.2.1-dev:75e99b627c196b65c439728670655ec3c366b334 - Download Installing (downloading, building) binaries... libtommath/1.2.1-dev: Retrieving package 75e99b627c196b65c439728670655ec3c366b334 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/1.2.1-dev: Package installed 75e99b627c196b65c439728670655ec3c366b334 libtommath/1.2.1-dev: Downloaded package revision e056c64ee8c1cab9bd99a51cf1f29997 libtommath/1.2.1-dev (test package): Generator 'VirtualRunEnv' calling 'generate()' libtommath/1.2.1-dev (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/1.2.1-dev (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' libtommath/1.2.1-dev (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/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libtommath/1.2.1-dev (test package): Generator 'CMakeDeps' calling 'generate()' libtommath/1.2.1-dev (test package): Generator txt created conanbuildinfo.txt libtommath/1.2.1-dev (test package): Aggregating env generators libtommath/1.2.1-dev (test package): Generated conaninfo.txt libtommath/1.2.1-dev (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug/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.1-dev (test package): Calling build() libtommath/1.2.1-dev (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -- The C compiler identification is GNU 10.3.0 -- 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::libtommath' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug libtommath/1.2.1-dev (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug" '--' '-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.1-dev (test package): Running test() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_package/build/Debug/generators/conanrun.sh" && ./test_package ----------------- a = 32208538459294373031314496206835498974648034641800578644400804802101873724733303140656276036240189631962316603768122783523993472626166580275492236727189749863584995205549281046688133890184269510168293101012287414225237688974240642653736472427845374613353362670287290583667873042745234782860520565048175192063215237697329043231198610112419155829462455549149952343147981135436152904152554730207306278199760821351853777143292068894347266144825361856061944049355113856960859447338655389520769753549005828933116862047639139758632632077336752990475 b = 27635150287578948496673968025914945125080506438983377813168666456075506227510830143954056360224423438461471681006390819005446743856871674246378862307879145201602648131404336633056252738543771464177512731888755880749094071455104147650782454891939160636326623646846288819111254212144597452257304767559143955081020829907076725112375563860299061247109351950108242627219794191001030634809417789425411601081625014853343083055504830061706136717234169462471767021172202685811426844233480364569324775554017996854572013088582935903312461515719338348758 a + b = 59843688746873321527988464232750444099728541080783956457569471258177379952244133284610332396464613070423788284774513602529440216483038254521871099035068895065187643336953617679744386628728040974345805832901043294974331760429344790304518927319784535249679986317133579402779127254889832235117825332607319147144236067604405768343574173972718217076571807499258194970367775326437183538961972519632717879281385836205196860198796898956053402862059531318533711070527316542772286291572135754090094529103023825787688875136222075661945093593056091339233 libtommath/1.2.1-dev (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.1-dev (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 ******************************************************************************** conan test cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /home/conan/w/prod/BuildSingleReference/197511/4cf6dd5c-4ef4-4071-bca1-ac8d855a5232/profile_linux_10_libstdcpp11_gcc_debug_64.libtommath-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] libtommath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libtommath/1.2.1-dev (test package): Installing package Requirements libtommath/1.2.1-dev from local cache - Cache Packages libtommath/1.2.1-dev:75e99b627c196b65c439728670655ec3c366b334 - Cache Installing (downloading, building) binaries... libtommath/1.2.1-dev: Already installed! libtommath/1.2.1-dev (test package): Generator cmake created conanbuildinfo.cmake libtommath/1.2.1-dev (test package): Generator cmake_find_package_multi created libtommath-config-version.cmake libtommath/1.2.1-dev (test package): Generator cmake_find_package_multi created libtommath-config.cmake libtommath/1.2.1-dev (test package): Generator cmake_find_package_multi created libtommathTargets.cmake libtommath/1.2.1-dev (test package): Generator cmake_find_package_multi created libtommathTarget-debug.cmake libtommath/1.2.1-dev (test package): Generator txt created conanbuildinfo.txt libtommath/1.2.1-dev (test package): Aggregating env generators libtommath/1.2.1-dev (test package): Generated conaninfo.txt libtommath/1.2.1-dev (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b/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.1-dev (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package' ----------------- -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.0 -- 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 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library tommath found /home/conan/w/prod/BuildSingleReference/.conan/data/libtommath/1.2.1-dev/_/_/package/75e99b627c196b65c439728670655ec3c366b334/lib/libtommath.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++11 -- Library tommath found /home/conan/w/prod/BuildSingleReference/.conan/data/libtommath/1.2.1-dev/_/_/package/75e99b627c196b65c439728670655ec3c366b334/lib/libtommath.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/libtommath/1.2.1-dev/_/_/package/75e99b627c196b65c439728670655ec3c366b334/lib/libtommath.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/cci-d9e2d212/recipes/libtommath/cmake/test_v1_package/build/90a6b080f38dc7f8ce198012e947a7d1060d9d3b' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building C object test_package/CMakeFiles/test_package.dir/test_package.c.o [100%] Linking C executable ../bin/test_package [100%] Built target test_package libtommath/1.2.1-dev (test package): Running test() ----Running------ > bin/test_package ----------------- a = 9270889705168684119014231498271812852356207564127522165280524896000125660815650172276895889577311389495626509819242914300240899651536531774473950890545489347280561478834829625311794859053407427233228056108332164427112611871887593916772521636946221712833690609921912837682431402884698037367908758851444554412213444617852336795404538464596294698190526645444341037717333582756175800928427155521245575602185804858699272411542483319644040909421462577212399413900769289099368170584437764073915095489739831957986708230761486322773744111047275568962 b = 25341003650445539582930389439322387503178770040207609408118026324298162553992003626575113331641292084180279823740106545838717499202082531133062839605170795802325426169335853404374475551575926789963745990546227777807862965737706895704503818716578989082858793324645429401739932114912016648856371700895264902544898512941536967658114623609784408277859502244846387416549168734791116754522537465785245887414347060302305790633770593433653317514134367367593452935110140907294080683157121440437028799433586969480070139892686576524847537118562165575528 a + b = 34611893355614223701944620937594200355534977604335131573398551220298288214807653798852009221218603473675906333559349460138958398853619062907536790495716285149605987648170683029686270410629334217196974046654559942234975577609594489621276340353525210795692483934567342239422363517796714686224280459746709456957111957559389304453519162074380702976050028890290728454266502317547292555450964621306491463016532865161005063045313076753297358423555829944805852349010910196393448853741559204510943894923326801438056848123448062847621281229609441144490 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR