https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/frr-8.2.2 passed test suite but did not execute any tests. Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: This machine uses MUSL libc
Created attachment 813487 [details] build.log build log and emerge --info
Tests are being executed and pass correctly looking at the build log, but I guess it doesn't output the final results in the test-suite.log, which is what the QA check is looking for I guess. It looks like there is another file generated that contains test results > - generated xml file: /var/tmp/portage/net-misc/frr-8.2.2/work/frr-frr->8.2.2/tests/tests.xml - Maybe the QA check can be updated to look for these files as well (I'm not really sure if the same thing is happening with any other package in the tree, so it might also be a build system bug in frr...)
While technically true that the main test suite is invoked via run_tests.py which doesn't output in test-suite.log, there are some optional tests under pceplib/test that are executed based on an automagic dep on dev-util/cunit. Add that as a dep and we kill two birds with one stone - increase test suite coverage and get rid of the warning.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7800989084810e6f4f07971406c29c99f2852832 commit 7800989084810e6f4f07971406c29c99f2852832 Author: Jaco Kroon <jaco@uls.co.za> AuthorDate: 2024-10-02 10:31:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-04 08:11:48 +0000 net-misc/frr: add 9.1.2 (security) CVE-2024-31950 CVE-2024-31951 CVE-2024-31949 CVE-2024-44070 Closes: https://bugs.gentoo.org/907879 Closes: https://bugs.gentoo.org/872323 Closes: https://bugs.gentoo.org/894076 Bug: https://bugs.gentoo.org/940744 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Reviewed-by: Alarig Le Lay <alarig@swordarmor.fr> Signed-off-by: Sam James <sam@gentoo.org> net-misc/frr/Manifest | 1 + net-misc/frr/frr-9.1.2.ebuild | 147 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fd816e93e82764783b0f1d7d74f252c5e77863 commit 36fd816e93e82764783b0f1d7d74f252c5e77863 Author: Jaco Kroon <jaco@uls.co.za> AuthorDate: 2024-10-02 10:24:14 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-04 08:11:47 +0000 net-misc/frr: add 9.0.4 (CVE-2024-31950, CVE-2024-31951, CVE-2024-44070) Bug: https://bugs.gentoo.org/907879 Bug: https://bugs.gentoo.org/872323 Bug: https://bugs.gentoo.org/894076 Bug: https://bugs.gentoo.org/940744 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Reviewed-by: Alarig Le Lay <alarig@swordarmor.fr> Signed-off-by: Sam James <sam@gentoo.org> net-misc/frr/Manifest | 1 + net-misc/frr/frr-9.0.4.ebuild | 156 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 157 insertions(+)