Skip to content

[main] Upgrade to latest dependencies #8261

[main] Upgrade to latest dependencies

[main] Upgrade to latest dependencies #8261

Triggered via pull request July 7, 2023 01:55
Status Success
Total duration 5m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

knative-style.yaml

on: pull_request
style  /  changes
5s
style / changes
style  /  ...  /  Lint
5m 7s
style / Golang / Lint
style  /  ...  /  Do Not Submit
8s
style / Golang / Do Not Submit
style  /  ...  /  shell
17s
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

1 error and 14 warnings
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/serving/serving. Supported file pattern: go.sum
style / suggester / shell: vendor/golang.org/x/sys/unix/mkall.sh#L30
[shellcheck] reported by reviewdog 🐶 Raw Output: vendor/golang.org/x/sys/unix/mkall.sh:30:- sed 1q $i | sed 's;^// ;;' | sh > _$i && gofmt < _$i > $i vendor/golang.org/x/sys/unix/mkall.sh:31:- rm _$i vendor/golang.org/x/sys/unix/mkall.sh:30:+ sed 1q "$i" | sed 's;^// ;;' | sh > _"$i" && gofmt < _"$i" > "$i" vendor/golang.org/x/sys/unix/mkall.sh:31:+ rm _"$i"
style / suggester / shell: vendor/golang.org/x/sys/unix/mkall.sh#L52
[shellcheck] reported by reviewdog 🐶 Raw Output: vendor/golang.org/x/sys/unix/mkall.sh:52:- $cmd docker build --tag generate:$GOOS $GOOS vendor/golang.org/x/sys/unix/mkall.sh:53:- $cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")/.." && pwd):/build generate:$GOOS vendor/golang.org/x/sys/unix/mkall.sh:52:+ $cmd docker build --tag generate:"$GOOS" "$GOOS" vendor/golang.org/x/sys/unix/mkall.sh:53:+ $cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")/.." && pwd):/build generate:"$GOOS"
style / suggester / shell: vendor/golang.org/x/sys/unix/mkall.sh#L234
[shellcheck] reported by reviewdog 🐶 Raw Output: vendor/golang.org/x/sys/unix/mkall.sh:234:- echo "$mksyscall -tags $GOOS,$GOARCH $syscall_goos $GOOSARCH_in && gofmt -w zsyscall_$GOOSARCH.go && gofmt -w zsyscall_"$GOOSARCH"_gccgo.go && gofmt -w zsyscall_"$GOOSARCH"_gc.go " ; vendor/golang.org/x/sys/unix/mkall.sh:234:+ echo "$mksyscall -tags $GOOS,$GOARCH $syscall_goos $GOOSARCH_in && gofmt -w zsyscall_$GOOSARCH.go && gofmt -w zsyscall_""$GOOSARCH""_gccgo.go && gofmt -w zsyscall_""$GOOSARCH""_gc.go " ;
style / suggester / shell: vendor/golang.org/x/sys/unix/mkall.sh#L50
[shfmt] reported by reviewdog 🐶 Raw Output: vendor/golang.org/x/sys/unix/mkall.sh:50:- # Use the Docker-based build system vendor/golang.org/x/sys/unix/mkall.sh:51:- # Files generated through docker (use $cmd so you can Ctl-C the build or run) vendor/golang.org/x/sys/unix/mkall.sh:52:- $cmd docker build --tag generate:$GOOS $GOOS vendor/golang.org/x/sys/unix/mkall.sh:53:- $cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")/.." && pwd):/build generate:$GOOS vendor/golang.org/x/sys/unix/mkall.sh:54:- exit vendor/golang.org/x/sys/unix/mkall.sh:50:+ # Use the Docker-based build system vendor/golang.org/x/sys/unix/mkall.sh:51:+ # Files generated through docker (use $cmd so you can Ctl-C the build or run) vendor/golang.org/x/sys/unix/mkall.sh:52:+ $cmd docker build --tag generate:$GOOS $GOOS vendor/golang.org/x/sys/unix/mkall.sh:53:+ $cmd docker run --interactive --tty --volume $(cd -- "$(dirname -- "$0")/.." && pwd):/build generate:$GOOS vendor/golang.org/x/sys/unix/mkall.sh:54:+ exit
style / suggester / shell: vendor/google.golang.org/grpc/vet.sh#L63
[shfmt] reported by reviewdog 🐶 Raw Output: vendor/google.golang.org/grpc/vet.sh:63:- make proto && git status --porcelain 2>&1 | fail_on_output || \ vendor/google.golang.org/grpc/vet.sh:64:- (git status; git --no-pager diff; exit 1) vendor/google.golang.org/grpc/vet.sh:63:+ make proto && git status --porcelain 2>&1 | fail_on_output || vendor/google.golang.org/grpc/vet.sh:64:+ ( vendor/google.golang.org/grpc/vet.sh:65:+ git status vendor/google.golang.org/grpc/vet.sh:66:+ git --no-pager diff vendor/google.golang.org/grpc/vet.sh:67:+ exit 1 vendor/google.golang.org/grpc/vet.sh:68:+ )
style / suggester / shell: vendor/google.golang.org/grpc/vet.sh#L121
[shfmt] reported by reviewdog 🐶 Raw Output: vendor/google.golang.org/grpc/vet.sh:121:-staticcheck -go 1.19 -checks 'inherit,-ST1015,-ST1019,-SA1019' ./... > "${SC_OUT}" || true vendor/google.golang.org/grpc/vet.sh:129:+staticcheck -go 1.19 -checks 'inherit,-ST1015,-ST1019,-SA1019' ./... >"${SC_OUT}" || true
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/serving/serving. 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/serving/serving. Supported file pattern: go.sum
style / Golang / Auto-format and Check (goimports)
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. 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/serving/serving. Supported file pattern: go.sum