Skip to content

Add an option to change reselect function #6595

Add an option to change reselect function

Add an option to change reselect function #6595

Triggered via pull request November 12, 2024 05:07
Status Failure
Total duration 4m 38s
Artifacts

ci.yaml

on: pull_request
yamllint  /  yamllint
9s
yamllint / yamllint
golangci-lint  /  golangci-lint
1m 37s
golangci-lint / golangci-lint
exclude-fmt-errorf  /  exclude-fmt-errorf
3s
exclude-fmt-errorf / exclude-fmt-errorf
restrict-nsm-deps  /  restrict-nsm-deps
5s
restrict-nsm-deps / restrict-nsm-deps
checkgomod  /  checkgomod
44s
checkgomod / checkgomod
gogenerate  /  gogenerate
35s
gogenerate / gogenerate
exclude-replace  /  excludereplace
2s
exclude-replace / excludereplace
Matrix: build-and-test / build-and-test
Matrix: code-cov
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 5 warnings
golangci-lint / golangci-lint: pkg/tools/clock/clock.go#L62
cannot use &realTimer{…} (value of type *realTimer) as Timer value in return statement: *realTimer does not implement Timer (missing method Reset) (typecheck)
golangci-lint / golangci-lint: pkg/tools/clock/clock.go#L72
cannot use &realTimer{…} (value of type *realTimer) as Timer value in return statement: *realTimer does not implement Timer (missing method Reset) (typecheck)
golangci-lint / golangci-lint: pkg/tools/clock/clock.go#L78
cannot use &realTicker{…} (value of type *realTicker) as Ticker value in return statement: *realTicker does not implement Ticker (missing method Reset) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/client.go#L61
b.LoadOrStore undefined (type *beginClient has no field or method LoadOrStore) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/client.go#L65
b.Delete undefined (type *beginClient has no field or method Delete) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/client.go#L74
b.Load undefined (type *beginClient has no field or method Load) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/client.go#L87
b.Delete undefined (type *beginClient has no field or method Delete) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/client.go#L107
b.Load undefined (type *beginClient has no field or method Load) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/client.go#L119
b.Load undefined (type *beginClient has no field or method Load) (typecheck)
golangci-lint / golangci-lint: pkg/networkservice/common/begin/server.go#L50
b.LoadOrStore undefined (type *beginServer has no field or method LoadOrStore) (typecheck)
code-cov (macos-latest)
race detected during execution of test
code-cov (macos-latest)
race detected during execution of test
code-cov (macos-latest)
Process completed with exit code 1.
build-and-test / build-and-test (windows-latest)
Process completed with exit code 1.
gogenerate / gogenerate
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
code-cov (ubuntu-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/
code-cov (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
code-cov (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/