******************************************************************************** conan test cci-ed70b988/recipes/libtommath/all/test_package/conanfile.py libtommath/cci.20230622@#9e6f1f5ae201f032b9b2e8e540c5ed55 -pr /home/conan/w/prod/BuildSingleReference/254857/63775552-f0c9-49eb-98f7-b0c025dd01ae/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.20230622 (test package): Installing package Requirements libtommath/cci.20230622 from local cache - Cache Packages libtommath/cci.20230622:be27726f9885116da1158027505be62e913cd585 - Cache Installing (downloading, building) binaries... libtommath/cci.20230622: Already installed! libtommath/cci.20230622 (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/cci.20230622 (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' libtommath/cci.20230622 (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-ed70b988/recipes/libtommath/all/test_package/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libtommath/cci.20230622 (test package): Generator 'CMakeDeps' calling 'generate()' libtommath/cci.20230622 (test package): Generator 'VirtualRunEnv' calling 'generate()' libtommath/cci.20230622 (test package): Generator txt created conanbuildinfo.txt libtommath/cci.20230622 (test package): Aggregating env generators libtommath/cci.20230622 (test package): Generated conaninfo.txt libtommath/cci.20230622 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/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.20230622 (test package): Calling build() libtommath/cci.20230622 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/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::libtommath' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/build/Debug libtommath/cci.20230622 (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/build/Debug" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/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.20230622 (test package): Running test() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/build/Debug/generators/conanrun.sh" && ./test_package ----------------- a = 59222572906571763285097473255187953776152944921023014717050906549522480777007796425425387846195806954173337737782839330012729117889597260072847548861431708749993463928267253570675367817204819496189330549985636665643915587936701369957766695862562130724272234454328368433967952336170633807961293471466591903946775127971774552618477266132782248970802711674844370811601363062552157804050885183993883405164449621275702566917878956091059121271934530260841696415783698126083672725888257968717565414701481275230411565646076201692198748848044700531364CMake Warning: Manually-specified variables were not used by the project: CMAKE_POLICY_DEFAULT_CMP0091 /home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/test_package.c: In function 'main': /home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/test_package.c:9:5: warning: ignoring return value of 'mp_init' declared with attribute 'warn_unused_result' [-Wunused-result] 9 | mp_init(&a); | ^~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/test_package.c:10:5: warning: ignoring return value of 'mp_rand' declared with attribute 'warn_unused_result' [-Wunused-result] 10 | mp_rand(&a, 30); | ^~~~~~~~~~~~~~~ /home/conan/w/prod/BuildSingleReference/cci-ed70b988/recipes/libtommath/all/test_package/test_package.c:13:5: warning: ignoring return value of 'mp_fwrite' declared with attribute 'warn_unused_result' [-Wunused-result] 13 | mp_fwrite(&a, 10, stdout); | ^~~~~~~~~~~~~~~~~~~~~~~~~ libtommath/cci.20230622 (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.20230622 (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