I too faced problem while building it. But when I triggered the build again on the same checkout, there were no failures and the build was successful. It seems that there is some problem while building for the very first time. Anyways, I have filed SAMZA-10 for this.
https://issues.apache.org/jira/browse/SAMZA-10 On Mon, Aug 12, 2013 at 7:28 PM, Chris Riccomini <[email protected]>wrote: > Hey Sriram, > > This sounds like a weird issue with your environment. Can you open the > JIRA? Would be good to get a full stack trace as well. > > I know LI has some funky subnet issues. I'm wondering: are you running > this over VPN? If so, it would be good to throw in a println, or debug, or > turn on test logging, so we can see what hostname is resolved to in > JmxServer for this test. > > Anyway, I think a JIRA is in order. This shouldn't fail. > > Cheers, > Chris > ________________________________________ > From: Sriram [[email protected]] > Sent: Monday, August 12, 2013 7:04 PM > To: [email protected] > Cc: [email protected] > Subject: Re: build/test failure > > I assumed this was an error during code import to open source. If not, we > can go the JIRA route. > > On Aug 12, 2013, at 6:38 PM, Jakob Homan <[email protected]> wrote: > > > Can you go ahead and open a JIRA? Patches are good too. :) > > -Jakob > > > > > > On Mon, Aug 12, 2013 at 6:29 PM, sriram <[email protected]> wrote: > > > >> I checked out the code from the open source git repo. When I tried > building > >> it, I get the error below (failed test) - > >> > >> org.apache.samza.metrics.TestJmxServer > serverStartsUp FAILED > >> java.net.UnknownHostException at TestJmxServer.scala:36 > >> Caused by: java.net.UnknownHostException at > TestJmxServer.scala:36 > >> > >> 14 tests completed, 1 failed > >> :samza-core_2.9.2:test FAILED > >> > >> FAILURE: Build failed with an exception. > >> >
