Next Generation of pyClowder

Build: #3 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 09:56:09 __________________________________ PEP8-check __________________________________
12-Jul-2017 09:56:09 /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 09:56:09 from datetime import datetime,timedelta
12-Jul-2017 09:56:09                              ^
12-Jul-2017 09:56:09 /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 09:56:09 def julian_day_to_month_day(year,julian_day):
12-Jul-2017 09:56:09 ^
12-Jul-2017 09:56:09 /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 09:56:09 def julian_day_to_month_day(year,julian_day):
12-Jul-2017 09:56:09                                 ^
12-Jul-2017 09:56:09 /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 09:56:09     return date
12-Jul-2017 09:56:09                ^
12-Jul-2017 09:56:09
12-Jul-2017 09:56:09 __________________________________ PEP8-check __________________________________
12-Jul-2017 09:56:09 /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 09:56:09 @pytest.fixture(scope="module")
12-Jul-2017 09:56:09 ^
12-Jul-2017 09:56:09
12-Jul-2017 09:56:09 __________________________________ PEP8-check __________________________________
12-Jul-2017 09:56:09 /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 09:56:09     assert response.status_code != 200
12-Jul-2017 09:56:09                                       ^
12-Jul-2017 09:56:09
12-Jul-2017 09:56:09 ================= 8 failed, 22 passed, 7 error in 0.49 seconds =================