Skip to content

singlepointipam can work with IP ranges #6327

singlepointipam can work with IP ranges

singlepointipam can work with IP ranges #6327

Triggered via pull request May 17, 2024 16:33
Status Failure
Total duration 2m 56s
Artifacts

ci.yaml

on: pull_request
yamllint  /  yamllint
10s
yamllint / yamllint
golangci-lint  /  golangci-lint
1m 56s
golangci-lint / golangci-lint
exclude-fmt-errorf  /  exclude-fmt-errorf
6s
exclude-fmt-errorf / exclude-fmt-errorf
restrict-nsm-deps  /  restrict-nsm-deps
5s
restrict-nsm-deps / restrict-nsm-deps
checkgomod  /  checkgomod
37s
checkgomod / checkgomod
gogenerate  /  gogenerate
41s
gogenerate / gogenerate
exclude-replace  /  excludereplace
7s
exclude-replace / excludereplace
Matrix: build-and-test / build-and-test
Matrix: code-cov
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 3 warnings
golangci-lint / golangci-lint: pkg/networkservice/ipam/groupipam/server_test.go#L1
: # github.com/networkservicemesh/sdk/pkg/networkservice/ipam/groupipam_test [github.com/networkservicemesh/sdk/pkg/networkservice/ipam/groupipam.test]
golangci-lint / golangci-lint: pkg/networkservice/ipam/groupipam/server_test.go#L101
cannot use singlepointipam.NewServer (value of type func(networks ...*singlepointipam.IpamNet) networkservice.NetworkServiceServer) as func(...*net.IPNet) networkservice.NetworkServiceServer value in argument to groupipam.WithCustomIPAMServer (typecheck)
golangci-lint / golangci-lint: pkg/tools/ippool/ippool.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
golangci-lint / golangci-lint: pkg/tools/ippool/ippool_test.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
golangci-lint / golangci-lint: pkg/networkservice/ipam/singlepointipam/range.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
golangci-lint / golangci-lint: pkg/networkservice/ipam/singlepointipam/server.go#L3
Actual: Copyright (c) 2023 Cisco and/or its affiliates.
golangci-lint / golangci-lint: pkg/networkservice/ipam/singlepointipam/range_test.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
golangci-lint / golangci-lint: pkg/networkservice/ipam/singlepointipam/server_test.go#L1
Pattern (Copyright \(c\) (((20\d\d\-2024)|(2024))) .*\n\n)+ doesn't match. (goheader)
golangci-lint / golangci-lint
issues found
code-cov (macos-latest): pkg/networkservice/ipam/groupipam/server_test.go#L101
cannot use singlepointipam.NewServer (value of type func(networks ...*singlepointipam.IpamNet) networkservice.NetworkServiceServer) as func(...*net.IPNet) networkservice.NetworkServiceServer value in argument to groupipam.WithCustomIPAMServer
code-cov (macos-latest)
Process completed with exit code 1.
build-and-test / build-and-test (ubuntu-latest): pkg/networkservice/ipam/groupipam/server_test.go#L101
cannot use singlepointipam.NewServer (value of type func(networks ...*singlepointipam.IpamNet) networkservice.NetworkServiceServer) as func(...*net.IPNet) networkservice.NetworkServiceServer value in argument to groupipam.WithCustomIPAMServer
build-and-test / build-and-test (ubuntu-latest)
Process completed with exit code 1.
code-cov (ubuntu-latest)
The job was canceled because "macos-latest" failed.
code-cov (ubuntu-latest): pkg/networkservice/ipam/groupipam/server_test.go#L101
cannot use singlepointipam.NewServer (value of type func(networks ...*singlepointipam.IpamNet) networkservice.NetworkServiceServer) as func(...*net.IPNet) networkservice.NetworkServiceServer value in argument to groupipam.WithCustomIPAMServer
code-cov (ubuntu-latest)
The operation was canceled.
build-and-test / build-and-test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build-and-test / build-and-test (windows-latest)
The operation was canceled.
build-and-test / build-and-test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
build-and-test / build-and-test (macos-latest): pkg/networkservice/ipam/groupipam/server_test.go#L101
cannot use singlepointipam.NewServer (value of type func(networks ...*singlepointipam.IpamNet) networkservice.NetworkServiceServer) as func(...*net.IPNet) networkservice.NetworkServiceServer value in argument to groupipam.WithCustomIPAMServer
build-and-test / build-and-test (macos-latest)
The operation was canceled.
gogenerate / gogenerate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
code-cov (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
code-cov (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/