Skip to content

[main] Upgrade to latest dependencies #3052

[main] Upgrade to latest dependencies

[main] Upgrade to latest dependencies #3052

Triggered via pull request July 9, 2024 17:23
Status Failure
Total duration 1m 53s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
4s
style / changes
style  /  ...  /  Auto-format and Check
15s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
1m 31s
style / Golang / Lint
style  /  ...  /  Do Not Submit
8s
style / Golang / Do Not Submit
style  /  ...  /  shell
9s
style / suggester / shell
style  /  ...  /  yaml
21s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 6 warnings
style / Golang / Boilerplate Check (sh): hack/boilerplate/add-boilerplate.sh#L1
[Bash headers] reported by reviewdog 🐶 missing boilerplate: Raw Output: hack/boilerplate/add-boilerplate.sh:1: missing boilerplate: #!/usr/bin/env bash # Copyright 2024 The Knative Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License.
style / Golang / Boilerplate Check (sh): test/upload-test-images.sh#L2
[Bash headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: test/upload-test-images.sh:2: found mismatched boilerplate lines: {[]string}[0]: -: "" +: "#" {[]string}[7]: -: "# http://www.apache.org/licenses/LICENSE-2.0" +: "# https://www.apache.org/licenses/LICENSE-2.0"
style / Golang / Boilerplate Check (go): hack/tools.go#L6
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: hack/tools.go:6: found mismatched boilerplate lines: {[]string}[0->?]: -: "" +: <non-existent> {[]string}[4->?]: -: "" +: <non-existent> {[]string}[6->?]: -: "" +: <non-existent> {[]string}[?->10]: -: <non-existent> +: "" {[]string}[?->11]: -: <non-existent> +: "package tools" {[]string}[?->13]: -: <non-existent> +: "// This package imports things required by this repository, to force `go mod` to see them as dependencies"
style / Golang / Boilerplate Check (go): pkg/reconciler/common/transformers.go#L3
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: pkg/reconciler/common/transformers.go:3: found mismatched boilerplate lines: {[]string}[0->?]: -: "" +: <non-existent> {[]string}[4->?]: -: "" +: <non-existent> {[]string}[6->?]: -: "" +: <non-existent> {[]string}[?->10]: -: <non-existent> +: "" {[]string}[?->11]: -: <non-existent> +: "package common" {[]string}[?->13]: -: <non-existent> +: "import ("
style / Golang / Boilerplate Check (go): pkg/reconciler/knativeeventing/controller.go#L2
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: pkg/reconciler/knativeeventing/controller.go:2: found mismatched boilerplate lines: {[]string}[0]: -: "Copyright 2024 The Knative Authors" +: "Copyright 2024 The Knative Authors." {[]string}[1->?]: -: "" +: <non-existent> {[]string}[5->?]: -: "" +: <non-existent> {[]string}[7->?]: -: "" +: <non-existent> {[]string}[?->11]: -: <non-existent> +: "" {[]string}[?->12]: -: <non-existent> +: "package knativeeventing" {[]string}[?->14]: -: <non-existent> +: "import ("
style / Golang / Boilerplate Check (go): pkg/reconciler/knativeserving/controller.go#L2
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: pkg/reconciler/knativeserving/controller.go:2: found mismatched boilerplate lines: {[]string}[0]: -: "Copyright 2024 The Knative Authors" +: "Copyright 2024 The Knative Authors." {[]string}[1->?]: -: "" +: <non-existent> {[]string}[5->?]: -: "" +: <non-existent> {[]string}[7->?]: -: "" +: <non-existent> {[]string}[?->11]: -: <non-existent> +: "" {[]string}[?->12]: -: <non-existent> +: "package knativeserving" {[]string}[?->14]: -: <non-existent> +: "import ("
style / Golang / Boilerplate Check (go): test/client/setup.go#L8
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: test/client/setup.go:8: found mismatched boilerplate lines: {[]string}[0]: -: " http://www.apache.org/licenses/LICENSE-2.0" +: " https://www.apache.org/licenses/LICENSE-2.0"
style / Golang / Boilerplate Check (go): test/clients.go#L8
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: test/clients.go:8: found mismatched boilerplate lines: {[]string}[0]: -: " http://www.apache.org/licenses/LICENSE-2.0" +: " https://www.apache.org/licenses/LICENSE-2.0"
style / Golang / Boilerplate Check (go): test/downgrade/knative_postdowngrade_test.go#L11
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: test/downgrade/knative_postdowngrade_test.go:11: found mismatched boilerplate lines: {[]string}[0]: -: " http://www.apache.org/licenses/LICENSE-2.0" +: " https://www.apache.org/licenses/LICENSE-2.0"
style / Golang / Boilerplate Check (go): test/e2e/knativeeventingdeployment_test.go#L11
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: test/e2e/knativeeventingdeployment_test.go:11: found mismatched boilerplate lines: {[]string}[0]: -: " http://www.apache.org/licenses/LICENSE-2.0" +: " https://www.apache.org/licenses/LICENSE-2.0"
style / Golang / Boilerplate Check (go): test/e2e/knativeservingdeployment_test.go#L11
[Go headers] reported by reviewdog 🐶 found mismatched boilerplate lines: Raw Output: test/e2e/knativeservingdeployment_test.go:11: found mismatched boilerplate lines: {[]string}[0]: -: " http://www.apache.org/licenses/LICENSE-2.0" +: " https://www.apache.org/licenses/LICENSE-2.0"
style / Golang / Boilerplate Check (go)
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
style / Golang / Lint: README.md#L29
[trailing whitespace] reported by reviewdog 🐶 and [DEVELOPMENT.md](./DEVELOPMENT.md). For a list of help wanted issues across Raw Output: README.md:29:and [DEVELOPMENT.md](./DEVELOPMENT.md). For a list of help wanted issues across
style / Golang / Lint: docs/release.md#L88
[trailing whitespace] reported by reviewdog 🐶 ... Raw Output: docs/release.md:88: ...
style / Golang / Lint: docs/release.md#L109
[trailing whitespace] reported by reviewdog 🐶 ... Raw Output: docs/release.md:109: ...
style / Golang / Lint: .ko.yaml#L1
[EOF Newline] reported by reviewdog 🐶 Missing newline Raw Output: .ko.yaml:1: Missing newline
style / Golang / Lint: pkg/reconciler/common/testdata/kodata/empty/empty-resource.yaml#L1
[EOF Newline] reported by reviewdog 🐶 Missing newline Raw Output: pkg/reconciler/common/testdata/kodata/empty/empty-resource.yaml:1: Missing newline
style / Golang / Lint: pkg/reconciler/knativeeventing/source/testdata/kodata/eventing-source/empty.yaml#L1
[EOF Newline] reported by reviewdog 🐶 Missing newline Raw Output: pkg/reconciler/knativeeventing/source/testdata/kodata/eventing-source/empty.yaml:1: Missing newline
style / suggester / shell
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum
style / suggester / yaml
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/operator/operator. Supported file pattern: go.sum