From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: Zac Medico <zmedico@gentoo.org>
Subject: [gentoo-portage-dev] [PATCH 0/2] Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)
Date: Fri, 19 Jun 2020 13:39:17 -0700 [thread overview]
Message-ID: <20200619203919.22519-1-zmedico@gentoo.org> (raw)
This variable specifies a command that filters build log output to a
log file. The plan is to extend this to support a separate filter for
tty output in the future.
Previous versions of these patches were affected by bug 716636 which
was due to unsafe remove_reader and remove_writer calls in finally
clauses of the PipeLogger _io_loop coroutine. The remove_reader and
remove_writer calls are now skipped if the corresponding file object
has already been closed (which is normal if the coroutine has been
cancelled). Since this kind of bug is not easy to reproduce, currently
Rick Farina <zerochaos@gentoo.org> is testing the patches in order to
verify that they do not trigger emerge hangs like bug 716636.
Bug: https://bugs.gentoo.org/709746
Bug: https://bugs.gentoo.org/716636
Zac Medico (2):
PipeLogger: non-blocking write to pipe (bug 709746)
Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)
lib/_emerge/AbstractEbuildProcess.py | 3 +-
lib/_emerge/BinpkgFetcher.py | 3 +-
lib/_emerge/EbuildFetcher.py | 3 +-
lib/_emerge/EbuildPhase.py | 47 ++++++--
lib/_emerge/SpawnProcess.py | 58 +++++++---
lib/portage/dbapi/_MergeProcess.py | 3 +-
.../ebuild/_config/special_env_vars.py | 8 +-
lib/portage/tests/process/test_PipeLogger.py | 58 ++++++++++
lib/portage/util/_async/BuildLogger.py | 109 ++++++++++++++++++
lib/portage/util/_async/PipeLogger.py | 73 +++++++++---
lib/portage/util/_async/SchedulerInterface.py | 32 ++++-
man/make.conf.5 | 7 +-
12 files changed, 358 insertions(+), 46 deletions(-)
create mode 100644 lib/portage/tests/process/test_PipeLogger.py
create mode 100644 lib/portage/util/_async/BuildLogger.py
--
2.25.3
next reply other threads:[~2020-06-19 20:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-19 20:39 Zac Medico [this message]
2020-06-19 20:39 ` [gentoo-portage-dev] [PATCH 1/2] PipeLogger: non-blocking write to pipe (bug 709746) Zac Medico
2020-06-22 14:35 ` Brian Dolbec
2020-06-19 20:39 ` [gentoo-portage-dev] [PATCH 2/2] Support PORTAGE_LOG_FILTER_FILE_CMD " Zac Medico
2020-06-22 14:46 ` Brian Dolbec
2020-06-23 4:22 ` Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200619203919.22519-1-zmedico@gentoo.org \
--to=zmedico@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox