ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha512
EF
======================================================================
ERROR: Validate the current sample xml file (geometryTopologyData-sample.xml) with the current schema
----------------------------------------------------------------------
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/utils/tests/test_geometry_topology_data.py", line 22, in test_geometry_topology_data_schema
etree.fromstring(xml, xmlparser)
File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:82934)
File "src/lxml/parser.pxi", line 1819, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:124533)
File "src/lxml/parser.pxi", line 1707, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:123074)
File "src/lxml/parser.pxi", line 1079, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:117114)
File "src/lxml/parser.pxi", line 573, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:110510)
File "src/lxml/parser.pxi", line 683, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:112276)
File "src/lxml/parser.pxi", line 624, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:111367)
XMLSyntaxError: None
======================================================================
FAIL: Create a GeometryTopology object that must be equal to the one in xml_file.
----------------------------------------------------------------------
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/utils/tests/test_geometry_topology_data.py", line 46, in test_geometry_topology_data_write_read
assert xml == expectedOutput, "XML generated: " + xml
AssertionError: XML generated: <?xml version="1.0" encoding="utf8"?><GeometryTopologyData><NumDimensions>3</NumDimensions><CoordinateSystem>RAS</CoordinateSystem><LPStoIJKTransformationMatrix><value>-1.900000</value><value>0.000000</value><value>0.000000</value><value>250.000000</value><value>0.000000</value><value>-1.900000</value><value>0.000000</value><value>510.000000</value><value>0.000000</value><value>0.000000</value><value>2.000000</value><value>724.000000</value><value>0.000000</value><value>0.000000</value><value>0.000000</value><value>1.000000</value></LPStoIJKTransformationMatrix><Point><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Description>My desc</Description><Coordinate><value>2.000000</value><value>3.500000</value><value>3.000000</value></Coordinate></Point><Point><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Coordinate><value>2</value><value>3</value><value>3</value></Coordinate></Point><BoundingBox><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Start><value>2</value><value>3</value><value>3</value></Start><Size><value>1</value><value>1</value><value>4</value></Size></BoundingBox><BoundingBox><ChestRegion>2</ChestRegion><ChestType>5</ChestType><ImageFeature>1</ImageFeature><Start><value>2.000000</value><value>3.500000</value><value>3.000000</value></Start><Size><value>1.000000</value><value>1.000000</value><value>3.000000</value></Size></BoundingBox></GeometryTopologyData>
----------------------------------------------------------------------
Ran 2 tests in 0.008s
FAILED (errors=1, failures=1)