Skip to content
Success

#20374 (Feb 9, 2026, 1:34:03 PM)

Started 17 days ago
Took 1 min 20 sec on build5-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2355
originally caused by:

This run spent:

  • 6.4 sec waiting;
  • 1 min 20 sec build duration;
  • 1 min 26 sec total from scheduled to completion.
Revision: bebcccd5758f37e122be736d2dbe93575abd6bfe
Repository: $GERRIT_REPO_URL
  • master
logging: Support nonblocking-io for log target stderr & file, make it default

The nonblocking-io used to be the mode used until recently, where wq
only was used if the write buffer was full.
This is more performant that always waiting for poll() to write, plus
the fact that we write to system synchronously, hence seeing output
immediatelly or not losing it if program crashes.
Furthermore, It turns out using wq in multithreaded programs may cause
problems, so better switch back to using nonblocking-io by default.

Related: OS#6947
Change-Id: I46420f4b174d3a9ed01e993e2e89aea3b46c0dd7
Pau Espin Pedrol at