Execution Time34.77s

Test: test_example_pythonCLI (Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-44-204.ec2.internal) on 2018-03-10 00:07:29
Repository revision: a00e13be1707c1b3aff24dd0b31e66ebfb7d5deb

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Run a simple sample test
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/common/tests/test_example_pythonCLI.py", line 8, in test_example_pythonCLI
    output = ex.execute(input_file, output_file)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/common/example_pythonCLI.py", line 27, in execute
    sitk.WriteImage(output, output_file_name)
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/SimpleITK/SimpleITK.py", line 8010, in WriteImage
    return _SimpleITK.WriteImage(*args)
RuntimeError: Exception thrown in SimpleITK WriteImage: /opt/miniconda2/conda-bld/simpleitk_1502123529022/work/build/ITK/Modules/IO/NRRD/src/itkNrrdImageIO.cxx:1120:
itk::ERROR: NrrdImageIO(0x7f57e94f8ed0): Write: Error writing /home/ec2-user/Projects/CIP-build/CIP-build/cip_python/tests_output/crop_ct.smooth.nrrd:
[nrrd] nrrdSave: couldn't fopen("/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/tests_output/crop_ct.smooth.nrrd","wb"): No such file or directory


----------------------------------------------------------------------
Ran 1 test in 31.334s

FAILED (errors=1)