Created attachment 873994 [details] dev-libs:libei-1.1.0:20231104-013952.log =dev-libs/libei-1.1.0 fails its test suite for me. Specifically, the test "libei:python / protocol-test" times out. I tried patching test/meson.build to increase the timeout limit for this test from the default 30 seconds up to 300 seconds, but the test still timed out. I will attach build log, emerge --info, and the meson testlog.txt.
Created attachment 873995 [details] emerge-info.txt
Created attachment 873996 [details] testlog.txt
On v1.2.1, "libei:python / protocol-test" passes in 7 seconds for me: > 9/10 libei:python / protocol-test OK 7.00s But "libei:sigalrm / eierpecken" times out after 6 minutes: > libei:sigalrm / eierpecken time out (After 300.0 seconds) > 10/10 libei:sigalrm / eierpecken TIMEOUT 300.03s killed by signal 15 SIGTERM Going to repurpose this bug.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abaf6f91c5edc9b609babcd05413d4fafb255a0 commit 7abaf6f91c5edc9b609babcd05413d4fafb255a0 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-04-03 18:52:07 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-04-03 18:52:24 +0000 dev-libs/libei: Don't run sigalrm test Closes: https://bugs.gentoo.org/916777 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-libs/libei/libei-1.2.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3930b5b1889a1c73f4369bb9fb298b08440561 commit 6c3930b5b1889a1c73f4369bb9fb298b08440561 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-04-04 16:27:53 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-04-04 16:51:13 +0000 dev-libs/libei: Add --timeout-multiplier 10 Some tests (protocol-test, scanner-pytest, oeffis-pytest) can take longer than 30 seconds if the system is under load. Bug: https://bugs.gentoo.org/916777 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-libs/libei/libei-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/286