Next Generation of pyClowder

Build: #5 failed Changes by Marcus Slavenas

Build result summary

Details

Completed
Queue duration
1 second
Duration
12 seconds
Labels
None
Agent
buildserver-1.ncsa.illinois.edu
Revision
40dc0ad87d5c9a921be56e71ec2011fb51fd7e32
Total tests
37
Failing since
#1 (First build for this plan – )

Tests

Responsible

This build has been failing since #1
No one has taken responsibility

Code commits

Author Commit Message Commit date
Marcus Slavenas Marcus Slavenas 40dc0ad87d5c9a921be56e71ec2011fb51fd7e32 Merge branch 'master' into seven-miles-changes
Max Burnette <mburnet88@gmail.com> Max Burnette <mburnet88@gmail.com> f2b3a6093ad106753fd1a5b0ab98c2de5c35cbc7 m Squashed commit of the following:
commit 9466fae6a10da7f2a618dd80291ecd7097244c7f
Author: Max Burnette <mburnet88@gmail.com>
Date:   Wed May 31 14:22:39 2017 -0500

    must appease our PEP-8 overlord masters

commit 57134641b4ae3f205bb1c72d84ec602c7bd41f16
Author: Max Burnette <mburnet88@gmail.com>
Date:   Wed May 31 13:38:58 2017 -0500

    Move default resource_type out of it statements

commit 5422d1d8c8b526d97a935767ecbbf07aeb9b8ad2
Author: Max Burnette <mburnet88@gmail.com>
Date:   Wed May 31 11:00:56 2017 -0500

    Send self to check/process message

commit a140d0bdc3f41eb293346d5ac5af4b5a12df3240
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 30 13:31:52 2017 -0500

    Fix doubling of self

commit 328685970945c071076ff7778f8cfda5b62dafaa
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 30 11:28:14 2017 -0500

    Update README

commit 7c0e61e750727b55f1688be2e560a88bb3d42159
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 30 10:33:40 2017 -0500

    change default to action=store_true

commit ebd54243b4458bdf4393904cc91e47f7525badb9
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 23 14:52:05 2017 -0500

    pep style fix

commit 6ecba2cd986f546f25e71ff76fe00b71521f6a8f
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 23 14:50:23 2017 -0500

    Remove extra line

commit e780fb6e82532cf51b082f709f0860d0a5ad4b5c
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 23 14:49:23 2017 -0500

    Refactor _process_message()

commit 73cca6b2ed6e8abd420fff068ada042942ed2732
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 23 13:26:38 2017 -0500

    Clean up resource generation code (round 1)

commit 1479b050a261fd7339b1a611f425ae4472019b74
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 23 12:50:45 2017 -0500

    Change unbound to --no-bind

commit f4132334a52486d206ad2eb0b0f1f1ef9c5a3582
Author: Max Burnette <mburnet88@gmail.com>
Date:   Tue May 23 12:48:47 2017 -0500

    add check_duplicate flag

commit 58e73a74cd50f172f55ec795850d9e719ba74212
Author: Max Burnette <mburnet88@gmail.com>
Date:   Fri Apr 21 09:11:00 2017 -0500

    Add unbound flag

    Allow extractors to run ‘unbound’ at runtime - this will run them
    without binding the process file type bindings, only bound by extractor
    name. This means extractor will only be accessible to manual triggers
    or rule_checker extractor, but can also have a version w/ file type
    bindings committed to git for use other times.
Sandeep Puthanveetil Satheesan Sandeep Puthanveetil Satheesan 097cc79ff55c805fa1507d23e0d4e77d65b032c5 m Replaced empty strings in local_parameters object with None
Sandeep Puthanveetil Satheesan Sandeep Puthanveetil Satheesan 029ace144b39bb06a999deefedadb72c397dfe68 m Fixed merge conflicts by incorporating changes from master
Max Burnette <mburnet88@gmail.com> Max Burnette <mburnet88@gmail.com> 1a48101e362c0b82f303b16580ed48a1677b0fd9 m style fix

Tests

Existing test failures 15
Status Test Failing since View job Duration
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_datapoints.py, line 5
  def test_datapoints_count_by_sensor_get(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_datapoints.py:5
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_geostreams.py, line 7
  def test_version(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_geostreams.py:7
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_geostreams.py, line 15
  def test_get_sensors(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_geostreams.py:15
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_geostreams.py, line 24
  def test_raise_for_status(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_geostreams.py:24
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_sensors.py, line 7
  def test_sensors_post(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_sensors.py:7
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_sensors.py, line 29
  def test_sensors_delete(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_sensors.py:29
test setup failure
file /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_sensors.py, line 19
  def test_sensors_get(caplog, host, key):
E       fixture 'caplog' not found
>       available fixtures: cache, capfd, capsys, doctest_namespace, host, key, monkeypatch, password, pytestconfig, record_xml_property, recwarn, tmpdir, tmpdir_factory, username
>       use 'pytest --fixtures [testpath]' for help on them.

/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/test_sensors.py:19
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-JOB1/pyclowder/geostreams/time_transformers.py:17:16: W292 no newline at end of file     return date                ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-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-PYC245-JOB1/pyclowder/geostreams/time_transformers.py:14:33: E231 missing whitespace after ','
(5 more lines...)
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:5:1: E302 expected 2 blank lines, found 1 def dms2dec(dms): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:33: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                 ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:35: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                   ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:53: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                     ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:55: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                       ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:73: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:75: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:104: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                                                        ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:106: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                                                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:121: E501 line too long (157 > 120 characters)     dec = 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]))                                                                                                                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:124: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                                                                            ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:126: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                                                                              ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:144: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                                                                                                ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:146: E251 unexpected spaces around keyword / parameter equals     dec = 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]))                                                                                                                                                  ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:10:15: W292 no newline at end of file     return dec               ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:5:1: E302 expected 2 blank lines, found 1
def dms2dec(dms):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:33: E251 unexpected spaces around keyword / parameter equals
    dec = 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]))
                                ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/geocode-convert.py:8:35: E251 unexpected spaces around keyword / parameter equals
(38 more lines...)
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-JOB1/pyclowder/geostreams/datapoints.py:78:1: W293 blank line contains whitespace  ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:79:27: W291 trailing whitespace         :param start_time:                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:80:25: W291 trailing whitespace         :param end_time:                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:81:26: W291 trailing whitespace         :param longitude:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:82:25: W291 trailing whitespace         :param latitude:                         ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:83:26: W291 trailing whitespace         :param sensor_id:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:84:26: W291 trailing whitespace         :param stream_id:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:85:28: W291 trailing whitespace         :param sensor_name:                            ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:86:27: W291 trailing whitespace         :param properties:                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:87:22: W291 trailing whitespace         :param owner:                      ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:88:23: W291 trailing whitespace         :param source:                       ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:89:27: W291 trailing whitespace         :param procedures:                           ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:90:26: W291 trailing whitespace         :param elevation:                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:91:17: W291 trailing whitespace         :return:                 ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-JOB1/pyclowder/geostreams/datapoints.py:78:1: W293 blank line contains whitespace

^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/datapoints.py:79:27: W291 trailing whitespace
(38 more lines...)
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-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-PYC245-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-PYC245-JOB1/docs/source/conf.py:159:1: W391 blank line at end of file  ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-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-PYC245-JOB1/docs/source/conf.py:36:5: E128 continuation line under-indented for visual indent
(5 more lines...)
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-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-PYC245-JOB1/pyclowder/geostreams/geocode_convert.py:7:40: E251 unexpected spaces around keyword / parameter equals
(38 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypePEP-8Could not obtain issue details from Jira