******************************************************************************** conan test cci-4f96764d/recipes/libtommath/cmake/test_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /home/conan/w/prod/BuildSingleReference/195752/3d0d39ea-6f3a-461c-acb1-d1490f0150ba/profile_linux_7_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 7 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=7 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=7 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:db2ca884c9793e0b0fb54ec3f846326d1addacc8 - Download Installing (downloading, building) binaries... libtommath/1.2.1-dev: Retrieving package db2ca884c9793e0b0fb54ec3f846326d1addacc8 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/1.2.1-dev: Package installed db2ca884c9793e0b0fb54ec3f846326d1addacc8 libtommath/1.2.1-dev: Downloaded package revision d0fd2a79339cc965b3d61d2ca89d504c libtommath/1.2.1-dev (test package): Generator 'VirtualRunEnv' calling 'generate()' 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): 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-4f96764d/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): 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-4f96764d/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-4f96764d/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-4f96764d/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-4f96764d/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-4f96764d/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/cci-4f96764d/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -- The C compiler identification is GNU 7.2.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-4f96764d/recipes/libtommath/cmake/test_package/build/Debug libtommath/1.2.1-dev (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/cci-4f96764d/recipes/libtommath/cmake/test_package/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/cci-4f96764d/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-4f96764d/recipes/libtommath/cmake/test_package/build/Debug/generators/conanrun.sh" && ./test_package ----------------- a = 62187656887461310499949687015645034435528835357425724736251991660152340391237375324460790663396185919443054062151645691061673721473904183835869763711927398061229360555813996071343496401281163815765769431427108194488993090761265968114902528028774402526822273901677487101348961379134597053798668997691528666492741169506705574376885072818637956033989936366264545436448546968980282716695283236131953689714705916057420094500218725381170927518256537022870699636027946499452303280547200032734266530673571090964118456095216993211305496162611660456477 b = 43803990645938103376012483769961799176471236272792763080162057136854313849599421169799896023166816323222639225325702235030203831592658124300117873574746654770947533458423590251569816757599404434446559727174007923722781554224309984483982960637002409501520721592528710700391992492949095572394823253733448154010181444989152362273070056360568533666733359794869917086195235985356147640704923484820322605605441822420192378237379348304896094632710547926882235255528547308988353755010497628351661374508453448728926587586184976968261727494509691405789 a + b = 105991647533399413875962170785606833612000071630218487816414048797006654240836796494260686686563002242665693287477347926091877553066562308135987637286674052832176894014237586322913313158880568250212329158601116118211774644985575952598885488665776812028342995494206197801740953872083692626193492251424976820502922614495857936649955129179206489700723296161134462522643782954336430357400206720952276295320147738477612472737598073686067022150967084949752934891556493808440657035557697661085927905182024539693045043681401970179567223657121351862266 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-4f96764d/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /home/conan/w/prod/BuildSingleReference/195752/3d0d39ea-6f3a-461c-acb1-d1490f0150ba/profile_linux_7_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=7 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:db2ca884c9793e0b0fb54ec3f846326d1addacc8 - Cache Installing (downloading, building) binaries... libtommath/1.2.1-dev: Already installed! libtommath/1.2.1-dev (test package): Generator txt created conanbuildinfo.txt 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 cmake created conanbuildinfo.cmake 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-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa/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-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="7" -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-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa/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-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/cci-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/cci-4f96764d/recipes/libtommath/cmake/test_v1_package' ----------------- -- The C compiler identification is GNU 7.2.0 -- The CXX compiler identification is GNU 7.2.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/db2ca884c9793e0b0fb54ec3f846326d1addacc8/lib/libtommath.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 7 -- Conan: Checking correct version: 7 -- Conan: C++ stdlib: libstdc++11 -- Library tommath found /home/conan/w/prod/BuildSingleReference/.conan/data/libtommath/1.2.1-dev/_/_/package/db2ca884c9793e0b0fb54ec3f846326d1addacc8/lib/libtommath.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/libtommath/1.2.1-dev/_/_/package/db2ca884c9793e0b0fb54ec3f846326d1addacc8/lib/libtommath.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/cci-4f96764d/recipes/libtommath/cmake/test_v1_package/build/ac3ba86328701878a32addc1c7aa63cf968d68fa' '--' '-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 = 27083642501915205767715811732915803807523106872109493479052297576277845305800950842612144562050850759883067922796665054433150150386582834998937436442714328157996396612705728965685394532923453110494070834125972233571868101238306049821372000001721467295923693407676603743815114826819593130803732876814874465782259452192496847889187381316845469206486098901457261752031445516943421849977599700675727222689947910129306515036765431435152857674891312640530955809801376834732690522293995783597634246420406242023093835809990792272262593857050759473468 b = 40238720781515647979242059902149252581640716283527755773251023770286903288685598477955456013957965555931889048520650027909833375376524570151495755392093251715020051369965296131979823127626682907798615370290836408347397648046708082775865317531438223668360086562219103453740526794215764281413754571065036345323143181549963803191994811144206833796118657945677537596400853024364995486587722501967541798987088981271163571828022145435630046734254657376854604983565855459542164422630161172665704917949500872078054055655786418315181221393577633317958 a + b = 67322363283430853746957871635065056389163823155637249252303321346564748594486549320567600576008816315814956971317315082342983525763107405150433191834807579873016447982671025097665217660550136018292686204416808641919265749285014132597237317533159690964283779969895707197555641621035357412217487447879910811105402633742460651081182192461052303002604756847134799348432298541308417336565322202643269021677036891400470086864787576870782904409145970017385560793367232294274854944924156956263339164369907114101147891465777210587443815250628392791426 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