vendor: github.com/vishvananda/netlink v1.3.0#48368
Conversation
|
Hm... 🤔 |
|
Looks like this issue where things broke; vishvananda/netlink@3b7e16c That commit renamed |
d17e825 to
09e1071
Compare
09e1071 to
13453fa
Compare
|
Hmm some failures on arm64 (jenkins); could be related? |
|
Ugh; lots of failures. I think there's something borked in the module 😔 |
This error message comes from here: moby/libnetwork/osl/interface_linux.go Lines 528 to 542 in d8f079d So it barfs out because there's a default route (ie. moby/libnetwork/sandbox_unix_test.go Lines 155 to 161 in d8f079d So either |
|
Thanks for looking @akerouanton ! Yeah, we need to find out what's happening and if it was an intentional change. Unfortunately the diff since the last beta is quite large 😬 At least let me /cc @aboch 👋 in case he would know, and "FYI" that something could be off |
|
@akerouanton someone gave some hints at possible suspects;
|
13453fa to
5eff8b8
Compare
|
The error seen on Jenkins is quite concerning, but not related to this PR (https://ci-next.docker.com/public/blue/organizations/jenkins/moby/detail/PR-48368/6/pipeline/#step-70-log-620): |
|
I think I've seen that fail before. I think this is where the panic happens; moby/integration/plugin/authz/main_test.go Line 159 in e0b61d4 And looking at the However, it is assigned to in moby/integration/plugin/authz/authz_plugin_test.go Lines 54 to 72 in e0b61d4 And ... |
|
I see e8dc902 changed it from a |
Local changes related to: - vishvananda/netlink@c96b03b - vishvananda/netlink@dedb7ec full diff: vishvananda/netlink@v1.2.1-beta.2...v1.2.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: vishvananda/netlink@v1.2.1...v1.3.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
5eff8b8 to
2c498c6
Compare
|
v1.3.0 was released; I pushed an extra commit to update it to that version; vendor: github.com/vishvananda/netlink v1.3.0full diff: vishvananda/netlink@v1.2.1...v1.3.0 |
|
Seeing some |
|
They're both expected to fail, but not sure if that's the exact error message we should get. cc @robmry |
Yes, "no available IPv6 addresses on this network's address pools" is expected, but wrong - there should be an address available. ("test64bl" is just the name of the network, with its id.) |
LOL, so I went to create a ticket for that test, but turns out I already did some time ago; |
|
@robmry so, this PR is good to go, or is there something to look into? |
Oh, sorry - I didn't realise you'd already fixed the nil vs. unspecified thing ... I don't know of anything else. |
|
Thanks! I'll bring this one in to also have some burn-in time in master 😄 (in case there's unexpected changes still hiding) |
|
For discoverability: this updated introduced various regressions; some fixes on our side are in the PR below; |
vendor: github.com/vishvananda/netlink v1.2.1
full diff: vishvananda/netlink@v1.2.1-beta.2...v1.2.1
vendor: github.com/vishvananda/netlink v1.3.0
full diff: vishvananda/netlink@v1.2.1...v1.3.0
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)