Skip to content

Use ipam grpc service instead of library #713

Use ipam grpc service instead of library

Use ipam grpc service instead of library #713

Triggered via pull request February 26, 2024 06:56
Status Failure
Total duration 2m 0s
Artifacts

docker.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
integration
Process completed with exit code 2.
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L1
: # github.com/metal-stack/metal-api/cmd/metal-api/internal/ipam
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L71
syntax error: non-declaration statement outside function body
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L86
syntax error: unexpected ==, expected }
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L102
syntax error: unexpected >>, expected } (typecheck)
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L71
expected declaration, found '<<' (typecheck)
Docker Build: cmd/metal-api/main.go#L52
could not import github.com/metal-stack/metal-api/cmd/metal-api/internal/ipam (-: # github.com/metal-stack/metal-api/cmd/metal-api/internal/ipam
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L71
syntax error: non-declaration statement outside function body
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L86
syntax error: unexpected ==, expected }
Docker Build: cmd/metal-api/internal/ipam/ipam.go#L102
syntax error: unexpected >>, expected }) (typecheck)
Docker Build: cmd/metal-api/main.go#L572
cannot use compress.WithAll(compress.LevelBalanced) (value of type "github.com/bufbuild/connect-go".Option) as "connectrpc.com/connect".ClientOption value in argument to apiv1connect.NewIpamServiceClient: "github.com/bufbuild/connect-go".Option does not implement "connectrpc.com/connect".ClientOption (missing method applyToClient) (typecheck)
Docker Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.