Skip to content

[WIP] Out-Tree EP feature #34129

[WIP] Out-Tree EP feature

[WIP] Out-Tree EP feature #34129

Triggered via pull request September 18, 2024 23:27
Status Failure
Total duration 14m 21s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 17 warnings
Python format
Process completed with exit code 1.
Optional Lint C++
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: onnxruntime/core/session/onnxruntime_c_api.cc#L2603
[misspell] reported by reviewdog 🐶 "seperately" is a misspelling of "separately" Raw Output: ./onnxruntime/core/session/onnxruntime_c_api.cc:2603:90: "seperately" is a misspelling of "separately"
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Python format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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++: include/onnxruntime/core/framework/ort_type_constraints.h#L6
[cpplint] reported by reviewdog 🐶 Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4] Raw Output: include/onnxruntime/core/framework/ort_type_constraints.h:6: Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: include/onnxruntime/core/framework/ort_type_constraints.h#L7
[cpplint] reported by reviewdog 🐶 Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4] Raw Output: include/onnxruntime/core/framework/ort_type_constraints.h:7: Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: include/onnxruntime/core/framework/ort_type_constraints.h#L8
[cpplint] reported by reviewdog 🐶 Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4] Raw Output: include/onnxruntime/core/framework/ort_type_constraints.h:8: Found C++ system header after other header. Should be: ort_type_constraints.h, c system, c++ system, other. [build/include_order] [4]
Optional Lint C++: include/onnxruntime/core/framework/ort_type_constraints.h#L12
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/framework/ort_type_constraints.h:12: Lines should be <= 120 characters long [whitespace/line_length] [2]
Optional Lint C++: include/onnxruntime/core/framework/ort_type_constraints.h#L12
[cpplint] reported by reviewdog 🐶 You don't need a ; after a } [readability/braces] [4] Raw Output: include/onnxruntime/core/framework/ort_type_constraints.h:12: You don't need a ; after a } [readability/braces] [4]
Optional Lint C++: include/onnxruntime/core/framework/ort_type_constraints.h#L13
[cpplint] reported by reviewdog 🐶 private: should be indented +1 space inside struct OrtTypeConstraints [whitespace/indent] [3] Raw Output: include/onnxruntime/core/framework/ort_type_constraints.h:13: private: should be indented +1 space inside struct OrtTypeConstraints [whitespace/indent] [3]
Optional Lint C++: include/onnxruntime/core/session/environment.h#L106
[cpplint] reported by reviewdog 🐶 Add #include <string> for string [build/include_what_you_use] [4] Raw Output: include/onnxruntime/core/session/environment.h:106: Add #include <string> for string [build/include_what_you_use] [4]
Optional Lint C++: include/onnxruntime/core/session/environment.h#L106
[cpplint] reported by reviewdog 🐶 Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4] Raw Output: include/onnxruntime/core/session/environment.h:106: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Optional Lint C++: include/onnxruntime/core/session/onnxruntime_c_api.h#L729
[cpplint] reported by reviewdog 🐶 At least two spaces is best between code and comments [whitespace/comments] [2] Raw Output: include/onnxruntime/core/session/onnxruntime_c_api.h:729: At least two spaces is best between code and comments [whitespace/comments] [2]
Optional Lint C++: include/onnxruntime/core/session/onnxruntime_c_api.h#L742
[cpplint] reported by reviewdog 🐶 Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4] Raw Output: include/onnxruntime/core/session/onnxruntime_c_api.h:742: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]