Next Generation of pyClowder

Build: #18 failed Changes by Luigi Marini

Logs

The following logs have been generated by the jobs in this branch.
  • Expand all
  • Collapse all
Job Logs
Collapse Default Job Default Stage Download or View
08-Jun-2017 11:48:00 __________________________________ PEP8-check __________________________________
08-Jun-2017 11:48:00 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/pyclowder/client.py:145:121: E501 line too long (137 > 120 characters)
08-Jun-2017 11:48:00             return requests.post(url, params=params, data=json.dumps(content), headers=self.headers, auth=(self.username, self.password))
08-Jun-2017 11:48:00                                                                                                                         ^
08-Jun-2017 11:48:00 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/pyclowder/client.py:163:121: E501 line too long (127 > 120 characters)
08-Jun-2017 11:48:00             return requests.post(url, params=params, files={"File": open(filename, 'rb')}, auth=(self.username, self.password))
08-Jun-2017 11:48:00                                                                                                                         ^
08-Jun-2017 11:48:00 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/pyclowder/client.py:196:5: E303 too many blank lines (2)
08-Jun-2017 11:48:00     def delete(self, path):
08-Jun-2017 11:48:00     ^
08-Jun-2017 11:48:00 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/pyclowder/client.py:199:1: W293 blank line contains whitespace
08-Jun-2017 11:48:00
08-Jun-2017 11:48:00 ^
08-Jun-2017 11:48:00
08-Jun-2017 11:48:00 __________________________________ PEP8-check __________________________________
08-Jun-2017 11:48:00 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/tests/conftest.py:14:1: E302 expected 2 blank lines, found 1
08-Jun-2017 11:48:00 @pytest.fixture(scope="module")
08-Jun-2017 11:48:00 ^
08-Jun-2017 11:48:00
08-Jun-2017 11:48:00 __________________________________ PEP8-check __________________________________
08-Jun-2017 11:48:00 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/tests/test_datapoints.py:11:39: W292 no newline at end of file
08-Jun-2017 11:48:00     assert response.status_code != 200
08-Jun-2017 11:48:00                                       ^
08-Jun-2017 11:48:00
08-Jun-2017 11:48:00 ================= 4 failed, 24 passed, 7 error in 0.44 seconds =================