On Fedora 9, 32 bit, after an upgrade:
The following tests failed:
sage -t "devel/sage/sage/modular/dirichlet.py"
sage -t "devel/sage/sage/misc/sagedoc.py"
File "/home/jaap/downloads/sage-3.4.1.rc0/devel/sage/sage/modular/dirichlet.py", line 1044:
sage: e.kloosterman_sum_numerical()
Expected:
7.21644966006e-16 + 1.73205080757*I
Got:
6.66133814775e-16 + 1.73205080757*I
**********************************************************************
1 items had failures:
1 of 8 in __main__.example_29
***Test Failed*** 1 failures.
For whitespace errors, see the file /home/jaap/downloads/sage-3.4.1.rc0/tmp/.doctest_dirichlet.py
[6.8 s]
exit code: 1024
sage -t "devel/sage/sage/misc/sagedoc.py"
**********************************************************************
File "/home/jaap/downloads/sage-3.4.1.rc0/devel/sage/sage/misc/sagedoc.py", line 411:
sage: print "ignore this"; search_doc('this creates a polynomial ring') # random # this function has no output: it just prints a string
Exception raised:
Traceback (most recent call last):
File "/home/jaap/downloads/sage-3.4.1.rc0/local/bin/ncadoctest.py", line 1231, in run_one_test
self.run_one_example(test, example, filename, compileflags)
File "/home/jaap/downloads/sage-3.4.1.rc0/local/bin/sagedoctest.py", line 38, in run_one_example
OrigDocTestRunner.run_one_example(self, test, example, filename, compileflags)
File "/home/jaap/downloads/sage-3.4.1.rc0/local/bin/ncadoctest.py", line 1172, in run_one_example
compileflags, 1) in test.globs
File "<doctest __main__.example_8[2]>", line 1, in <module>
print "ignore this"; search_doc('this creates a polynomial ring') # random # this function has no output: it just prints a string###line 411:
sage: print "ignore this"; search_doc('this creates a polynomial ring') # random # this function has no output: it just prints a string
File "/home/jaap/downloads/sage-3.4.1.rc0/local/lib/python2.5/site-packages/sage/misc/sagedoc.py", line 431, in search_doc
pager()(r)
File "/home/jaap/downloads/sage-3.4.1.rc0/local/lib/python2.5/site-packages/IPython/genutils.py", line 1664, in page
term_flags = termios.tcgetattr(sys.stdout)
TypeError: argument must be an int, or have a fileno() method.
**********************************************************************
1 items had failures:
1 of 3 in __main__.example_8
***Test Failed*** 1 failures.
For whitespace errors, see the file /home/jaap/downloads/sage-3.4.1.rc0/tmp/.doctest_sagedoc.py
[53.3 s]
exit code: 1024
Cheers,
Jaap
Hi Michael,
>
> Please open a ticket for this one. It is numerical noise and trivial
> to fix.
>
Done.
>> sage -t "devel/sage/sage/misc/sagedoc.py"
>> **********************************************************************
[...]
>> exit code: 1024
>
> Not sure what is happening here. In case it is reproducible for you
> please open another ticket.
>
Not sure what you mean, but this happens all the time repeating
this test.
Jaap
>
> Hi,
>
> this is rc3 and it is much larger than I anticipated. Loads of
> doctests merged, i.e. we are at
[snip]
>
> The bits are as usual in
>
> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.1/
I built rc3 as an upgrade from rc2, upgrading from a full build of rc1
(Mac OS X, 10.5.6, Dual Quad Xeon). The build succeeded, but I
noticed 10 instances of this:
preparing documents... WARNING: html_favicon is not an .ico file
In addition, when I view, e.g., the tutorial, in Safari, I see these
missing pieces:
file:///Users/tmp/sage-3.4.1.rc1/devel/sage/doc/output/html/en/tutorial/_static/sage_logo.png
file:///javascript_local/jsMath/easy/load.js
Testing ("-j6") tells me:
All tests passed!
Total time for all tests: 3921.3 seconds
However, an ERROR occurred in the Distributed Sage unit tests.
The distributed sage test output shows:
=
=
=
=
=
=
=
========================================================================
[ERROR]:
sage
.dsage
.twisted.tests.test_remote.ClientRemoteCallsTest.testremoteSubmitJob
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor
was unclean.
Selectables:
<Broker #0 on 51757>
-------------------------------------------------------------------------------
I placed test.log and the output from the upgrade in
sage.math.washington.edu:~justin/logs/3.4.1.rc3.{test,upgrade}.log
respectively.
Justin
--
Justin C. Walker
Curmudgeon at Large
Director
Institute for the Enhancement of the Director's Income
--
Build a man a fire and he'll be warm
for a night.
Set a man on fire and he'll be warm
for the rest of his life.
On Apr 17, 2009, at 02:52 , mabshoff wrote:
> On Apr 17, 12:27 am, "Justin C. Walker" <jus...@mac.com> wrote:
>> On Apr 16, 2009, at 09:10 , mabshoff wrote:
>>> The bits are as usual in
>>
>>> http://sage.math.washington.edu/home/mabshoff/release-cycles-3.4.1/
[snip]
>>> noticed 10 instances of this:
>>
>> preparing documents... WARNING: html_favicon is not an .ico file
I rebuilt the "en/tuturial html" doc as a test. I still get the above
warning.
>> In addition, when I view, e.g., the tutorial, in Safari, I see these
>> missing pieces:
>>
>> file:///Users/tmp/sage-3.4.1.rc1/devel/sage/doc/output/html/en/tutorial/_static/sage_logo.png
>> file:///javascript_local/jsMath/easy/load.js
These errors no longer occur, so the page loads w/o errors. However,
when I stepped forward in the tutorial, to
<file:///Users/tmp/sage-3.4.1.rc1/devel/sage/doc/output/html/en/tutorial/tour.html
>
I got
file:///Users/tmp/sage-3.4.1.rc1/devel/sage/doc/output/html/en/tutorial/_static/sageicon.png
does not exist
The problem disappeared when I tried to reproduce it, and I got no
repeats. I assume it was due to cacheing, and I'm just reporting this
for completeness.
I gave the ticket two thumbs up :-}
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
Experience is what you get
when you don't get what you want.
--------
On Apr 17, 2009, at 02:52 , mabshoff wrote:
> On Apr 17, 12:27 am, "Justin C. Walker" <jus...@mac.com> wrote:
>> On Apr 16, 2009, at 09:10 , mabshoff wrote:
[snip]
>> preparing documents... WARNING: html_favicon is not an .ico file
As I mentioned in my last note, this warning still occurs, but since
it is "just a warning", I didn't hold up the patch review (since the
patch didn't claim to address it).
[snip]
>> Testing ("-j6") tells me:
>> All tests passed!
>> Total time for all tests: 3921.3 seconds
>> However, an ERROR occurred in the Distributed Sage unit tests.
>>
>> The distributed sage test output shows:
> <SNIP>
>
>> I placed test.log and the output from the upgrade in
>> sage.math.washington.edu:~justin/logs/3.4.1.rc3.
>> {test,upgrade}.log
>> respectively.
>
> Hmm, is this failure reproducible? Funny firewall settings can cause
> this and let's just say that DSage isn't exactly the most robust
> component in Sage :(
This did not reproduce. I'll look into it a bit more this weekend.
It's possible my firewall settings got in the way, but they haven't
changed since I ran this the first time. Also, there were no
unexplained or related indications of a problem in any of the system
log files.
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Director
Institute for the Enhancement of the Director's Income
--------
"Weaseling out of things is what separates us from the animals.
Well, except the weasel."
- Homer J Simpson
--------