Skip to content

webhook: Disable HTTP2 by default #57

webhook: Disable HTTP2 by default

webhook: Disable HTTP2 by default #57

Re-run triggered October 19, 2023 08:10
Status Failure
Total duration 5m 1s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 4 warnings
test
unknown field MetricsBindAddress in struct literal of type manager.Options
test: vendor/sigs.k8s.io/kustomize/kyaml/openapi/openapi.go#L683
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
test: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L36
cannot use &CachedOpenAPIGetter{} (value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: *CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method OpenAPISchema)
test: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L49
cannot use g.openAPIClient.OpenAPISchema() (value of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in assignment
test: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L78
cannot use oapi (variable of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in argument to NewOpenAPIData
test: vendor/k8s.io/kubectl/pkg/util/openapi/openapi.go#L52
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to proto.NewOpenAPIData
test
Process completed with exit code 2.
test-coverage
unknown field MetricsBindAddress in struct literal of type manager.Options
test-coverage: vendor/sigs.k8s.io/kustomize/kyaml/openapi/openapi.go#L683
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
test-coverage: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L36
cannot use &CachedOpenAPIGetter{} (value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: *CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method OpenAPISchema)
test-coverage: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L49
cannot use g.openAPIClient.OpenAPISchema() (value of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in assignment
test-coverage: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L78
cannot use oapi (variable of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in argument to NewOpenAPIData
test-coverage: vendor/k8s.io/kubectl/pkg/util/openapi/openapi.go#L52
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to proto.NewOpenAPIData
test-coverage
Process completed with exit code 2.
build
unknown field MetricsBindAddress in struct literal of type manager.Options
build: vendor/sigs.k8s.io/kustomize/kyaml/openapi/openapi.go#L683
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
build: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L36
cannot use &CachedOpenAPIGetter{} (value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: *CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method OpenAPISchema)
build: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L49
cannot use g.openAPIClient.OpenAPISchema() (value of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in assignment
build: vendor/k8s.io/kubectl/pkg/util/openapi/openapi_getter.go#L78
cannot use oapi (variable of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in argument to NewOpenAPIData
build: vendor/k8s.io/kubectl/pkg/util/openapi/openapi.go#L52
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to proto.NewOpenAPIData
build
Process completed with exit code 2.
Golangci-lint: main.go#L1
: # github.com/k8snetworkplumbingwg/sriov-network-operator
Golangci-lint: main.go#L106
unknown field MetricsBindAddress in struct literal of type manager.Options
Golangci-lint: main.go#L107
unknown field Port in struct literal of type manager.Options
Golangci-lint: main.go#L114
unknown field Namespace in struct literal of type manager.Options
Golangci-lint: main.go#L122
unknown field MetricsBindAddress in struct literal of type manager.Options (typecheck)
Golangci-lint
issues found
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/