Next Generation of pyClowder

Build: #4 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Pyclowder.geostreams.datapoints: Test case result

The below summarizes the result of the test "Pyclowder.geostreams.datapoints" in build 4 of Clowder - pyclowder2 - seven-miles-changes - Default Job.
Description
Pyclowder.geostreams.datapoints
Test class
unnamed test suite
Method
pyclowder.geostreams.datapoints
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

/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
        :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:
                ^