<div dir="ltr">I've tweaked the stroppy toddler a bit (<a href="https://github.com/keycloak/keycloak/pull/3147">https://github.com/keycloak/keycloak/pull/3147</a>). Ran that PR 5 times and it passed every time, so hopefully it'll make it a bit more stable. Still takes more than 1 hour to complete though.</div><div class="gmail_extra"><br><div class="gmail_quote">On 16 August 2016 at 16:06, Bruno Oliveira <span dir="ltr"><<a href="mailto:bruno@abstractj.org" target="_blank">bruno@abstractj.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There are some alternatives that we could try:<br>
<br>
* <a href="https://www.cloudbees.com/partners/platform/red-hat" rel="noreferrer" target="_blank">https://www.cloudbees.com/<wbr>partners/platform/red-hat</a><br>
* <a href="https://developers.openshift.com/managing-your-applications/continuous-integration.html" rel="noreferrer" target="_blank">https://developers.openshift.<wbr>com/managing-your-<wbr>applications/continuous-<wbr>integration.html</a><br>
* Make use of a beefy machine :)<br>
* Or host Jenkins in some paid cloud infrastructure<br>
<br>
If we don't have any volunteers, count me in.<br>
<div><div class="h5"><br>
On 2016-08-15, Stian Thorgersen wrote:<br>
> My opinion is that i HATE Travis! It's slow and has a tendency to act like<br>
> a stroppy toddler.<br>
><br>
> Removing -q doesn't work because we then end up generating more log than<br>
> Travis allows which kills the build as well.<br>
><br>
> We used to have the caching enabled, but it used to result in a lot of<br>
> issues. Can't quite remember the details though. Maybe we can try it again.<br>
><br>
> There's also travis_wait option that could work (<br>
> <a href="https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received" rel="noreferrer" target="_blank">https://docs.travis-ci.com/<wbr>user/common-build-problems/#<wbr>Build-times-out-because-no-<wbr>output-was-received</a><br>
> ).<br>
><br>
> My preference would be to migrate away from Travis and use something more<br>
> beefy that can run tests quicker.<br>
><br>
> I'll need to figure out someone to look into it though. Any volunteers?<br>
><br>
><br>
><br>
><br>
> On 28 July 2016 at 17:11, Pedro Igor Silva <<a href="mailto:psilva@redhat.com">psilva@redhat.com</a>> wrote:<br>
><br>
> > Let's see what Stian thinks about it :) For me, it is also an option.<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" <<br>
> > <a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
> > 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],<br>
> > 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<br>
> > 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.<br>
> > Even in my laptop, if I run the command above it takes a bit more time to<br>
> > show any output (not too long, but more than usual). That may explain that<br>
> > message from Travis.<br>
> > ><br>
> > > Maybe we should remove -q and just log everything. That could make the<br>
> > builds more stable.<br>
> > ><br>
> > > I've forced a new build to your <a href="https://github.com/keycloak/" rel="noreferrer" target="_blank">https://github.com/keycloak/</a><br>
> > keycloak/pull/3079 (without changing anything to .travis.yml). Now it is<br>
> > 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" <<br>
> > <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" <<br>
> > <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<br>
> > 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>
> ><br>
<br>
</div></div>--<br>
<br>
abstractj<br>
PGP: 0x84DC9914<br>
</blockquote></div><br></div>