Skip to content

Bump github.com/mdlayher/ndp from 0.8.0 to 1.1.0 #299

Bump github.com/mdlayher/ndp from 0.8.0 to 1.1.0

Bump github.com/mdlayher/ndp from 0.8.0 to 1.1.0 #299

Triggered via pull request March 13, 2024 11:14
Status Failure
Total duration 14m 33s
Artifacts

go.yml

on: pull_request
Check whether tests need to be run based on diff
16s
Check whether tests need to be run based on diff
Verify docs and spelling
46s
Verify docs and spelling
Unit test (ubuntu-latest)
5m 41s
Unit test (ubuntu-latest)
Unit test (windows-2022)
13m 50s
Unit test (windows-2022)
Integration test
8m 32s
Integration test
Golangci-lint (ubuntu-latest)
3m 51s
Golangci-lint (ubuntu-latest)
Golangci-lint (macos-latest)
5m 53s
Golangci-lint (macos-latest)
Build Antrea and antctl binaries
2m 3s
Build Antrea and antctl binaries
Build Antrea Windows binaries
1m 53s
Build Antrea Windows binaries
Check tidy, code generation and manifest
2m 8s
Check tidy, code generation and manifest
Go benchmark test
4m 26s
Go benchmark test
Fit to window
Zoom out
Zoom in

Annotations

52 errors
Build Antrea and antctl binaries: pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Build Antrea and antctl binaries: pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo
Build Antrea and antctl binaries: pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Build Antrea and antctl binaries: pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned
Build Antrea and antctl binaries
Process completed with exit code 2.
Check tidy, code generation and manifest
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Check tidy, code generation and manifest
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo
Check tidy, code generation and manifest
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Check tidy, code generation and manifest
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo
Check tidy, code generation and manifest
no required module provides package antrea.io/antrea/pkg/agent/cniserver: go.mod file not found in current directory or any parent directory; see 'go help modules'
Check tidy, code generation and manifest
no required module provides package go.uber.org/mock/mockgen/model: go.mod file not found in current directory or any parent directory; see 'go help modules'
Check tidy, code generation and manifest
Process completed with exit code 2.
Golangci-lint (ubuntu-latest): pkg/agent/ipassigner/ip_assigner_linux.go#L30
could not import antrea.io/antrea/pkg/agent/ipassigner/responder (-: # antrea.io/antrea/pkg/agent/ipassigner/responder
Golangci-lint (ubuntu-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Golangci-lint (ubuntu-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned) (typecheck)
Golangci-lint (ubuntu-latest): pkg/agent/ipassigner/ip_assigner_linux.go#L33
could not import antrea.io/antrea/pkg/agent/util/ndp (-: # antrea.io/antrea/pkg/agent/util/ndp
Golangci-lint (ubuntu-latest): pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Golangci-lint (ubuntu-latest): pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo) (typecheck)
Golangci-lint (ubuntu-latest): pkg/agent/cniserver/interface_configuration_linux.go#L36
could not import antrea.io/antrea/pkg/agent/util/ndp (-: # antrea.io/antrea/pkg/agent/util/ndp
Golangci-lint (ubuntu-latest): pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Golangci-lint (ubuntu-latest): pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo) (typecheck)
Golangci-lint (ubuntu-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Go benchmark test: pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Go benchmark test: pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo
Go benchmark test: pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Go benchmark test: pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned
Go benchmark test
Process completed with exit code 1.
Unit test (ubuntu-latest): pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Unit test (ubuntu-latest): pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo
Unit test (ubuntu-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Unit test (ubuntu-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned
Unit test (ubuntu-latest)
Process completed with exit code 2.
Golangci-lint (macos-latest): pkg/agent/ipassigner/ip_assigner_linux.go#L30
could not import antrea.io/antrea/pkg/agent/ipassigner/responder (-: # antrea.io/antrea/pkg/agent/ipassigner/responder
Golangci-lint (macos-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Golangci-lint (macos-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned) (typecheck)
Golangci-lint (macos-latest): pkg/agent/ipassigner/ip_assigner_linux.go#L33
could not import antrea.io/antrea/pkg/agent/util/ndp (-: # antrea.io/antrea/pkg/agent/util/ndp
Golangci-lint (macos-latest): pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Golangci-lint (macos-latest): pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo) (typecheck)
Golangci-lint (macos-latest): pkg/agent/cniserver/interface_configuration_linux.go#L36
could not import antrea.io/antrea/pkg/agent/util/ndp (-: # antrea.io/antrea/pkg/agent/util/ndp
Golangci-lint (macos-latest): pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Golangci-lint (macos-latest): pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo) (typecheck)
Golangci-lint (macos-latest): pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Integration test: pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type "net".IP) as netip.Addr value in struct literal
Integration test: pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type "net".IP) as netip.Addr value in argument to conn.WriteTo
Integration test: pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Integration test: pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned
Integration test
Process completed with exit code 2.
Unit test (windows-2022): pkg/agent/ipassigner/responder/ndp_responder.go#L66
cannot use conn (variable of type *ndp.Conn) as ndpConn value in struct literal: *ndp.Conn does not implement ndpConn (wrong type for method JoinGroup)
Unit test (windows-2022): pkg/agent/ipassigner/responder/ndp_responder.go#L100
cannot use ns.TargetAddress (variable of type netip.Addr) as "net".IP value in argument to r.isIPAssigned
Unit test (windows-2022): pkg/agent/util/ndp/ndp.go#L38
cannot use srcIP (variable of type net.IP) as netip.Addr value in struct literal
Unit test (windows-2022): pkg/agent/util/ndp/ndp.go#L46
cannot use net.IPv6linklocalallnodes (variable of type net.IP) as netip.Addr value in argument to conn.WriteTo
Unit test (windows-2022)
Process completed with exit code 1.