Next Generation of pyClowder

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