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

ml-infra build fails due to HUGE logs #40

Open
vmarkovtsev opened this issue Sep 10, 2019 · 2 comments
Open

ml-infra build fails due to HUGE logs #40

vmarkovtsev opened this issue Sep 10, 2019 · 2 comments

Comments

@vmarkovtsev
Copy link
Collaborator

vmarkovtsev commented Sep 10, 2019

I have noticed that if I update the lowest image in our stack - ml-infra-base-python - the CI build fails due to the log exceeding the maximum length limit.

This is most likely due to building numpy and scipy, which floods the console with verbose compilation commands.

I am not sure what's the best way to solve this problem:

  • Silence numpy and scipy
  • Invent something else in the CI scripts and avoid this problem once and for all
@vmarkovtsev
Copy link
Collaborator Author

What's your opinion, @src-d/infrastructure?

@rporres
Copy link

rporres commented Sep 10, 2019

I would start limiting the amount of output of the most verbose parts of the build but done in a way that you know where the problem is so that you can reproduce it.

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

2 participants