Skip to content

Refactor aws cloud service and introduce a client provider #2667

Refactor aws cloud service and introduce a client provider

Refactor aws cloud service and introduce a client provider #2667

Triggered via pull request October 18, 2024 17:15
Status Failure
Total duration 2m 55s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Build
cannot use provider.NewDefaultAWSClientsProvider(awsConfig, endpointsResolver) (value of type *provider.defaultAWSClientsProvider) as provider.AWSClientsProvider value in assignment: *provider.defaultAWSClientsProvider does not implement provider.AWSClientsProvider (missing method GetELBV2Client)
Build
cannot use provider.NewDefaultAWSClientsProvider(awsConfig, endpointsResolver) (value of type *provider.defaultAWSClientsProvider) as provider.AWSClientsProvider value in assignment: *provider.defaultAWSClientsProvider does not implement provider.AWSClientsProvider (missing method GetELBV2Client)
Build
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
Build
no required module provides package sigs.k8s.io/aws-load-balancer-controller/pkg/ingress: go.mod file not found in current directory or any parent directory; see 'go help modules'
Build
cannot use provider.NewDefaultAWSClientsProvider(awsConfig, endpointsResolver) (value of type *provider.defaultAWSClientsProvider) as provider.AWSClientsProvider value in assignment: *provider.defaultAWSClientsProvider does not implement provider.AWSClientsProvider (missing method GetELBV2Client)
Build
cannot use provider.NewDefaultAWSClientsProvider(awsConfig, endpointsResolver) (value of type *provider.defaultAWSClientsProvider) as provider.AWSClientsProvider value in assignment: *provider.defaultAWSClientsProvider does not implement provider.AWSClientsProvider (missing method GetELBV2Client)
Build
no required module provides package github.com/golang/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
Build
no required module provides package sigs.k8s.io/aws-load-balancer-controller/pkg/deploy/elbv2: go.mod file not found in current directory or any parent directory; see 'go help modules'
Build: pkg/aws/cloud.go#L135
cannot use provider.NewDefaultAWSClientsProvider(awsConfig, endpointsResolver) (value of type *provider.defaultAWSClientsProvider) as provider.AWSClientsProvider value in assignment: *provider.defaultAWSClientsProvider does not implement provider.AWSClientsProvider (missing method GetELBV2Client)
Build
Process completed with exit code 2.
verify
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/
verify
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build
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 use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/