******************************************************************************** conan test cci-341704fc/recipes/whisper-cpp/all/test_package/conanfile.py whisper-cpp/1.4.3@#656eaf3d1cbb8269f57ebedd7cc69974 -pr /Users/jenkins/w/prod-v1/bsr/47450/abfac/profile_osx_130_libcpp_apple-clang_release_64.whisper-cpp-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/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] whisper-cpp: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/13.0/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk whisper-cpp/1.4.3 (test package): Installing package Requirements whisper-cpp/1.4.3 from local cache - Cache Packages whisper-cpp/1.4.3:1aff124b71f6d938138ecd7179ff075f4304a85d - Cache Installing (downloading, building) binaries... whisper-cpp/1.4.3: Already installed! whisper-cpp/1.4.3 (test package): Generator txt created conanbuildinfo.txt whisper-cpp/1.4.3 (test package): Generator 'CMakeDeps' calling 'generate()' whisper-cpp/1.4.3 (test package): Generator 'VirtualRunEnv' calling 'generate()' whisper-cpp/1.4.3 (test package): Generator 'CMakeToolchain' calling 'generate()' whisper-cpp/1.4.3 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' whisper-cpp/1.4.3 (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-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' whisper-cpp/1.4.3 (test package): Aggregating env generators whisper-cpp/1.4.3 (test package): Generated conaninfo.txt whisper-cpp/1.4.3 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/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 whisper-cpp/1.4.3 (test package): Calling build() whisper-cpp/1.4.3 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/." ----------------- -- Using Conan toolchain: /Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release/generators/conan_toolchain.cmake -- The CXX compiler identification is AppleClang 13.0.0.13000029 -- 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: Target declared 'whisper-cpp::whisper-cpp' -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release whisper-cpp/1.4.3 (test package): CMake command: cmake --build "/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release" '--' '-j4' ----Running------ > cmake --build "/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release" '--' '-j4' ----------------- [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable test_package CMake Warning: Manually-specified variables were not used by the project: CMAKE_POLICY_DEFAULT_CMP0091 /Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/test_package.cpp:8:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] auto context = std::unique_ptr( ^ /Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/test_package.cpp:9:13: warning: 'whisper_init_from_file' is deprecated: use whisper_init_from_file_with_params instead [-Wdeprecated-declarations] whisper_init_from_file("models/for-tests-ggml-base.en.bin"), &whisper_free); ^ /Users/jenkins/w/prod-v1/bsr/47450/cfaaa/.conan/data/whisper-cpp/1.4.3/_/_/package/1aff124b71f6d938138ecd7179ff075f4304a85d/include/whisper.h:123:5: note: 'whisper_init_from_file' has been explicitly marked deprecated here WHISPER_DEPRECATED( ^ /Users/jenkins/w/prod-v1/bsr/47450/cfaaa/.conan/data/whisper-cpp/1.4.3/_/_/package/1aff124b71f6d938138ecd7179ff075f4304a85d/include/whisper.h:9:64: note: expanded from macro 'WHISPER_DEPRECATED' # define WHISPER_DEPRECATED(func, hint) func __attribute__((deprecated(hint))) ^ 2 warnings generated. Undefined symbols for architecture x86_64: "_MTLCopyAllDevices", referenced from: _ggml_metal_init in libwhisper.a(ggml-metal.m.o) "_MTLCreateSystemDefaultDevice", referenced from: _ggml_metal_init in libwhisper.a(ggml-metal.m.o) "_OBJC_CLASS_$_MTLComputePassDescriptor", referenced from: objc-class-ref in libwhisper.a(ggml-metal.m.o) "_OBJC_CLASS_$_NSBundle", referenced from: objc-class-ref in libwhisper.a(ggml-metal.m.o) "_OBJC_CLASS_$_NSObject", referenced from: _OBJC_CLASS_$_GGMLMetalClass in libwhisper.a(ggml-metal.m.o) "_OBJC_CLASS_$_NSProcessInfo", referenced from: objc-class-ref in libwhisper.a(ggml-metal.m.o) "_OBJC_CLASS_$_NSString", referenced from: objc-class-ref in libwhisper.a(ggml-metal.m.o) "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in libwhisper.a(ggml-metal.m.o) "_OBJC_METACLASS_$_NSObject", referenced from: _OBJC_METACLASS_$_GGMLMetalClass in libwhisper.a(ggml-metal.m.o) "___CFConstantStringClassReference", referenced from: CFString in libwhisper.a(ggml-metal.m.o) CFString in libwhisper.a(ggml-metal.m.o) CFString in libwhisper.a(ggml-metal.m.o) CFString in libwhisper.a(ggml-metal.m.o) CFString in libwhisper.a(ggml-metal.m.o) CFString in libwhisper.a(ggml-metal.m.o) CFString in libwhisper.a(ggml-metal.m.o) ... "__objc_empty_cache", referenced from: _OBJC_METACLASS_$_GGMLMetalClass in libwhisper.a(ggml-metal.m.o) _OBJC_CLASS_$_GGMLMetalClass in libwhisper.a(ggml-metal.m.o) "_objc_autoreleasePoolPop", referenced from: _ggml_metal_graph_compute in libwhisper.a(ggml-metal.m.o) "_objc_autoreleasePoolPush", referenced from: _ggml_metal_graph_compute in libwhisper.a(ggml-metal.m.o) "_objc_enumerationMutation", referenced from: _ggml_metal_init in libwhisper.a(ggml-metal.m.o) "_objc_msgSend", referenced from: _ggml_metal_init in libwhisper.a(ggml-metal.m.o) _ggml_metal_free in libwhisper.a(ggml-metal.m.o) _ggml_metal_add_buffer in libwhisper.a(ggml-metal.m.o) _ggml_metal_set_tensor in libwhisper.a(ggml-metal.m.o) _ggml_metal_get_tensor in libwhisper.a(ggml-metal.m.o) _ggml_metal_graph_compute in libwhisper.a(ggml-metal.m.o) ___ggml_metal_graph_compute_block_invoke in libwhisper.a(ggml-metal.m.o) ... "_objc_opt_class", referenced from: _ggml_metal_init in libwhisper.a(ggml-metal.m.o) "_objc_release", referenced from: _ggml_metal_free in libwhisper.a(ggml-metal.m.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [test_package] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 whisper-cpp/1.4.3 (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 whisper-cpp/1.4.3 (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 ERROR: whisper-cpp/1.4.3 (test package): Error in build() method, line 23 cmake.build() ConanException: Error 2 while executing cmake --build "/Users/jenkins/w/prod-v1/bsr/cci-341704fc/recipes/whisper-cpp/all/test_package/build/Release" '--' '-j4'