Next Generation of pyClowder

Build: #4 failed Changes by Marcus Slavenas

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
12-Jul-2017 12:25:05 __________________________________ PEP8-check __________________________________
12-Jul-2017 12:25:05 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/time_transformers.py:2:30: E231 missing whitespace after ','
12-Jul-2017 12:25:05 from datetime import datetime,timedelta
12-Jul-2017 12:25:05                              ^
12-Jul-2017 12:25:05 /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
12-Jul-2017 12:25:05 def julian_day_to_month_day(year,julian_day):
12-Jul-2017 12:25:05 ^
12-Jul-2017 12:25:05 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/pyclowder/geostreams/time_transformers.py:14:33: E231 missing whitespace after ','
12-Jul-2017 12:25:05 def julian_day_to_month_day(year,julian_day):
12-Jul-2017 12:25:05                                 ^
12-Jul-2017 12:25:05 /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
12-Jul-2017 12:25:05     return date
12-Jul-2017 12:25:05                ^
12-Jul-2017 12:25:05
12-Jul-2017 12:25:05 __________________________________ PEP8-check __________________________________
12-Jul-2017 12:25:05 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC245-JOB1/tests/conftest.py:14:1: E302 expected 2 blank lines, found 1
12-Jul-2017 12:25:05 @pytest.fixture(scope="module")
12-Jul-2017 12:25:05 ^
12-Jul-2017 12:25:05
12-Jul-2017 12:25:05 __________________________________ PEP8-check __________________________________
12-Jul-2017 12:25:05 /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
12-Jul-2017 12:25:05     assert response.status_code != 200
12-Jul-2017 12:25:05                                       ^
12-Jul-2017 12:25:05
12-Jul-2017 12:25:05 ================= 8 failed, 22 passed, 7 error in 0.48 seconds =================