Skip to content

[JS/WegGPU] Initial changes to support wasm64. #31578

[JS/WegGPU] Initial changes to support wasm64.

[JS/WegGPU] Initial changes to support wasm64. #31578

Triggered via pull request July 13, 2024 00:22
Status Failure
Total duration 13m 53s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 26 warnings
Optional Lint
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 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: .gitattributes#L1
[misspell] reported by reviewdog 🐶 "behaviour" is a misspelling of "behavior" Raw Output: ./.gitattributes:1:24: "behaviour" is a misspelling of "behavior"
Optional Lint: winml/lib/Api/LearningModelBinding.cpp#L33
[misspell] reported by reviewdog 🐶 "insensetive" is a misspelling of "insensitive" Raw Output: ./winml/lib/Api/LearningModelBinding.cpp:33:12: "insensetive" is a misspelling of "insensitive"
Optional Lint: winml/lib/Api/impl/NumericData.h#L18
[misspell] reported by reviewdog 🐶 "Privte" is a misspelling of "Private" Raw Output: ./winml/lib/Api/impl/NumericData.h:18:5: "Privte" is a misspelling of "Private"
Optional Lint: winml/test/model/model_tests.cpp#L173
[misspell] reported by reviewdog 🐶 "accomodate" is a misspelling of "accommodate" Raw Output: ./winml/test/model/model_tests.cpp:173:77: "accomodate" is a misspelling of "accommodate"
Optional Lint: winml/test/image/imagetests.cpp#L214
[misspell] reported by reviewdog 🐶 "skiped" is a misspelling of "skipped" Raw Output: ./winml/test/image/imagetests.cpp:214:74: "skiped" is a misspelling of "skipped"
Optional Lint: winml/test/image/imagetests.cpp#L219
[misspell] reported by reviewdog 🐶 "skiped" is a misspelling of "skipped" Raw Output: ./winml/test/image/imagetests.cpp:219:103: "skiped" is a misspelling of "skipped"
Optional Lint: winml/test/common/taefTestMacros.h#L51
[misspell] reported by reviewdog 🐶 "SUPRESS" is a misspelling of "SUPPRESS" Raw Output: ./winml/test/common/taefTestMacros.h:51:8: "SUPRESS" is a misspelling of "SUPPRESS"
Optional Lint: winml/test/api/LearningModelSessionAPITest.cpp#L318
[misspell] reported by reviewdog 🐶 "overriden" is a misspelling of "overridden" Raw Output: ./winml/test/api/LearningModelSessionAPITest.cpp:318:50: "overriden" is a misspelling of "overridden"
Optional Lint: winml/test/common/test.h#L21
[misspell] reported by reviewdog 🐶 "SUPRESS" is a misspelling of "SUPPRESS" Raw Output: ./winml/test/common/test.h:21:14: "SUPRESS" is a misspelling of "SUPPRESS"
Optional Lint: winml/test/common/googleTestMacros.h#L67
[misspell] reported by reviewdog 🐶 "SUPRESS" is a misspelling of "SUPPRESS" Raw Output: ./winml/test/common/googleTestMacros.h:67:39: "SUPRESS" is a misspelling of "SUPPRESS"
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 uses Node.js version which is deprecated 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/common/common.h#L23
[cpplint] reported by reviewdog 🐶 <chrono> is an unapproved C++11 header. [build/c++11] [5] Raw Output: include/onnxruntime/core/common/common.h:23: <chrono> is an unapproved C++11 header. [build/c++11] [5]
Lint C++: include/onnxruntime/core/common/common.h#L96
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/common/common.h:96: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: include/onnxruntime/core/common/common.h#L252
[cpplint] reported by reviewdog 🐶 Use int16/int64/etc, rather than the C type long [runtime/int] [4] Raw Output: include/onnxruntime/core/common/common.h:252: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Lint C++: include/onnxruntime/core/common/common.h#L257
[cpplint] reported by reviewdog 🐶 Use int16/int64/etc, rather than the C type long [runtime/int] [4] Raw Output: include/onnxruntime/core/common/common.h:257: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Lint C++: include/onnxruntime/core/common/const_pointer_container.h#L53
[cpplint] reported by reviewdog 🐶 You don't need a ; after a } [readability/braces] [4] Raw Output: include/onnxruntime/core/common/const_pointer_container.h:53: You don't need a ; after a } [readability/braces] [4]
Lint C++: include/onnxruntime/core/common/eigen_common_wrapper.h#L8
[cpplint] reported by reviewdog 🐶 Include the directory when naming header files [build/include_subdir] [4] Raw Output: include/onnxruntime/core/common/eigen_common_wrapper.h:8: Include the directory when naming header files [build/include_subdir] [4]
Lint C++: include/onnxruntime/core/common/eigen_common_wrapper.h#L10
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/common/eigen_common_wrapper.h:10: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: include/onnxruntime/core/common/eigen_common_wrapper.h#L30
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/common/eigen_common_wrapper.h:30: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: include/onnxruntime/core/common/exceptions.h#L20
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: include/onnxruntime/core/common/exceptions.h:20: Lines should be <= 120 characters long [whitespace/line_length] [2]
Lint C++: include/onnxruntime/core/common/exceptions.h#L20
[cpplint] reported by reviewdog 🐶 You don't need a ; after a } [readability/braces] [4] Raw Output: include/onnxruntime/core/common/exceptions.h:20: You don't need a ; after a } [readability/braces] [4]