Skip to content

Fix function inliner to rename and resolve Scan body value_info after inlining #14670

Fix function inliner to rename and resolve Scan body value_info after inlining

Fix function inliner to rename and resolve Scan body value_info after inlining #14670

Status Failure
Total duration 24m 47s
Artifacts

linux_openvino_ci.yml

on: pull_request
Build and Test OpenVINO EP (AlamLinux8, Py3.12)  /  build_test_pipeline
19m 58s
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / build_test_pipeline
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / 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 --volume /data/onnx:/data/onnx:ro --volume /data/models:/data/models:ro --volume /home/cloudtest/.onnx:/home/onnxruntimedev/.onnx -w /onnxruntime_src -e ALLOW_RELEASED_ONNX_OPSET_ONLY=0 -e NIGHTLY_BUILD=1 -e RUNNER_TEMP=/onnxruntime_src/build -e CCACHE_DIR=/home/onnxruntimedev/.cache/ccache ghcr.io/microsoft/onnxruntime/onnxruntimeopenvino:sha256-9a638e948b8a40140d6416d34db2f47dfee5cad25dc73bcc04120dd8adc3b222 /bin/bash -c set -ex; PATH=/opt/python/cp312-cp312/bin:$PATH && ccache --version && ccache --max-size=20GiB && ccache --zero-stats && 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --test && ccache --show-stats" failed with exit code 1
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / build_test_pipeline
stderr: + PATH=/opt/python/cp312-cp312/bin:/opt/intel/openvino_2026.1.0/runtime/bin/intel64:/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 + ccache --version + ccache --max-size=20GiB + ccache --zero-stats + 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --test 2026-06-01 19:00:27,339 tools_python_utils [INFO] - flatbuffers module is not installed. parse_config will not be available 2026-06-01 19:00:27,379 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --test 2026-06-01 19:00:27,381 build [INFO] - Build started 2026-06-01 19:00:27,381 build [DEBUG] - create symlink /data/models -> build/Release/models 2026-06-01 19:00:27,381 build [INFO] - Running tests for Release configuration 2026-06-01 19:00:27,381 build [INFO] - /usr/bin/ctest --build-config Release --verbose --timeout 10800 --parallel 16 --output-on-failure Errors while running CTest Traceback (most recent call last): File "/onnxruntime_src/tools/ci_build/build.py", line 2666, in <module> sys.exit(main()) ^^^^^^ File "/onnxruntime_src/tools/ci_build/build.py", line 2577, in main run_onnxruntime_tests(args, source_dir, ctest_path, build_dir, configs) File "/onnxruntime_src/tools/ci_build/build.py", line 1736, in run_onnxruntime_tests run_subprocess(ctest_cmd, cwd=cwd, dll_path=dll_path) 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/cp312-cp312/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/ctest', '--build-config', 'Release', '--verbose', '--timeout', '10800', '--parallel', '16', '--output-on-failure']' returned non-zero exit status 8.
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / build_test_pipeline
stdout: ccache version 3.7.7 Copyright (C) 2002-2007 Andrew Tridgell Copyright (C) 2009-2020 Joel Rosdahl This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Set cache size limit to 21.5 GB Statistics zeroed UpdateCTestConfiguration from :/onnxruntime_src/build/Release/Release/DartConfiguration.tcl Test project /onnxruntime_src/build/Release/Release Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: onnxruntime_test_all 1: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_test_all "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_test_all.Release.results.xml" 1: Working Directory: /onnxruntime_src/build/Release/Release 1: Test timeout computed to be: 10800 test 2 Start 2: onnxruntime_provider_test 2: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_provider_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_provider_test.Release.results.xml" 2: Working Directory: /onnxruntime_src/build/Release/Release 2: Test timeout computed to be: 10800 test 3 Start 3: onnx_test_pytorch_converted 3: Test command: /onnxruntime_src/build/Release/Release/onnx_test_runner "/onnxruntime_src/build/Release/Release/vcpkg_installed/x64-linux/include/onnx/backend/test/data/pytorch-converted" 3: Working Directory: /onnxruntime_src/build/Release/Release 3: Test timeout computed to be: 10800 test 4 Start 4: onnx_test_pytorch_operator 4: Test command: /onnxruntime_src/build/Release/Release/onnx_test_runner "/onnxruntime_src/build/Release/Release/vcpkg_installed/x64-linux/include/onnx/backend/test/data/pytorch-operator" 4: Working Directory: /onnxruntime_src/build/Release/Release 4: Test timeout computed to be: 10800 test 5 Start 5: onnxruntime_shared_lib_test 5: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_shared_lib_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_shared_lib_test.Release.results.xml" 5: Working Directory: /onnxruntime_src/build/Release/Release 5: Test timeout computed to be: 10800 test 6 Start 6: onnxruntime_global_thread_pools_test 6: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_global_thread_pools_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_global_thread_pools_test.Release.results.xml" 6: Working Directory: /onnxruntime_src/build/Release/Release 6: Test timeout computed to be: 10800 test 7 Start 7: onnxruntime_customopregistration_test 7: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_customopregistration_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_customopregistration_test.Release.results.xml" 7: Working Directory: /onnxruntime_src/build/Release/Release 7: Test timeout computed to be: 10800 test 8 Start 8: onnxruntime_autoep_test 8: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_autoep_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_autoep_test.Release.results.xml" 8: Working Directory: /onnxruntime_src/build/Release/Release 8: Test timeout computed to be: 10800 test 9 Start 9: onnxruntime_logging_apis_test 9: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_logging_apis_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_logging_apis_test.Release.results.xml" 9: Working Directory: /onnxruntime_src/build/Release/Release 9: Test timeout computed to be: 10800 test 10 Start 10: onnxruntime_ep_graph_test 10: Test command: /onnxruntime_src/build/Release/Release/onnxruntime_ep_graph_test "--gtest_output=xml:/onnxruntime_src/build/Release/Release/onnxruntime_ep_graph_test.Release.results.xml" 10:
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / build_test_pipeline
Command failed with exit code 1
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / build_test_pipeline
stderr: + PATH=/opt/python/cp312-cp312/bin:/opt/intel/openvino_2026.1.0/runtime/bin/intel64:/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 + ccache --version + ccache --max-size=20GiB + ccache --zero-stats + 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --build 2026-06-01 18:49:55,155 tools_python_utils [INFO] - flatbuffers module is not installed. parse_config will not be available 2026-06-01 18:49:55,191 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --build 2026-06-01 18:49:55,193 build [INFO] - Build started 2026-06-01 18:49:55,193 build [INFO] - Building targets for Release configuration 2026-06-01 18:49:55,194 build [INFO] - /usr/bin/cmake --build build/Release/Release --config Release -- -j16 2026-06-01 19:00:25,073 build [INFO] - Build complete + ccache --show-stats
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / build_test_pipeline
stderr: + PATH=/opt/python/cp312-cp312/bin:/opt/intel/openvino_2026.1.0/runtime/bin/intel64:/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 + ccache --version + ccache --max-size=20GiB + ccache --zero-stats + 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --update 2026-06-01 18:48:24,457 tools_python_utils [INFO] - flatbuffers module is not installed. parse_config will not be available 2026-06-01 18:48:24,499 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_openvino --use_openvino CPU --enable_generic_interface --build_shared_lib --use_cache --update 2026-06-01 18:48:24,501 build [INFO] - Build started 2026-06-01 18:48:24,502 build [INFO] - Generating CMake build tree 2026-06-01 18:48:24,514 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/cp312-cp312/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=ON -Donnxruntime_USE_CUDA_INTERFACE=ON -Donnxruntime_USE_NV_INTERFACE=ON -Donnxruntime_USE_OPENVINO_INTERFACE=ON -Donnxruntime_USE_VITISAI_INTERFACE=ON -Donnxruntime_USE_QNN_INTERFACE=ON -Donnxruntime_USE_MIGRAPHX_INTERFACE=ON -Donnxruntime_USE_MIGRAPHX=OFF -Donnxruntime_DISABLE_CONTRIB_OPS=OFF -Donnxruntime_DISABLE_ML_OPS=OFF -Donnxruntime_DISABLE_GENERATION_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_ENABLE_SESSION_THREADPOOL_CALLBACKS=OFF -Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF -Donnxruntime_ENABLE_LTO=OFF -Donnxruntime_USE_ACL=OFF -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_D
Build and Test OpenVINO EP (AlamLinux8, Py3.12) / 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/