Open Kernald opened 2 days ago
Builds on my machine; Might "Too many open files" indicate a problem with the build host?
For what it's worth, I'm getting the same error on my NixOS machine. That's with 9223372036854775807
as my /proc/sys/fs/file-max
, which intuitively sounds like a lot... lsof | wc -l
gives me 679705
, so nowhere close to the actual limit. I wonder if Nix builds run in a more limited sandbox?
I have been deploying paperless-ngx since months on unstable without any issues so I am wondering from where this is coming from.
I have the same problem with what looks to me to be the same error log.
Doubling the number of available open file didn't resolve it (so I either failed at that, or the sandboxing does something)
The last working commit for me predates 24.11 and is 6f6076c37180ea3a916f84928cf3a714c5207a30 .
I saw a similar problem today with black so it could be pytest or kennel related which I don't hop it is.
Steps To Reproduce
Steps to reproduce the behavior:
paperless-ngx
fromrelease-24.11
Build log
https://hydra.nixos.org/build/280100659/nixlog/1
Additional context
Metadata
Notify maintainers
@leona-ya @SuperSandro2000 @erikarvstedt
Note for maintainers: Please tag this issue in your PR.
Add a :+1: reaction to issues you find important.