← Back to team overview

fenics team mailing list archive

Re: Release deadline

 

On Fri, Feb 12, 2010 at 10:28 AM, Anders Logg <logg@xxxxxxxxx> wrote:
> On Fri, Feb 12, 2010 at 12:18:19AM +0100, Anders Logg wrote:
>> Here's an update on the status for getting packages ready for
>> inclusion in the next Ubuntu LTS release.
>>
>> 1. Johannes needs all releases to be ready by Monday. That will give
>> him a couple of days to prepare the packages.
>>
>> Which releases do we want to make? There have been JIT compiler fixes
>> in FFC and UFL that would be good to get in, and also updates in
>> DOLFIN.
>
> As far as I can see, we are ready to make the following releases:
>
>  UFL    0.5.2
>  FErari 0.2.0
>  FFC    0.9.1
>
> I can just push the button on these if no one has anything to add.
>
> The following remains:
>
>  Instant 0.9.8: Why is the buildbot failing?

It is failing on line 120 in tests/test19.py. I have tried to run the
test several times now and most often it fails but sometimes it works.

Johannes

fenics-slave@386:tests$ python test19.py
--- Instant: compiling ---
t = 0.654919  ((1) With modulename)
t = 0.001182  ((2) With modulename)
python -c "import test19_ext"
--- Instant: compiling ---
t = 1.214849  ((1) With signature)
t = 0.000259  ((2) With signature)
t = 0.000011  ((3) import_module)
python -c "import instant; assert
instant.import_module('test19_signature_module', 'test19_cache') is
not None"
--- Instant: compiling ---
t = 1.202170  ((1) With signature)
t = 0.000259  ((2) With signature)
t = 0.000011  ((3) import_module)
python -c "import instant; assert
instant.import_module('((test19_signature_module))', 'test19_cache')
is not None"
t = 1.499505  ((1) With signature)
t = 1.499883  ((2) With signature)
Traceback (most recent call last):
  File "test19.py", line 120, in <module>
    assert t1 > t2
AssertionError
fenics-slave@386:tests$ python test19.py
--- Instant: compiling ---
t = 0.793814  ((1) With modulename)
t = 0.001382  ((2) With modulename)
python -c "import test19_ext"
--- Instant: compiling ---
t = 1.200176  ((1) With signature)
t = 0.000264  ((2) With signature)
t = 0.000011  ((3) import_module)
python -c "import instant; assert
instant.import_module('test19_signature_module', 'test19_cache') is
not None"
--- Instant: compiling ---
t = 1.209449  ((1) With signature)
t = 0.000260  ((2) With signature)
t = 0.000012  ((3) import_module)
python -c "import instant; assert
instant.import_module('((test19_signature_module))', 'test19_cache')
is not None"
t = 1.500331  ((1) With signature)
t = 1.499962  ((2) With signature)
t = 1.499850  ((3) import_module)
--- Instant: compiling ---
t = 1.208890  ((1) Without modulename or signature)
t = 0.000458  ((2) Without modulename or signature)
fenics-slave@386:tests$



Follow ups

References