On Debian testing running on Ryzen 9 + 64 GB RAM :
upgrading 10.7.beta4 to 10.7.beta8 failed on HTML documentation building) on an error involving libsymmetrtica.so.2 not found ; rebuilding after make distclean with the same configuration succeeded uneventfully.
make ptestlong gives one transient failure :
and 5 permanent failures :
sage -t --long --warn-long 30.0 --random-seed=15124984069522987737676286774590800912 src/sage/libs/gap/element.pyx # Killed due to segmentation faultAlready reported.
sage -t --long --warn-long 30.0 --random-seed=15124984069522987737676286774590800912 src/sage/coding/linear_code.py # 4 doctests failedAlready reported (misplaced file).
sage -t --long --warn-long 30.0 --random-seed=15124984069522987737676286774590800912 src/sage/rings/polynomial/multi_polynomial_ideal.py # 1 doctest failed Failed example: sorted(I.variety(algorithm='msolve', # optional - msolve, needs sage.rings.finite_rings proof=False), key=str) Expected: [{y: 1, x: 1}, {y: 1, x: 536870908}, {y: 536870908, x: 1}, {y: 536870908, x: 536870908}] Got: [{y: 1, x: 1}, {y: 536870908, x: 1}, {y: 1, x: 536870908}, {y: 536870908, x: 536870908}]Cosmetic (identical results differently ordered).
sage -t --long --warn-long 30.0 --random-seed=15124984069522987737676286774590800912 src/sage/rings/real_mpfr.pyx # 1 doctest failedAlready reported
sage -t --long --warn-long 30.0 --random-seed=15124984069522987737676286774590800912 src/sage/rings/polynomial/msolve.py # 14 doctests failedThe 14 errors are all cosmetic (identical results differently ordered).
These cosmetic errors might be avoided by comparing the sets of solutions rather than the printed expression of their lists ; the same applies to dictionary results (whose display might differ by the ordering of keys).
Advice for reporting and/or fixing ?
HTH,