On Fri, Jan 14, 2022 at 9:10 AM Eric Gourgoulhon <[email protected]> wrote: > > On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM: > - incremental build (-j16) from 9.5.beta8, with system python (3.8.10): OK > - make ptestlong --> 2 doctests failed in src/sage/game_theory/parser.py > > This is a permanent failure: > > sage -t --long --warn-long 67.0 > --random-seed=127661401430613686989226810121136436198 > src/sage/game_theory/parser.py > ********************************************************************** > File "src/sage/game_theory/parser.py", line 75, in > sage.game_theory.parser.Parser.format_lrs > Failed example: > lrs_output[:-2] # > optional - lrslib > Expected: > [..., > '2 0 1 2 \n', > '1 1/2 1/2 -2 \n', > '\n', > '2 0 1 2 \n', > '1 0 1 -2 \n', > '\n', > '*Number of equilibria found: 2\n', > '*Player 1: vertices=3 bases=3 pivots=5\n', > '*Player 2: vertices=2 bases=1 pivots=6\n', > '\n'] > Got: > ['*lrsnash:lrslib v.7.0 2018.7.1(64bit,lrsgmp.h,hybrid arithmetic) gmp > v.6.1\n', > '2 0 1 2 \n', > '1 1/2 1/2 -2 \n', > '\n', > '2 0 1 2 \n', > '1 0 1 -2 \n', > '\n', > '*Number of equilibria found: 2\n', > '*Player 1: vertices=3 bases=3 pivots=5\n', > '*Player 2: vertices=2 bases=1 pivots=6\n', > '\n', > '*lrsnash:lrslib v.7.0 2018.7.1(64bit,lrsgmp.h,hybrid arithmetic)\n'] > **********************************************************************
is this system-wide lrslib? I'd say it's Ubuntu's bug then. > > On another Ubuntu 20.04 computer, but with lrslib not installed, no error is > reported, certainly because the doctest is skipped due to the marker > "optional - lrslib". > > Eric. > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/fa6a174e-357a-4119-8eea-f22b28735997n%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq1KXb0_G2neXt0HChrcqjDBt_LCJzrmWdU4tfBERo7Apg%40mail.gmail.com.
