Skip to content

Use a Node's primary NIC as the secondary OVS bridge physical interface #31842

Use a Node's primary NIC as the secondary OVS bridge physical interface

Use a Node's primary NIC as the secondary OVS bridge physical interface #31842

Triggered via pull request March 31, 2024 18:41
Status Failure
Total duration 10m 42s
Artifacts

go.yml

on: pull_request
Check whether tests need to be run based on diff
19s
Check whether tests need to be run based on diff
Verify docs and spelling
27s
Verify docs and spelling
Unit test (ubuntu-latest)
6m 32s
Unit test (ubuntu-latest)
Unit test (windows-2022)
9m 44s
Unit test (windows-2022)
Integration test
10m 7s
Integration test
Golangci-lint (ubuntu-latest)
3m 58s
Golangci-lint (ubuntu-latest)
Golangci-lint (macos-latest)
6m 9s
Golangci-lint (macos-latest)
Build Antrea and antctl binaries
9m 51s
Build Antrea and antctl binaries
Build Antrea Windows binaries
1m 47s
Build Antrea Windows binaries
Check tidy, code generation and manifest
5m 0s
Check tidy, code generation and manifest
Go benchmark test
4m 42s
Go benchmark test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Build Antrea Windows binaries: pkg/agent/secondarynetwork/init.go#L69
undefined: util.PrepareHostInterfaceConnection
Build Antrea Windows binaries: pkg/agent/secondarynetwork/init.go#L111
undefined: util.RestoreHostInterfaceConfiguration
Build Antrea Windows binaries
Process completed with exit code 2.
Golangci-lint (ubuntu-latest): pkg/agent/util/net_linux.go#L405
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
Golangci-lint (ubuntu-latest): pkg/agent/secondarynetwork/init.go#L68
SA4006: this value of `err` is never used (staticcheck)
Golangci-lint (ubuntu-latest)
Process completed with exit code 2.
Golangci-lint (macos-latest): pkg/agent/secondarynetwork/init.go#L68
SA4006: this value of `err` is never used (staticcheck)
Golangci-lint (macos-latest): pkg/agent/util/net_linux.go#L405
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
Golangci-lint (macos-latest)
Process completed with exit code 2.
Unit test (windows-2022): pkg/agent/secondarynetwork/init.go#L69
undefined: util.PrepareHostInterfaceConnection
Unit test (windows-2022): pkg/agent/secondarynetwork/init.go#L111
undefined: util.RestoreHostInterfaceConfiguration
Unit test (windows-2022)
Process completed with exit code 1.
Unit test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.