Volker Braun
Volker Braun
Test were passing before this PR If `an_element` returns different values you can just use the `# 64 bit` / `# 32 bit` markers, and then run subsequent test with...
On 32-bit Linux: ```` ********************************************************************** File "src/sage/matroids/chow_ring_ideal.py", line 660, in sage.matroids.chow_ring_ideal.AugmentedChowRingIdeal_atom_free._gens_constructor Failed example: ch.defining_ideal()._gens_constructor(ch.defining_ideal().ring()) Expected: [A0*A1, A0*A2, A1*A2, A0^2 + 2*A0*A3 + A3^2, A1^2 + 2*A1*A3 + A3^2, A0*A1 +...
Changed branch from **[u/mkoeppe/upgrade_libpng_to_1_6_37__fixes_vulnerability_](https://github.com/sagemath/sagetrac-mirror/tree/u/mkoeppe/upgrade_libpng_to_1_6_37__fixes_vulnerability_)** to **[`d6c59f4`](https://github.com/sagemath/sagetrac-mirror/commit/d6c59f4c84f886ee39e1e044d0d1095603e9f2c9)**
comment:7 ``` ************************************************************************ Traceback (most recent call last): File "setup.py", line 48, in from sage_setup.command.sage_build_cython import sage_build_cython File "/Users/buildbot-sage/slave/sage_git/build/src/sage_setup/command/sage_build_cython.py", line 19, in from sage_setup.library_order import library_order File "/Users/buildbot-sage/slave/sage_git/build/src/sage_setup/library_order.py", line 35,...
Changed commit from **[`d6c59f4`](https://github.com/sagemath/sagetrac-mirror/commit/d6c59f4c84f886ee39e1e044d0d1095603e9f2c9)** to none
I'm getting ``` ********************************************************************** File "src/sage/doctest/__main__.py", line 38, in sage.doctest.__main__._get_optional_defaults Failed example: DA = DocTestDefaults(runtest_default=True, **D); DA Expected: DocTestDefaults(abspath=False, file_iterations=0, global_iterations=0, optional='sage,optional', random_seed=None, stats_path='.../timings2.json') Got: DocTestDefaults(abspath=False, file_iterations=0, global_iterations=0, optional='sage,optional', stats_path='/var/lib/buildbot/worker/sage_git/dot_sage/timings2.json')...
Buildbot sets `SAGE_DOCTEST_RANDOM_SEED=0`
On 32-bit: ``` ********************************************************************** File "src/sage/schemes/elliptic_curves/period_lattice.py", line 1746, in sage.schemes.elliptic_curves.period_lattice.PeriodLattice_ell.elliptic_logarithm Failed example: L.elliptic_exponential(_) Expected: (3.00000000000000 + 9.20856947066460e-16*I : -5.59022723358798 - 0.0894418024719718*I : 1.00000000000000) Got: (3.00000000000000 + 9.21992199947644e-16*I : -5.59022723358798 -...
Documentation build fails with the same error as in the CI; please don't set to positive review if the CI fails.
I'm having the same problem. In my case the proxied app redirects to `$HOST/login.html`, whereas it has to redirect to `$HOST/location/login.html` for login to work. And you can indeed work...