Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure on webhook #45

Open
charlesreid1 opened this issue Nov 10, 2018 · 0 comments
Open

Failure on webhook #45

charlesreid1 opened this issue Nov 10, 2018 · 0 comments

Comments

@charlesreid1
Copy link
Contributor

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 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant