Next Generation of pyClowder

Build: #2 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 10:56:20 pyclowder/geostreams.py .
26-Jul-2018 10:56:20 pyclowder/sections.py .
26-Jul-2018 10:56:20 pyclowder/utils.py .
26-Jul-2018 10:56:20 sample-extractors/binary-preview/binary_extractor.py .
26-Jul-2018 10:56:20 sample-extractors/echo/echo.py .
26-Jul-2018 10:56:20 sample-extractors/wordcount/wordcount.py .
26-Jul-2018 10:56:20 tests/clientTest.py .
26-Jul-2018 10:56:20
26-Jul-2018 10:56:20 generated xml file: /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/test-reports/results.xml
26-Jul-2018 10:56:20 =================================== FAILURES ===================================
26-Jul-2018 10:56:20 __________________________________ PEP8-check __________________________________
26-Jul-2018 10:56:20 /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 10:56:20 def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata):
26-Jul-2018 10:56:20 ^
26-Jul-2018 10:56:20 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','
26-Jul-2018 10:56:20     r = requests.post(url,data=data,headers=headers)
26-Jul-2018 10:56:20                          ^
26-Jul-2018 10:56:20 /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','
26-Jul-2018 10:56:20     r = requests.post(url,data=data,headers=headers)
26-Jul-2018 10:56:20                                    ^
26-Jul-2018 10:56:20 /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 10:56:20 def upload_preview(connector, host, key, fileid, previewfile, previewmetadata, preview_mimetype=None):
26-Jul-2018 10:56:20 ^
26-Jul-2018 10:56:20
26-Jul-2018 10:56:20 ===================== 1 failed, 15 passed in 0.33 seconds ======================