******************************************************************************** conan test cci-7e37a9c9/recipes/libtommath/cmake/test_package/conanfile.py libtommath/cci.20221028@#4ae3368020820ed5e24d47ac77c81273 -pr /home/conan/w/prod-v1/bsr/119329/dadbf/profile_linux_11_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-v1/bsr/119329/abbaf/.conan/profiles/default) Found gcc 11.1 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/119329/abbaf/.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=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/bsr/119329/abbaf/.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=11 os=Linux [options] libtommath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libtommath/cci.20221028 (test package): Installing package Requirements libtommath/cci.20221028 from local cache - Cache Packages libtommath/cci.20221028:be27726f9885116da1158027505be62e913cd585 - Download Installing (downloading, building) binaries... libtommath/cci.20221028: Retrieving package be27726f9885116da1158027505be62e913cd585 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/cci.20221028: Package installed be27726f9885116da1158027505be62e913cd585 libtommath/cci.20221028: Downloaded package revision 0a68095b261a4a6fc0767f5a19a8b417 libtommath/cci.20221028 (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/cci.20221028 (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' libtommath/cci.20221028 (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-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libtommath/cci.20221028 (test package): Generator 'VirtualRunEnv' calling 'generate()' libtommath/cci.20221028 (test package): Generator txt created conanbuildinfo.txt libtommath/cci.20221028 (test package): Generator 'CMakeDeps' calling 'generate()' libtommath/cci.20221028 (test package): Aggregating env generators libtommath/cci.20221028 (test package): Generated conaninfo.txt libtommath/cci.20221028 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/bsr/cci-7e37a9c9/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/cci.20221028 (test package): Calling build() libtommath/cci.20221028 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -- The C compiler identification is GNU 11.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- 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-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug libtommath/cci.20221028 (test package): CMake command: cmake --build "/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod-v1/bsr/cci-7e37a9c9/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/cci.20221028 (test package): Running test() ----Running------ > . "/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_package/build/Debug/generators/conanrun.sh" && ./test_package ----------------- a = 55494579354238602878928708364369871675386698784128590966528346937242948607890182251194396442494647372496629999707553151766431065535501656785479200189300801050774202428520327135274543794760269571805581263973471210598711190902778471394692046625377240042784090631067370266663143677545901850145239488135015019778733736196431014273618037916310718735919669945834841344021959725923227810357233754580558185820190119694044899702843608966570977209036361664429875351140204522711355196042869362447776521363465159950573705161789195742790828372622125035048 b = 45774414667018928224884953135642852145112282981780538551599671441591172364887962680098673067100928785115592653401420399255971532138698366522259391423949851635543964433435895522113983825108049611841778137432631186905842199769891016331633706521646529072124600090283430073994809771627240691723388193478093247396502959373770589831095660380368278305024525215250753962987531151776002899888978291229859232024309557899484730351894875084597632003318683212000997957357049211213447468585938267315506217105201857559156910334638717743088214150853740195213 a + b = 101268994021257531103813661500012723820498981765909129518128018378834120972778144931293069509595576157612222653108973551022402597674200023307738591613250652686318166861956222657388527619868319183647359401406102397504553390672669487726325753147023769114908690721350800340657953449173142541868627681613108267175236695570201604104713698296678997040944195161085595307009490877699230710246212045810417417844499677593529630054738484051168609212355044876430873308497253733924802664628807629763282738468667017509730615496427913485879042523475865230261 libtommath/cci.20221028 (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/cci.20221028 (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-7e37a9c9/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/cci.20221028@#4ae3368020820ed5e24d47ac77c81273 -pr /home/conan/w/prod-v1/bsr/119329/dadbf/profile_linux_11_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=11 os=Linux [options] libtommath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libtommath/cci.20221028 (test package): Installing package Requirements libtommath/cci.20221028 from local cache - Cache Packages libtommath/cci.20221028:be27726f9885116da1158027505be62e913cd585 - Cache Installing (downloading, building) binaries... libtommath/cci.20221028: Already installed! libtommath/cci.20221028 (test package): Generator cmake created conanbuildinfo.cmake libtommath/cci.20221028 (test package): Generator cmake_find_package_multi created libtommath-config-version.cmake libtommath/cci.20221028 (test package): Generator cmake_find_package_multi created libtommath-config.cmake libtommath/cci.20221028 (test package): Generator cmake_find_package_multi created libtommathTargets.cmake libtommath/cci.20221028 (test package): Generator cmake_find_package_multi created libtommathTarget-debug.cmake libtommath/cci.20221028 (test package): Generator txt created conanbuildinfo.txt libtommath/cci.20221028 (test package): Aggregating env generators libtommath/cci.20221028 (test package): Generated conaninfo.txt libtommath/cci.20221028 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188/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/cci.20221028 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188/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-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188" -DCMAKE_MODULE_PATH="/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package' ----------------- -- The C compiler identification is GNU 11.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C 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-v1/bsr/119329/abbaf/.conan/data/libtommath/cci.20221028/_/_/package/be27726f9885116da1158027505be62e913cd585/lib/libtommath.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- This project seems to be plain C, using 'GNU' compiler -- Conan: Compiler GCC>=5, checking major version 11 -- Conan: Checking correct version: 11 -- Conan: C++ stdlib: libstdc++11 -- Library tommath found /home/conan/w/prod-v1/bsr/119329/abbaf/.conan/data/libtommath/cci.20221028/_/_/package/be27726f9885116da1158027505be62e913cd585/lib/libtommath.a -- Found: /home/conan/w/prod-v1/bsr/119329/abbaf/.conan/data/libtommath/cci.20221028/_/_/package/be27726f9885116da1158027505be62e913cd585/lib/libtommath.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188 ----Running------ > cmake --build '/home/conan/w/prod-v1/bsr/cci-7e37a9c9/recipes/libtommath/cmake/test_v1_package/build/cb3796d60f89ef5f3540c76d720661cae8a59188' '--' '-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/cci.20221028 (test package): Running test() ----Running------ > bin/test_package ----------------- a = 20735406678296605092545014544308197305315933483274336699599376983881199419831400027855216028998442948458122312381332896406247167240249466788193494622031943808846730092343678505683226770569392038770842611021729995619983265038465121645184666988458877146979170322375914807911798650601507729434951978642178214234743818575419139755315529072849277393298166365308217846542890682721957815809604139018967095985393120103951040500057881942775797285470560077317546541795789686402181883960557568426088162781116910711756456281857637209109352226958397158424 b = 55469029147770640470845476109614565452297597560881728293885390801530153947704395160941931992450664306891556001901414081454291285054388360881642785089942821366550988175758251421600347470961680104919681100475314948656285877847224162499832238136669970873852139645059725138944963138880328632938123548295561434637253914831226378547952414605015303311152883191066961411419934091343520685733321080791283056567818509675868285979609483403721272156949112708485937056717546885956500339476568948329818818894733542388721810302198753782616751988264171146152 a + b = 76204435826067245563390490653922762757613531044156064993484767785411353367535795188797148021449107255349678314282746977860538452294637827669836279711974765175397718268101929927283574241531072143690523711497044944276269142885689284145016905125128848020831309967435639946856761789481836362373075526937739648871997733406645518303267943677864580704451049556375179257962824774065478501542925219810250152553211629779819326479667365346497069442419672785803483598513336572358682223437126516755906981675850453100478266584056390991726104215222568304576 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 libtommath/cci.20221028 (test package): WARN: ************************************************ The 'cmake' generator is deprecated. Please update your code and remove it. ************************************************* libtommath/cci.20221028 (test package): WARN: ************************************************ The 'cmake_find_package_multi' generator is deprecated. Please update your code and remove it. ************************************************* libtommath/cci.20221028 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****