Skip to content

ORT 1.24.2 release cherry pick round 1 #50609

ORT 1.24.2 release cherry pick round 1

ORT 1.24.2 release cherry pick round 1 #50609

Triggered via pull request February 12, 2026 22:05
Status Failure
Total duration 31m 16s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 17 warnings
Optional Lint
Process completed with exit code 1.
Optional Lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L28
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:28:26: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L28
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:28:14: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L24
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:24:8: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L24
[shellcheck] reported by reviewdog 🐶 Use "${var:?}" to ensure this never expands to /bin . Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:24:8: warning: Use "${var:?}" to ensure this never expands to /bin . (ShellCheck.SC2115)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L22
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:22:7: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L21
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:21:41: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L21
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:21:4: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L20
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:20:24: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L10
[shellcheck] reported by reviewdog 🐶 BUILD_CONFIG appears unused. Verify use (or export if used externally). Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:10:4: warning: BUILD_CONFIG appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Optional Lint: tools/ci_build/github/linux/copy_strip_binary.sh#L5
[shellcheck] reported by reviewdog 🐶 Invalid flags are not handled. Add a *) case. Raw Output: ./tools/ci_build/github/linux/copy_strip_binary.sh:5:4: warning: Invalid flags are not handled. Add a *) case. (ShellCheck.SC2220)
Python format
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Optional Lint C++: onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc#L1579
[cpplint] reported by reviewdog 🐶 Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4] Raw Output: onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc:1579: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Optional Lint C++: onnxruntime/core/platform/windows/telemetry.cc#L9
[cpplint] reported by reviewdog 🐶 Found C system header after C++ system header. Should be: telemetry.h, c system, c++ system, other. [build/include_order] [4] Raw Output: onnxruntime/core/platform/windows/telemetry.cc:9: Found C system header after C++ system header. Should be: telemetry.h, c system, c++ system, other. [build/include_order] [4]