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

Spammy output when many images are built at once #3

Open
timothyb89 opened this issue Aug 16, 2017 · 0 comments
Open

Spammy output when many images are built at once #3

timothyb89 opened this issue Aug 16, 2017 · 0 comments
Labels

Comments

@timothyb89
Copy link
Member

Example: https://travis-ci.org/monasca/monasca-docker/builds/265038429

Multiple tqdm status bars seem to get really spammy when there's lots of status bar lines. This looks okay in a real terminal but is actually causing travis to kill jobs when log output is too large (> 4MB).

I think the 'correct' workaround is to just periodically display a simple status message when outputting to a dumb terminal - tqdm kind of does this already (poorly) but some of dbuild's hacks break it even more.

Another option: add an option to write build logs to a file for each container. We can upload them somewhere (maybe a Google Cloud Storage bucket) and avoid turning on dbuild's debug mode and generating output spam in the first place.

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