PyLith BuildBot

Build PyLith trunk pylith_linux_i686 binbot:#130

Buildslave:

nix-ubuntu-linux32

Reason:

SourceStamp:

Results:

failed compile_3

Resubmit Build:

This tree was built from a specific set of source files, and can be rebuilt exactly

Your name:
Reason for re-running build:

Steps and Logfiles:

  1. svn [update r19585]
    1. stdio
  2. shell [binaries autoreconf]
    1. stdio
  3. shell_2 [binaries configuration]
    1. stdio
    2. config.log
  4. compile [binaries compile]
    1. stdio
  5. compile_2 [binaries installation]
    1. stdio
  6. compile_3 [binaries tests failed]
    1. stdio
  7. shell_3 [binaries packaging]
    1. stdio
  8. shell_4 [binaries shipping]
    1. stdio

Blamelist:

  1. brad
  2. willic3

All Changes

  1. Changed by: brad
    Changed at: Thu 02 Feb 2012 10:22:40
    Root: short/3D/PyLith/
    Branch: trunk
    Revision: 19575

    Changed files:

    • libsrc/pylith/friction/SlipWeakening.cc
    Comments:
    Fixed small bug in slip-weakening friction. Add cohesion even if in tension.

  2. Changed by: willic3
    Changed at: Thu 02 Feb 2012 16:53:05
    Root: short/3D/PyLith/
    Branch: trunk
    Revision: 19585

    Changed files:

    • libsrc/pylith/Makefile.am
    • libsrc/pylith/materials/DruckerPragerPlaneStrain.cc
    • libsrc/pylith/materials/DruckerPragerPlaneStrain.hh
    • libsrc/pylith/materials/DruckerPragerPlaneStrain.icc
    • libsrc/pylith/materials/ElasticMaterial.hh
    • libsrc/pylith/materials/ElasticMaterial.icc
    • libsrc/pylith/materials/Makefile.am
    • libsrc/pylith/materials/materialsfwd.hh
    • modulesrc/materials/DruckerPragerPlaneStrain.i
    • modulesrc/materials/Makefile.am
    • pylith/Makefile.am
    • pylith/materials/DruckerPragerPlaneStrain.py
    Comments:
    Initial version of Drucker-Prager plane strain.
    Everything compiles, but I need to do unit tests and full-scale tests.