On 9/19/24 16:02, Jochem Ippers via discuss wrote:
> Hi,
> I was a bit shocked when running the tests (make check, after successfully 
> compiling ovs)
> which resulted in more than a thousand failures (ovs version 3.4 and 3.3.2 
> lts under
> RHEL/OL 8 and 9).
> But the "Detailed failed tests" show the same problem in almost all cases:
> 
> 00001|dns_resolve|WARN|Failed to read etc/hosts: syntax error
> 
> There is an older post about the same problem I guess:
> https://mail.openvswitch.org/pipermail/ovs-dev/2021-May/382924.html
> 
> So, does this have to be changed on the ci/cd side? Or can I get around this 
> problem locally
> somehow?
> Attached is the output of a testrun.
> 
> Kind Regards
> Jochem

Hi, Jochem.

This warning means that your /etc/hosts is malformed, i.e. contains incorrectly
formatted records.  /etc/hosts has a strict format that should be followed.
So, yes, this needs to be fixed on the CI/CD side.

Best regards, Ilya Maximets.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to