Execution Time0.48s

Test: test_image_reader_writer (Failed)
Build: CIP-Windows-AMD64-incr-SL-ON (WIN-VS2013) on 2018-01-19 00:13:33
Repository revision: aa0e0c16081f8526df070c2d1e188fd6657c63df

Exit Value1

Show Command Line
Display graphs:

Test output
E
======================================================================
ERROR: Failure: ParseError (mismatched tag: line 1437, column 14)
----------------------------------------------------------------------
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-build\CIP-build\cip_python\input_output\tests\test_image_reader_writer.py", line 7, in <module>
    from cip_python.common import Paths
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\__init__.py", line 3, in <module>
    from .chest_conventions import ChestConventions
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 215, in <module>
    class ChestConventions(object):
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 216, in ChestConventions
    ChestRegionsCollection = ChestConventionsInitializer.chest_regions()      # 1: "WHOLELUNG", "WholeLung", [0.42, 0.38, 0.75]
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 56, in chest_regions
    root = ChestConventionsInitializer.xml_root_conventions()
  File "D:\Projects\CIP-build\CIP-build\cip_python\common\chest_conventions.py", line 29, in xml_root_conventions
    ChestConventionsInitializer.__xml_conventions__ = et.fromstring(xml)
  File "D:\Projects\CIP-build\CIPPython-install\lib\xml\etree\ElementTree.py", line 1311, in XML
    parser.feed(text)
  File "D:\Projects\CIP-build\CIPPython-install\lib\xml\etree\ElementTree.py", line 1653, in feed
    self._raiseerror(v)
  File "D:\Projects\CIP-build\CIPPython-install\lib\xml\etree\ElementTree.py", line 1517, in _raiseerror
    raise err
ParseError: mismatched tag: line 1437, column 14

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

FAILED (errors=1)