Skip to content

Enable VCPKG in CI build #38077

Enable VCPKG in CI build

Enable VCPKG in CI build #38077

Triggered via pull request January 18, 2025 23:50
@snnnsnnn
synchronize #23426
snnn/vcpkg2
Status Failure
Total duration 20m 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 15 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 C++
Process completed with exit code 1.
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L12
[shellcheck] reported by reviewdog 🐶 getopts specified -u, but it's not handled by this 'case'. Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:12:4: warning: getopts specified -u, but it's not handled by this 'case'. (ShellCheck.SC2213)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L12
[shellcheck] reported by reviewdog 🐶 Invalid flags are not handled. Add a *) case. Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:12:4: warning: Invalid flags are not handled. Add a *) case. (ShellCheck.SC2220)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L15
[shellcheck] reported by reviewdog 🐶 TORCH_VERSION appears unused. Verify use (or export if used externally). Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:15:4: warning: TORCH_VERSION appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L17
[shellcheck] reported by reviewdog 🐶 CU_VER appears unused. Verify use (or export if used externally). Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:17:4: warning: CU_VER appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L18
[shellcheck] reported by reviewdog 🐶 INSTALL_DEPS_TRAINING appears unused. Verify use (or export if used externally). Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:18:4: warning: INSTALL_DEPS_TRAINING appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L19
[shellcheck] reported by reviewdog 🐶 INSTALL_DEPS_DISTRIBUTED_SETUP appears unused. Verify use (or export if used externally). Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:19:4: warning: INSTALL_DEPS_DISTRIBUTED_SETUP appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L20
[shellcheck] reported by reviewdog 🐶 TARGET_ROCM appears unused. Verify use (or export if used externally). Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:20:4: warning: TARGET_ROCM appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
Optional Lint: tools/ci_build/github/linux/docker/scripts/install_python_deps.sh#L47
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/docker/scripts/install_python_deps.sh:47:33: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Optional Lint: tools/ci_build/github/linux/build_tensorrt_ci.sh#L4
[shellcheck] reported by reviewdog 🐶 See if you can use ${variable//search/replace} instead. Raw Output: ./tools/ci_build/github/linux/build_tensorrt_ci.sh:4:22: info: See if you can use ${variable//search/replace} instead. (ShellCheck.SC2001)
Optional Lint: tools/ci_build/github/linux/build_tensorrt_ci.sh#L4
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./tools/ci_build/github/linux/build_tensorrt_ci.sh:4:27: 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/
Optional Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636