Christian Decker
Christian Decker
Sounds like a file descriptor limit being hit. We recently addressed us running into the FD limit, and this is likely covered by those changes.
> @cdecker Pretty sure this CI got disrupted by the Poetry `1.8.0` release a few hours ago. The `Dockerfile.alpine` works locally for me when I change the command to `python3...
This being a `msggen`-related change, you probably want to `make check-gen-updated` which is what is run on CI to check that all dependent files have beenm updated, and then `make...
Hm, that `ulimit` comment is concerning, we should never have more than 1024 FDs open at a time, and this might indicate an FD leak.
Rebased on top of `master`. Hopefully we can make it into the release, no reason not to try :-) Sorry for forgetting about this one :frowning_face:
So the symptom appears to be a missing teardown of some fixtures in case of an error? I think we might be able to make things more flexible by using...
Very nice change, thanks for contributing @s373nZ. It just missed the release window for v24.02, but I'll mark it for inclusion in v25.05 :+1:
> @cdecker Gentle reminder -- is this still slated for inclusion in `v25.05`? @endothermicdev is the release captain for this release so it'll be his decision, buy I'm happy to...
Any chance you could run with `--log-level=io` and restart? Hopefully that'd give us something to look at. Otherwise this is very hard to reproduce without having access.
Fixed a minor issue when parsing non-release version.