******************************************************************************** conan test cci-badffa95/recipes/libtommath/all/test_package/conanfile.py libtommath/cci.20230622@#9e6f1f5ae201f032b9b2e8e540c5ed55 -pr /home/conan/w/prod/BuildSingleReference/254857/35212764-ad74-48f2-9232-ac416bb3a763/profile_linux_11_libstdcpp11_gcc_release_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=Release 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:dfbe50feef7f3c6223a476cd5aeadb687084a646 - Cache Installing (downloading, building) binaries... libtommath/cci.20230622: Already installed! libtommath/cci.20230622 (test package): Generator txt created conanbuildinfo.txt libtommath/cci.20230622 (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/cci.20230622 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' 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-badffa95/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' libtommath/cci.20230622 (test package): Generator 'VirtualRunEnv' calling 'generate()' libtommath/cci.20230622 (test package): Generator 'CMakeDeps' calling 'generate()' 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-badffa95/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/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-badffa95/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/build/Release/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-badffa95/recipes/libtommath/all/test_package/build/Release libtommath/cci.20230622 (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/cci-badffa95/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/cci.20230622 (test package): Running test() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- a = 10566260785377125095691698296685251540991536672038165976625108266182837889356024249447555321204522704154998786959630922248413300053447758768561038476516505971016263920349818765108573503163100754131238104047753429036154093614630168797951265400278289515638095746590122157414877244524093240056186716634407236779030764232490045166049086928633793235582728516327349481966720083227808292741971953944857752310995316464923325823175676978299100777399430017716585809185529890019941662771992450272382945477594667270811134300713933233102731906459183001493CMake Warning: Manually-specified variables were not used by the project: CMAKE_POLICY_DEFAULT_CMP0091 /home/conan/w/prod/BuildSingleReference/cci-badffa95/recipes/libtommath/all/test_package/test_package.c: In function 'main': /home/conan/w/prod/BuildSingleReference/cci-badffa95/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-badffa95/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-badffa95/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