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

Flappy Jenkins test #276

Open
jvivian opened this issue Apr 11, 2018 · 0 comments
Open

Flappy Jenkins test #276

jvivian opened this issue Apr 11, 2018 · 0 comments
Labels

Comments

@jvivian
Copy link
Collaborator

jvivian commented Apr 11, 2018

Non-deterministic error arises during builds that is unrelated to the actual tests passing. Most likely a retry/backoff needs to be implemented during retrieval of data from Quay's API (assumedly).

WARNING:__main__:Tool toil-grafana does not exist in cgl-docker-lib. Skipping...
Traceback (most recent call last):
  File "./jenkins.py", line 262, in <module>
    main()
  File "./jenkins.py", line 227, in main
    updated_tools = get_updated_tools(repos)
  File "./jenkins.py", line 45, in get_updated_tools
    json_data = json.loads(response.text)
  File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Unterminated string starting at: line 1 column 506112 (char 506111)
Build step 'Execute shell' marked build as failure
Finished: FAILURE
@jvivian jvivian added the bug label Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant