Next Generation of pyClowder

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