Next Generation of pyClowder

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

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
13 seconds
Labels
None
Agent
buildserver-1.ncsa.illinois.edu
Revision
5c52ad2349c439c1635e4af936a9913c249131cc
Total tests
16
Failing since
#1 (First build for this plan – )

Tests

Responsible

This build has been failing since #1
No one has taken responsibility

Code commits

Author Commit Message Commit date
Ben Galewsky <bengal1@illinois.ed> Ben Galewsky <bengal1@illinois.ed> 5c52ad2349c439c1635e4af936a9913c249131cc Switch to box skills metadata

Tests

Existing test failures 1
Status Test Failing since View job Duration
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1 def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata): ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','     r = requests.post(url,data=data,headers=headers)                          ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','     r = requests.post(url,data=data,headers=headers)                                    ^ /home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:225:1: E302 expected 2 blank lines, found 1 def upload_preview(connector, host, key, fileid, previewfile, previewmetadata, preview_mimetype=None): ^ 
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:207:1: E302 expected 2 blank lines, found 1
def upload_metadata(connector, host, metadataTemplate, key, fileid, metadata):
^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:26: E231 missing whitespace after ','
    r = requests.post(url,data=data,headers=headers)
                         ^
/home/bamboo/bamboo-agent-home/xml-data/build-dir/CATS-PYC280-JOB1/pyclowder/files.py:215:36: E231 missing whitespace after ','
(5 more lines...)