******************************************************************************** conan test cci-129b2b69/recipes/libtommath/cmake/test_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@7/196471/66923b4e-c34e-4e0e-ba60-6c652fd8c5f4/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@7/.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@7/.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 'VirtualRunEnv' 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 '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@7/cci-129b2b69/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 'CMakeDeps' 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@7/cci-129b2b69/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@7/cci-129b2b69/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@7/cci-129b2b69/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/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@7/cci-129b2b69/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/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@7/cci-129b2b69/recipes/libtommath/cmake/test_package/build/Release libtommath/1.2.1-dev (test package): CMake command: cmake --build "/Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/recipes/libtommath/cmake/test_package/build/Release" '--' '-j4' ----Running------ > cmake --build "/Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/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@7/cci-129b2b69/recipes/libtommath/cmake/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- a = 25176962216776217704019045133808400971961346801672608065884716478390234158291514082814199590917196832860949754045956312365085770238136283161041983720402409244764928519000648066652486608922249531856362752953983622052743160241452993403014412612623963116742847986029935202947747677491575056351396791637969597157542638646319862602920570440141188169604172189906910949213828740258188395457109783105801803025035445585128689303359954910893763889488422839911091653554351489143911395180629854958003547135060439513804297749703565091563575311279336294297 b = 37965215532799962222881839820102098497028254426372773719626261267356310677902982981459462809269719967654818859584057130309938798001881702716495970652953997360418417280318045288367841896910226225206670561798380412551915513106829886117256162428252890709998991748196427070038940585323480574314792995324495895466389311109304067165614428463451947711997206863590224497833394726995136467351922857534973546750121941398598829504888100027727339535779923169251681371481148925338314356337847983847012975566684660037563918186284474098064995944247996031398 a + b = 63142177749576179926900884953910499468989601228045381785510977745746544836194497064273662400186916800515768613630013442675024568240017985877537954373356406605183345799318693355020328505832475757063033314752364034604658673348282879520270575040876853826741839734226362272986688262815055630666189786962465492623931949755623929768534998903593135881601379053497135447047223467253324862809032640640775349775157386983727518808248054938621103425268346009162773025035500414482225751518477838805016522701745099551368215935988039189628571255527332325695 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-129b2b69/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@7/196471/66923b4e-c34e-4e0e-ba60-6c652fd8c5f4/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 cmake created conanbuildinfo.cmake 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): 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@7/cci-129b2b69/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@7/cci-129b2b69/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@7/cci-129b2b69/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@7/cci-129b2b69/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c" -DCMAKE_MODULE_PATH="/Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/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@7/.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@7/.conan/data/libtommath/1.2.1-dev/_/_/package/bda713dd3b257827c8d11a06ac9d824038871572/lib/libtommath.dylib -- Found: /Users/jenkins/w/prod/BuildSingleReference@7/.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@7/cci-129b2b69/recipes/libtommath/cmake/test_v1_package/build/daa3d0988a744b302c381ebceddc9d7e31e1928c ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference@7/cci-129b2b69/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@7/.conan/data/libtommath/1.2.1-dev/_/_/package/bda713dd3b257827c8d11a06ac9d824038871572/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- a = 23735725133295746676431902220865706725247142022239971192491184844392404187787882402117155897739903417766458396066224947529378791384241612520912035411090157064810405773958812445047401487129372881872422840102786541450030992347878450517378201302252536120340113163506325091855658495424145061410516504240780172711591051259055193532920899919850892965152092034598088780123250072080078831052073840511492444293489463347145362555319848644294284555642125746979110886016415533237311826587625871588118510847737610709036328417417384388753830732537910470142 b = 9662291000149394095999036497939868242014099587781881812595859013421258728102297203973812980133177123889999429069718679017007459294745768354625458164373399469795833138747660962707799481294157968948852967004532229101056202878459012667317927315458158517215185527995128493875159402937244928153824796269091654780472487380539160517346329912023121929024579238940017643441565363014548710198108294527879363261912660099345327138433351288815586032904024385286779729989410354397897592356398077821256338378914499036124729453127962626789265499135156175381 a + b = 33398016133445140772430938718805574967261241610021853005087043857813662915890179606090968877873080541656457825135943626546386250678987380875537493575463556534606238912706473407755200968423530850821275807107318770551087195226337463184696128617710694637555298691501453585730817898361389989564341300509871827492063538639594354050267229831874014894176671273538106423564815435094627541250182135039371807555402123446490689693753199933109870588546150132265890616005825887635209418944023949409374849226652109745161057870545347015543096231673066645523 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