<div dir="ltr">My opinion is that i HATE Travis! It's slow and has a tendency to act like a stroppy toddler.<div><br></div><div>Removing -q doesn't work because we then end up generating more log than Travis allows which kills the build as well.</div><div><br></div><div>We used to have the caching enabled, but it used to result in a lot of issues. Can't quite remember the details though. Maybe we can try it again.</div><div><br></div><div>There's also travis_wait option that could work (<a href="https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received">https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received</a>).</div><div><br></div><div>My preference would be to migrate away from Travis and use something more beefy that can run tests quicker. </div><div><br></div><div>I'll need to figure out someone to look into it though. Any volunteers?</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 28 July 2016 at 17:11, Pedro Igor Silva <span dir="ltr"><<a href="mailto:psilva@redhat.com" target="_blank">psilva@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Let's see what Stian thinks about it :) For me, it is also an option.<br>
<span class="im HOEnZb"><br>
----- Original Message -----<br>
From: "Bruno Oliveira" <<a href="mailto:bruno@abstractj.org">bruno@abstractj.org</a>><br>
To: "Pedro Igor Silva" <<a href="mailto:psilva@redhat.com">psilva@redhat.com</a>><br>
Cc: "Bill Burke" <<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>>, "keycloak-dev" <<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
</span><div class="HOEnZb"><div class="h5">Sent: Wednesday, July 27, 2016 10:45:35 PM<br>
Subject: Re: [keycloak-dev] travis seems to be down<br>
<br>
Another alternative, but you might not enjoy it, is :)<br>
<br>
Before start building Keycloak, pre-download all the '.m2' dir with<br>
the dependencies required. Second alternative, is to try some caching[1], but it may<br>
or may not work.<br>
<br>
[1] - <a href="https://docs.travis-ci.com/user/caching/" rel="noreferrer" target="_blank">https://docs.travis-ci.com/<wbr>user/caching/</a><br>
<br>
On 2016-07-27, Pedro Igor Silva wrote:<br>
> As Bruno suggested, the problem is probably related with the build taking too long. If you look at the first command being executed:<br>
><br>
> mvn install -Pdistribution -DskipTests=true -B -V -q<br>
><br>
> The -q option tells maven to run in quite mode and only show errors. Even in my laptop, if I run the command above it takes a bit more time to show any output (not too long, but more than usual). That may explain that message from Travis.<br>
><br>
> Maybe we should remove -q and just log everything. That could make the builds more stable.<br>
><br>
> I've forced a new build to your <a href="https://github.com/keycloak/keycloak/pull/3079" rel="noreferrer" target="_blank">https://github.com/keycloak/<wbr>keycloak/pull/3079</a> (without changing anything to .travis.yml). Now it is running.<br>
><br>
> ----- Original Message -----<br>
> From: "Bill Burke" <<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>><br>
> To: "Pedro Igor Silva" <<a href="mailto:psilva@redhat.com">psilva@redhat.com</a>>, "Bruno Oliveira" <<a href="mailto:bruno@abstractj.org">bruno@abstractj.org</a>><br>
> Cc: "keycloak-dev" <<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
> Sent: Wednesday, July 27, 2016 8:53:16 PM<br>
> Subject: Re: [keycloak-dev] travis seems to be down<br>
><br>
> Wrong... :( I still get this problem.<br>
><br>
><br>
> On 7/27/16 7:02 PM, Pedro Igor Silva wrote:<br>
> > I think Travis decided to not mess with Bill :)<br>
> ><br>
> > ----- Original Message -----<br>
> > From: "Bruno Oliveira" <<a href="mailto:bruno@abstractj.org">bruno@abstractj.org</a>><br>
> > To: "Pedro Igor Silva" <<a href="mailto:psilva@redhat.com">psilva@redhat.com</a>><br>
> > Cc: "Bill Burke" <<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>>, "keycloak-dev" <<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
> > Sent: Wednesday, July 27, 2016 6:37:44 PM<br>
> > Subject: Re: [keycloak-dev] travis seems to be down<br>
> ><br>
> > Seems like the balance of the Force was established again.<br>
> ><br>
> > On 2016-07-27, Pedro Igor Silva wrote:<br>
> >> Got that error, but now the build was successful.<br>
> >><br>
> >> ----- Original Message -----<br>
> >> From: "Bruno Oliveira" <<a href="mailto:bruno@abstractj.org">bruno@abstractj.org</a>><br>
> >> To: "Bill Burke" <<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>><br>
> >> Cc: "keycloak-dev" <<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
> >> Sent: Wednesday, July 27, 2016 6:01:47 PM<br>
> >> Subject: Re: [keycloak-dev] travis seems to be down<br>
> >><br>
> >> Seems like they are fully operational[1]. I believe that this is the<br>
> >> reason:<br>
> >><br>
> >> "No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself."<br>
> >><br>
> >> Based on my previous experiences, it happens when the build takes too<br>
> >> long. Not really sure if that's the root cause, but I can help<br>
> >> investigating it.<br>
> >><br>
> >> [1] - <a href="https://www.traviscistatus.com/" rel="noreferrer" target="_blank">https://www.traviscistatus.<wbr>com/</a><br>
> >><br>
> >> On 2016-07-27, Bill Burke wrote:<br>
> >>> A lot of builds failing in initial setup<br>
> >>><br>
> >>><br>
> >>> Bill<br>
> >>><br>
> >>> ______________________________<wbr>_________________<br>
> >>> keycloak-dev mailing list<br>
> >>> <a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
> >>> <a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/keycloak-dev</a><br>
> >> --<br>
> >><br>
> >> abstractj<br>
> >> PGP: 0x84DC9914<br>
> >> ______________________________<wbr>_________________<br>
> >> keycloak-dev mailing list<br>
> >> <a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
> >> <a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/keycloak-dev</a><br>
> > --<br>
> ><br>
> > abstractj<br>
> > PGP: 0x84DC9914<br>
><br>
<br>
--<br>
<br>
abstractj<br>
PGP: 0x84DC9914<br>
______________________________<wbr>_________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/keycloak-dev</a><br>
</div></div></blockquote></div><br></div>