Next Generation of pyClowder

Build: #20 failed Changes by Yan Zhao

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
19-Jun-2017 14:27:59     'sphinx.ext.githubpages']
19-Jun-2017 14:27:59     ^
19-Jun-2017 14:27:59 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/docs/source/conf.py:159:1: W391 blank line at end of file
19-Jun-2017 14:27:59
19-Jun-2017 14:27:59 ^
19-Jun-2017 14:27:59
19-Jun-2017 14:27:59 __________________________________ PEP8-check __________________________________
19-Jun-2017 14:27:59 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/pyclowder/client.py:145:121: E501 line too long (137 > 120 characters)
19-Jun-2017 14:27:59             return requests.post(url, params=params, data=json.dumps(content), headers=self.headers, auth=(self.username, self.password))
19-Jun-2017 14:27:59                                                                                                                         ^
19-Jun-2017 14:27:59 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/pyclowder/client.py:163:121: E501 line too long (127 > 120 characters)
19-Jun-2017 14:27:59             return requests.post(url, params=params, files={"File": open(filename, 'rb')}, auth=(self.username, self.password))
19-Jun-2017 14:27:59                                                                                                                         ^
19-Jun-2017 14:27:59
19-Jun-2017 14:27:59 __________________________________ PEP8-check __________________________________
19-Jun-2017 14:27:59 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC26-JOB1/tests/conftest.py:14:1: E302 expected 2 blank lines, found 1
19-Jun-2017 14:27:59 @pytest.fixture(scope="module")
19-Jun-2017 14:27:59 ^
19-Jun-2017 14:27:59
19-Jun-2017 14:27:59 __________________________________ PEP8-check __________________________________
19-Jun-2017 14:27:59 /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
19-Jun-2017 14:27:59     assert response.status_code != 200
19-Jun-2017 14:27:59                                       ^
19-Jun-2017 14:27:59
19-Jun-2017 14:27:59 ================= 4 failed, 24 passed, 7 error in 0.44 seconds =================