← Back to team overview

dolfin team mailing list archive

Re: buildbot failure in FEniCS Buildbot on dolfin-lucid-amd64

 

The buildbot has failed randomly with messages like this lately:

----------------------------------------------------------------------
./../../demo/undocumented/poisson1D/python (Python)

DOLFIN_NOPLOT set, plotting disabled.
Calling FFC just-in-time (JIT) compiler, this may take some time.
Calling DOLFIN just-in-time (JIT) compiler, this may take some time.
Calling DOLFIN just-in-time (JIT) compiler, this may take some time.
In instant.recompile: The module did not compile, see
'/tmp/tmp5DNXNK2011-4-1-06-49_instant/dolfin_compile_code_13aa06f434906c5deb143c6ec2c389b3/compile.log'
Traceback (most recent call last):
  File "demo_poisson1D.py", line 35, in <module>
    g = Expression("3.0*pi*cos(3.0*pi*x[0])")
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/dolfin/function/expression.py",
line 522, in __new__
    cpp_base = compile_expressions([cppcode], [defaults])[0]
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/dolfin/compilemodules/expressions.py",
line 186, in compile_expressions
    expression_classes =
compile_expression_code("\n\n".join(code_snippets),classnames)
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/dolfin/compilemodules/expressions.py",
line 121, in compile_expression_code
    use_numpy_typemaps=False)
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/dolfin/compilemodules/jit.py",
line 47, in mpi_jit
    return local_jit(*args, **kwargs)
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/dolfin/compilemodules/compilemodules.py",
line 364, in compile_extension_module
    **instant_kwargs)
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/instant/build.py",
line 460, in build_module
    recompile(modulename, module_path, setup_name, new_compilation_checksum)
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/instant/build.py",
line 100, in recompile
    "compile, see '%s'" % compile_log_filename)
  File "/home/buildbot/buildbots/main/fenics/lib/python2.6/site-packages/instant/output.py",
line 49, in instant_error
    raise RuntimeError(text)
RuntimeError: In instant.recompile: The module did not compile, see
'/tmp/tmp5DNXNK2011-4-1-06-49_instant/dolfin_compile_code_13aa06f434906c5deb143c6ec2c389b3/compile.log'

What is strange is that the compile.log file does not exist when I log
into the buildbot. Any idea what could be wrong?

Pressing the "force build" button usually fixes this problem.

Johannes

On Fri, Apr 1, 2011 at 6:59 AM,  <buildbot@xxxxxxxxxx> wrote:
> The Buildbot has detected a new failure of dolfin-lucid-amd64 on FEniCS Buildbot.
> Full details are available at:
>  http://fenicsproject.org:8080/builders/dolfin-lucid-amd64/builds/703
>
> Buildbot URL: http://fenicsproject.org:8080/
>
> Buildslave for this Build: lucid-amd64
>
> Build Reason:
> Build Source Stamp: HEAD
> Blamelist:
>
> 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
>



References