Execution Time0.15s

Test: test_laa_phenotypes (Failed)
Build: CIP-master-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-44-204.ec2.internal) on 2016-02-12 00:15:30
Repository revision: 4130e5d4a652fb92fe98f49fc7a10a7e84d56eea

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: ImportError (C extension: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.)
----------------------------------------------------------------------
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_laa_phenotypes.py", line 2, in <module>
    import pandas as pd
  File "/home/ec2-user/Projects/CIP-master-build/CIPPython-install/lib/python2.7/site-packages/pandas/__init__.py", line 13, in <module>
    "extensions first.".format(module))
ImportError: C extension: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.

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

FAILED (errors=1)