2021-05-01 à 01:13, Volker Braun:
>
> c27d4d6803 (tag: 9.3.rc5, trac/develop) Updated SageMath version to 9.3.rc5

Thanks for this new release.

On macOS 10.14.6, using many Homebrew packages,
the build from a working 9.3.rc4 succeeds. Running

    make testlong

gives two failing doctests:
```
$ make testlong
...
----------------------------------------------------------------------
sage -t --long --warn-long 83.9 --random-seed=0
src/sage/tests/gap_packages.py  # 1 doctest failed
sage -t --long --warn-long 83.9 --random-seed=0
src/sage/groups/abelian_gps/abelian_group_gap.py  # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 16587.5 seconds
    cpu time: 13377.4 seconds
    cumulative wall time: 16162.1 seconds
make: *** [testlong] Error 1
$ ./sage -t --long --warn-long 83.9 --random-seed=0
src/sage/tests/gap_packages.py
Running doctests with ID 2021-05-02-10-31-33-5cd29e42.
Git branch: develop
Using 
--optional=build,dochtml,gap_packages,homebrew,libsemigroups,pip,sage,sage_spkg
Doctesting 1 file.
sage -t --long --warn-long 83.9 --random-seed=0 src/sage/tests/gap_packages.py
**********************************************************************
File "src/sage/tests/gap_packages.py", line 8, in sage.tests.gap_packages
Failed example:
    test_packages(pkgs, only_failures=True)    # optional - gap_packages
Expected:
    ...
      Status   Package   GAP Output
    +--------+---------+------------+
Got:
      Status   Package   GAP Output
    +--------+---------+------------+
**********************************************************************
1 item had failures:
   1 of   5 in sage.tests.gap_packages
    [11 tests, 1 failure, 10.67 s]
----------------------------------------------------------------------
sage -t --long --warn-long 83.9 --random-seed=0
src/sage/tests/gap_packages.py  # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 10.8 seconds
    cpu time: 9.2 seconds
    cumulative wall time: 10.7 seconds
$ ./sage -t --long --warn-long 83.9 --random-seed=0
src/sage/groups/abelian_gps/abelian_group_gap.py
Running doctests with ID 2021-05-02-10-32-11-efc7940c.
Git branch: develop
Using 
--optional=build,dochtml,gap_packages,homebrew,libsemigroups,pip,sage,sage_spkg
Doctesting 1 file.
sage -t --long --warn-long 83.9 --random-seed=0
src/sage/groups/abelian_gps/abelian_group_gap.py
**********************************************************************
File "src/sage/groups/abelian_gps/abelian_group_gap.py", line 201, in
sage.groups.abelian_gps.abelian_group_gap.AbelianGroupElement_polycyclic
Failed example:
    TestSuite(G.an_element()).run()       # optional - gap_packages
Expected nothing
Got:
    Failure in _test_pickling:
    Traceback (most recent call last):
      File 
"/opt/s/sage93k/local/lib/python3.9/site-packages/sage/misc/sage_unittest.py",
line 297, in run
        test_method(tester=tester)
      File "sage/structure/sage_object.pyx", line 647, in
sage.structure.sage_object.SageObject._test_pickling
(build/cythonized/sage/structure/sage_object.c:5023)
        tester.assertEqual(loads(dumps(self)), self)
      File "sage/misc/persist.pyx", line 935, in
sage.misc.persist.loads (build/cythonized/sage/misc/persist.c:7536)
        return unpickler.load()
      File "sage/structure/parent.pyx", line 898, in
sage.structure.parent.Parent.__call__
(build/cythonized/sage/structure/parent.c:9335)
        return mor._call_(x)
      File "sage/structure/coerce_maps.pyx", line 161, in
sage.structure.coerce_maps.DefaultConvertMap_unique._call_
(build/cythonized/sage/structure/coerce_maps.c:4622)
        raise
      File "sage/structure/coerce_maps.pyx", line 156, in
sage.structure.coerce_maps.DefaultConvertMap_unique._call_
(build/cythonized/sage/structure/coerce_maps.c:4514)
        return C._element_constructor(x)
      File 
"/opt/s/sage93k/local/lib/python3.9/site-packages/sage/groups/abelian_gps/abelian_group_gap.py",
line 368, in _element_constructor_
        x *= gens_gap[i]**(exp[i] % orders[i])
      File "sage/rings/integer.pyx", line 3413, in
sage.rings.integer.Integer.__mod__
(build/cythonized/sage/rings/integer.c:22616)
        raise ZeroDivisionError("Integer modulo by zero")
    ZeroDivisionError: Integer modulo by zero
    ------------------------------------------------------------
    The following tests failed: _test_pickling
**********************************************************************
1 item had failures:
   1 of   4 in 
sage.groups.abelian_gps.abelian_group_gap.AbelianGroupElement_polycyclic
    [247 tests, 1 failure, 0.68 s]
----------------------------------------------------------------------
sage -t --long --warn-long 83.9 --random-seed=0
src/sage/groups/abelian_gps/abelian_group_gap.py  # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 0.8 seconds
    cpu time: 0.6 seconds
    cumulative wall time: 0.7 seconds
```

-- 
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/CAEcArF2mysaZ0%3D7LFD%2B2eOPjMQSKNJLFSBH7rz3xkdwfJjn6UQ%40mail.gmail.com.

Reply via email to