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
[notice] A new release of pip is available: 25.1.1 -> 25.2
[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 --test
2025-08-01 11:02:09,814 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 --test
2025-08-01 11:02:09,818 build [INFO] - Build started
2025-08-01 11:02:09,818 build [DEBUG] - create symlink /data/models -> build/Release/models
2025-08-01 11:02:09,818 build [INFO] - Running tests for Release configuration
2025-08-01 11:02:09,819 build [INFO] - /usr/bin/ctest --build-config Release --verbose --timeout 10800
2025-08-01 11:14:07,106 build [INFO] - /opt/python/cp310-cp310/bin/python3 -m pip install torch --index-url https://download.pytorch.org/whl/cpu
WARNING: The scripts torchfrtrace and torchrun 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 -> 25.2
[notice] To update, run: pip install --upgrade pip
2025-08-01 11:14:21,684 build [INFO] - /opt/python/cp310-cp310/bin/python3 onnxruntime_test_python.py
.............../onnxruntime_src/build/Release/Release/onnxruntime/capi/onnxruntime_inference_collection.py:121: UserWarning: Specified provider 'InvalidProvider' is not in available provider names.Available providers: 'CPUExecutionProvider'
warnings.warn(
.....2025-08-01 11:14:21.923097761 [I:onnxruntime:TestModelSerialization, inference_session.cc:606 TraceSessionOptions] Session Options { execution_mode:0 execution_order:DEFAULT enable_profiling:0 optimized_model_filepath:"./PythonApiTestOptimizedModel.onnx" enable_mem_pattern:1 enable_mem_reuse:1 enable_cpu_mem_arena:1 profile_file_prefix:onnxruntime_profile_ session_logid:TestModelSerialization session_log_severity_level:1 session_log_verbosity_level:0 max_num_graph_transformation_steps:10 graph_optimization_level:4 intra_op_param:OrtThreadPoolParams { thread_pool_size: 0 auto_set_affinity: 0 allow_spinning: 1 dynamic_block_base_: 0 stack_size: 0 affinity_str: set_denormal_as_zero: 0 } inter_op_param:OrtThreadPoolParams { thread_pool_size: 0 auto_set_affinity: 0 allow_spinning: 1 dynamic_block_base_: 0 stack_size: 0 affinity_str: set_denormal_as_zero: 0 } use_per_session_threads:1 thread_pool_allow_spinning:1 use_deterministic_compute:0 ep_selection_policy:0 config_options: { } }
2025-08-01 11:14:21.923114116 [I:onnxruntime:TestModelSerialization, inference_session.cc:422 ConstructorCommon] Creating and using per session threadpools since use_per_session_threads_ is true
2025-08-01 11:14:21.923119294 [I:onnxruntime:TestModelSerialization, inference_session.cc:446 ConstructorCommon] Dynamic block base set to 0
2025-08-01 11:14:21.923666195 [I:onnxruntime:TestModelSerialization, inference_session.cc:2017 Initialize] Initializing session.
2025-08-01 11:14:21.923679975 [I:onnxruntime:TestModelSerialization, inference_session.cc:2055 Initialize] Adding default CPU execution provider.
2025-08-01 11:14:21.923767657 [I:onnxruntime:TestModelSerialization, graph_partitioner.cc:1152 InlineFunct