Carbon logs are blank when using python 3 and >=dev-python/twisted-17. See: * https://github.com/graphite-project/carbon/issues/749 * https://github.com/graphite-project/carbon/pull/774 * https://github.com/graphite-project/carbon/commit/712f9aeca396be153e6d278ba6f6c144c2097d9c I would recommend either masking Reproducible: Always
I would recommend either masking python3 until a new version is released or pulling in the patch linked patch if possible. Currently if py3 is the system default carbon will silently fail (quite annoying).
Also, as a workaround, one can add the following to /etc/conf.d/carbon-cache and restart carbon-cache: export EPYTHON=python2.7
I think backporting the r+ -> rb+ change will be simple and sufficient for now.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a824c0b9ad84ae44e1ba9ab993374b2c20ef583d commit a824c0b9ad84ae44e1ba9ab993374b2c20ef583d Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2018-07-22 16:45:19 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2018-07-22 16:45:53 +0000 dev-python/carbon: fix logging with Python 3, bug #661340 Closes: https://bugs.gentoo.org/661340 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/carbon/{carbon-1.1.3.ebuild => carbon-1.1.3-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+)