******************************************************************************** conan test cci-3dcbdcfc/recipes/libtommath/cmake/test_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@5/196501/2fab4bca-7c19-449f-83f0-d99bf6414841/profile_osx_110_libcpp_apple-clang_release_64.libtommath-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/11.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/prod/BuildSingleReference@5/.conan/profiles/default) Found apple-clang 11.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=11.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/prod/BuildSingleReference@5/.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=11.0 os=Macos [options] libtommath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/11.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.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:f74366f76f700cc6e991285892ad7a23c30e6d47 - Download Installing (downloading, building) binaries... libtommath/1.2.1-dev: Retrieving package f74366f76f700cc6e991285892ad7a23c30e6d47 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/1.2.1-dev: Package installed f74366f76f700cc6e991285892ad7a23c30e6d47 libtommath/1.2.1-dev: Downloaded package revision 054d18dc1b91fa30c3f07d2da19efcd3 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@5/cci-3dcbdcfc/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 'VirtualRunEnv' calling 'generate()' libtommath/1.2.1-dev (test package): Generator txt created conanbuildinfo.txt 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@5/cci-3dcbdcfc/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@5/cci-3dcbdcfc/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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_package/build/Release/generators/conan_toolchain.cmake -- The C compiler identification is AppleClang 11.0.3.11030032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/11.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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_package/build/Release libtommath/1.2.1-dev (test package): CMake command: cmake --build "/Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_package/build/Release" '--' '-j4' ----Running------ > cmake --build "/Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_package/build/Release/generators/conanrun.sh" && ./test_package ----------------- a = 23805438709355265184512848555432306538175184645893126286768312002036810380859472750914978529818303996894299034604985630784176355756482556207359193051159625242715800154911875237461608974666875635391063297872633650293395855238024309156920578712487410934294221993392981621861907082033600669013573543508296850431003604188779850689352708496479581179009455212028770426764292241933722914675141709152784500251169163888282228109899439443590562497306704614280553779237201427336979858078129844957087067839196301768575081169499691852369138558004838081939 b = 17367347966526941150828895720800546148973610454190572650410323987329662123571328860318870329649901133797899754100721223097738212891398399787787245160494639799090503195965153209675613088200094041215030064501180082252714435474003352879183757909174432406421663653042632619697281824090158334248584200837720003295939451646046656421638559330046701728561311742259006473713591208237767104328467609452718245041090742170596947891011203907335106402667329079123692745994011201884965323085306972287417370587899268501263844359588694627864984671308860529011 a + b = 41172786675882206335341744276232852687148795100083698937178635989366472504430801611233848859468205130692198788705706853881914568647880955995146438211654265041806303350877028447137222062866969676606093362373813732546110290712027662036104336621661843340715885646435614241559188906123759003262157744346016853726943055834826507110991267826526282907570766954287776900477883450171490019003609318605502745292259906058879176000910643350925668899974033693404246525231212629221945181163436817244504438427095570269838925529088386480234123229313698610950 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-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@5/196501/2fab4bca-7c19-449f-83f0-d99bf6414841/profile_osx_110_libcpp_apple-clang_release_64.libtommath-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/11.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos [options] libtommath:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/11.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.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:f74366f76f700cc6e991285892ad7a23c30e6d47 - 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 created conanbuildinfo.cmake 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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5/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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5' && 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="11.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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5/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@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5" -DCMAKE_MODULE_PATH="/Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package' ----------------- -- The C compiler identification is AppleClang 11.0.3.11030032 -- The CXX compiler identification is AppleClang 11.0.3.11030032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/11.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/11.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@5/.conan/data/libtommath/1.2.1-dev/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/lib/libtommath.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: C++ stdlib: libc++ -- Library tommath found /Users/jenkins/w/prod/BuildSingleReference@5/.conan/data/libtommath/1.2.1-dev/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/lib/libtommath.a -- Found: /Users/jenkins/w/prod/BuildSingleReference@5/.conan/data/libtommath/1.2.1-dev/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/lib/libtommath.a -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5 ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference@5/cci-3dcbdcfc/recipes/libtommath/cmake/test_v1_package/build/49bffa294e13dc6969f1f3822cb17fa430c610a5' '--' '-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@5/.conan/data/libtommath/1.2.1-dev/_/_/package/f74366f76f700cc6e991285892ad7a23c30e6d47/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- a = 55590213919576774591905471838934286212614239514994685484078498363328758553003109899465789138695281015308833016639864480686199074388923975940361521931434730061121705870738247638741907699842505815854463511796881549115831572632382799300368185144980523330120781539751624629607869771210140900150139793896657212725261463993440267457744509582304498860215454342063175889468963294993500618695875625891867240047095605711741298004456164961130328859106745676794870161451503536310311797147588935415659558867411479114740048239813484836355729678802856055192 b = 11372758754870272234761221602465575078511019330291916924918839492704500834814546573088590769881048548762959360494587961497998861906085834825561463966758142413508287977638775182523489053454418007423546091657228578972528431864476430850448434910652923076675586337131490442374135081466391601638925931115190735729781284731414142921868897837293645976863865794686309160386051354120595840480038098324225834447549441971934510510635779404215792763747648061293520460383670585532964392736131728058918117796001461294074319415223630583991760317221729186739 a + b = 66962972674447046826666693441399861291125258845286602408997337856033259387817656472554379908576329564071792377134452442184197936295009810765922985898192872474629993848377022821265396753296923823278009603454110128088360004496859230150816620055633446406796367876883115071982004852676532501789065725011847948455042748724854410379613407419598144837079320136749485049855014649114096459175913724216093074494645047683675808515091944365346121622854393738088390621835174121843276189883720663474577676663412940408814367655037115420347489996024585241931 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