VCPKG improvements #38941
Triggered via pull request
February 13, 2025 23:44
Status
Failure
Total duration
32m 13s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
37s
Python format
2m 20s
Optional Lint C++
31m 47s
Lint JavaScript
39s
Annotations
2 errors and 14 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
|
Optional Lint
Process completed with exit code 1.
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L14
[shellcheck] reported by reviewdog 🐶
Invalid flags are not handled. Add a *) case.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:14:4: warning: Invalid flags are not handled. Add a *) case. (ShellCheck.SC2220)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L24
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:24:6: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L26
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:26:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L34
[shellcheck] reported by reviewdog 🐶
ShellCheck can't follow non-constant source. Use a directive to specify location.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:34:7: warning: ShellCheck can't follow non-constant source. Use a directive to specify location. (ShellCheck.SC1090)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L35
[shellcheck] reported by reviewdog 🐶
This alias can't be defined and used in the same parsing unit. Use a function instead.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:35:11: warning: This alias can't be defined and used in the same parsing unit. Use a function instead. (ShellCheck.SC2262)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L35
[shellcheck] reported by reviewdog 🐶
This expands when defined, not when used. Consider escaping.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:35:56: warning: This expands when defined, not when used. Consider escaping. (ShellCheck.SC2139)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L36
[shellcheck] reported by reviewdog 🐶
Since they're in the same parsing unit, this command will not refer to the previously mentioned alias.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:36:5: info: Since they're in the same parsing unit, this command will not refer to the previously mentioned alias. (ShellCheck.SC2263)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L38
[shellcheck] reported by reviewdog 🐶
Quote this to prevent word splitting.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:38:12: warning: Quote this to prevent word splitting. (ShellCheck.SC2046)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L42
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:42:10: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
Optional Lint:
tools/ci_build/github/linux/run_build.sh#L43
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./tools/ci_build/github/linux/run_build.sh:43:31: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
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/
|