← Back to team overview

dolfin team mailing list archive

Re: buildbot failure in FEniCS Buildbot on dolfin-mac-osx

 

[snip]

> >> Yes, the Mac buildbot was green before your commit with this comment:
> >> 
> >> 
> >> 
> >> "Added a typemap macro for std::vector (passed by value) = for any
> >> 
> >> Python sequence of scalars. = -- Enabled for value_shape, values
> >> 
> >> (Constant) and coloring_type"
> > 
> > Interesting. I changed a int/float => int/uint/double conversion, from my
> > own to using SWIGs built in type conversions. I have now changed back the
> > typemaps for int and uint. Let see what Mr Macbot says!
> 
> It fixed the problem on my laptop at least.

Ok. Maybe I used the typemap in a wrong way?

Johan

> Johannes
> 
> > Johan
> > 
> >> Build 1135 is green and build 1136 is red:
> >> 
> >> 
> >> 
> >> http://fenicsproject.org:8080/builders/dolfin-mac-osx/builds/1136
> >> 
> >> http://fenicsproject.org:8080/builders/dolfin-mac-osx/builds/1135
> >> 
> >> 
> >> 
> >> Johannes
> >> 
> >> > Johan
> >> > 
> >> >> Johannes
> >> >> 
> >> >> 
> >> >> 
> >> >> On Mon, Jan 31, 2011 at 10:19 AM, Johannes Ring <johannr@xxxxxxxxx>
> >> >> 
> >> >> wrote:
> >> >> > The Python la unit test fails on the Mac buildbot with the
> >> >> > following
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > error after revision 5618. Any ideas?
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Johannes
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Testing basic PyDOLFIN linear algebra operations
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ------------------------------------------------
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Running: MTL4Tester
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Calling FFC just-in-time (JIT) compiler, this may take some time.
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Calling FFC just-in-time (JIT) compiler, this may take some time.
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ..F.
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Running: PETScTester
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ..F.
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Running: uBLASDenseTester
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ..F.
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Running: uBLASSparseTester
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ..F.
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ===================================================================
> >> >> > ===
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > FAIL: test_vector (__main__.MTL4Tester)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > -------------------------------------------------------------------
> >> >> > ---
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Traceback (most recent call last):
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >  File "test.py", line 162, in test_vector
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >    if org.owns_index(t(0)): self.assertAlmostEqual(org[t(0)], 2.0)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > AssertionError: 0.033607290958676872 != 2.0 within 7 places
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ===================================================================
> >> >> > ===
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > FAIL: test_vector (__main__.PETScTester)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > -------------------------------------------------------------------
> >> >> > ---
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Traceback (most recent call last):
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >  File "test.py", line 162, in test_vector
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >    if org.owns_index(t(0)): self.assertAlmostEqual(org[t(0)], 2.0)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > AssertionError: 0.2551242083622477 != 2.0 within 7 places
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ===================================================================
> >> >> > ===
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > FAIL: test_vector (__main__.uBLASDenseTester)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > -------------------------------------------------------------------
> >> >> > ---
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Traceback (most recent call last):
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >  File "test.py", line 162, in test_vector
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >    if org.owns_index(t(0)): self.assertAlmostEqual(org[t(0)], 2.0)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > AssertionError: 0.96740583429440807 != 2.0 within 7 places
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > ===================================================================
> >> >> > ===
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > FAIL: test_vector (__main__.uBLASSparseTester)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > -------------------------------------------------------------------
> >> >> > ---
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Traceback (most recent call last):
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >  File "test.py", line 162, in test_vector
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> >    if org.owns_index(t(0)): self.assertAlmostEqual(org[t(0)], 2.0)
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > AssertionError: 0.23277614769655719 != 2.0 within 7 places
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > -------------------------------------------------------------------
> >> >> > ---
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > Ran 16 tests in 3.726s
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > 
> >> >> > FAILED (failures=4)
> >> >> > 
> >> >> > On Sun, Jan 30, 2011 at 4:00 AM,  <buildbot@xxxxxxxxxx> wrote:
> >> >> >> The Buildbot has detected a new failure of dolfin-mac-osx on
> >> >> >> FEniCS
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Buildbot. Full details are available at:
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >>  http://fenicsproject.org:8080/builders/dolfin-mac-osx/builds/1136
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Buildbot URL: http://fenicsproject.org:8080/
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Buildslave for this Build: mac-osx
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Build Reason:
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Build Source Stamp: HEAD
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Blamelist: Johan Hake
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> BUILD FAILED: failed dolfin check
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> sincerely,
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >>  -The Buildbot
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> _______________________________________________
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Mailing list: https://launchpad.net/~dolfin
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> Unsubscribe : https://launchpad.net/~dolfin
> >> >> >> 
> >> >> >> 
> >> >> >> 
> >> >> >> More help   : https://help.launchpad.net/ListHelp
> >> >> 
> >> >> _______________________________________________
> >> >> 
> >> >> 
> >> >> 
> >> >> Mailing list: https://launchpad.net/~dolfin
> >> >> 
> >> >> 
> >> >> 
> >> >> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> >> >> 
> >> >> 
> >> >> 
> >> >> Unsubscribe : https://launchpad.net/~dolfin
> >> >> 
> >> >> 
> >> >> 
> >> >> More help : https://help.launchpad.net/ListHelp

References