Its was not failing because of the git plugin - rather its how Travis takes the clone. Travis uses git clone --depth=50 for fast building.
I am able to take a neat build with help of Travis team member Hiro. The current build is still going on here on my box. Will share the status on completion. Have added JIRA for the same, will add a patch soon: https://issues.apache.org/jira/browse/DRILL-1083 Peace, Yash On Wed, Jun 25, 2014 at 10:00 AM, Jacques Nadeau <[email protected]> wrote: > Yeah, we have to disable test on the apache hardware as our tests our too > hungry. I'm try to get some alternatives to work. If someone wanted to try > to figure out if we could run on Travis with fork 1, that would be great. > Right now its failing because of the got plugin. You can try Travis on > your local fork to try to find a config that works > On Jun 24, 2014 8:04 PM, "Yash Sharma" <[email protected]> wrote: > > > The final build #57 with skipping tests was successful. > > > > Majority of the tests #55 and #56 have failed due to TimedOut exception. > > Other exceptions being - IllegalState(Child level allocators not closed). > > One instance of InterruptedException which probably occurred because of > the > > test case termination only. > > > > > > On Wed, Jun 25, 2014 at 2:59 AM, Timothy Chen <[email protected]> wrote: > > > > > Looks like lots of tests timed out and errored? > > > > > > Tim > > > > > > On Tue, Jun 24, 2014 at 11:53 AM, Yash Sharma <[email protected]> > wrote: > > > > *fingers-crossed* :) > > > > > > > > > > > > On Wed, Jun 25, 2014 at 12:19 AM, Jacques Nadeau <[email protected] > > > > > wrote: > > > > > > > >> I kicked off another build with clean install. Good catch. > Hopefully > > > that > > > >> will put things back on track. > > > >> > > > >> > > > >> On Tue, Jun 24, 2014 at 11:46 AM, Yash Sharma <[email protected]> > > > wrote: > > > >> > > > >> > Not exactly able to reproduce the same error currently but I see > > that > > > it > > > >> > was related to the Drill-1024 commit where the hive-storage code > was > > > >> moved > > > >> > out of java-exec. The *drillOI* definition has moved from > > config.fmpp > > > >> > (java-exec) to config.fmpp (hive-exec). > > > >> > > > > >> > Jenkins build was still failing in java-exec - that means that the > > old > > > >> > ObjectInspectorHelper class was still present and it was probably > > > looking > > > >> > for the tdd definition in config.fmpp(java-exec). > > > >> > > > > >> > Jenkins used 'mvn install' rather than 'mvn clean install' - maybe > > it > > > was > > > >> > still referring to old ObjectInspectorHelper class. > > > >> > > > > >> > Still not sure. Will try reproducing exact error. > > > >> > > > > >> > Yash > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > On Tue, Jun 24, 2014 at 10:46 PM, Jacques Nadeau < > > [email protected]> > > > >> > wrote: > > > >> > > > > >> > > Hey guys, > > > >> > > > > > >> > > I just saw that the build on Jenkins is failing. Any committer > > > >> > interested > > > >> > > in trying to troubleshoot? > > > >> > > > > > >> > > https://builds.apache.org/job/drill-scm/54 > > > >> > > > > > >> > > > > >> > > > > > >
