Implementation of TreeEnsemble ai.onnx.ml==5 #36736
Triggered via pull request
November 19, 2024 08:25
Status
Failure
Total duration
31m 20s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
35s
Python format
3m 5s
Optional Lint C++
31m 9s
Lint JavaScript
36s
Annotations
2 errors and 15 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/providers/cpu/ml/tree_ensemble_attribute.h#L168
[misspell] reported by reviewdog 🐶
"seperated" is a misspelling of "separated"
Raw Output:
./onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:168:29: "seperated" is a misspelling of "separated"
|
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/cpu/ml/tree_ensemble.cc#L30
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc:30: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc#L37
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.cc:37: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L5
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:5: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L16
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:16: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h#L22
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble.h:22: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L9
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:9: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L10
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:10: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: tree_ensemble_attribute.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:11: Found C++ system header after other header. Should be: tree_ensemble_attribute.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L113
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:113: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h#L80
[cpplint] reported by reviewdog 🐶
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/cpu/ml/tree_ensemble_attribute.h:80: Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
|