Skip to content

Replace test-infra with toolbox #7

Replace test-infra with toolbox

Replace test-infra with toolbox #7

Triggered via pull request July 7, 2023 01:23
Status Failure
Total duration 44s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
3s
style / changes
style  /  ...  /  Lint
14s
style / Golang / Lint
style  /  ...  /  Do Not Submit
7s
style / Golang / Do Not Submit
style  /  ...  /  shell
8s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Auto-format and Check
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 18 warnings
style / suggester / shell
Process completed with exit code 1.
style / suggester / shell
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://git.luolix.topmunity/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
style / suggester / shell
Process completed with exit code 1.
style / Golang / Auto-format and Check (gofmt)
Restore cache failed: Dependencies file is not found in /home/runner/work/hack/hack. Supported file pattern: go.sum
style / suggester / shell: library.sh#L166
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:166:- local upper="$(echo $1 | tr a-z A-Z)" library.sh:166:+ local upper="$(echo "$1" | tr a-z A-Z)"
style / suggester / shell: library.sh#L182
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:182:- [[ "$(type -t $1)" == "function" ]] library.sh:182:+ [[ "$(type -t "$1")" == "function" ]]
style / suggester / shell: library.sh#L230
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:230:- if ! kubectl ${KUBECTL_ARGS} > /dev/null 2>&1; then library.sh:230:+ if ! kubectl "${KUBECTL_ARGS}" > /dev/null 2>&1; then
style / suggester / shell: library.sh#L238
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:238:- kubectl ${KUBECTL_ARGS} library.sh:238:+ kubectl "${KUBECTL_ARGS}"
style / suggester / shell: library.sh#L256
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:256:- if kubectl ${KUBECTL_ARGS} > /dev/null 2>&1; then library.sh:256:+ if kubectl "${KUBECTL_ARGS}" > /dev/null 2>&1; then
style / suggester / shell: library.sh#L264
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:264:- kubectl ${KUBECTL_ARGS} library.sh:264:+ kubectl "${KUBECTL_ARGS}"
style / suggester / shell: library.sh#L279
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:279:- local pods="$(kubectl get pods --no-headers -n $1 | grep -v Terminating)" library.sh:279:+ local pods="$(kubectl get pods --no-headers -n "$1" | grep -v Terminating)"
style / suggester / shell: library.sh#L286
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:286:- local status=(`echo -n ${pod} | cut -f2 -d' ' | tr '/' ' '`) library.sh:286:+ local status=($(echo -n "${pod}" | cut -f2 -d' ' | tr '/' ' '))
style / suggester / shell: library.sh#L313
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:313:- kubectl -n $1 get pods "${failed_pod}" -oyaml library.sh:313:+ kubectl -n "$1" get pods "${failed_pod}" -oyaml
style / suggester / shell: library.sh#L315
[shellcheck] reported by reviewdog 🐶 Raw Output: library.sh:315:- kubectl -n $1 logs "${failed_pod}" --all-containers library.sh:315:+ kubectl -n "$1" logs "${failed_pod}" --all-containers
style / Golang / Boilerplate Check (sh)
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/
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/hack/hack. Supported file pattern: go.sum
style / Golang / Lint
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/
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/hack/hack. Supported file pattern: go.sum
style / Golang / Auto-format and Check (goimports)
Restore cache failed: Dependencies file is not found in /home/runner/work/hack/hack. Supported file pattern: go.sum
style / Golang / Boilerplate Check (go)
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/
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/hack/hack. Supported file pattern: go.sum