Skip to content

write stderr from the subprocess in lb-wrapcmd to stdout

Maciej Pawel Szymanski requested to merge maszyman-stderr-buffer into master

This way the problem with G4 builds hanging after the compilation is gone.

I wonder if this has something to do with the fact that since Python 3.9, sys.stderr is line-buffered.

We do not lose the information about stderr while presenting the logs in the frontend, because it's sent separately from stdout to the socket. It's just that they are indistinguishable in the log file.

See e.g. http://128.141.207.39:8080/nightly/celery-test/41/

Merge request reports