Skip to content

Bump github.com/mdlayher/ndp from 0.8.0 to 1.0.1 #79

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

Bump github.com/mdlayher/ndp from 0.8.0 to 1.0.1 #79

Triggered via pull request January 25, 2024 02:29
Status Failure
Total duration 14m 57s
Artifacts

go.yml

on: pull_request
Check whether tests need to be run based on diff
15s
Check whether tests need to be run based on diff
Verify docs and spelling
44s
Verify docs and spelling
Unit test (ubuntu-latest)
5m 39s
Unit test (ubuntu-latest)
Unit test (windows-2022)
11m 34s
Unit test (windows-2022)
Integration test
8m 0s
Integration test
Golangci-lint (ubuntu-latest)
3m 42s
Golangci-lint (ubuntu-latest)
Golangci-lint (macos-latest)
5m 16s
Golangci-lint (macos-latest)
Build Antrea and antctl binaries
1m 55s
Build Antrea and antctl binaries
Build Antrea Windows binaries
1m 52s
Build Antrea Windows binaries
Check tidy, code generation and manifest
1m 51s
Check tidy, code generation and manifest
Go benchmark test
4m 22s
Go benchmark test
Fit to window
Zoom out
Zoom in

Annotations

52 errors
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)
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.
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.
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.
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.