Execution Time0.27s

Test: test_parenchyma_phenotypes (Failed)
Build: CIP-master-Linux-3.14.35-28.38.amzn1.x86_64-x86_64-incr-SL-ON-SL-OFF (Linux1.Amazon.ACIL) on 2015-09-19 00:18:49

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: ImportError (libgfortran.so.3: cannot open shared object file: No such file or directory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/ec2-user/Projects/CIP-master/cip_python/phenotypes/tests/test_parenchyma_phenotypes.py", line 5, in <module>
    from cip_python.phenotypes.parenchyma_phenotypes import *
  File "/home/ec2-user/Projects/CIP-master-build/CIP-build/cip_python/phenotypes/parenchyma_phenotypes.py", line 2, in <module>
    from scipy.stats import mode, kurtosis, skew
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/scipy/stats/__init__.py", line 321, in <module>
    from .stats import *
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/scipy/stats/stats.py", line 180, in <module>
    import scipy.special as special
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/scipy/special/__init__.py", line 601, in <module>
    from ._ufuncs import *
ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)