On Debian testing running on core i7 + 16 GB RAM, after full rebuild (in
order to include as much system packages as possible), ptestlong gives six
permanent (and no transient) failures:
Running doctests with ID 2020-03-07-22-30-55-fe0c1ecc.
Git branch: develop
Using
--optional=build,dochtml,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,sage
File Result P/T
src/sage/groups/fqf_orthogonal.py 1 doctest failed P
src/sage/numerical/backends/glpk_backend.pyx 1 doctest failed P
src/sage/matrix/matrix_double_dense.pyx 1 doctest failed P
src/sage/libs/glpk/error.pyx 1 doctest failed P
src/sage/interfaces/tachyon.py 1 doctest failed P
src/sage/tests/gap_packages.py 1 doctest failed P
All of these errors have already been reported, except for fqf_orthogonal.py
and tachyon.py ; details for the latter:
sage -t --long --warn-long 155.6 src/sage/groups/fqf_orthogonal.py
**********************************************************************
File "src/sage/groups/fqf_orthogonal.py", line 17, in sage.groups.fqf_orthogonal
Failed example:
T.gen(0) * Oq.an_element()
Expected:
(1, 3)
Got:
(0, 3)
**********************************************************************
1 item had failures:
1 of 13 in sage.groups.fqf_orthogonal
sage -t --long --warn-long 155.6 src/sage/interfaces/tachyon.py
**********************************************************************
File "src/sage/interfaces/tachyon.py", line 175, in
sage.interfaces.tachyon.TachyonRT.usage
Failed example:
t.usage(use_pager=False)
Expected:
Tachyon Parallel/Multiprocessor Ray Tracer Version...
Got:
Usage: tachyon modelfile [options]
<BLANKLINE>
Valid options and accepted formats are as follows (** denotes default
behaviour).
<BLANKLINE>
Model file formats supported:
filename.dat the model files originated with this package
filaname.ac AC3D model files
filename.nff the NFF scene format used by Eric Haines' SPD
<BLANKLINE>
<BLANKLINE>
Message Options:
+V verbose messages on
-V verbose messages off **
<BLANKLINE>
Speed Tuning Options:
-raydepth xxx maximum ray recursion depth
-numthreads xxx (** default is auto-determined)
-nobounding
-boundthresh xxx (** default threshold is 16)
<BLANKLINE>
Shading Options:
-fullshade best quality rendering (and slowest) **
-mediumshade good quality rendering, but no shadows
-lowshade low quality rendering, preview (and fast)
-lowestshade worst quality rendering, preview (and fastest)
<BLANKLINE>
Lighting Options:
-rescale_lights xxx rescale light intensity values by
specified factor (performed before other
lighting overrides take effect)
-auto_skylight xxx force use of ambient occlusion lighting,
auto-rescaling direct light sources to
compensate for ambient occlusion factor
(use value 0.7 as a good starting point)
-add_skylight xxx force use of ambient occlusion lighting,
manually-rescaling direct light sources to
compensate for ambient occlusion factor
-skylight_samples xxx number of sample rays to shoot
<BLANKLINE>
Specular Highlight Shading Options:
-shade_phong Phong specular highlights
-shade_blinn Blinn's specular highlights **
-shade_blinn_fast fast approximation to Blinn's highlights
-shade_nullphong disable specular highlights
<BLANKLINE>
Transparency Shading Options:
-trans_max_surfaces xxx limit the number of transparent
surfaces shown to the number specified
-trans_orig original implementation **
-trans_raster3d Raster3D angle-based opacity modulation
-trans_vmd opacity post-multiply used by VMD
<BLANKLINE>
Transparent Surface Shadowing Options:
-shadow_filter_on transparent objects cast shadows **
-shadow_filter_off transparent objects do not cast shadows
<BLANKLINE>
Fog Shading Options:
-fog_radial radial fog implementation **
-fog_vmd planar OpenGL-like fog used by VMD
<BLANKLINE>
Surface Normal/Winding Order Fixup Mode:
-normalfixup [off|flip|guess] (** off is default)
<BLANKLINE>
Antialiasing Options:
-aasamples xxx maximum supersamples taken per pixel
(** default is 0, or scene file determined)
<BLANKLINE>
Output Options:
-res Xres Yres override scene-defined output image size
-o outfile.tga set output file name
-clamp clamp pixel values to [0 to 1) **
-normalize normalize pixel values to [0 to 1)
-gamma val normalize apply gamma correction
-format BMP 24-bit Windows BMP (uncompressed)
-format JPEG 24-bit JPEG (compressed, but lossy)
-format PNG 24-bit PNG (compressed, lossless)
-format PPM 24-bit PPM (uncompressed)
-format PPM48 48-bit PPM (uncompressed)
-format PSD48 48-bit PSD (uncompressed)
-format RGB 24-bit SGI RGB (uncompressed)
-format TARGA 24-bit Targa (uncompressed) **
<BLANKLINE>
Animation Related Options:
-camfile filename.cam animate using file of camera positions
-nosave disable writing of output frames to disk
(only used for doing real-time rendering)
<BLANKLINE>
Interactive Spaceball/SpaceNavigator Control:
-spaceball enable Spaceball/SpaceNavigator camera flight
-spaceballport serialportdevicename (only for serial devices)
<BLANKLINE>
Getting Help:
-help display help message and exit
-version display version string and exit
-banner display banner and exit
<BLANKLINE>
<BLANKLINE>
**********************************************************************
1 item had failures:
1 of 4 in sage.interfaces.tachyon.TachyonRT.usage
HTH,
Le lundi 2 mars 2020 01:22:20 UTC+1, Volker Braun a écrit :
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
>
>
> cdb4c0b073 (tag: 9.1.beta6, trac/develop) Updated SageMath version to
> 9.1.beta6
> 30cb9d11bc Trac #15398: wrong output of %timeit
> 7a7ffbe098 Trac #29223: Pickle cached value of volume and f-vector
> 5cb0f8057a Trac #29224: `flag_f_vector` for polyhedra
> 4e606ccbca Trac #29116: affine_basis does not always work when used with
> orthogonal or orthonormal
> 50b9316d84 Trac #29127: Implement an affine basis for polytopes
> 10f1a2aa68 Trac #28413: Add .h_star_vector to compact rational polytopes
> 25fac58bd0 Trac #26623: Constructions for common polyhedral cones
> 103ed4b629 Trac #29249: Fixing determinant for the zero matrix over the
> p-adics
> 610a582940 Trac #29052: Create build/bin/sage-build-env-config and call it
> from build/make/deps; add sage --buildsh
> 30ca11e304 Trac #28854: Documentation Improvements of Characteristic
> Classes
> ec0ac6a389 Trac #28490: Let Sage honour PEP 515 (py3)
> 02ab3ad12a Trac #21785: Install SAGE_SRC/ext/ in package data of sage
> package by setup.py, not SAGE_LOCAL/share/sage/ext/ by build/make/Makefile
> ebcc416ce1 Trac #19225: cartesian product of algebra has troubles with
> base_ring
> aeb0e14fe6 Trac #29238: fix some details suggested by lgtm
> 508f35dde0 Trac #29181: In `make V=0`, show tail of log for packages with
> errors
> edb7d1c2da Trac #29239: a bunch of details in doc
> bc97459dd7 Trac #28963: Vector Bundles: Documentation Improvements
> 15ce3dc9e9 Trac #24571: Orthogonal groups of TorsionQuadraticModules
> 02e5c45eea Trac #29204: character art: avoid line breaks in elements of
> lists
> e5f3a4901f Trac #27891: Add options for flipping plot axes
> 96a28495be Trac #26749: Let `factorial` accept float arguments
> 2682a3407a Trac #25997: Fix bug in matrix space with prescribed
> implementation
> 6e33e163f5 Trac #28817: exponent too large to convert to mpfr2 (32-bit)
> 7aaf0673b2 Trac #29225: Cartesian product of modules has no base ring
> be8499100e Trac #29195: do not lazy-import sagenb on python3
> 4d3263702a Trac #29209: get rid of six.itervalues
> b7e1a921ca Trac #23115: Spanning tree method for DiGraph
> 1dc824bf4f Trac #21046: Numerical modular symbols for elliptic curves
> 677f287466 Trac #29233: bootstrap && make distclean broken
> feef91efae Trac #29219: avoid numpy warning in condition number of CDF
> matrices
> c404100740 Trac #27705: Check for more strictly required extension modules
> in Python build: zlib sqlite3
> 6159517638 Trac #17405: solve_right with matrix right hand side fails over
> RDF and CDF
> c55fde5464 Trac #29220: comparison in AA not reliable
> 268f41a179 (tag: 9.1.beta5) Updated SageMath version to 9.1.beta5
>
>
--
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/c5a3c0b0-14a8-4c7c-bab7-e49c353b1e00%40googlegroups.com.