rawleyfowler / Humming-Bird

A fun and performant web application framework for Raku
MIT License
44 stars 6 forks source link

SparkyCI build fails #82

Closed melezhik closed 4 months ago

melezhik commented 4 months ago

Hi! I've migrated the pipeline to Sparky and now build fails - https://sparky.sparrowhub.io/report/gh-rawleyfowler-Humming-Bird/22420

19:34:42 :: ===> Testing [OK] for Test::Util::ServerPort:ver<0.0.5>:auth:api<1.0> 19:34:42 :: ===> Testing: IO::Socket::Async::SSL:ver<0.7.14>:auth 19:34:42 :: [IO::Socket::Async::SSL] # address already in use 19:34:42 :: ===> Testing [FAIL]: IO::Socket::Async::SSL:ver<0.7.14>:auth

I guess this is IO::Socket::Async::SSL fault

HTH, Alexey

If you want to change the pipeline - please do so via PR - https://github.com/melezhik/ci.sparrowhub/blob/master/projects/gh-rawleyfowler-Humming-Bird/sparrowfile

rawleyfowler commented 4 months ago

I'm guessing that's just an issue with the container not having OpenSSL installed.

melezhik commented 4 months ago

I've added SSL info, please take a look - https://sparky.sparrowhub.io/report/gh-rawleyfowler-Humming-Bird/22432 artifacts->ssl.txt

melezhik commented 4 months ago

it passed now btw, looks like flickering bug with IO::Socket::Async::SSL passing it's tests

rawleyfowler commented 4 months ago

Cool, thanks!