Ludovic Courtès writes: > Hi Simon, > > (- guix-devel) > > Simon Josefsson writes: > >> I instrumented the Debian package build system to patch the script to >> print debug info, below is that log output, is this better? > > I made a mistake: in ‘file_descriptor_count’, the line to add should be: > > ls -l /proc/$shepherd_pid/fd/ >&2 > > Otherwise, if we do not redirect the output to standard error, the test > breaks poorly: > > ./tests/services/log-rotation.sh: line 186: test: too many arguments > > Could you try that? Sure, see output below. /Simon