[WIP, DONT REVIEW] add initializer to graph proto #34128
Triggered via pull request
September 18, 2024 23:23
Status
Failure
Total duration
14m 27s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
33s
Python format
3m 27s
Lint C++
14m 17s
Lint JavaScript
26s
Annotations
2 errors and 17 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
|
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/
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4808
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4808: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4808
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4808: Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4810
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4810: Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4812
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4812: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4814
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4814: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4816
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4816: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4816
[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:4816: At least two spaces is best between code and comments [whitespace/comments] [2]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4848
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4848: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4848
[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:4848: Using deprecated casting style. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint C++:
include/onnxruntime/core/session/onnxruntime_c_api.h#L4868
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_c_api.h:4868: Using deprecated casting style. Use static_cast<float>(...) instead [readability/casting] [4]
|