← Back to team overview

dolfin team mailing list archive

Re: buildbot failure in linux_64

 

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





Follow ups

References