Next Generation of pyClowder

Build: #1 failed First build for this plan

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