<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 12, 2023 at 12:41 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/12/23 09:27, enh wrote:<br>
> On Sat, Jun 10, 2023 at 12:58 PM Rob Landley <<a href="mailto:rob@landley.net" target="_blank">rob@landley.net</a><br>
> <mailto:<a href="mailto:rob@landley.net" target="_blank">rob@landley.net</a>>> wrote:<br>
> <br>
> On 6/9/23 18:42, enh wrote:<br>
> > > Try commit a5b5749cc7f0<br>
> > ><br>
> > > that actually seems to have _broken_ things more reliably? looking<br>
> at your<br>
> > > change, it seems like you forgot to actually touch the -F test?<br>
> ><br>
> > Sigh, I spent so much effort convincing myself I didn't need to quote<br>
> stuff I<br>
> > missed the case where I did. :P<br>
> ><br>
> > Try commit 87abbcad8f8c<br>
> ><br>
> > (yes, that works [on Android and Debian both]. thanks!)<br>
> <br>
> Which I believe means the test is finding no modules, which raises questions<br>
> about the test environment...<br>
> <br>
> yeah, let me know if you want to try to debug that further (or just check in<br>
> test changes that will blow up with useful diagnostics),<br>
<br>
It's basically "find /dir -name '*.ko'" produces results, or it does not. Not a<br>
huge amount of subtlety there. Since it's no longer trying to discard stderr<br>
then if nothing is written to stderr, it most likely means there's nothing in<br>
that directory. (Even the directory not being there or not being readable should<br>
produce an error to stderr, which would show up in the log...)<br>
<br>
Which means it's a VM setup issue, which is not really my area. :)<br></blockquote><div><br></div><div>yeah, me neither. i suppose i should <a class="gmail_plusreply" id="plusReplyChip-0" href="mailto:adelva@google.com" tabindex="-1">+Alistair Delva</a> in case he's interested (internal bug for this was <a href="https://b.corp.google.com/issues/279863718">https://b.corp.google.com/issues/279863718</a>). but the 0.08% failure rate makes me think this clearly isn't a normal state for those VMs to be in!</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
(Mac not having any linux kernel modules is... unsurprising.)<br>
<br>
> but personally i'm<br>
> prepared to stick my head in the sand where virtualized servers are concerned.<br>
> (though obviously now we have the get out clause, we wouldn't notice if we<br>
> started skipping all these tests in configurations we care about too.)<br>
<br>
I need to circle back to getting the tests to run in mkroot, then at least I<br>
should be testing them. In which context "skipped" is similar to an error,<br>
modulo the "this is only tested on glibc" and so on ones. Finite whitelist...<br>
<br>
Rob<br>
</blockquote></div></div>