Skip to content

Update allocation and execution plan handling for CPU EP MemcpyToHost/MemcpyFromHost #10062

Update allocation and execution plan handling for CPU EP MemcpyToHost/MemcpyFromHost

Update allocation and execution plan handling for CPU EP MemcpyToHost/MemcpyFromHost #10062

Triggered via pull request February 10, 2026 21:21
Status Cancelled
Total duration 15m 27s
Artifacts

linux_ci.yml

on: pull_request
Build Linux x64 Debug (ASan)  /  build_test_pipeline
14m 43s
Build Linux x64 Debug (ASan) / build_test_pipeline
Build Linux x64 Release  /  build_test_pipeline
13m 29s
Build Linux x64 Release / build_test_pipeline
Build Linux x64 Release with training  /  build_test_pipeline
14m 45s
Build Linux x64 Release with training / build_test_pipeline
Build Linux arm64 Debug  /  build_test_pipeline
9m 49s
Build Linux arm64 Debug / build_test_pipeline
Build Linux arm64 Release  /  build_test_pipeline
10m 2s
Build Linux arm64 Release / build_test_pipeline
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 12 warnings
Build Linux x64 Release / build_test_pipeline
Action failed with error: Command "docker run --rm --volume /mnt/vss/_work/onnxruntime/onnxruntime:/onnxruntime_src --volume /mnt/vss/_work/_temp:/onnxruntime_src/build --volume /home/cloudtest/.cache:/home/onnxruntimedev/.cache -w /onnxruntime_src -e ALLOW_RELEASED_ONNX_OPSET_ONLY=0 -e NIGHTLY_BUILD=1 -e RUNNER_TEMP=/onnxruntime_src/build ghcr.io/microsoft/onnxruntime/onnxruntimecpubuildpythonx64:sha256-dea43c26cc42b164f84852f4fe221b49a5cce8253f7dd5c027dde33021fd8c65 /bin/bash -c set -ex; PATH=/opt/python/cp310-cp310/bin:$PATH && python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt && python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build" failed with exit code 1
Build Linux x64 Release / build_test_pipeline
stderr: + PATH=/opt/python/cp310-cp310/bin:/usr/lib/jvm/msopenjdk-17/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt WARNING: The script isympy is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script pygmentize is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts f2py and numpy-config are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts dmypy, mypy, mypyc, stubgen and stubtest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts py.test and pytest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts backend-test-tools, check-model and check-node are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip + python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build 2026-02-10 21:31:14,351 build [DEBUG] - Command line arguments: --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build 2026-02-10 21:31:14,355 build [INFO] - Build started 2026-02-10 21:31:14,355 build [INFO] - Building targets for Release configuration 2026-02-10 21:31:14,355 build [INFO] - /usr/bin/cmake --build build/Release/Release --config Release -- -j16 Traceback (most recent call last): File "/onnxruntime_src/tools/ci_build/build.py", line 2684, in <module> sys.exit(main()) File "/onnxruntime_src/tools/ci_build/build.py", line 2587, in main build_targets(args, cmake_path, build_dir, configs, num_parallel_jobs, args.targets) File "/onnxruntime_src/tools/ci_build/build.py", line 1385, in build_targets run_subprocess(cmd_args, env=env) File "/onnxruntime_src/tools/ci_build/build.py", line 148, in run_subprocess return run(*args, cwd=cwd, capture_stdout=capture_stdout, shell=shell, env=my_env) File "/onnxruntime_src/tools/python/util/run.py", line 50, in run completed_process = subprocess.run( File "/opt/python/cp310-cp310/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/cmake', '--build', 'build/Release/Release', '--config', 'Release', '--', '-j16']' returned non-zero exit status 1.
Build Linux x64 Release / build_test_pipeline
stdout: Ignoring numpy: markers 'python_version >= "3.14"' don't match your environment Collecting numpy==2.2.6 (from -r tools/ci_build/github/linux/python/requirements.txt (line 1)) Using cached numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) Collecting mypy (from -r tools/ci_build/github/linux/python/requirements.txt (line 3)) Using cached mypy-1.19.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.2 kB) Collecting pytest (from -r tools/ci_build/github/linux/python/requirements.txt (line 4)) Using cached pytest-9.0.2-py3-none-any.whl.metadata (7.6 kB) Requirement already satisfied: setuptools>=68.2.2 in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from -r tools/ci_build/github/linux/python/requirements.txt (line 5)) (80.9.0) Requirement already satisfied: wheel in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from -r tools/ci_build/github/linux/python/requirements.txt (line 6)) (0.45.1) Collecting protobuf==6.33.5 (from -r tools/ci_build/github/linux/python/requirements.txt (line 7)) Using cached protobuf-6.33.5-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) Collecting sympy==1.14 (from -r tools/ci_build/github/linux/python/requirements.txt (line 8)) Using cached sympy-1.14.0-py3-none-any.whl.metadata (12 kB) Collecting flatbuffers (from -r tools/ci_build/github/linux/python/requirements.txt (line 9)) Using cached flatbuffers-25.12.19-py2.py3-none-any.whl.metadata (1.0 kB) Collecting psutil (from -r tools/ci_build/github/linux/python/requirements.txt (line 10)) Using cached psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (22 kB) Collecting onnxscript==0.5.3 (from -r tools/ci_build/github/linux/python/requirements.txt (line 11)) Using cached onnxscript-0.5.3-py3-none-any.whl.metadata (13 kB) Collecting onnx-ir==0.1.10 (from -r tools/ci_build/github/linux/python/requirements.txt (line 12)) Using cached onnx_ir-0.1.10-py3-none-any.whl.metadata (3.6 kB) Collecting jinja2 (from -r tools/ci_build/github/linux/python/requirements.txt (line 13)) Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting markupsafe (from -r tools/ci_build/github/linux/python/requirements.txt (line 14)) Using cached markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting onnx==1.20.1 (from -r tools/ci_build/github/linux/python/requirements.txt (line 15)) Using cached onnx-1.20.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.4 kB) Collecting mpmath<1.4,>=1.1.0 (from sympy==1.14->-r tools/ci_build/github/linux/python/requirements.txt (line 8)) Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) Collecting ml_dtypes (from onnxscript==0.5.3->-r tools/ci_build/github/linux/python/requirements.txt (line 11)) Using cached ml_dtypes-0.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.9 kB) Requirement already satisfied: packaging in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from onnxscript==0.5.3->-r tools/ci_build/github/linux/python/requirements.txt (line 11)) (25.0) Collecting typing_extensions>=4.10 (from onnxscript==0.5.3->-r tools/ci_build/github/linux/python/requirements.txt (line 11)) Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting mypy_extensions>=1.0.0 (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (line 3)) Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) Collecting pathspec>=0.9.0 (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (line 3)) Using cached pathspec-1.0.4-py3-none-any.whl.metadata (13 kB) Requirement already satisfied: tomli>=1.1.0 in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (line 3)) (2.2.1) Collecting librt>=0.6.2 (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (l
Build Linux x64 Release / build_test_pipeline
Command failed with exit code 1
Build Linux x64 Debug (ASan) / build_test_pipeline
Action failed with error: Command "docker run --rm --volume /mnt/vss/_work/onnxruntime/onnxruntime:/onnxruntime_src --volume /mnt/vss/_work/_temp:/onnxruntime_src/build --volume /home/cloudtest/.cache:/home/onnxruntimedev/.cache -w /onnxruntime_src -e ALLOW_RELEASED_ONNX_OPSET_ONLY=0 -e NIGHTLY_BUILD=1 -e RUNNER_TEMP=/onnxruntime_src/build ghcr.io/microsoft/onnxruntime/onnxruntimecpubuildcix64:sha256-f9c8ecc16a474e228f57b4b8b7e612ad949a91ea610918031e8712dc67bb0583 /bin/bash -c set -ex; python3 tools/ci_build/build.py --build_dir build/Debug --config Debug --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_address_sanitizer --build" failed with exit code 1
Build Linux x64 Debug (ASan) / build_test_pipeline
stderr: + python3 tools/ci_build/build.py --build_dir build/Debug --config Debug --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_address_sanitizer --build 2026-02-10 21:31:30,713 build [DEBUG] - Command line arguments: --build_dir build/Debug --config Debug --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_address_sanitizer --build 2026-02-10 21:31:30,716 build [INFO] - Build started 2026-02-10 21:31:30,716 build [INFO] - Building targets for Debug configuration 2026-02-10 21:31:30,716 build [INFO] - /usr/bin/cmake --build build/Debug/Debug --config Debug -- -j16 Traceback (most recent call last): File "/onnxruntime_src/tools/ci_build/build.py", line 2684, in <module> sys.exit(main()) ^^^^^^ File "/onnxruntime_src/tools/ci_build/build.py", line 2587, in main build_targets(args, cmake_path, build_dir, configs, num_parallel_jobs, args.targets) File "/onnxruntime_src/tools/ci_build/build.py", line 1385, in build_targets run_subprocess(cmd_args, env=env) File "/onnxruntime_src/tools/ci_build/build.py", line 148, in run_subprocess return run(*args, cwd=cwd, capture_stdout=capture_stdout, shell=shell, env=my_env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/onnxruntime_src/tools/python/util/run.py", line 50, in run completed_process = subprocess.run( ^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/cmake', '--build', 'build/Debug/Debug', '--config', 'Debug', '--', '-j16']' returned non-zero exit status 1.
Build Linux x64 Debug (ASan) / build_test_pipeline
stdout: [0/2] Re-checking globbed directories... [1/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/cpuid_uarch.cc.o [2/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/check_intel.cc.o [3/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/helper.cc.o [4/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/cpuid_info_vendor.cc.o [5/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/env_time.cc.o [6/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/status.cc.o [7/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/spin_pause.cc.o [8/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/denormal.cc.o [9/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/env.cc.o [10/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/posix/env_time.cc.o [11/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/profiler_common.cc.o [12/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/logging/capture.cc.o [13/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/path_lib.cc.o [14/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/logging/sinks/ostream_sink.cc.o [15/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/posix/stacktrace.cc.o [16/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/logging/logging.cc.o [17/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/profiler.cc.o [18/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/telemetry.cc.o [19/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/cpuid_info.cc.o [20/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/device_discovery_common.cc.o [21/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/platform/logging/make_platform_default_log_sink.cc.o [22/1106] Building CXX object CMakeFiles/onnxruntime_flatbuffers.dir/onnxruntime_src/onnxruntime/core/flatbuffers/flatbuffers_utils.cc.o [23/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/platform.cpp.o [24/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/semver.cc.o [25/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/threading.cpp.o [26/1106] Building CXX object CMakeFiles/onnxruntime_common.dir/onnxruntime_src/onnxruntime/core/common/threadpool.cc.o [27/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/sgemm.cpp.o [28/1106] Building CXX object CMakeFiles/onnxruntime_lora.dir/onnxruntime_src/onnxruntime/lora/adapter_format_utils.cc.o [29/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/halfgemm.cpp.o [30/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/qdwconv.cpp.o [31/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/qgemm.cpp.o [32/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/convolve.cpp.o [33/1106] Building CXX object CMakeFiles/onnxruntime_mlas.dir/onnxruntime_src/onnxruntime/core/mlas/lib/convsym.cpp.o [34/1106] Bu
Build Linux x64 Debug (ASan) / build_test_pipeline
Command failed with exit code 1
Build Linux x64 Release with training / build_test_pipeline
Action failed with error: Command "docker run --rm --volume /mnt/vss/_work/onnxruntime/onnxruntime:/onnxruntime_src --volume /mnt/vss/_work/_temp:/onnxruntime_src/build --volume /home/cloudtest/.cache:/home/onnxruntimedev/.cache -w /onnxruntime_src -e ALLOW_RELEASED_ONNX_OPSET_ONLY=0 -e NIGHTLY_BUILD=1 -e RUNNER_TEMP=/onnxruntime_src/build ghcr.io/microsoft/onnxruntime/onnxruntimecpubuildpythonx64:sha256-dea43c26cc42b164f84852f4fe221b49a5cce8253f7dd5c027dde33021fd8c65 /bin/bash -c set -ex; PATH=/opt/python/cp310-cp310/bin:$PATH && python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt && python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_training --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build" failed with exit code 1
Build Linux x64 Release with training / build_test_pipeline
stderr: + PATH=/opt/python/cp310-cp310/bin:/usr/lib/jvm/msopenjdk-17/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt WARNING: The script isympy is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script pygmentize is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts f2py and numpy-config are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts dmypy, mypy, mypyc, stubgen and stubtest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts py.test and pytest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts backend-test-tools, check-model and check-node are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip + python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_training --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build 2026-02-10 21:31:34,375 build [DEBUG] - Command line arguments: --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_training --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --build 2026-02-10 21:31:34,378 build [INFO] - Build started 2026-02-10 21:31:34,378 build [INFO] - Building targets for Release configuration 2026-02-10 21:31:34,378 build [INFO] - /usr/bin/cmake --build build/Release/Release --config Release -- -j16 Traceback (most recent call last): File "/onnxruntime_src/tools/ci_build/build.py", line 2684, in <module> sys.exit(main()) File "/onnxruntime_src/tools/ci_build/build.py", line 2587, in main build_targets(args, cmake_path, build_dir, configs, num_parallel_jobs, args.targets) File "/onnxruntime_src/tools/ci_build/build.py", line 1385, in build_targets run_subprocess(cmd_args, env=env) File "/onnxruntime_src/tools/ci_build/build.py", line 148, in run_subprocess return run(*args, cwd=cwd, capture_stdout=capture_stdout, shell=shell, env=my_env) File "/onnxruntime_src/tools/python/util/run.py", line 50, in run completed_process = subprocess.run( File "/opt/python/cp310-cp310/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/cmake', '--build', 'build/Release/Release', '--config', 'Release', '--', '-j16']' returned non-zero exit status 1.
Build Linux x64 Release with training / build_test_pipeline
stdout: Ignoring numpy: markers 'python_version >= "3.14"' don't match your environment Collecting numpy==2.2.6 (from -r tools/ci_build/github/linux/python/requirements.txt (line 1)) Using cached numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) Collecting mypy (from -r tools/ci_build/github/linux/python/requirements.txt (line 3)) Using cached mypy-1.19.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.2 kB) Collecting pytest (from -r tools/ci_build/github/linux/python/requirements.txt (line 4)) Using cached pytest-9.0.2-py3-none-any.whl.metadata (7.6 kB) Requirement already satisfied: setuptools>=68.2.2 in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from -r tools/ci_build/github/linux/python/requirements.txt (line 5)) (80.9.0) Requirement already satisfied: wheel in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from -r tools/ci_build/github/linux/python/requirements.txt (line 6)) (0.45.1) Collecting protobuf==6.33.5 (from -r tools/ci_build/github/linux/python/requirements.txt (line 7)) Using cached protobuf-6.33.5-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) Collecting sympy==1.14 (from -r tools/ci_build/github/linux/python/requirements.txt (line 8)) Using cached sympy-1.14.0-py3-none-any.whl.metadata (12 kB) Collecting flatbuffers (from -r tools/ci_build/github/linux/python/requirements.txt (line 9)) Using cached flatbuffers-25.12.19-py2.py3-none-any.whl.metadata (1.0 kB) Collecting psutil (from -r tools/ci_build/github/linux/python/requirements.txt (line 10)) Using cached psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (22 kB) Collecting onnxscript==0.5.3 (from -r tools/ci_build/github/linux/python/requirements.txt (line 11)) Using cached onnxscript-0.5.3-py3-none-any.whl.metadata (13 kB) Collecting onnx-ir==0.1.10 (from -r tools/ci_build/github/linux/python/requirements.txt (line 12)) Using cached onnx_ir-0.1.10-py3-none-any.whl.metadata (3.6 kB) Collecting jinja2 (from -r tools/ci_build/github/linux/python/requirements.txt (line 13)) Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting markupsafe (from -r tools/ci_build/github/linux/python/requirements.txt (line 14)) Using cached markupsafe-3.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting onnx==1.20.1 (from -r tools/ci_build/github/linux/python/requirements.txt (line 15)) Using cached onnx-1.20.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.4 kB) Collecting mpmath<1.4,>=1.1.0 (from sympy==1.14->-r tools/ci_build/github/linux/python/requirements.txt (line 8)) Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) Collecting ml_dtypes (from onnxscript==0.5.3->-r tools/ci_build/github/linux/python/requirements.txt (line 11)) Using cached ml_dtypes-0.5.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.9 kB) Requirement already satisfied: packaging in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from onnxscript==0.5.3->-r tools/ci_build/github/linux/python/requirements.txt (line 11)) (25.0) Collecting typing_extensions>=4.10 (from onnxscript==0.5.3->-r tools/ci_build/github/linux/python/requirements.txt (line 11)) Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) Collecting mypy_extensions>=1.0.0 (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (line 3)) Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) Collecting pathspec>=0.9.0 (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (line 3)) Using cached pathspec-1.0.4-py3-none-any.whl.metadata (13 kB) Requirement already satisfied: tomli>=1.1.0 in /opt/_internal/cpython-3.10.18/lib/python3.10/site-packages (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (line 3)) (2.2.1) Collecting librt>=0.6.2 (from mypy->-r tools/ci_build/github/linux/python/requirements.txt (l
Build Linux x64 Release with training / build_test_pipeline
Command failed with exit code 1
Build Linux arm64 Release / build_test_pipeline
Canceling since a higher priority waiting request for Linux CI-refs/pull/27272/merge exists
Build Linux arm64 Release / build_test_pipeline
The operation was canceled.
Build Linux arm64 Debug / build_test_pipeline
Canceling since a higher priority waiting request for Linux CI-refs/pull/27272/merge exists
Build Linux arm64 Debug / build_test_pipeline
The operation was canceled.
Linux CI
Canceling since a higher priority waiting request for Linux CI-refs/pull/27272/merge exists
Linux CI
Canceling since a higher priority waiting request for Linux CI-refs/pull/27272/merge exists
Linux CI
Canceling since a higher priority waiting request for Linux CI-refs/pull/27272/merge exists
Build Linux x64 Release / build_test_pipeline
Wheel output directory /mnt/vss/_work/_temp/Release/dist does not exist.
Build Linux x64 Release / build_test_pipeline
stderr: + PATH=/opt/python/cp310-cp310/bin:/usr/lib/jvm/msopenjdk-17/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt WARNING: The script isympy is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script pygmentize is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts f2py and numpy-config are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts dmypy, mypy, mypyc, stubgen and stubtest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts py.test and pytest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts backend-test-tools, check-model and check-node are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip + python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --update 2026-02-10 21:26:37,993 build [DEBUG] - Command line arguments: --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --update 2026-02-10 21:26:37,996 build [INFO] - Build started 2026-02-10 21:26:37,996 build [INFO] - Generating CMake build tree 2026-02-10 21:26:38,009 build [INFO] - /usr/bin/cmake /onnxruntime_src/cmake -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_RUN_ONNX_TESTS=ON -Donnxruntime_GENERATE_TEST_REPORTS=ON -DPython_EXECUTABLE=/opt/python/cp310-cp310/bin/python3 -Donnxruntime_USE_VCPKG=ON -Donnxruntime_USE_MIMALLOC=OFF -Donnxruntime_ENABLE_PYTHON=ON -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_VSINPU=OFF -Donnxruntime_USE_RKNPU=OFF -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF -Donnxruntime_USE_VITISAI=OFF -Donnxruntime_USE_TENSORRT=OFF -Donnxruntime_USE_NV=OFF -Donnxruntime_USE_TENSORRT_BUILTIN_PARSER=ON -Donnxruntime_USE_TENSORRT_INTERFACE=OFF -Donnxruntime_USE_CUDA_INTERFACE=OFF -Donnxruntime_USE_NV_INTERFACE=OFF -Donnxruntime_USE_OPENVINO_INTERFACE=OFF -Donnxruntime_USE_VITISAI_INTERFACE=OFF -Donnxruntime_USE_QNN_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX=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 -Don
Build Linux x64 Release / build_test_pipeline
stderr: WARNING! Your credentials are stored unencrypted in '/home/cloudtest/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/
Build Linux x64 Debug (ASan) / build_test_pipeline
stderr: + python3 tools/ci_build/build.py --build_dir build/Debug --config Debug --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_address_sanitizer --update 2026-02-10 21:23:40,935 build [DEBUG] - Command line arguments: --build_dir build/Debug --config Debug --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_address_sanitizer --update 2026-02-10 21:23:40,938 build [INFO] - Build started 2026-02-10 21:23:40,938 build [INFO] - Generating CMake build tree 2026-02-10 21:23:40,949 build [INFO] - /usr/bin/cmake /onnxruntime_src/cmake -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_RUN_ONNX_TESTS=ON -Donnxruntime_GENERATE_TEST_REPORTS=ON -DPython_EXECUTABLE=/usr/bin/python3 -Donnxruntime_USE_VCPKG=ON -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_VSINPU=OFF -Donnxruntime_USE_RKNPU=OFF -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF -Donnxruntime_USE_VITISAI=OFF -Donnxruntime_USE_TENSORRT=OFF -Donnxruntime_USE_NV=OFF -Donnxruntime_USE_TENSORRT_BUILTIN_PARSER=ON -Donnxruntime_USE_TENSORRT_INTERFACE=OFF -Donnxruntime_USE_CUDA_INTERFACE=OFF -Donnxruntime_USE_NV_INTERFACE=OFF -Donnxruntime_USE_OPENVINO_INTERFACE=OFF -Donnxruntime_USE_VITISAI_INTERFACE=OFF -Donnxruntime_USE_QNN_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX=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_CLIENT_PACKAGE_BUILD=OFF -Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF -Donnxruntime_ENABLE_LTO=OFF -Donnxruntime_USE_ACL=OFF -Donnxruntime_USE_ARMNN=OFF -Donnxruntime_ARMNN_RELU_USE_CPU=ON -Donnxruntime_ARMNN_BN_USE_CPU=ON -Donnxruntime_USE_JSEP=OFF -Donnxruntime_USE_WEBGPU=OFF -Donnxruntime_USE_EXTERNAL_DAWN=OFF -Donnxruntime_WGSL_TEMPLATE=static -Donnxruntime_ENABLE_NVTX_PROFILE=OFF -Donnxruntime_ENABLE_TRAINING=OFF -Donnxruntime_ENABLE_TRAINING_OPS=OFF -Donnxruntime_ENABLE_TRAINING_APIS=OFF -Donnxruntime_ENABLE_CPU_FP16_OPS=OFF -Donnxruntime_USE_NCCL=OFF -Donnxruntime_BUILD_BENCHMARKS=OFF -Donnxruntime_GCOV_COVERAGE=OFF -Donnxruntime_ENABLE_MEMORY_PROFILE=OFF -Donnxruntime_ENABLE_CUDA_LINE_NUMBER_INFO=OFF -Donnxruntime_USE_CUDA_NHWC_OPS=OFF -Donnxruntime_BUILD_WEBASSEMBLY_STATIC_LIB=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_CATCHING=ON -Donnxruntime_ENABLE_WEBASSEMBLY_API_EXCEPTION_CATCHING=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_EXCEPTION_THROWING=ON -Donnxruntime_WEBASSEMBLY_RUN_TESTS_IN_BROWSER=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_JSPI=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_THREADS=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_DEBUG_INFO=OFF -Donnxruntime_ENABLE_WEBASSEMBLY_PROFILING=OFF -Donnxruntime_ENABLE_LAZY_TENSOR=OFF -Donnxruntime_ENABLE_CUDA_PROFILING=OFF -Donnxruntime_USE_XNNPACK=OFF -Donnxruntime_USE_WEBNN=OFF -Donnxruntime_USE_CANN=OFF -Donnxruntime_DISABLE_FLOAT8_TYPES=OFF -Donnxruntime_DISABLE_FLOAT4_TYPES=OFF -Donnxruntime_DISABLE_SPARSE_TENSORS=OFF -Donnxruntime_DISABLE_OPTIONAL_TYPE=OFF -Donnxruntime_CUDA_MINIMAL=OFF -Donnxruntime_USE_KLEIDIAI=ON -Donnxruntime_USE_SVE=ON -DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake -G Ninja -DCMAKE_C_FLAGS=-g -O0 -fsanitize=address -fstack-clash-protection -fcf-protection -DCMAKE_CXX_FLAGS=-g -O0 -fsanitize=address -fstack-clash-protection -fcf-protection -DCMAKE_EXE_LINKER_FLAGS_INIT=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fsanitize=address -DCMAKE_MODULE_LINKER_FL
Build Linux x64 Debug (ASan) / build_test_pipeline
stderr: WARNING! Your credentials are stored unencrypted in '/home/cloudtest/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/
Build Linux x64 Release with training / build_test_pipeline
Wheel output directory /mnt/vss/_work/_temp/Release/dist does not exist.
Build Linux x64 Release with training / build_test_pipeline
stderr: + PATH=/opt/python/cp310-cp310/bin:/usr/lib/jvm/msopenjdk-17/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt WARNING: The script isympy is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script pygmentize is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts f2py and numpy-config are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts dmypy, mypy, mypyc, stubgen and stubtest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts py.test and pytest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts backend-test-tools, check-model and check-node are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip + python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_training --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --update 2026-02-10 21:27:00,890 build [DEBUG] - Command line arguments: --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --enable_training --use_binskim_compliant_compile_flags --build_wheel --build_nuget --enable_transformers_tool_test --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --update 2026-02-10 21:27:00,894 build [INFO] - Build started 2026-02-10 21:27:00,894 build [INFO] - Generating CMake build tree 2026-02-10 21:27:00,906 build [INFO] - /usr/bin/cmake /onnxruntime_src/cmake -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_RUN_ONNX_TESTS=ON -Donnxruntime_GENERATE_TEST_REPORTS=ON -DPython_EXECUTABLE=/opt/python/cp310-cp310/bin/python3 -Donnxruntime_USE_VCPKG=ON -Donnxruntime_USE_MIMALLOC=OFF -Donnxruntime_ENABLE_PYTHON=ON -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_VSINPU=OFF -Donnxruntime_USE_RKNPU=OFF -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF -Donnxruntime_USE_VITISAI=OFF -Donnxruntime_USE_TENSORRT=OFF -Donnxruntime_USE_NV=OFF -Donnxruntime_USE_TENSORRT_BUILTIN_PARSER=ON -Donnxruntime_USE_TENSORRT_INTERFACE=OFF -Donnxruntime_USE_CUDA_INTERFACE=OFF -Donnxruntime_USE_NV_INTERFACE=OFF -Donnxruntime_USE_OPENVINO_INTERFACE=OFF -Donnxruntime_USE_VITISAI_INTERFACE=OFF -Donnxruntime_USE_QNN_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX=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 -Donnxrunti
Build Linux x64 Release with training / build_test_pipeline
stderr: WARNING! Your credentials are stored unencrypted in '/home/cloudtest/.docker/config.json'. Configure a credential helper to remove this warning. See https://docs.docker.com/go/credential-store/
Build Linux arm64 Release / build_test_pipeline
Wheel output directory /mnt/vss/_work/_temp/Release/dist does not exist.
Build Linux arm64 Release / build_test_pipeline
stderr: + PATH=/opt/python/cp310-cp310/bin:/usr/lib/jvm/msopenjdk-17/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + python3 -m pip install --user -r tools/ci_build/github/linux/python/requirements.txt WARNING: The script isympy is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The script pygmentize is installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts f2py and numpy-config are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts dmypy, mypy, mypyc, stubgen and stubtest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts py.test and pytest are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. WARNING: The scripts backend-test-tools, check-model and check-node are installed in '/home/onnxruntimedev/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. [notice] A new release of pip is available: 25.1.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip + python3 tools/ci_build/build.py --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --update 2026-02-10 21:30:22,912 build [DEBUG] - Command line arguments: --build_dir build/Release --config Release --cmake_generator Ninja --skip_submodule_sync --build_shared_lib --parallel --use_vcpkg --use_vcpkg_ms_internal_asset_cache --enable_onnx_tests --use_binskim_compliant_compile_flags --build_wheel --cmake_extra_defines onnxruntime_BUILD_BENCHMARKS=ON --update 2026-02-10 21:30:22,918 build [INFO] - Build started 2026-02-10 21:30:22,918 build [INFO] - Generating CMake build tree 2026-02-10 21:30:22,932 build [INFO] - /usr/bin/cmake /onnxruntime_src/cmake -Donnxruntime_ENABLE_EXTERNAL_CUSTOM_OP_SCHEMAS=OFF -Donnxruntime_RUN_ONNX_TESTS=ON -Donnxruntime_GENERATE_TEST_REPORTS=ON -DPython_EXECUTABLE=/opt/python/cp310-cp310/bin/python3 -Donnxruntime_USE_VCPKG=ON -Donnxruntime_USE_MIMALLOC=OFF -Donnxruntime_ENABLE_PYTHON=ON -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_VSINPU=OFF -Donnxruntime_USE_RKNPU=OFF -Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF -Donnxruntime_USE_VITISAI=OFF -Donnxruntime_USE_TENSORRT=OFF -Donnxruntime_USE_NV=OFF -Donnxruntime_USE_TENSORRT_BUILTIN_PARSER=ON -Donnxruntime_USE_TENSORRT_INTERFACE=OFF -Donnxruntime_USE_CUDA_INTERFACE=OFF -Donnxruntime_USE_NV_INTERFACE=OFF -Donnxruntime_USE_OPENVINO_INTERFACE=OFF -Donnxruntime_USE_VITISAI_INTERFACE=OFF -Donnxruntime_USE_QNN_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX_INTERFACE=OFF -Donnxruntime_USE_MIGRAPHX=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_CLIENT_PACKAGE_BUILD=OFF -Donnxruntime_BUILD_M
Build Linux arm64 Release / build_test_pipeline
stderr: WARNING! Your password will be stored unencrypted in /home/cloudtest/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Build Linux arm64 Debug / build_test_pipeline
stderr: WARNING! Your password will be stored unencrypted in /home/cloudtest/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store