Implement pre-packed blobs serialization on disk and their memory mapping on load #37345
Triggered via pull request
December 19, 2024 02:33
Status
Success
Total duration
30m 30s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
34s
Python format
3m 16s
Optional Lint C++
30m 18s
Lint JavaScript
36s
Annotations
1 error and 16 warnings
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
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/
|
Optional Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
include/onnxruntime/core/graph/graph.h#L6
[cpplint] reported by reviewdog 🐶
<filesystem> is an unapproved C++17 header. [build/c++17] [5]
Raw Output:
include/onnxruntime/core/graph/graph.h:6: <filesystem> is an unapproved C++17 header. [build/c++17] [5]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.cc#L89
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.cc:89: Add #include <string> for string [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.cc#L100
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.cc:100: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L10
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:10: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:11: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L12
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:12: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L13
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:13: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L14
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:14: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L15
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:15: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Optional Lint C++:
onnxruntime/core/framework/prepacked_weights_container.h#L16
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:16: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|