microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
13.45k stars 2.75k forks source link

Can't build with OpenVINO 2022.1 ("onnxruntime_providers_shared" does not exist) #12411

Open SolomidHero opened 1 year ago

SolomidHero commented 1 year ago

Describe the bug

Failed to install openVINO EP following guide - https://onnxruntime.ai/docs/build/eps.html#openvino

  1. installed OpenVINO™ (runtime, offline, macos, from here)

  2. cloned onnxruntime repo

    git clone --depth 1 --single-branch https://github.com/microsoft/onnxruntime
    git submodule sync --recursive
    git submodule update --init --recursive
  3. build stage (from onnxruntime/)

    sh /opt/intel/openvino_2022.1.0.643/setupvars.sh
    # [setupvars.sh] OpenVINO environment initialized
    # LD_LIBRARY_PATH is also set
    ./build.sh --config RelWithDebInfo --use_openvino CPU_FP32 --build_shared_lib

error:

2022-08-02 00:22:51,251 build [DEBUG] - Command line arguments:
  --build_dir /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS --build_shared_lib --config RelWithDebInfo --use_openvino CPU_FP32
2022-08-02 00:22:51,261 build [DEBUG] - Defaulting to running update, build [and test for native builds].
2022-08-02 00:22:51,261 build [INFO] - Build started
2022-08-02 00:22:51,262 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime'
  git submodule sync --recursive
Synchronizing submodule url for 'cmake/external/FP16'
Synchronizing submodule url for 'cmake/external/SafeInt/safeint'
Synchronizing submodule url for 'cmake/external/XNNPACK'
Synchronizing submodule url for 'cmake/external/cub'
Synchronizing submodule url for 'cmake/external/cxxopts'
Synchronizing submodule url for 'cmake/external/date'
Synchronizing submodule url for 'cmake/external/dlpack'
Synchronizing submodule url for 'cmake/external/eigen'
Synchronizing submodule url for 'cmake/external/emsdk'
Synchronizing submodule url for 'cmake/external/flatbuffers'
Synchronizing submodule url for 'cmake/external/googlebenchmark'
Synchronizing submodule url for 'cmake/external/googletest'
Synchronizing submodule url for 'cmake/external/json'
Synchronizing submodule url for 'cmake/external/libprotobuf-mutator'
Synchronizing submodule url for 'cmake/external/mimalloc'
Synchronizing submodule url for 'cmake/external/mp11'
Synchronizing submodule url for 'cmake/external/nsync'
Synchronizing submodule url for 'cmake/external/onnx'
Synchronizing submodule url for 'cmake/external/onnx/third_party/benchmark'
Synchronizing submodule url for 'cmake/external/onnx/third_party/pybind11'
Synchronizing submodule url for 'cmake/external/onnx-tensorrt'
Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx'
Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx/third_party/benchmark'
Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx/third_party/pybind11'
Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'
Synchronizing submodule url for 'cmake/external/onnxruntime-extensions'
Synchronizing submodule url for 'cmake/external/protobuf'
Synchronizing submodule url for 'cmake/external/protobuf/third_party/benchmark'
Synchronizing submodule url for 'cmake/external/protobuf/third_party/googletest'
Synchronizing submodule url for 'cmake/external/pthreadpool'
Synchronizing submodule url for 'cmake/external/pytorch_cpuinfo'
Synchronizing submodule url for 'cmake/external/re2'
Synchronizing submodule url for 'cmake/external/tensorboard'
Synchronizing submodule url for 'cmake/external/wil'
2022-08-02 00:22:52,026 util.run [DEBUG] - Subprocess completed. Return code: 0
2022-08-02 00:22:52,028 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime'
  git submodule update --init --recursive
2022-08-02 00:22:52,688 util.run [DEBUG] - Subprocess completed. Return code: 0
2022-08-02 00:22:52,691 build [INFO] - Generating CMake build tree
2022-08-02 00:22:52,691 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo'
  /usr/local/bin/cmake /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake -Donnxruntime_RUN_ONNX_TESTS=OFF -Donnxruntime_GENERATE_TEST_REPORTS=ON -DPython_EXECUTABLE=/usr/local/opt/python@3.9/bin/python3.9 -DPYTHON_EXECUTABLE=/usr/local/opt/python@3.9/bin/python3.9 -Donnxruntime_USE_MIMALLOC=OFF -Donnxruntime_ENABLE_PYTHON=OFF -Donnxruntime_BUILD_CSHARP=OFF -Donnxruntime_BUILD_JAVA=OFF -Donnxruntime_BUILD_NODEJS=OFF -Donnxruntime_BUILD_OBJC=OFF -Donnxruntime_BUILD_SHARED_LIB=ON -Donnxruntime_BUILD_APPLE_FRAMEWORK=OFF -Donnxruntime_USE_DNNL=OFF -Donnxruntime_USE_NNAPI_BUILTIN=OFF -Donnxruntime_USE_RKNPU=OFF -Donnxruntime_USE_NUPHAR_TVM=OFF -Donnxruntime_USE_LLVM=OFF -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF -Donnxruntime_USE_VITISAI=OFF -Donnxruntime_USE_NUPHAR=OFF -Donnxruntime_USE_TENSORRT=OFF -Donnxruntime_TENSORRT_PLACEHOLDER_BUILDER=OFF -Donnxruntime_USE_TVM=OFF -Donnxruntime_TVM_CUDA_RUNTIME=OFF -Donnxruntime_TVM_USE_HASH=OFF -Donnxruntime_USE_MIGRAPHX=OFF -Donnxruntime_CROSS_COMPILING=OFF -Donnxruntime_DISABLE_CONTRIB_OPS=OFF -Donnxruntime_DISABLE_ML_OPS=OFF -Donnxruntime_DISABLE_RTTI=OFF -Donnxruntime_DISABLE_EXCEPTIONS=OFF -Donnxruntime_MINIMAL_BUILD=OFF -Donnxruntime_EXTENDED_MINIMAL_BUILD=OFF -Donnxruntime_MINIMAL_BUILD_CUSTOM_OPS=OFF -Donnxruntime_REDUCED_OPS_BUILD=OFF -Donnxruntime_ENABLE_LANGUAGE_INTEROP_OPS=OFF -Donnxruntime_USE_DML=OFF -Donnxruntime_USE_WINML=OFF -Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF -Donnxruntime_USE_TELEMETRY=OFF -Donnxruntime_ENABLE_LTO=OFF -Donnxruntime_USE_ACL=OFF -Donnxruntime_USE_ACL_1902=OFF -Donnxruntime_USE_ACL_1905=OFF -Donnxruntime_USE_ACL_1908=OFF -Donnxruntime_USE_ACL_2002=OFF -Donnxruntime_USE_ARMNN=OFF -Donnxruntime_ARMNN_RELU_USE_CPU=ON -Donnxruntime_ARMNN_BN_USE_CPU=ON -Donnxruntime_ENABLE_NVTX_PROFILE=OFF -Donnxruntime_ENABLE_TRAINING=OFF -Donnxruntime_ENABLE_TRAINING_OPS=OFF -Donnxruntime_ENABLE_TRAINING_TORCH_INTEROP=OFF -Donnxruntime_ENABLE_TRAINING_ON_DEVICE=OFF -Donnxruntime_ENABLE_CPU_FP16_OPS=OFF -Donnxruntime_USE_NCCL=OFF -Donnxruntime_BUILD_BENCHMARKS=OFF -Donnxruntime_USE_ROCM=OFF -DOnnxruntime_GCOV_COVERAGE=OFF -Donnxruntime_USE_MPI=ON -Donnxruntime_ENABLE_MEMORY_PROFILE=OFF -Donnxruntime_ENABLE_CUDA_LINE_NUMBER_INFO=OFF -Donnxruntime_BUILD_WEBASSEMBLY=OFF -Donnxruntime_BUILD_WEBASSEMBLY_STATIC_LIB=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_CATCHING=ON -Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_THROWING=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_THREADS=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_DEBUG_INFO=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_PROFILING=OFF -Donnxruntime_ENABLE_EAGER_MODE=OFF -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_ENABLE_CUDA_PROFILING=OFF -Donnxruntime_USE_XNNPACK=OFF -Donnxruntime_USE_OPENVINO=ON -Donnxruntime_USE_OPENVINO_MYRIAD=OFF -Donnxruntime_USE_OPENVINO_GPU_FP32=OFF -Donnxruntime_USE_OPENVINO_GPU_FP16=OFF -Donnxruntime_USE_OPENVINO_CPU_FP32=ON -Donnxruntime_USE_OPENVINO_VAD_M=OFF -Donnxruntime_USE_OPENVINO_VAD_F=OFF -Donnxruntime_USE_OPENVINO_MYRIAD_NP=OFF -Donnxruntime_USE_OPENVINO_GPU_FP32_NP=OFF -Donnxruntime_USE_OPENVINO_GPU_FP16_NP=OFF -Donnxruntime_USE_OPENVINO_CPU_FP32_NP=OFF -Donnxruntime_USE_OPENVINO_VAD_M_NP=OFF -Donnxruntime_USE_OPENVINO_VAD_F_NP=OFF -Donnxruntime_USE_OPENVINO_HETERO=OFF -Donnxruntime_USE_OPENVINO_DEVICE=CPU_FP32 -Donnxruntime_USE_OPENVINO_MULTI=OFF -Donnxruntime_USE_OPENVINO_AUTO=OFF -Donnxruntime_USE_FULL_PROTOBUF=ON -DProtobuf_USE_STATIC_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=x86_64 -Donnxruntime_DEV_MODE=ON -Donnxruntime_PYBIND_EXPORT_OPSCHEMA=OFF -Donnxruntime_ENABLE_MEMLEAK_CHECKER=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo
Patch found: /usr/bin/patch
Adding flags for Mac builds
Use gtest from submodule
-- Found Python: /usr/local/opt/python@3.9/bin/python3.9 (found version "3.9.13") found components: Interpreter
-- Found Python: /usr/local/opt/python@3.9/bin/python3.9 (found suitable version "3.9.13", minimum required is "3.6") found components: Interpreter
Use nsync from submodule
Use protobuf from submodule
--
-- 3.18.1.0
protoc can run
Use date from submodule
Use mp11 from submodule
Use json from submodule
-- Using the single-header code from /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external/json/single_include/
Use re2 from submodule
Use cpuinfo from submodule
NVCC_ERROR =
NVCC_OUT = No such file or directory
Generated: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-ml.proto
Generated: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-operators-ml.proto
Generated: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-data.proto
--
-- ******** Summary ********
--   CMake version             : 3.23.2
--   CMake command             : /usr/local/Cellar/cmake/3.23.2/bin/cmake
--   System                    : Darwin
--   C++ compiler              : /Library/Developer/CommandLineTools/usr/bin/c++
--   C++ compiler version      : 13.1.6.13160021
--   CXX flags                 :  -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -DCPUINFO_SUPPORTED -Wno-deprecated -Wnon-virtual-dtor
--   Build type                : RelWithDebInfo
--   Compile definitions       : EIGEN_MPL2_ONLY;PLATFORM_POSIX;__STDC_FORMAT_MACROS
--   CMAKE_PREFIX_PATH         :
--   CMAKE_INSTALL_PREFIX      : /usr/local
--   CMAKE_MODULE_PATH         : /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external
--
--   ONNX version              : 1.12.0
--   ONNX NAMESPACE            : onnx
--   ONNX_USE_LITE_PROTO       : OFF
--   USE_PROTOBUF_SHARED_LIBS  : OFF
--   Protobuf_USE_STATIC_LIBS  : ON
--   ONNX_DISABLE_EXCEPTIONS   : OFF
--   ONNX_WERROR               : OFF
--   ONNX_BUILD_TESTS          : OFF
--   ONNX_BUILD_BENCHMARKS     : OFF
--   ONNXIFI_DUMMY_BACKEND     : OFF
--   ONNXIFI_ENABLE_EXT        : OFF
--
--   Protobuf compiler         :
--   Protobuf includes         :
--   Protobuf libraries        :
--   BUILD_ONNX_PYTHON         : OFF
Use flatbuffers from submodule
-- Configuring done
CMake Error at onnxruntime_providers.cmake:816 (add_dependencies):
  The dependency target "onnxruntime_providers_shared" of target
  "onnxruntime_providers_openvino" does not exist.
Call Stack (most recent call first):
  CMakeLists.txt:2039 (include)

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
Traceback (most recent call last):
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 2765, in <module>
    sys.exit(main())
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 2647, in main
    generate_build_tree(
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 1254, in generate_build_tree
    run_subprocess(
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 724, in run_subprocess
    return run(*args, cwd=cwd, capture_stdout=capture_stdout, shell=shell, env=my_env)
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/python/util/run.py", line 49, in run
    completed_process = subprocess.run(
  File "/usr/local/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/local/bin/cmake', '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake', '-Donnxruntime_RUN_ONNX_TESTS=OFF', '-Donnxruntime_GENERATE_TEST_REPORTS=ON', '-DPython_EXECUTABLE=/usr/local/opt/python@3.9/bin/python3.9', '-DPYTHON_EXECUTABLE=/usr/local/opt/python@3.9/bin/python3.9', '-Donnxruntime_USE_MIMALLOC=OFF', '-Donnxruntime_ENABLE_PYTHON=OFF', '-Donnxruntime_BUILD_CSHARP=OFF', '-Donnxruntime_BUILD_JAVA=OFF', '-Donnxruntime_BUILD_NODEJS=OFF', '-Donnxruntime_BUILD_OBJC=OFF', '-Donnxruntime_BUILD_SHARED_LIB=ON', '-Donnxruntime_BUILD_APPLE_FRAMEWORK=OFF', '-Donnxruntime_USE_DNNL=OFF', '-Donnxruntime_USE_NNAPI_BUILTIN=OFF', '-Donnxruntime_USE_RKNPU=OFF', '-Donnxruntime_USE_NUPHAR_TVM=OFF', '-Donnxruntime_USE_LLVM=OFF', '-Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF', '-Donnxruntime_USE_VITISAI=OFF', '-Donnxruntime_USE_NUPHAR=OFF', '-Donnxruntime_USE_TENSORRT=OFF', '-Donnxruntime_TENSORRT_PLACEHOLDER_BUILDER=OFF', '-Donnxruntime_USE_TVM=OFF', '-Donnxruntime_TVM_CUDA_RUNTIME=OFF', '-Donnxruntime_TVM_USE_HASH=OFF', '-Donnxruntime_USE_MIGRAPHX=OFF', '-Donnxruntime_CROSS_COMPILING=OFF', '-Donnxruntime_DISABLE_CONTRIB_OPS=OFF', '-Donnxruntime_DISABLE_ML_OPS=OFF', '-Donnxruntime_DISABLE_RTTI=OFF', '-Donnxruntime_DISABLE_EXCEPTIONS=OFF', '-Donnxruntime_MINIMAL_BUILD=OFF', '-Donnxruntime_EXTENDED_MINIMAL_BUILD=OFF', '-Donnxruntime_MINIMAL_BUILD_CUSTOM_OPS=OFF', '-Donnxruntime_REDUCED_OPS_BUILD=OFF', '-Donnxruntime_ENABLE_LANGUAGE_INTEROP_OPS=OFF', '-Donnxruntime_USE_DML=OFF', '-Donnxruntime_USE_WINML=OFF', '-Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF', '-Donnxruntime_USE_TELEMETRY=OFF', '-Donnxruntime_ENABLE_LTO=OFF', '-Donnxruntime_USE_ACL=OFF', '-Donnxruntime_USE_ACL_1902=OFF', '-Donnxruntime_USE_ACL_1905=OFF', '-Donnxruntime_USE_ACL_1908=OFF', '-Donnxruntime_USE_ACL_2002=OFF', '-Donnxruntime_USE_ARMNN=OFF', '-Donnxruntime_ARMNN_RELU_USE_CPU=ON', '-Donnxruntime_ARMNN_BN_USE_CPU=ON', '-Donnxruntime_ENABLE_NVTX_PROFILE=OFF', '-Donnxruntime_ENABLE_TRAINING=OFF', '-Donnxruntime_ENABLE_TRAINING_OPS=OFF', '-Donnxruntime_ENABLE_TRAINING_TORCH_INTEROP=OFF', '-Donnxruntime_ENABLE_TRAINING_ON_DEVICE=OFF', '-Donnxruntime_ENABLE_CPU_FP16_OPS=OFF', '-Donnxruntime_USE_NCCL=OFF', '-Donnxruntime_BUILD_BENCHMARKS=OFF', '-Donnxruntime_USE_ROCM=OFF', '-DOnnxruntime_GCOV_COVERAGE=OFF', '-Donnxruntime_USE_MPI=ON', '-Donnxruntime_ENABLE_MEMORY_PROFILE=OFF', '-Donnxruntime_ENABLE_CUDA_LINE_NUMBER_INFO=OFF', '-Donnxruntime_BUILD_WEBASSEMBLY=OFF', '-Donnxruntime_BUILD_WEBASSEMBLY_STATIC_LIB=OFF', '-Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_CATCHING=ON', '-Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_THROWING=OFF', '-Donnxruntime_ENABLE_WEBASSEMBLY_THREADS=OFF', '-Donnxruntime_ENABLE_WEBASSEMBLY_DEBUG_INFO=OFF', '-Donnxruntime_ENABLE_WEBASSEMBLY_PROFILING=OFF', '-Donnxruntime_ENABLE_EAGER_MODE=OFF', '-Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF', '-Donnxruntime_ENABLE_CUDA_PROFILING=OFF', '-Donnxruntime_USE_XNNPACK=OFF', '-Donnxruntime_USE_OPENVINO=ON', '-Donnxruntime_USE_OPENVINO_MYRIAD=OFF', '-Donnxruntime_USE_OPENVINO_GPU_FP32=OFF', '-Donnxruntime_USE_OPENVINO_GPU_FP16=OFF', '-Donnxruntime_USE_OPENVINO_CPU_FP32=ON', '-Donnxruntime_USE_OPENVINO_VAD_M=OFF', '-Donnxruntime_USE_OPENVINO_VAD_F=OFF', '-Donnxruntime_USE_OPENVINO_MYRIAD_NP=OFF', '-Donnxruntime_USE_OPENVINO_GPU_FP32_NP=OFF', '-Donnxruntime_USE_OPENVINO_GPU_FP16_NP=OFF', '-Donnxruntime_USE_OPENVINO_CPU_FP32_NP=OFF', '-Donnxruntime_USE_OPENVINO_VAD_M_NP=OFF', '-Donnxruntime_USE_OPENVINO_VAD_F_NP=OFF', '-Donnxruntime_USE_OPENVINO_HETERO=OFF', '-Donnxruntime_USE_OPENVINO_DEVICE=CPU_FP32', '-Donnxruntime_USE_OPENVINO_MULTI=OFF', '-Donnxruntime_USE_OPENVINO_AUTO=OFF', '-Donnxruntime_USE_FULL_PROTOBUF=ON', '-DProtobuf_USE_STATIC_LIBS=ON', '-DCMAKE_OSX_ARCHITECTURES=x86_64', '-Donnxruntime_DEV_MODE=ON', '-Donnxruntime_PYBIND_EXPORT_OPSCHEMA=OFF', '-Donnxruntime_ENABLE_MEMLEAK_CHECKER=OFF', '-DCMAKE_BUILD_TYPE=RelWithDebInfo']' returned non-zero exit status 1.

Urgency If there are particular important use cases blocked by this or strict project-related timelines, please share more information and dates. If there are no hard deadlines, please specify none.

System information

To Reproduce code above

Expected behavior Onnxruntime has been built from source with OpenVINOExecutionProvider

RyanUnderhill commented 1 year ago

Ah, MacOS. I haven't built on this myself but I'm suspicious of this line in the cmake:

https://github.com/microsoft/onnxruntime/blob/315e00653211b81129b4a8718f74d35afd4a2aaf/cmake/onnxruntime_providers.cmake#L310

If you remove that line, does it then build? (or at least remove the "Darwin" part)

SolomidHero commented 1 year ago

@RyanUnderhill It started build for a long time and ended with error on about 41% Error:

[ 41%] Building CXX object CMakeFiles/onnxruntime_providers_shared.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/shared/common.cc.o
[ 41%] Linking CXX shared library libonnxruntime_providers_shared.dylib
Undefined symbols for architecture x86_64:
  "Provider_GetHost", referenced from:
     -exported_symbol[s_list] command line option
     (maybe you meant: _Provider_GetHost)
  "Provider_SetHost", referenced from:
     -exported_symbol[s_list] command line option
     (maybe you meant: _Provider_SetHost)
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]: *** [libonnxruntime_providers_shared.dylib] Error 1
make[1]: *** [CMakeFiles/onnxruntime_providers_shared.dir/all] Error 2
make: *** [all] Error 2
Traceback (most recent call last):
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 2744, in <module>
    sys.exit(main())
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 2663, in main
    build_targets(args, cmake_path, build_dir, configs, num_parallel_jobs, args.target)
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 1301, in build_targets
    run_subprocess(cmd_args, env=env)
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 714, in run_subprocess
    return run(*args, cwd=cwd, capture_stdout=capture_stdout, shell=shell, env=my_env)
  File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/python/util/run.py", line 49, in run
    completed_process = subprocess.run(
  File "/usr/local/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/local/bin/cmake', '--build', '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo', '--config', 'RelWithDebInfo']' returned non-zero exit status 2.
Full output ``` 2022-08-02 15:47:43,722 build [DEBUG] - Command line arguments: --build_dir /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS --config RelWithDebInfo --use_openvino CPU_FP32 --build_shared_lib 2022-08-02 15:47:43,729 build [DEBUG] - Defaulting to running update, build [and test for native builds]. 2022-08-02 15:47:43,730 build [INFO] - Build started 2022-08-02 15:47:43,730 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime' git submodule sync --recursive Synchronizing submodule url for 'cmake/external/FP16' Synchronizing submodule url for 'cmake/external/SafeInt/safeint' Synchronizing submodule url for 'cmake/external/XNNPACK' Synchronizing submodule url for 'cmake/external/cub' Synchronizing submodule url for 'cmake/external/cxxopts' Synchronizing submodule url for 'cmake/external/date' Synchronizing submodule url for 'cmake/external/dlpack' Synchronizing submodule url for 'cmake/external/eigen' Synchronizing submodule url for 'cmake/external/emsdk' Synchronizing submodule url for 'cmake/external/flatbuffers' Synchronizing submodule url for 'cmake/external/googlebenchmark' Synchronizing submodule url for 'cmake/external/googletest' Synchronizing submodule url for 'cmake/external/json' Synchronizing submodule url for 'cmake/external/libprotobuf-mutator' Synchronizing submodule url for 'cmake/external/mimalloc' Synchronizing submodule url for 'cmake/external/mp11' Synchronizing submodule url for 'cmake/external/nsync' Synchronizing submodule url for 'cmake/external/onnx' Synchronizing submodule url for 'cmake/external/onnx/third_party/benchmark' Synchronizing submodule url for 'cmake/external/onnx/third_party/pybind11' Synchronizing submodule url for 'cmake/external/onnx-tensorrt' Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx' Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx/third_party/benchmark' Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx/third_party/pybind11' Synchronizing submodule url for 'cmake/external/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' Synchronizing submodule url for 'cmake/external/onnxruntime-extensions' Synchronizing submodule url for 'cmake/external/protobuf' Synchronizing submodule url for 'cmake/external/protobuf/third_party/benchmark' Synchronizing submodule url for 'cmake/external/protobuf/third_party/googletest' Synchronizing submodule url for 'cmake/external/pthreadpool' Synchronizing submodule url for 'cmake/external/pytorch_cpuinfo' Synchronizing submodule url for 'cmake/external/re2' Synchronizing submodule url for 'cmake/external/tensorboard' Synchronizing submodule url for 'cmake/external/wil' 2022-08-02 15:47:45,409 util.run [DEBUG] - Subprocess completed. Return code: 0 2022-08-02 15:47:45,413 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime' git submodule update --init --recursive 2022-08-02 15:47:46,700 util.run [DEBUG] - Subprocess completed. Return code: 0 2022-08-02 15:47:46,701 build [INFO] - Generating CMake build tree 2022-08-02 15:47:46,702 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo' /usr/local/bin/cmake /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake -Donnxruntime_RUN_ONNX_TESTS=OFF -Donnxruntime_GENERATE_TEST_REPORTS=ON -DPython_EXECUTABLE=/usr/local/opt/python@3.9/bin/python3.9 -DPYTHON_EXECUTABLE=/usr/local/opt/python@3.9/bin/python3.9 -Donnxruntime_USE_MIMALLOC=OFF -Donnxruntime_ENABLE_PYTHON=OFF -Donnxruntime_BUILD_CSHARP=OFF -Donnxruntime_BUILD_JAVA=OFF -Donnxruntime_BUILD_NODEJS=OFF -Donnxruntime_BUILD_OBJC=OFF -Donnxruntime_BUILD_SHARED_LIB=ON -Donnxruntime_BUILD_APPLE_FRAMEWORK=OFF -Donnxruntime_USE_DNNL=OFF -Donnxruntime_USE_NNAPI_BUILTIN=OFF -Donnxruntime_USE_RKNPU=OFF -Donnxruntime_USE_NUPHAR_TVM=OFF -Donnxruntime_USE_LLVM=OFF -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF -Donnxruntime_USE_VITISAI=OFF -Donnxruntime_USE_NUPHAR=OFF -Donnxruntime_USE_TENSORRT=OFF -Donnxruntime_TENSORRT_PLACEHOLDER_BUILDER=OFF -Donnxruntime_USE_TVM=OFF -Donnxruntime_TVM_CUDA_RUNTIME=OFF -Donnxruntime_USE_MIGRAPHX=OFF -Donnxruntime_CROSS_COMPILING=OFF -Donnxruntime_DISABLE_CONTRIB_OPS=OFF -Donnxruntime_DISABLE_ML_OPS=OFF -Donnxruntime_DISABLE_RTTI=OFF -Donnxruntime_DISABLE_EXCEPTIONS=OFF -Donnxruntime_MINIMAL_BUILD=OFF -Donnxruntime_EXTENDED_MINIMAL_BUILD=OFF -Donnxruntime_MINIMAL_BUILD_CUSTOM_OPS=OFF -Donnxruntime_REDUCED_OPS_BUILD=OFF -Donnxruntime_ENABLE_LANGUAGE_INTEROP_OPS=OFF -Donnxruntime_USE_DML=OFF -Donnxruntime_USE_WINML=OFF -Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF -Donnxruntime_USE_TELEMETRY=OFF -Donnxruntime_ENABLE_LTO=OFF -Donnxruntime_USE_ACL=OFF -Donnxruntime_USE_ACL_1902=OFF -Donnxruntime_USE_ACL_1905=OFF -Donnxruntime_USE_ACL_1908=OFF -Donnxruntime_USE_ACL_2002=OFF -Donnxruntime_USE_ARMNN=OFF -Donnxruntime_ARMNN_RELU_USE_CPU=ON -Donnxruntime_ARMNN_BN_USE_CPU=ON -Donnxruntime_ENABLE_NVTX_PROFILE=OFF -Donnxruntime_ENABLE_TRAINING=OFF -Donnxruntime_ENABLE_TRAINING_OPS=OFF -Donnxruntime_ENABLE_TRAINING_TORCH_INTEROP=OFF -Donnxruntime_ENABLE_CPU_FP16_OPS=OFF -Donnxruntime_USE_NCCL=OFF -Donnxruntime_BUILD_BENCHMARKS=OFF -Donnxruntime_USE_ROCM=OFF -DOnnxruntime_GCOV_COVERAGE=OFF -Donnxruntime_USE_MPI=ON -Donnxruntime_ENABLE_MEMORY_PROFILE=OFF -Donnxruntime_ENABLE_CUDA_LINE_NUMBER_INFO=OFF -Donnxruntime_BUILD_WEBASSEMBLY=OFF -Donnxruntime_BUILD_WEBASSEMBLY_STATIC_LIB=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_CATCHING=ON -Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_THROWING=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_THREADS=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_DEBUG_INFO=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_PROFILING=OFF -Donnxruntime_ENABLE_EAGER_MODE=OFF -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_ENABLE_CUDA_PROFILING=OFF -Donnxruntime_USE_XNNPACK=OFF -Donnxruntime_USE_OPENVINO=ON -Donnxruntime_USE_OPENVINO_MYRIAD=OFF -Donnxruntime_USE_OPENVINO_GPU_FP32=OFF -Donnxruntime_USE_OPENVINO_GPU_FP16=OFF -Donnxruntime_USE_OPENVINO_CPU_FP32=ON -Donnxruntime_USE_OPENVINO_VAD_M=OFF -Donnxruntime_USE_OPENVINO_VAD_F=OFF -Donnxruntime_USE_OPENVINO_MYRIAD_NP=OFF -Donnxruntime_USE_OPENVINO_GPU_FP32_NP=OFF -Donnxruntime_USE_OPENVINO_GPU_FP16_NP=OFF -Donnxruntime_USE_OPENVINO_CPU_FP32_NP=OFF -Donnxruntime_USE_OPENVINO_VAD_M_NP=OFF -Donnxruntime_USE_OPENVINO_VAD_F_NP=OFF -Donnxruntime_USE_OPENVINO_HETERO=OFF -Donnxruntime_USE_OPENVINO_DEVICE=CPU_FP32 -Donnxruntime_USE_OPENVINO_MULTI=OFF -Donnxruntime_USE_OPENVINO_AUTO=OFF -Donnxruntime_USE_FULL_PROTOBUF=ON -DProtobuf_USE_STATIC_LIBS=ON -DCMAKE_OSX_ARCHITECTURES=x86_64 -Donnxruntime_DEV_MODE=ON -Donnxruntime_PYBIND_EXPORT_OPSCHEMA=OFF -Donnxruntime_ENABLE_MEMLEAK_CHECKER=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -- The C compiler identification is AppleClang 13.1.6.13160021 -- The CXX compiler identification is AppleClang 13.1.6.13160021 -- The ASM compiler identification is Clang with GNU-like command-line -- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test onnxruntime_HAVE_BUILTIN_ATOMICS -- Performing Test onnxruntime_HAVE_BUILTIN_ATOMICS - Success -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found Patch: /usr/bin/patch Patch found: /usr/bin/patch -- Performing Test COMPILER_SUPPORT_MF16C -- Performing Test COMPILER_SUPPORT_MF16C - Success -- Performing Test COMPILER_SUPPORT_FMA -- Performing Test COMPILER_SUPPORT_FMA - Success -- Performing Test COMPILER_SUPPORT_AVX -- Performing Test COMPILER_SUPPORT_AVX - Success Adding flags for Mac builds Use gtest from submodule -- Found Python: /usr/local/opt/python@3.9/bin/python3.9 (found version "3.9.13") found components: Interpreter -- Found Python: /usr/local/opt/python@3.9/bin/python3.9 (found suitable version "3.9.13", minimum required is "3.6") found components: Interpreter Use nsync from submodule Use protobuf from submodule -- -- 3.18.1.0 -- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/lib/libz.tbd (found version "1.2.11") -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success protoc can run Use date from submodule # date: USE_SYSTEM_TZ_DB ON # date: USE_TZ_DB_IN_DOT OFF # date: BUILD_SHARED_LIBS OFF # date: ENABLE_DATE_TESTING OFF Use mp11 from submodule Use json from submodule -- Using the single-header code from /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external/json/single_include/ Use re2 from submodule Use cpuinfo from submodule -- Performing Test HAS_UNUSED_BUT_SET_PARAMETER -- Performing Test HAS_UNUSED_BUT_SET_PARAMETER - Success -- Performing Test HAS_UNUSED_BUT_SET_VARIABLE -- Performing Test HAS_UNUSED_BUT_SET_VARIABLE - Success -- Performing Test HAS_UNUSED_VARIABLE -- Performing Test HAS_UNUSED_VARIABLE - Success -- Performing Test HAS_CAST_FUNCTION_TYPE -- Performing Test HAS_CAST_FUNCTION_TYPE - Success -- Performing Test HAS_PARENTHESES -- Performing Test HAS_PARENTHESES - Success -- Performing Test HAS_USELESS_CAST -- Performing Test HAS_USELESS_CAST - Failed -- Performing Test HAS_NONNULL_COMPARE -- Performing Test HAS_NONNULL_COMPARE - Failed -- Performing Test HAS_TAUTOLOGICAL_POINTER_COMPARE -- Performing Test HAS_TAUTOLOGICAL_POINTER_COMPARE - Success -- Performing Test HAS_CATCH_VALUE -- Performing Test HAS_CATCH_VALUE - Failed -- Performing Test HAS_MISSING_BRACES -- Performing Test HAS_MISSING_BRACES - Success -- Performing Test HAS_IGNORED_ATTRIBUTES -- Performing Test HAS_IGNORED_ATTRIBUTES - Success -- Performing Test HAS_DEPRECATED_COPY -- Performing Test HAS_DEPRECATED_COPY - Success -- Performing Test HAS_DEPRECATED_DECLARATIONS -- Performing Test HAS_DEPRECATED_DECLARATIONS - Success -- Performing Test HAS_CLASS_MEMACCESS -- Performing Test HAS_CLASS_MEMACCESS - Failed -- Performing Test HAS_MAYBE_UNINITIALIZED -- Performing Test HAS_MAYBE_UNINITIALIZED - Failed -- Performing Test HAS_STRICT_ALIASING -- Performing Test HAS_STRICT_ALIASING - Success NVCC_ERROR = NVCC_OUT = No such file or directory -- Performing Test HAS_AMBIGUOUS_REVERSED_OPERATOR -- Performing Test HAS_AMBIGUOUS_REVERSED_OPERATOR - Success -- Performing Test HAS_DEPRECATED_ANON_ENUM_ENUM_CONVERSION -- Performing Test HAS_DEPRECATED_ANON_ENUM_ENUM_CONVERSION - Success -- Performing Test HAS_UNDEFINED_VAR_TEMPLATE -- Performing Test HAS_UNDEFINED_VAR_TEMPLATE - Success -- Performing Test HAS_FORMAT_TRUNCATION -- Performing Test HAS_FORMAT_TRUNCATION - Failed -- Performing Test HAS_BITWISE_INSTEAD_OF_LOGICAL -- Performing Test HAS_BITWISE_INSTEAD_OF_LOGICAL - Failed -- Found PythonInterp: /usr/local/opt/python@3.9/bin/python3.9 (found version "3.9.13") -- Found PythonLibs: /usr/local/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib (found version "3.9.13") Generated: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-ml.proto Generated: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-operators-ml.proto Generated: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-data.proto -- -- ******** Summary ******** -- CMake version : 3.23.2 -- CMake command : /usr/local/Cellar/cmake/3.23.2/bin/cmake -- System : Darwin -- C++ compiler : /Library/Developer/CommandLineTools/usr/bin/c++ -- C++ compiler version : 13.1.6.13160021 -- CXX flags : -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -DCPUINFO_SUPPORTED -Wno-deprecated -Wnon-virtual-dtor -- Build type : RelWithDebInfo -- Compile definitions : EIGEN_MPL2_ONLY;PLATFORM_POSIX;__STDC_FORMAT_MACROS -- CMAKE_PREFIX_PATH : -- CMAKE_INSTALL_PREFIX : /usr/local -- CMAKE_MODULE_PATH : /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external -- -- ONNX version : 1.12.0 -- ONNX NAMESPACE : onnx -- ONNX_USE_LITE_PROTO : OFF -- USE_PROTOBUF_SHARED_LIBS : OFF -- Protobuf_USE_STATIC_LIBS : ON -- ONNX_DISABLE_EXCEPTIONS : OFF -- ONNX_WERROR : OFF -- ONNX_BUILD_TESTS : OFF -- ONNX_BUILD_BENCHMARKS : OFF -- ONNXIFI_DUMMY_BACKEND : OFF -- ONNXIFI_ENABLE_EXT : OFF -- -- Protobuf compiler : -- Protobuf includes : -- Protobuf libraries : -- BUILD_ONNX_PYTHON : OFF Use flatbuffers from submodule -- Looking for strtof_l -- Looking for strtof_l - not found -- Looking for strtoull_l -- Looking for strtoull_l - not found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: onnxruntime_PYBIND_EXPORT_OPSCHEMA onnxruntime_USE_OPENVINO_DEVICE -- Build files have been written to: /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo 2022-08-02 15:48:31,232 util.run [DEBUG] - Subprocess completed. Return code: 0 2022-08-02 15:48:31,234 build [INFO] - Building targets for RelWithDebInfo configuration 2022-08-02 15:48:31,236 util.run [INFO] - Running subprocess in '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime' /usr/local/bin/cmake --build /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo --config RelWithDebInfo [ 0%] Building CXX object external/flatbuffers/CMakeFiles/flatbuffers.dir/src/idl_parser.cpp.o [ 0%] Building CXX object external/flatbuffers/CMakeFiles/flatbuffers.dir/src/idl_gen_text.cpp.o [ 0%] Building CXX object external/flatbuffers/CMakeFiles/flatbuffers.dir/src/reflection.cpp.o [ 0%] Building CXX object external/flatbuffers/CMakeFiles/flatbuffers.dir/src/util.cpp.o [ 1%] Linking CXX static library libflatbuffers.a [ 1%] Built target flatbuffers [ 1%] Building C object external/pytorch_cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o [ 1%] Linking C static library libclog.a [ 1%] Built target clog [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/inlined_string_field.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o [ 1%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o [ 2%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o [ 3%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_bases.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o [ 4%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o [ 5%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o [ 6%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o [ 7%] Linking CXX static library libprotobuf.a /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libprotobuf.a(io_win32.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libprotobuf.a(error_listener.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libprotobuf.a(io_win32.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libprotobuf.a(error_listener.cc.o) has no symbols [ 7%] Built target libprotobuf [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o [ 7%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o [ 8%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o [ 9%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_kotlin_generator.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o [ 10%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o [ 11%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o [ 12%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o [ 13%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o [ 13%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o [ 13%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o [ 13%] Building CXX object external/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o [ 13%] Linking CXX static library libprotoc.a [ 13%] Built target libprotoc [ 13%] Building CXX object external/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o [ 13%] Linking CXX executable protoc [ 13%] Built target protoc [ 13%] Running gen_proto.py on onnx/onnx.in.proto Processing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external/onnx/onnx/onnx.in.proto Writing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-ml.proto Writing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-ml.proto3 generating /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx_pb.py [ 13%] Running C++ protocol buffer compiler on /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-ml.proto [ 13%] Built target gen_onnx_proto [ 13%] Running gen_proto.py on onnx/onnx-operators.in.proto Processing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external/onnx/onnx/onnx-operators.in.proto Writing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-operators-ml.proto Writing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-operators-ml.proto3 generating /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx_operators_pb.py [ 13%] Running C++ protocol buffer compiler on /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-operators-ml.proto [ 13%] Built target gen_onnx_operators_proto [ 13%] Running gen_proto.py on onnx/onnx-data.in.proto Processing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/cmake/external/onnx/onnx/onnx-data.in.proto Writing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-data.proto Writing /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-data.proto3 generating /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx_data_pb.py [ 13%] Running C++ protocol buffer compiler on /Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo/external/onnx/onnx/onnx-data.proto [ 13%] Built target gen_onnx_data_proto [ 13%] Building CXX object external/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-ml.pb.cc.o [ 13%] Building CXX object external/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators-ml.pb.cc.o [ 13%] Building CXX object external/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data.pb.cc.o [ 13%] Linking CXX static library libonnx_proto.a [ 15%] Built target onnx_proto [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o [ 15%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o [ 16%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o [ 16%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o [ 16%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o [ 16%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/mach/init.c.o [ 16%] Building C object external/pytorch_cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o [ 16%] Linking C static library libcpuinfo.a [ 16%] Built target cpuinfo [ 16%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/cpuid_info.cc.o [ 16%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/cpuid_uarch.cc.o [ 16%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/denormal.cc.o [ 16%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/helper.cc.o [ 16%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/logging/capture.cc.o [ 16%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/logging/logging.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/logging/sinks/ostream_sink.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/path.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/profiler.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/status.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/common/threadpool.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/apple/logging/apple_log_sink.mm.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/env.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/env_time.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/logging/make_platform_default_log_sink.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/path_lib.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/posix/env.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/posix/env_time.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/posix/ort_mutex.cc.o [ 17%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/posix/stacktrace.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_common.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/platform/telemetry.cc.o [ 18%] Linking CXX static library libonnxruntime_common.a /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_common.a(cpuid_uarch.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_common.a(helper.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_common.a(cpuid_uarch.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_common.a(helper.cc.o) has no symbols [ 18%] Built target onnxruntime_common [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/attn_lstm_schema_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/bert_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/contrib_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/internal_nhwc_onnx_opset.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/nchwc_schema_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/nhwc_schema_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/onnx_deprecated_operators.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/onnx_function_util.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/quantization_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/range_schema_defs.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/contrib_ops/shape_inference_functions.cc.o [ 18%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/function.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/function_utils.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/graph.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/graph_flatbuffers_utils.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/graph_proto_serializer.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/graph_utils.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/graph_viewer.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/model.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/node_attr_utils.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/op.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/runtime_optimization_record_container.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_graph.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/graph/schema_registry.cc.o [ 19%] Linking CXX static library libonnxruntime_graph.a [ 19%] Built target onnxruntime_graph [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/allocation_planner.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/allocator.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/allocatormgr.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/bfc_arena.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/callback.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/config_options.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/copy.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/customregistry.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/data_transfer.cc.o [ 19%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/data_transfer_manager.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/data_types.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/debug_node_inputs_outputs_utils.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/empty.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/endian_utils.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/error_code.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/ex_lib_loader.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/execution_frame.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/execution_provider.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/fallback_cpu_capability.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/feeds_fetches_manager.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/func_kernel.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/fuse_nodes_funcs.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/graph_partitioner.cc.o [ 20%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/kernel_def_builder.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/kernel_def_hash_helpers.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/kernel_registry.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/kernel_registry_manager.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/memcpy.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/memory_info.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/mldata_type_utils.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/murmurhash3.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/node_index_info.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/onnxruntime_map_type_info.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/onnxruntime_sequence_type_info.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/onnxruntime_typeinfo.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/op_kernel.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/op_kernel_info.cc.o [ 21%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/op_node_proto_helper.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/ort_value_pattern_planner.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/ort_value_tensor_slicer.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/orttraining_partial_executor.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/parallel_executor.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/prepacked_weights.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/prepacked_weights_container.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/random_generator.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/random_seed.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/run_options.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/sequential_executor.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/session_options.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/session_state.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/session_state_flatbuffers_utils.cc.o [ 22%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/session_state_utils.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/simple_tensor_allocator.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/sparse_tensor.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/sparse_utils.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/tensor.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/tensor_allocator.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/tensor_external_data_info.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/tensor_shape.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/tensor_type_and_shape.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/tensorprotoutils.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/transpose_helper.cc.o [ 23%] Building CXX object CMakeFiles/onnxruntime_framework.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/framework/utils.cc.o [ 23%] Linking CXX static library libonnxruntime_framework.a /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(debug_node_inputs_outputs_utils.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(empty.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(memory_info.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(orttraining_partial_executor.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(debug_node_inputs_outputs_utils.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(empty.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(memory_info.cc.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libonnxruntime_framework.a(orttraining_partial_executor.cc.o) has no symbols [ 23%] Built target onnxruntime_framework [ 23%] Building CXX object CMakeFiles/onnxruntime_util.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/util/math_cpu.cc.o [ 24%] Building CXX object CMakeFiles/onnxruntime_util.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/util/thread_utils.cc.o [ 24%] Linking CXX static library libonnxruntime_util.a [ 24%] Built target onnxruntime_util [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o [ 24%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o [ 25%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o [ 26%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o [ 27%] Building CXX object external/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o [ 27%] Linking CXX static library libonnx.a [ 27%] Built target onnx [ 27%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/get_execution_providers.cc.o [ 27%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/partitioning_utils.cc.o [ 27%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/utils.cc.o [ 27%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/activation/activations.cc.o [ 27%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/controlflow/if.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/controlflow/loop.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/controlflow/scan_8.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/controlflow/scan_9.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/controlflow/scan_utils.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/controlflow/utils.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/cpu_execution_provider.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/cpu_provider_factory.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/cpu_provider_shared.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/generator/constant_of_shape.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/generator/random.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/generator/range.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/clip.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/cumsum.cc.o [ 29%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/det.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/einsum.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/einsum_utils/einsum_auxiliary_ops.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/einsum_utils/einsum_compute_preprocessor.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/einsum_utils/einsum_typed_compute_processor.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/element_wise_ops.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/gemm.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/hardmax.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/matmul.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/round.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/sign.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/softmax.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/softmax_shared.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/math/top_k.cc.o [ 30%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/array_feature_extractor.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/binarizer.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/cast_map.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/category_mapper.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/dictvectorizer.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/feature_vectorizer.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/imputer.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/label_encoder.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/linearclassifier.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/linearregressor.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/normalizer.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/onehotencoder.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/scaler.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/svmclassifier.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/svmregressor.cc.o [ 31%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/tree_ensemble_classifier.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/tree_ensemble_helper.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/treeregressor.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/ml/zipmap.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/Unpool.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/batch_norm.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/conv.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/conv_transpose.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/dropout_op.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/flatten.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/instance_norm.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/lp_norm.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/lrn.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/pool.cc.o [ 32%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/roi_pool.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/shrink.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/string_normalizer.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/nn/tfidfvectorizer.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/object_detection/non_max_suppression.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/object_detection/roialign.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/optional/optional_ops.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/quantization/conv_integer.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/quantization/dynamicquantizelinear.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/quantization/matmul_integer.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/quantization/qlinearconv.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/quantization/quantize_linear.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/quantization/quantize_linear_matmul.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/reduction/reduction_ops.cc.o [ 33%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/rnn/deep_cpu_gru.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/rnn/deep_cpu_lstm.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/rnn/lstm_base.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/rnn/rnn.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/rnn/rnn_helpers.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/rnn/uni_directional_lstm.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/sequence/concat_from_sequence.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/sequence/sequence_ops.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/signal/dft.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/signal/window_functions.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/cast_op.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/compress.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/concat.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/expand.cc.o [ 34%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/eye_like.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/gather.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/gather_elements.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/gather_nd.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/grid_sample.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/identity_op.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/isinf.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/isnan.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/mean_variance_normalization.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/nonzero_op.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/onehot.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/pad.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/reshape.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/resize.cc.o [ 35%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/reverse_sequence.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/scatter.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/scatter_nd.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/shape_op.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/size.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/slice.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/space_depth_ops.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/split.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/squeeze.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/tile.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/transpose.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/trilu.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/unique.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/unsqueeze.cc.o [ 36%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/upsample.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/cpu/tensor/where_op.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/activations.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/attnlstm/attention_wrapper.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/attnlstm/bahdanau_attention.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/attnlstm/deep_cpu_attn_lstm.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/attnlstm/uni_dir_attn_lstm.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/attention.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/bias_gelu.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/bias_gelu_helper.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/bifurcation_detector.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/embed_layer_norm.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/embed_layer_norm_helper.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/fast_gelu.cc.o [ 37%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/longformer_attention_base.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/bert/ngram_repeat_block.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/cdist.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/conv_transpose_with_dynamic_pads.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/cpu_contrib_kernels.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/crop.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/crop_and_resize.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/dynamicslice.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/element_wise_ops.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/expand_dims.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/fused_activation.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/fused_conv.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/fused_gemm.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/fused_matmul.cc.o [ 38%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/grid_sample.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/image_scaler.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/inverse.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/layer_norm.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/math/sparse_dense_matmul.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/maxpool_with_mask.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/mean_variance_normalization_exp.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/murmur_hash3.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/nchwc_ops.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/attention_quant.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/dynamic_quantize_lstm.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/dynamic_quantize_matmul.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/matmul_integer16.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/nhwc_max_pool.cc.o [ 39%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qembed_layer_norm.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qlinear_activations.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qlinear_binary_op.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qlinear_concat.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qlinear_global_average_pool.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qlinear_lookup_table.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/qlinear_pool.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/quant_gemm.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/quantization/quantize_ops.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/sample.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/skip_layer_norm.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/tokenizer.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/beam_search.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/beam_search_device_helper.cc.o [ 40%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/beam_search_parameters.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/beam_search_scorer.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/dump_tensor.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/logits_processor.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/sequences.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/subgraph_base.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/subgraph_gpt.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_decoder.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/transformers/subgraph_t5_encoder.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/unique.cc.o [ 41%] Building CXX object CMakeFiles/onnxruntime_providers.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/contrib_ops/cpu/word_conv_embedding.cc.o [ 41%] Linking CXX static library libonnxruntime_providers.a [ 41%] Built target onnxruntime_providers [ 41%] Building CXX object CMakeFiles/onnxruntime_providers_shared.dir/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/onnxruntime/core/providers/shared/common.cc.o [ 41%] Linking CXX shared library libonnxruntime_providers_shared.dylib Undefined symbols for architecture x86_64: "Provider_GetHost", referenced from: -exported_symbol[s_list] command line option (maybe you meant: _Provider_GetHost) "Provider_SetHost", referenced from: -exported_symbol[s_list] command line option (maybe you meant: _Provider_SetHost) 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]: *** [libonnxruntime_providers_shared.dylib] Error 1 make[1]: *** [CMakeFiles/onnxruntime_providers_shared.dir/all] Error 2 make: *** [all] Error 2 Traceback (most recent call last): File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 2744, in sys.exit(main()) File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 2663, in main build_targets(args, cmake_path, build_dir, configs, num_parallel_jobs, args.target) File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 1301, in build_targets run_subprocess(cmd_args, env=env) File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/ci_build/build.py", line 714, in run_subprocess return run(*args, cwd=cwd, capture_stdout=capture_stdout, shell=shell, env=my_env) File "/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/tools/python/util/run.py", line 49, in run completed_process = subprocess.run( File "/usr/local/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/local/bin/cmake', '--build', '/Users/sotomi/projects/real-time-audiostreaming/onnxruntime/build/MacOS/RelWithDebInfo', '--config', 'RelWithDebInfo']' returned non-zero exit status 2. ```
sfatimar commented 1 year ago

Oh OpenVINO Execution Provider does not support MacOS as of now

RyanUnderhill commented 1 year ago

Ah, that would do it. I just asked the OpenVINO provider folks on our team and MacOS is not supported currently, and we don't have any immediate plans to support it.

You're welcome to add support yourself and submit a PR. I can explain how we use those symbols above, but you'd need to make the changes to fix it. As you can see, we don't have many MacOS resources internally.