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
E
======================================================================
ERROR: test_read_geometrytopologypoint_write_dataframe.test_execute
----------------------------------------------------------------------
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_read_geometrytopologypoint_write_dataframe.py", line 18, in test_execute
my_csv_writer.execute()
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/read_geometrytopologypoint_write_dataframe.py", line 40, in execute
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
----------------------------------------------------------------------
Ran 1 test in 0.005s
FAILED (errors=1)