+Alex On 6/22/20 8:08 PM, John Snow wrote: > On 6/22/20 1:55 PM, Philippe Mathieu-Daudé wrote: >> On 6/22/20 7:51 PM, John Snow wrote: >>> >>> >>> On 6/20/20 6:14 AM, Philippe Mathieu-Daudé wrote: >>>> Still doesn't work... >>>> https://travis-ci.org/github/philmd/qemu/jobs/700309163#L5445 >>> >>> I tried running from master with just these patches applied. So far, the >>> only failures I am seeing on gitlab/travis are job timeouts. >>> >>> Are you doing something special to avoid timeout failures? >> >> Unfortunately no :S Cleber tried too and couldn't reproduce, >> I'm the only one lucky enough to win the race condition... >> >> Retrying the acceptance tests on Travis-CI is painful, yes, >> I know... >> > > You didn't address the timeouts I asked about. Are you not seeing job > timeouts? How is the CI passing at all, for anyone? > > We seem to have bigger problems here.
OK, your problem/question was not obvious. What helped me to is to know you setup'd your Travis-CI account today. At some point the jobs were taking too long, by caching the ccache directory between runs, we could get quicker builds. My guess is as your setup is new, your cache is empty, and you are reaching the 50min timeout... If this is the case, I'm not sure how to resolve this. Retry and retry again?