On Wed, Jul 08, 2026 at 03:13:44PM +0300, Adrian Bunk wrote:
> On Tue, Jun 09, 2026 at 11:44:48AM +0000, Santiago Vila wrote:
> > Package: src:hotspot
> > Version: 1.6.0-0.1
> > Severity: serious
> > Tags: ftbfs forky sid
> >...
> > The following tests FAILED:
> >       5 - tst_callgraphgenerator (Subprocess aborted)
> > Errors while running CTest
> >...
> 
> Builds for me.
> Builds in reproducible.
> ppc64el only has the same unrelated failure as before, this test passes
> on the buildd.

It also failed to build for the guix distribution, and they disabled
the test. This is probably not the best source but it's
what I found:

https://www.mail-archive.com/[email protected]/msg284510.html

> Can you bisect what broke it for you?

I can only offer a VM for anybody who wants to debug it (including
upstream authors, if they ever read this).

My recommendation is that the test is disabled as flaky, as guix
already did. I'm attaching a patch to do that.

Thanks.
commit a01aa9ded8f66682836d39613f24cc8dcbd276eb
Author: Santiago Vila <[email protected]>
Date:   Wed Jul 8 18:50:00 2026 +0200

    Skip flaky test tst_callgraphgenerator. Closes: #1139547.

diff --git a/debian/rules b/debian/rules
index f90f34a..6e442e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,5 +20,6 @@ execute_before_dh_clean:
 
 override_dh_auto_test:
        # Skip tests that need unavailable rustc_demangle and d_demangle
+       # Skip also tst_callgraphgenerator as flaky
        dh_auto_test -- \
-               ARGS\+="-E 'tst_perfdata|tst_models|tst_perfparser'"
+               ARGS\+="-E 
'tst_perfdata|tst_models|tst_perfparser|tst_callgraphgenerator'"

Reply via email to