Next Generation of pyClowder

Build: #3 failed Changes by Ben Galewsky <bengal1@illinois.ed>

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-2018 11:12:02 sample-extractors/wordcount/wordcount.py .
26-Jul-2018 11:12:02 tests/clientTest.py .
26-Jul-2018 11:12:02
26-Jul-2018 11:12:02 generated xml file: /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/test-reports/results.xml
26-Jul-2018 11:12:02 =================================== FAILURES ===================================
26-Jul-2018 11:12:02 __________________________________ PEP8-check __________________________________
26-Jul-2018 11:12:02 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/connectors.py:669:1: W293 blank line contains whitespace
26-Jul-2018 11:12:02
26-Jul-2018 11:12:02 ^
26-Jul-2018 11:12:02
26-Jul-2018 11:12:02 __________________________________ PEP8-check __________________________________
26-Jul-2018 11:12:02 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1
26-Jul-2018 11:12:02 def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata):
26-Jul-2018 11:12:02 ^
26-Jul-2018 11:12:02 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','
26-Jul-2018 11:12:02     r = requests.post(url,data=data,headers=headers)
26-Jul-2018 11:12:02                          ^
26-Jul-2018 11:12:02 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','
26-Jul-2018 11:12:02     r = requests.post(url,data=data,headers=headers)
26-Jul-2018 11:12:02                                    ^
26-Jul-2018 11:12:02 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:225:1: E302 expected 2 blank lines, found 1
26-Jul-2018 11:12:02 def upload_preview(connector, host, key, fileid, previewfile, previewmetadata, preview_mimetype=None):
26-Jul-2018 11:12:02 ^
26-Jul-2018 11:12:02
26-Jul-2018 11:12:02 ===================== 2 failed, 14 passed in 0.32 seconds ======================