BuildBot

Build PyLith trunk pylith_linux_x86_64 binbot:#160

Buildslave:

io-ubuntu-linux64

Reason:

SourceStamp:

Results:

failed compile

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 r19591]
    1. stdio
  2. shell [binaries autoreconf]
    1. stdio
  3. shell_2 [binaries configuration]
    1. stdio
    2. config.log
  4. compile [binaries compile failed]
    1. stdio
  5. compile_2 []
  6. compile_3 []
  7. shell_3 []
  8. shell_4 []

Blamelist:

  1. willic3

All Changes

  1. Changed by: willic3
    Changed at: Mon 06 Feb 2012 16:52:47
    Root: short/3D/PyLith/
    Branch: trunk
    Revision: 19588

    Changed files:

    • unittests/libtests/materials/Makefile.am
    • unittests/libtests/materials/TestDruckerPragerPlaneStrain.cc
    • unittests/libtests/materials/TestDruckerPragerPlaneStrain.hh
    • unittests/libtests/materials/data/DruckerPragerPlaneStrainElastic.py
    • unittests/libtests/materials/data/DruckerPragerPlaneStrainElasticData.cc
    • unittests/libtests/materials/data/DruckerPragerPlaneStrainElasticData.hh
    • unittests/libtests/materials/data/DruckerPragerPlaneStrainTimeDep.py
    • unittests/libtests/materials/data/DruckerPragerPlaneStrainTimeDepData.cc
    • unittests/libtests/materials/data/DruckerPragerPlaneStrainTimeDepData.hh
    • unittests/libtests/materials/data/generate.sh
    Comments:
    Added unit tests for Drucker-Prager Plane Strain.
    All unit tests pass, but I still need to do a full-scale test.
    
    

  2. Changed by: willic3
    Changed at: Mon 06 Feb 2012 16:56:32
    Root: short/3D/PyLith/
    Branch: trunk
    Revision: 19589

    Changed files:

    • unittests/libtests/materials/data/DruckerPragerPlaneStrainElastic.py
    Comments:
    Commented out debugging code.
    
    

  3. Changed by: willic3
    Changed at: Mon 06 Feb 2012 17:18:21
    Root: short/3D/PyLith/
    Branch: trunk
    Revision: 19590

    Changed files:

    • modulesrc/materials/materials.i
    Comments:
    Forgot to update materials.i for Drucker-Prager Plane Strain.
    
    

  4. Changed by: willic3
    Changed at: Mon 06 Feb 2012 17:19:09
    Root: short/3D/PyLith/
    Branch: trunk
    Revision: 19591

    Changed files:

    • unittests/pytests/materials/Makefile.am
    • unittests/pytests/materials/TestDruckerPragerPlaneStrain.py
    • unittests/pytests/materials/testmaterials.py
    Comments:
    Added Python tests for Drucker-Prager Plane Strain.