On Wed, Jan 24, 2024 at 09:01:23AM -0800, Jakub Kicinski wrote: > On Wed, 24 Jan 2024 08:22:55 -0800 Jakub Kicinski wrote: > > > Going through the failing ksft-net series on > > > https://netdev.bots.linux.dev/status.html, all the tests I'm > > > responsible seem to be passing. > > > > Here's a more handy link filtered down to failures (clicking on > > the test counts links here): > > > > https://netdev.bots.linux.dev/contest.html?branch=net-next-2024-01-24--15-00&executor=vmksft-net-mp&pass=0 > > > > I have been attributing the udpg[rs]o and timestamp tests to you, > > but I haven't actually checked.. are they not yours? :) > > Ah, BTW, a major source of failures seems to be that iptables is > mapping to nftables on the executor. And either nftables doesn't > support the functionality the tests expect or we're missing configs :( > E.g. the TTL module. I could only find in the listing above this: https://netdev-2.bots.linux.dev/vmksft-net-mp/results/435141/37-ip-defrag-sh/stdout which shows: ip6tables v1.8.8 (nf_tables): Couldn't load match `conntrack':No such file or directory which seems like setup is broken, ie. it could not find libxt_conntrack.so What is the issue?