******************************************************************************** conan test cci-8dcbee72/recipes/libtommath/cmake/test_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@8/196701/0705f639-0bd8-453a-bb80-12a56cac5186/profile_osx_120_libcpp_apple-clang_debug_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/12.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@8/.conan/profiles/default) Found apple-clang 12.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/prod/BuildSingleReference@8/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.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/12.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:d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 - Download Installing (downloading, building) binaries... libtommath/1.2.1-dev: Retrieving package d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 from remote 'c3i_PR-16558' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libtommath/1.2.1-dev: Package installed d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 libtommath/1.2.1-dev: Downloaded package revision e0569a1e7145b72173ddc70295e466fe libtommath/1.2.1-dev (test package): Generator 'CMakeToolchain' calling 'generate()' libtommath/1.2.1-dev (test package): Preset 'debug' added to CMakePresets.json. Invoke it manually using 'cmake --preset debug' 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@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Debug' libtommath/1.2.1-dev (test package): Generator txt created conanbuildinfo.txt libtommath/1.2.1-dev (test package): Generator 'CMakeDeps' calling 'generate()' 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@8/cci-8dcbee72/recipes/libtommath/cmake/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/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@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/." ----------------- -- Using Conan toolchain: /Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug/generators/conan_toolchain.cmake -- The C compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/12.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@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug libtommath/1.2.1-dev (test package): CMake command: cmake --build "/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug" '--' '-j4' ----Running------ > cmake --build "/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug" '--' '-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@8/cci-8dcbee72/recipes/libtommath/cmake/test_package/build/Debug/generators/conanrun.sh" && ./test_package ----------------- a = 61039599210393441527122246365764915625919069767270676189127617066798121448923981370959609114505530585850649887800279654602931495063288870704370339056670090024384843607747176850960548517888543087068604231802519535730909040684000621244309475285310964201332577715646313784287676712655653405207166405090434452740165537832752601761218501938960070341211356032886141634134069792499753576283864559563575348228299824773159440589966713485907809924924966148263889244865588343715719277697733674415677714182573596495427126228347164391350668119510190613207 b = 34657097834432407481025568642845570713339966008816989123255156896416472677380924007548022258915928450165723152711223836432918431387805417541374484633092509248950561998152011172873360879078726258459941996513557206188950595850018752716917031285255485296214936868766175122366506504753595063655424801493445762153133073860104928594886871866383467544928848154401323354416862100113172595503106776991095783053923790822298091635237464012243627383866484899303288634974001417659408449062712067371237559218907382283988669652286491854684950569505483858568 a + b = 95696697044825849008147815008610486339259035776087665312382773963214594126304905378507631373421459036016373040511503491035849926451094288245744823689762599273335405605899188023833909396967269345528546228316076741919859636534019373961226506570566449497547514584412488906654183217409248468862591206583880214893298611692857530356105373805343537886140204187287464988550931892612926171786971336554671131282223615595457532225204177498151437308791451047567177879839589761375127726760445741786915273401480978779415795880633656246035618689015674471775 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-8dcbee72/recipes/libtommath/cmake/test_v1_package/conanfile.py libtommath/1.2.1-dev@#cf2f443c19137e98fcab9a911b7c74c8 -pr /Users/jenkins/w/prod/BuildSingleReference@8/196701/0705f639-0bd8-453a-bb80-12a56cac5186/profile_osx_120_libcpp_apple-clang_debug_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/12.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.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/12.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:d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2 - 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-debug.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@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768/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@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="12.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@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768/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@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768" -DCMAKE_MODULE_PATH="/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package' ----------------- -- The C compiler identification is AppleClang 12.0.5.12050022 -- The CXX compiler identification is AppleClang 12.0.5.12050022 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/conan/xcode/12.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/12.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@8/.conan/data/libtommath/1.2.1-dev/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/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@8/.conan/data/libtommath/1.2.1-dev/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib/libtommath.a -- Found: /Users/jenkins/w/prod/BuildSingleReference@8/.conan/data/libtommath/1.2.1-dev/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib/libtommath.a -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768 ----Running------ > cmake --build '/Users/jenkins/w/prod/BuildSingleReference@8/cci-8dcbee72/recipes/libtommath/cmake/test_v1_package/build/3505a33f7ca52d8adad2f516039dee7c8fdc9768' '--' '-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@8/.conan/data/libtommath/1.2.1-dev/_/_/package/d98fae1010d1fb9e7f79a1e8a72bbf129d8660a2/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- a = 8744755433933070066265736322539352448349247145163277968804270211111398538540213227845455783933388870954382863031464542510706759144616750322752933900973978610799846497077152111932889691590661657162735775236775659517707420136004889878721106196003429059222408598219929073366252010536740080350386251113831564146966414500152348450870195308368050679977362552991959203676349847664949488596785951071015528758623403303541833539570821859270658836923626464988364502652951339223892002897802129376899539469767739940462725176616799686709866264639133024118 b = 16476067903237307517131219807794998461024209243610488059913460331441546181784924294111272296304384304927840607409213033450908170800276328910297060822397494210105784621014644740899657007699020834772511509676132982669252677553245627287192002176273198713811414808862168689544753045470472751197038726080909764327243305025211467738648214977395874058240041408485668366852096310654588668781091789284309926363708543546724017133158848847284866435596656692035166231953180734543546694159600963492489422585399872531721943009963734945870488338551952833600 a + b = 25220823337170377583396956130334350909373456388773766028717730542552944720325137521956728080237773175882223470440677575961614929944893079233049994723371472820905631118091796852832546699289682491935247284912908642186960097689250517165913108372276627773033823407082097762911005056007212831547424977194741328474209719525363816189518410285763924738217403961477627570528446158319538157377877740355325455122331946850265850672729670706555525272520283157023530734606132073767438697057403092869388962055167612472184668186580534632580354603191085857718 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