Re: [bitbake-devel] [PATCH v2] fetch2/wget : reuse cached HTTPS connections
Richard Purdie <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <2a1dfb64170ef90dde4f5def6fe7d86f720257f6.camel@linuxfoundation.org> |
On Fri, 2026-08-14 at 20:12 +0000, Fredrik Svensson via lists.openembedded.org wrote: > The failure happens while the new self-test is generating its > temporary certificate, before it exercises the HTTPS connection > cache. Unfortunately, the test currently redirects both stdout and > stderr to /dev/null, so the log only contains the exit status. > > I reproduced the command in an AlmaLinux 8 container using the same > Yocto 5.1 buildtools, where it succeeds. This therefore looks > specific to the alma8-vk-2worker, possibly its crypto/FIPS > configuration or local state. > > I will prepare a small follow-up patch which captures the OpenSSL > output and includes it in the log. A rerun with that patch should > expose the actual reason. Thanks, I applied it and the result was: https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/4383/steps/15/logs/stdio which suggests buildtools isn't working quite right. What is odd is that if I ssh in and run that bitbake-selftest command on the same build directory, it works and doesn't show the error. I'm not quite sure what is going on here... Cheers, Richard