Next Generation of pyClowder

Build: #19 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 13:50:10     'sphinx.ext.githubpages']
08-Jun-2017 13:50:10     ^
08-Jun-2017 13:50:10 /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
08-Jun-2017 13:50:10
08-Jun-2017 13:50:10 ^
08-Jun-2017 13:50:10
08-Jun-2017 13:50:10 __________________________________ PEP8-check __________________________________
08-Jun-2017 13:50:10 /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 13:50:10             return requests.post(url, params=params, data=json.dumps(content), headers=self.headers, auth=(self.username, self.password))
08-Jun-2017 13:50:10                                                                                                                         ^
08-Jun-2017 13:50:10 /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 13:50:10             return requests.post(url, params=params, files={"File": open(filename, 'rb')}, auth=(self.username, self.password))
08-Jun-2017 13:50:10                                                                                                                         ^
08-Jun-2017 13:50:10
08-Jun-2017 13:50:10 __________________________________ PEP8-check __________________________________
08-Jun-2017 13:50:10 /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 13:50:10 @pytest.fixture(scope="module")
08-Jun-2017 13:50:10 ^
08-Jun-2017 13:50:10
08-Jun-2017 13:50:10 __________________________________ PEP8-check __________________________________
08-Jun-2017 13:50:10 /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 13:50:10     assert response.status_code != 200
08-Jun-2017 13:50:10                                       ^
08-Jun-2017 13:50:10
08-Jun-2017 13:50:10 ================= 4 failed, 24 passed, 7 error in 0.47 seconds =================