← Back to team overview

dolfin team mailing list archive

Re: Buildbot

 

On Tue, Sep 15, 2009 at 8:41 PM, Johan Hake <hake@xxxxxxxxx> wrote:
> On Tuesday 15 September 2009 20:33:08 Johannes Ring wrote:
>> On Tue, Sep 15, 2009 at 7:19 PM, Anders Logg <logg@xxxxxxxxx> wrote:
>> > The buildbot is currently failing on
>> >
>> >  demo/pde/poisson1D/python
>> >
>> > when running in serial. I can't find the output from running the demo
>> > so it' difficult to know what goes wrong.
>>
>> The problem is that the buildslaves times out and the output is
>> thereby lost. I logged into the buildslaves now and the only contents
>> in demo.log was this:
>>
>> ---------------------------------------------------------------------
>> ./../../demo/parameters/python (Python)
>>
>> Reading DOLFIN parameters from file "parameters.xml".
>> Traceback (most recent call last):
>>   File "./demo.py", line 22, in <module>
>>     info(parameters, True)
>>   File "/opt/fenics/lib/python2.6/site-packages/dolfin/cpp.py", line
>> 1169, in info
>>     _info(args[0].str(*args[1:]))
>>   File "/opt/fenics/lib/python2.6/site-packages/dolfin/cpp.py", line
>> 534, in __getitem__
>>     raise KeyError, "'%s'"%key
>> KeyError: "'str'"
>
> This should be fixed. What build slave does the python parameter demo fail on?

At least on hardy-i386, jaunty-amd64, and linux64-exp. Maybe it's an
old demo.log file that hasn't been overwritten because of the time out
problems. Let's see what happens after Anders' FFC fix.

Johannes


References