Public bug reported:

The tests fail with the following output:

########> Diff in /usr/share/gap/pkg/guava/tst/guava.tst:649
m
# Input is:
p := CodeIsomorphism( C1, C2 );
# Expected output:
(2,13,7,10,8,3,5,4,14)(12,15)
# But found:
Syntax error: expression expected in /tmp/gaptempfile.XJJWPR:1
GUAVA_TEMP_VAR :=   &
                   ^
 false
 ########
########> Diff in /usr/share/gap/pkg/guava/tst/guava.tst:651
# Input is:
C3 := PermutedCode( C1, p );
# Expected output:
a linear [15,5,7]5 permuted code
# But found:
Error, no method found! For debugging hints type ?Recovery from NoMe\
\
thodFound
Error, no 1st choice method found for `PermutedCode' on 2 arguments
########
########> Diff in /usr/share/gap/pkg/guava/tst/guava.tst:653
# Input is:
C2 = C3;
# Expected output:
true
# But found:
Error, Variable: 'C3' must have a value
########
#I  Errors detected while testing package guava version 3.19
#I  using the test file `/usr/share/gap/pkg/guava/tst/guava.tst'
########
    2204 ms (103 ms GC) and 425MB allocated for makecheck.tst
-----------------------------------
total      2204 ms (103 ms GC) and 425MB allocated
              1 failures in 1 of 1 files

#I  Errors detected while testing

I can reproduce the failure using upstream's development branch. Using
UBSan or AddressSanitizer didn't produce anything useful, however using
ThreadSanitizer made the tests pass, which makes me think there's a race
condition somewhere.

Given that it is the only failure of its kind on all the autopkgtests,
I'm guessing the fault lies outside of glibc and in either the gap-guava
code base or the main gap code.

** Affects: gap-guava (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2077414

Title:
  gap-guava autopkgtests fail on amd64 with glibc 2.40

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gap-guava/+bug/2077414/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to