******************************************************************************** conan test cci-42fa9ebb/recipes/libtommath/cmake/test_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@3/196684/893e1f88-780b-47a1-81e8-ecf70e1712d8/profile_osx_130_libcpp_apple-clang_release_64.libtommath-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/prod/BuildSingleReference@3/.conan/profiles/default) Found apple-clang 13.0 apple-clang>=13, using the major as version Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=13 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/prod/BuildSingleReference@3/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] libtommath:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk 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:bda713dd3b257827c8d11a06ac9d824038871572 - Download Installing (downloading, building) binaries... libtommath/1.2.1-dev: Retrieving package bda713dd3b257827c8d11a06ac9d824038871572 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/1.2.1-dev: Package installed bda713dd3b257827c8d11a06ac9d824038871572 libtommath/1.2.1-dev: Downloaded package revision 2136f6cdd4ab5d3f6f7df05bfeb0a954 libtommath/1.2.1-dev (test package): Generator 'CMakeDeps' calling 'generate()' libtommath/1.2.1-dev (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/1.2.1-dev (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' 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=/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' libtommath/1.2.1-dev (test package): Generator txt created conanbuildinfo.txt libtommath/1.2.1-dev (test package): Generator 'VirtualRunEnv' calling 'generate()' 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: '/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/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/1.2.1-dev (test package): Calling build() libtommath/1.2.1-dev (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release/generators/conan_toolchain.cmake -- The C compiler identification is AppleClang 13.0.0.13000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release libtommath/1.2.1-dev (test package): CMake command: cmake --build "/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release" '--' '-j4' ----Running------ > cmake --build "/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release" '--' '-j4' ----------------- [ 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------ > . "/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- a = 47329160562034127596564666441817130833733347884905782638110278591092261796298444035953358757182425108906007203048020129340787074826591586783060585254571365265639145501483500697003973301485851501376378938019318012900184861092802989209895769903680102864443842616370696063278598784988184283531591015297318968994315228930489728856859759441757826379766863648562525997587637131310569406951618831189652871363908837983903782624796811401423295432004583623688060826081458636016985427684149442319093643778235101381317164885588217024388737360349779477917 b = 70587662160032765835947773942764291173864213384849910225398389266327589198139884004833154661938509764762156117384765222489321224244522463119350672216098698507636061569473821305401385561435476674845337613192047375638485880091481378033380315075591147841876277151833456977883397438681712963874378137108135667336340339394772970298442596174945042696251529904617345774479651846427062742451146949608251067073667309715191688565038924118238826646704172226544290076510476174398069437351647826961731996751814776429114224268135388330820261059563901196037 a + b = 117916822722066893432512440384581422007597561269755692863508667857419850994438328040786513419120934873668163320432785351830108299071114049902411257470670063773275207070957322002405358862921328176221716551211365388538670741184284367243276084979271250706320119768204153041161996223669897247405969152405454636330655568325262699155302355616702869076018393553179871772067288977737632149402765780797903938437576147699095471189835735519662122078708755850232350902591934810415054865035797269280825640530049877810431389153723605355208998419913680673954 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-42fa9ebb/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@3/196684/893e1f88-780b-47a1-81e8-ecf70e1712d8/profile_osx_130_libcpp_apple-clang_release_64.libtommath-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=13.0 os=Macos [options] libtommath:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk 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:bda713dd3b257827c8d11a06ac9d824038871572 - 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-release.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: '/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c/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 '/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="13.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c/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="/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c" -DCMAKE_MODULE_PATH="/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package' ----------------- -- The C compiler identification is AppleClang 13.0.0.13000029 -- The CXX compiler identification is AppleClang 13.0.0.13000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Applications/conan/xcode/13.0/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - 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 /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/libtommath/1.2.1-dev/_/_/package/bda713dd3b257827c8d11a06ac9d824038871572/lib/libtommath.dylib -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: C++ stdlib: libc++ -- Library tommath found /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/libtommath/1.2.1-dev/_/_/package/bda713dd3b257827c8d11a06ac9d824038871572/lib/libtommath.dylib -- Found: /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/libtommath/1.2.1-dev/_/_/package/bda713dd3b257827c8d11a06ac9d824038871572/lib/libtommath.dylib -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference@3/cci-42fa9ebb/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c' '--' '-j4' ----------------- [ 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------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/libtommath/1.2.1-dev/_/_/package/bda713dd3b257827c8d11a06ac9d824038871572/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- a = 10681103907343805058448693505351155298922293466301985335675595106658800870928570999285706490543062327492332435646385375638804432518724880325538745230327149890640124453932397611611971601731075199090453170805078567328925051092373256131365089553317644341562882614117325456041095815954851986155588953283500964268652990847852260149381193293320643304089909386216047202142542470422498700597492226034908609857537592846212043539937525104938500641949180498252940535513312216744340539461038199433974660337543094424582209655567092306367122691944851382114 b = 60550539774172863257494921712524096822726557443251897813779970035031913211812741186443025386364465388465349351718861797078577460167357403755169812485249696831227572537050715496373508623604993886369169421214216882254136227608078097615355233163430971304073125525307325802019656198021226014234920884663935822697863027436735756440286639907274679230600286957821224281754703691040842435587931817719315614388806038557759901929475168834357576970888504390170987657103920569056392866023450871768422301357667220507431856935199724510246534048395621665767 a + b = 71231643681516668315943615217875252121648850909553883149455565141690714082741312185728731876907527715957681787365247172717381892686082284080708557715576846721867696990983113107985480225336069085459622592019295449583061278700451353746720322716748615645636008139424651258060752013976078000390509837947436786966516018284588016589667833200595322534690196344037271483897246161463341136185424043754224224246343631403971945469412693939296077612837684888423928192617232785800733405484489071202396961695210314932014066590766816816613656740340473047881 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