You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing an error I have not seen before, triggered on a build in the use case library repo:
INFO:werkzeug:127.0.0.1 - - [09/Nov/2018 16:32:57] "POST /webhook HTTP/1.0" 200 -
INFO:werkzeug:127.0.0.1 - - [09/Nov/2018 16:34:31] "POST /webhook HTTP/1.0" 200 -
INFO:root:Starting use-case-library build test build
ERROR:flask.app:Exception on /webhook [POST]
Traceback (most recent call last):
File "/home/florence/uncle-archie/vp/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
File "/home/florence/uncle-archie/vp/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/florence/uncle-archie/vp/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/florence/uncle-archie/vp/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/home/florence/uncle-archie/vp/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/home/florence/uncle-archie/vp/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/florence/uncle-archie/uncle_archie.py", line 144, in index
process_payload(payload,meta,config)
File "/home/florence/uncle-archie/process_payload.py", line 17, in process_payload
ucl_snakemake_test(payload,meta,config)
File "/home/florence/uncle-archie/hooks/ucl_snakemake_test.py", line 155, in process_payload
ignore_text=commit_message
File "/home/florence/uncle-archie/hooks/ucl_snakemake_test.py", line 422, in record_and_check_output
lout = re.sub(ignore_text,'',lout)
File "/home/florence/uncle-archie/vp/lib/python3.6/re.py", line 191, in sub
return _compile(pattern, flags).sub(repl, string, count)
File "/home/florence/uncle-archie/vp/lib/python3.6/re.py", line 301, in _compile
p = sre_compile.compile(pattern, flags)
File "/home/florence/uncle-archie/vp/lib/python3.6/sre_compile.py", line 562, in compile
p = sre_parse.parse(p, flags)
File "/home/florence/uncle-archie/vp/lib/python3.6/sre_parse.py", line 855, in parse
p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)
File "/home/florence/uncle-archie/vp/lib/python3.6/sre_parse.py", line 416, in _parse_sub
not nested and not items))
File "/home/florence/uncle-archie/vp/lib/python3.6/sre_parse.py", line 619, in _parse
source.tell() - here + len(this))
sre_constants.error: multiple repeat at position 30
INFO:werkzeug:127.0.0.1 - - [09/Nov/2018 16:34:33] "POST /webhook HTTP/1.0" 500 -
The text was updated successfully, but these errors were encountered:
Seeing an error I have not seen before, triggered on a build in the use case library repo:
The text was updated successfully, but these errors were encountered: