I got a few non-obvious test failures on the Docker container built for this RC:
sage -t --long /opt/sage/src/sage/doctest/test.py
**********************************************************************
File "/opt/sage/src/sage/doctest/test.py", line 218, in sage.doctest.test
Failed example:
os.kill(pid, signal.SIGHUP) # long time; 25 seconds passed => dead
Expected:
Traceback (most recent call last):
...
OSError: ...
Got:
<BLANKLINE>
**********************************************************************
sage -t --long /opt/sage/src/sage/interfaces/tests.py
**********************************************************************
File "/opt/sage/src/sage/interfaces/tests.py", line 42, in sage.interfaces.tests
Failed example:
subprocess.call("echo syntax error | Singular", **kwds)
Expected:
0
Got:
2
**********************************************************************
sage -t --long /opt/sage/src/sage/libs/gap/element.pyx
Bad exit: 2
**********************************************************************
Tests run before process (pid=14289) failed:
sage: libgap({'a': 1, 'b':123}) # indirect doctest ## line 88 ##
**********************************************************************
sage -t --long /opt/sage/src/sage/libs/gap/util.pyx
Bad exit: 2
**********************************************************************
Tests run before process (pid=14307) failed:
sage: from sage.libs.gap.util import ObjWrapper ## line 30 ##
sage: x = ObjWrapper() ## line 31 ##
sage: y = ObjWrapper() ## line 32 ##
sage: x == y ## line 33 ##
True
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 35 ##
0
sage: from sage.libs.gap.util import ObjWrapper ## line 53 ##
sage: x = ObjWrapper() ## line 54 ##
sage: y = ObjWrapper() ## line 55 ##
sage: x == y ## line 56 ##
True
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 58 ##
0
sage: from sage.libs.gap.util import ObjWrapper ## line 83 ##
sage: x = ObjWrapper() ## line 84 ##
sage: hash(x) ## line 85 ##
0
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ## line 87 ##
0
sage: from sage.libs.gap.util import gap_root ## line 155 ##
sage: gap_root() # random output ## line 156 ##
'/opt/sage/local/gap/latest'
sage: sig_on_count() # check sig_on/off pairings (virtual doctest) ##
line 158 ##
0
sage: libgap(123) # indirect doctest ## line 177 ##
**********************************************************************
sage -t --long /opt/sage/src/sage/libs/gap/assigned_names.py
**********************************************************************
File "/opt/sage/src/sage/libs/gap/assigned_names.py", line 59, in
sage.libs.gap.assigned_names.load_or_compute
Failed example:
workspace(name='globals')
Expected:
('...', True)
Got:
('/home/sage/.sage/gap/libgap-globals-5920393023770190458', False)
**********************************************************************
sage -t --long /opt/sage/src/sage/tests/cmdline.py
**********************************************************************
File "/opt/sage/src/sage/tests/cmdline.py", line 558, in
sage.tests.cmdline.test_executable
Failed example:
err
Expected:
''
Got:
'Singular : signal 11 (v: 4100):\ncurrent
line:>>12345*54321;<<\nSegment fault/Bus error occurred at
7f0928854980 because of 10206 (r:1483960627)\nplease inform the
authors\ntrying to restart...\nfatal flex scanner internal error--end
of buffer missed\n'
**********************************************************************
File "/opt/sage/src/sage/tests/cmdline.py", line 560, in
sage.tests.cmdline.test_executable
Failed example:
ret
Expected:
0
Got:
2
**********************************************************************
Although the miscellaneous "Bad exit" statuses are similar to Justin's
report. I don't know what this means.
Also this is the first RC of 7.5 I've tested on Docker, but I think
these are all new since 7.4 IIRC.
On Mon, Jan 9, 2017 at 1:51 AM, Justin C. Walker <[email protected]> wrote:
>
> On Jan 8, 2017, at 15:23 , John H Palmieri wrote:
>
>> Builds for me on OS X. I'm getting some random doctesting errors, for
>> example
>>
>> sage -t --long --warn-long 70.8 src/sage/coding/codecan/codecan.pyx #
>> Bad exit: 2
>>
>> but they are not repeatable.
>
> I am able to build successfully on macOS 10.11.6, and testing ('ptestlong')
> completes without problems!
> This was with "-j6" on a Quad-core Core i7.
>
> Justin
>
> --
> Justin C. Walker, Curmudgeon at Large
> Institute for the Absorption of Federal Funds
> -----------
> If it weren't for carbon-14, I wouldn't date at all.
> -----------
>
>
> --
> 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 post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.