Skip to content

refine ep plugin c++ wrapper #37298

refine ep plugin c++ wrapper

refine ep plugin c++ wrapper #37298

Triggered via pull request December 17, 2024 08:10
Status Failure
Total duration 30m 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 18 warnings
Python format
Process completed with exit code 1.
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
Lint JavaScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Optional Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Python format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/
Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L20
[cpplint] reported by reviewdog 🐶 private: should be indented +1 space inside struct TensorRef [whitespace/indent] [3] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:20: private: should be indented +1 space inside struct TensorRef [whitespace/indent] [3]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L37
[cpplint] reported by reviewdog 🐶 private: should be indented +1 space inside struct Graph [whitespace/indent] [3] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:37: private: should be indented +1 space inside struct Graph [whitespace/indent] [3]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L110
[cpplint] reported by reviewdog 🐶 Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:110: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L64
[cpplint] reported by reviewdog 🐶 Add #include <utility> for pair<> [build/include_what_you_use] [4] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:64: Add #include <utility> for pair<> [build/include_what_you_use] [4]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L80
[cpplint] reported by reviewdog 🐶 Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:80: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L72
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:72: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L213
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:213: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L217
[cpplint] reported by reviewdog 🐶 Do not indent within a namespace. [whitespace/indent_namespace] [4] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:217: Do not indent within a namespace. [whitespace/indent_namespace] [4]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L218
[cpplint] reported by reviewdog 🐶 Do not indent within a namespace. [whitespace/indent_namespace] [4] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:218: Do not indent within a namespace. [whitespace/indent_namespace] [4]
Lint C++: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L219
[cpplint] reported by reviewdog 🐶 Do not indent within a namespace. [whitespace/indent_namespace] [4] Raw Output: include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:219: Do not indent within a namespace. [whitespace/indent_namespace] [4]