infrastructure-dockerfiles icon indicating copy to clipboard operation
infrastructure-dockerfiles copied to clipboard

ml-infra build fails due to HUGE logs

Open vmarkovtsev opened this issue 6 years ago • 2 comments

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 avatar Sep 10 '19 13:09 vmarkovtsev

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

vmarkovtsev avatar Sep 10 '19 13:09 vmarkovtsev

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.

rporres avatar Sep 10 '19 19:09 rporres