dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10155
Re: buildbot failure in linux_64
Yes, this is definitely the source of the .xml and .py files (which
are generated in order to call Viper from Python from C++). I'll add
the patch from Joachim.
--
Anders
On Thu, Oct 16, 2008 at 08:34:23PM +0200, Ilmar Wilbers wrote:
> I'm actually not quite sure, probably. There are .py files and .xml
> files. One of the .py files typically looks like:
> ilmarw@potassium:/tmp$ less filezcQEji.py
> try:
> from dolfin import *
>
> mesh = Mesh("/tmp/file6OyIfl.xml")
> f = MeshFunction("uint", mesh, "/tmp/file6OyIfl.xml")
> plot(f)
> interactive()
> except:
> import sys
> sys.exit(1)
>
> ilmar
>
> kent-and@xxxxxxxxx wrote:
> > I guess this was instants fault ?
> >
> > Kent
> >
> >
> >> /tmp was full due to running the DOLFIN demos frequently. Looks like
> >> DOLFIN does not clean up its temporary files? Added the cleaning of /tmp
> >> to the buildbot process now and removed files.
> >>
> >> ilmar
> >>
> >> Garth N. Wells wrote:
> >>> Looks like something suddenly went wrong with the buildbot (mpi
> >>> failure?).
> >>>
> >>> Garth
> >>>
> >>> buildbot@xxxxxxxxxx wrote:
> >>>> The Buildbot has detected a failed build of linux_64.
> >>>> Full details are available at:
> >>>> http://fenics.org:8010/dolfin/linux_64/builds/887
> >>>>
> >>>> Buildbot URL: http://fenics.org:8010/dolfin/
> >>>>
> >>>> Buildslave for this Build: x64-linux
> >>>>
> >>>> Build Reason: Build Source Stamp: HEAD
> >>>> Blamelist: Garth N. Wells
> >>>>
> >>>> BUILD FAILED: failed test
> >>>>
> >>>> sincerely,
> >>>> -The Buildbot
> >>>>
> >>>> _______________________________________________
> >>>> DOLFIN-dev mailing list
> >>>> DOLFIN-dev@xxxxxxxxxx
> >>>> http://www.fenics.org/mailman/listinfo/dolfin-dev
> >>>
> >> _______________________________________________
> >> DOLFIN-dev mailing list
> >> DOLFIN-dev@xxxxxxxxxx
> >> http://www.fenics.org/mailman/listinfo/dolfin-dev
> >>
> >
> >
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
Attachment:
signature.asc
Description: Digital signature
Follow ups
References