Execution Time1.02s

Test: test_body_composition_phenotypes (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2008) on 2015-06-09 00:13:48
Repository revision: 431ced5ba9a0553ddaece7c11b41ca8d73d41787

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 'MAP_PRIVATE')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nose\importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "D:\Projects\CIP\cip_python\phenotypes\tests\test_body_composition_phenotypes.py", line 13, in <module>
    lm, lm_header = nrrd.read(lm_name)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nrrd.py", line 366, in read
    data = read_data(header, filehandle, filename)
  File "D:\Projects\CIP-build\CIPPython-install\lib\site-packages\nrrd.py", line 238, in read_data
    mmap.MAP_PRIVATE, mmap.PROT_READ)
AttributeError: 'module' object has no attribute 'MAP_PRIVATE'

----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)