Build: #1 failed First build for this plan

Build result summary

Details

Completed
Queue duration
3 seconds
Duration
3 minutes
Labels
None
Revision
d3d007d695484c8431d19f25875cfb61e3f07c38
Total tests
39

Tests

Responsible

No one has taken responsibility for this failure

Tests

New test failures 19
Status Test View job Duration
Collapse Failed test_datapoints test_datapoints_count_by_sensor_get
Default Job < 1 sec
AttributeError: 'NoneType' object has no attribute 'text'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb5145e9290>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_datapoints_count_by_sensor_get(caplog, host, key):
        caplog.setLevel(logging.DEBUG)
        client = DatapointsApi(host=host, key=key)
        response = client.datapoints_count_by_sensor_get(950)
(8 more lines...)
Collapse Failed test_geostreams test_raise_for_status
Default Job < 1 sec
ConnectionError: HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /clowder/apithis_path_does_not_exist (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb5142edd10>: Failed to establish a new connection: [Errno 111] Connection refused',))
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb5142ed290>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_raise_for_status(caplog, host, key):
        client = ClowderClient(host=host, key=key)
        try:
>           client.get_json("this_path_does_not_exist")
(137 more lines...)
Collapse Failed test_geostreams test_get_sensors
Default Job < 1 sec
AttributeError: 'NoneType' object has no attribute 'json'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb514334510>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_get_sensors(caplog, host, key):
        caplog.setLevel(logging.DEBUG)
        client = SensorsApi(host=host, key=key)
        response = client.sensors_get()
(8 more lines...)
Collapse Failed test_geostreams test_version
Default Job < 1 sec
ConnectionError: HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /clowder/api/version (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb5143262d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb514597a90>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_version(caplog, host, key):
        caplog.setLevel(logging.DEBUG)
        client = ClowderClient(host=host, key=key)
>       version = client.version()
(138 more lines...)
Collapse Failed test_sensors test_sensors_post
Default Job < 1 sec
AttributeError: 'NoneType' object has no attribute 'json'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb51430be10>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_sensors_post(caplog, host, key):
        global sensor_id
        caplog.setLevel(logging.DEBUG)
        client = SensorsApi(host=host, key=key)
(10 more lines...)
Collapse Failed test_sensors test_sensors_delete
Default Job < 1 sec
AttributeError: 'NoneType' object has no attribute 'json'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb514315f10>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_sensors_delete(caplog, host, key):
        global sensor_id
        caplog.setLevel(logging.DEBUG)
        client = SensorsApi(host=host, key=key)
(9 more lines...)
Collapse Failed test_sensors test_sensors_get
Default Job < 1 sec
AttributeError: 'NoneType' object has no attribute 'json'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb51432c550>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_sensors_get(caplog, host, key):
        global sensor_id
        caplog.setLevel(logging.DEBUG)
        client = SensorsApi(host=host, key=key)
(9 more lines...)
Collapse Failed test_streams test_streams_get
Default Job < 1 sec
AttributeError: 'StreamsApi' object has no attribute 'stream_get_by_name'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb5143004d0>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_streams_get(caplog, host, key):
        global sensor_id, stream_id
        caplog.setLevel(logging.DEBUG)
        stream_client = StreamsApi(host=host, key=key)
(4 more lines...)
Collapse Failed test_streams test_streams_delete
Default Job < 1 sec
AttributeError: 'NoneType' object has no attribute 'json'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb51432c2d0>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_streams_delete(caplog, host, key):
        global sensor_id, stream_id
        caplog.setLevel(logging.DEBUG)
        sensor_client = SensorsApi(host=host, key=key)
(16 more lines...)
Collapse Failed test_streams test_streams_post
Default Job < 1 sec
TypeError: 'NoneType' object has no attribute '__getitem__'
caplog = <pytest_capturelog.CaptureLogFuncArg object at 0x7fb5143343d0>
host = 'http://localhost:9000/clowder', key = 'r1ek3rs'

    def test_streams_post(caplog, host, key):
        global sensor_id, stream_id
        caplog.setLevel(logging.DEBUG)
        sensor_client = SensorsApi(host=host, key=key)
(12 more lines...)
Collapse Failed unnamed test suite docs.source.conf
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:34:5: E128 continuation line under-indented for visual indent     'sphinx.ext.doctest',     ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:35:5: E128 continuation line under-indented for visual indent     'sphinx.ext.viewcode',     ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:36:5: E128 continuation line under-indented for visual indent     'sphinx.ext.githubpages']     ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:159:1: W391 blank line at end of file  ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:34:5: E128 continuation line under-indented for visual indent
    'sphinx.ext.doctest',
    ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:35:5: E128 continuation line under-indented for visual indent
    'sphinx.ext.viewcode',
    ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/docs/source/conf.py:36:5: E128 continuation line under-indented for visual indent
(5 more lines...)
Collapse Failed unnamed test suite pyclowder.geostreams.datapoints
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:74:121: E501 line too long (181 > 120 characters)     def datapoint_create_json(self, start_time, end_time, longitude, latitude, sensor_id, stream_id, sensor_name, properties, owner=None, source=None, procedures=None, elevation=0):                                                                                                                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:78:1: W293 blank line contains whitespace  ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:79:27: W291 trailing whitespace         :param start_time:                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:80:25: W291 trailing whitespace         :param end_time:                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:81:26: W291 trailing whitespace         :param longitude:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:82:25: W291 trailing whitespace         :param latitude:                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:83:26: W291 trailing whitespace         :param sensor_id:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:84:26: W291 trailing whitespace         :param stream_id:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:85:28: W291 trailing whitespace         :param sensor_name:                            ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:86:27: W291 trailing whitespace         :param properties:                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:87:22: W291 trailing whitespace         :param owner:                      ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:88:23: W291 trailing whitespace         :param source:                       ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:89:27: W291 trailing whitespace         :param procedures:                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:90:26: W291 trailing whitespace         :param elevation:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:91:17: W291 trailing whitespace         :return:                 ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:74:121: E501 line too long (181 > 120 characters)
    def datapoint_create_json(self, start_time, end_time, longitude, latitude, sensor_id, stream_id, sensor_name, properties, owner=None, source=None, procedures=None, elevation=0):
                                                                                                                        ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:78:1: W293 blank line contains whitespace

^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/datapoints.py:79:27: W291 trailing whitespace
(38 more lines...)
Collapse Failed unnamed test suite tests.test_streams
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_streams.py:8:1: E302 expected 2 blank lines, found 1 def test_streams_post(caplog, host, key): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_streams.py:20:24: W291 trailing whitespace     assert "id" in body                        ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_streams.py:39:54: W291 trailing whitespace     response = stream_client.stream_delete(stream_id)                                                      ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_streams.py:8:1: E302 expected 2 blank lines, found 1
def test_streams_post(caplog, host, key):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_streams.py:20:24: W291 trailing whitespace
    assert "id" in body
                       ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_streams.py:39:54: W291 trailing whitespace
(2 more lines...)
Collapse Failed unnamed test suite pyclowder.geostreams.time_transformers
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:2:30: E231 missing whitespace after ',' from datetime import datetime,timedelta                              ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:14:1: E302 expected 2 blank lines, found 1 def julian_day_to_month_day(year,julian_day): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:14:33: E231 missing whitespace after ',' def julian_day_to_month_day(year,julian_day):                                 ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:20:1: E302 expected 2 blank lines, found 1 def calendar_date2utc(date_in,time_zone="America/Chicago"): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:20:30: E231 missing whitespace after ',' def calendar_date2utc(date_in,time_zone="America/Chicago"):                              ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:2:30: E231 missing whitespace after ','
from datetime import datetime,timedelta
                             ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:14:1: E302 expected 2 blank lines, found 1
def julian_day_to_month_day(year,julian_day):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/time_transformers.py:14:33: E231 missing whitespace after ','
(8 more lines...)
Collapse Failed unnamed test suite pyclowder.client
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/client.py:145:121: E501 line too long (137 > 120 characters)             return requests.post(url, params=params, data=json.dumps(content), headers=self.headers, auth=(self.username, self.password))                                                                                                                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/client.py:163:121: E501 line too long (127 > 120 characters)             return requests.post(url, params=params, files={"File": open(filename, 'rb')}, auth=(self.username, self.password))                                                                                                                         ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/client.py:145:121: E501 line too long (137 > 120 characters)
            return requests.post(url, params=params, data=json.dumps(content), headers=self.headers, auth=(self.username, self.password))
                                                                                                                        ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/client.py:163:121: E501 line too long (127 > 120 characters)
            return requests.post(url, params=params, files={"File": open(filename, 'rb')}, auth=(self.username, self.password))
                                                                                                                        ^
Collapse Failed unnamed test suite pyclowder.geostreams.sensors
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/sensors.py:69:12: E111 indentation is not a multiple of four            return self.client.post("/geostreams/sensors", sensor)            ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/sensors.py:69:12: E111 indentation is not a multiple of four
           return self.client.post("/geostreams/sensors", sensor)
           ^
Collapse Failed unnamed test suite tests.test_datapoints
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_datapoints.py:11:39: W292 no newline at end of file     assert response.status_code != 200                                       ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/test_datapoints.py:11:39: W292 no newline at end of file
    assert response.status_code != 200
                                      ^
Collapse Failed unnamed test suite tests.conftest
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/conftest.py:14:1: E302 expected 2 blank lines, found 1 @pytest.fixture(scope="module") ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/tests/conftest.py:14:1: E302 expected 2 blank lines, found 1
@pytest.fixture(scope="module")
^
Collapse Failed unnamed test suite pyclowder.geostreams.geocode_convert
Default Job < 1 sec
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:6:1: E302 expected 2 blank lines, found 0 def dms2dec(dms): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:38: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                      ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:40: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                        ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:58: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:60: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                            ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:78: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                              ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:80: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:109: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                             ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:111: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                               ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:121: E501 line too long (175 > 120 characters)     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:129: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                                                 ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:131: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                                                   ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:149: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                                                                     ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:151: E251 unexpected spaces around keyword / parameter equals     dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())                                                                                                                                                       ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:9:26: E231 missing whitespace after ','     return [float(dec[0]),float(dec[1])]                          ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:6:1: E302 expected 2 blank lines, found 0
def dms2dec(dms):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:38: E251 unexpected spaces around keyword / parameter equals
    dec = list(LatLon(Latitude(degree = dms[0][0], minute = dms[0][1], second = dms[0][2]), Longitude(degree = dms[1][0], minute = dms[1][1], second = dms[1][2])).to_string())
                                     ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC247-JOB1/pyclowder/geostreams/geocode_convert.py:7:40: E251 unexpected spaces around keyword / parameter equals
(38 more lines...)