Hello there, Dave! Pleasure to meet you, too, and welcome to GURU! I left a reply on the bug, but here's some additional information regarding your questions. > I am particularly curious about testing pipelines for package builds, > if any, and what was is different between my environment and whatever > environment this release build was tested on before merging. As NRK mentioned, testing is mostly done locally in a separate [Gentoo installation][1] that is close the target one. Personally, I use an [Incus][2] container for that, with a bit of a [setup][3]. Now, for [package testing][4], I run `ebuild package.ebuild clean test` to test the package and `pkgcheck scan --net` to test the ebuild. If I am confident that the last one will pass, I just call `pkgdev commit -s -- signoff` that will do the check as well. As of now, I am still uncertain what was the primary difference between our environments, besides you using stable packages and having a fresher Gentoo repository. [1] https://wiki.gentoo.org/wiki/Test_environment [2] https://linuxcontainers.org/incus/ [3] https://gitlab.com/paveloom-g/personal/gentoo/incus [4] https://wiki.gentoo.org/wiki/Package_testing > How does the contribution/ownership model work when it comes to GURU > packages and any bugs associated with them? Here's a snippet from the [GURU's wiki page][5] that answers this question: > Packages in GURU are community maintained. While users are encouraged > to list themselves as maintainers and take explicit responsibility > for their packages, it is acceptable for others to commit > improvements to those packages and to commit packages without an > explicit maintainer. One should still both aim for consensus and also > reach out to the current maintainer or previous folks who touched the > ebuild as a courtesy. [5] https://wiki.gentoo.org/wiki/Project:GURU — Pavel Sobolev