2022-01-13 20:26 UTC, 'Justin C. Walker' via sage-release: > > > > On Jan 9, 2022, at 03:15 , Volker Braun: > > > > As always, you can get the latest beta version from the "develop" git > > branch. > > Alternatively, the self-contained source tarball is at > > http://www.sagemath.org/download-latest.html > > Echoing others: thanks for the release! > > On macOS 10.15.7 (2019 MPB, 8-core Core i9), the build completed > w/o problems. There were a batch of test failures (ptestlong), > all because my ImageMagick installation has not kept up > with the hardware. > > On macOS 10.14.6 (2017 MBP, 4-core Core i7), the build completed > w/o problems. There was one test failure (ptestlong), which I think > was reported earlier. Snippet from log file attached. > > Justin
Hi Justin! About the imagemagick test failures, see - Sage Trac ticket #33092 ffmpeg/imagemagick features need feature checks https://trac.sagemath.org/ticket/33092 About the `giac_integrator` failure you report (outline reproduced below) for the doctest giac_integrator(cos(y), y) hopefully one of the giac-related tickets can solve it: - tickets whose whose summary contains giac https://trac.sagemath.org/query?order=id&desc=1&max=999&summary=~giac Searching sage-release for it gives one hit, which is your report on building and testing Sage 9.4.rc1. - https://groups.google.com/g/sage-release/search?q=giac_integrator%28cos - https://groups.google.com/g/sage-release/c/ocdEAV4pFMo/m/HyiED4lLBAAJ Perhaps it deserves its own ticket. --Samuel ----- Outline: giac_integrator(cos(y), y)) doctest failure ----- sage -t --long --warn-long 128.4 --random-seed=61481435637962990067282467757882947167 src/sage/symbolic/integration/external.py ********************************************************************** File "src/sage/symbolic/integration/external.py", line 242, in sage.symbolic.integration.external.giac_integrator Failed example: giac_integrator(cos(y), y) Exception raised: Traceback (most recent call last): [...] File "sage/misc/parser.pyx", line 1096, in sage.misc.parser.LookupNameMaker.__call__ (build/cythonized/sage/misc/parser.c:10636) return self.names[name] KeyError: 'sageVAR' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/Sage/sage-9.5.rc0/local/var/lib/sage/venv-python3.9.9/lib/python3.9/site-packages/sage/interfaces/giac.py", line 1143, in _sage_ [...] ValueError: You need to specify the name of the new variable. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/Sage/sage-9.5.rc0/local/var/lib/sage/venv-python3.9.9/lib/python3.9/site-packages/sage/doctest/forker.py", line 694, in _run [...] File "/Users/Sage/sage-9.5.rc0/local/var/lib/sage/venv-python3.9.9/lib/python3.9/site-packages/sage/interfaces/giac.py", line 1147, in _sage_ raise NotImplementedError("Unable to parse Giac output: %s" % result) NotImplementedError: Unable to parse Giac output: sin(sageVAR) ********************************************************************** 1 item had failures: 1 of 10 in sage.symbolic.integration.external.giac_integrator [32 tests, 1 failure, 3.17 s] -- 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/CAEcArF0SBOhY_w-NwOxpBiuM0JEhpheCXPoyi_WHU6_uubtwKw%40mail.gmail.com.
