Execution Time0.16s

Test: test_vessel_particles_mask_workflow (Failed)
Build: CIP-master-Linux-3.14.35-28.38.amzn1.x86_64-x86_64-incr-SL-ON (Linux1.Amazon.ACIL) on 2015-09-19 00:15:25
Repository revision: 4130e5d4a652fb92fe98f49fc7a10a7e84d56eea

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/nipype/workflows/tests/test_vessel_particles_mask_workflow.py", line 7, in <module>
    from cip_python.utils.compute_dice_coefficient import compute_dice_coefficient
  File "/home/ec2-user/Projects/CIP-master-build/CIP-build/cip_python/utils/compute_dice_coefficient.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)