Thanks, I removed the maven cache directory to be safe. On Mon, Oct 13, 2014 at 10:03 AM, Alan Gates <ga...@hortonworks.com> wrote:
> Alright, I've reverted HIVE-8403 in both trunk and branch 0.14 (HIVE-8442). > > Alan. > > Brock Noland <br...@cloudera.com> > October 13, 2014 at 9:06 > Yes, let's revert the change to see if that helps. We will update the ptest > slaves to use a newer version of maven ( > https://issues.apache.org/jira/browse/HIVE-8441) but it's a bit of a pain > since we have to create a new AMI. Thus reverting the change makes sense. > > > Brock Noland <br...@cloudera.com> > October 12, 2014 at 19:05 > I think this was caused by our change in repos and > http://jira.codehaus.org/browse/MNG-5181 > > more details: > > > http://maven.40175.n5.nabble.com/Maven-3-maven-repositories-and-lastUpdated-td4927537.html > > I moved the maven directory which will, fix it, I think... > > > Brock Noland <br...@cloudera.com> > October 12, 2014 at 16:15 > The way this is supposed to work is that after applying the patch we run > mvn test on a dummy test to download all deps required for tests to the > maven directory. Then we rsync that maven repo directory to all the slaves. > This allows the mvn test commands to run in offline mode, which is faster. > > We do this here: > > > https://github.com/apache/hive/blob/trunk/testutils/ptest2/src/main/resources/source-prep.vm#L85 > > This has worked for a long time so it's a mystery to me while that dep > would not be available. I just looked at the run on HIVE-8394 which failed > an hour ago (~3PM PST). The pom it's looking for has been there since noon. > I am rsyncing the maven directory to give this a try locally. > > Brock > > [hiveptest@ip-10-113-154-189 ~]$ date > > Sun Oct 12 19:12:37 EDT 2014 > > [hiveptest@ip-10-113-154-189 ~]$ find > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/ > -ls > > 2230753 4 drwxr-xr-x 5 hiveptest hiveptest 4096 Oct 12 12:07 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/ > > 2230754 4 drwxr-xr-x 2 hiveptest hiveptest 4096 Oct 12 12:04 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/3 > > 2231658 4 -rw-r--r-- 1 hiveptest hiveptest 172 Oct 12 12:04 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/3/_maven.repositories > > 2231659 4 -rw-r--r-- 1 hiveptest hiveptest 3351 Oct 12 12:04 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/3/oss-parent-3.pom > > 2231660 4 -rw-r--r-- 1 hiveptest hiveptest 40 Oct 12 12:04 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/3/oss-parent-3.pom.sha1 > > 2230756 4 drwxr-xr-x 2 hiveptest hiveptest 4096 Oct 12 19:11 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/7 > > 2231666 8 -rw-r--r-- 1 hiveptest hiveptest 4824 Oct 12 12:03 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/7/oss-parent-7.pom > > 2231667 4 -rw-r--r-- 1 hiveptest hiveptest 40 Oct 12 12:03 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.sha1 > > 2231665 4 -rw-r--r-- 1 hiveptest hiveptest 172 Oct 12 12:03 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/7/_maven.repositories > > 2230755 4 drwxr-xr-x 2 hiveptest hiveptest 4096 Oct 12 12:07 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/5 > > 2231663 4 -rw-r--r-- 1 hiveptest hiveptest 40 Oct 12 12:07 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/5/oss-parent-5.pom.sha1 > > 2231661 4 -rw-r--r-- 1 hiveptest hiveptest 172 Oct 12 12:07 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/5/_maven.repositories > > 2231662 4 -rw-r--r-- 1 hiveptest hiveptest 4082 Oct 12 12:07 > > /home/hiveptest//54.198.245.146-hiveptest-1/maven/org/sonatype/oss/oss-parent/5/oss-parent-5.pom > > > Szehon Ho <sze...@cloudera.com> > October 11, 2014 at 13:53 > I dug a little bit into the logs, and it seems some kind of build error so > these tests listed above are not running: > > [ERROR] Plugin org.antlr:antlr3-maven-plugin:3.4 or one of its > dependencies could not be resolved: Failed to read artifact descriptor > for org.antlr:antlr3-maven-plugin:jar:3.4: The repository system is > offline but the artifact org.sonatype.oss:oss-parent:pom:7 is not > available in the local repository. -> [Help 1] > > > See: > > http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1212/failed/ > > Wonder if somebody knows about this? > > Thanks > Szehon > > On Sat, Oct 11, 2014 at 12:42 PM, Thejas Nair <the...@hortonworks.com> > <the...@hortonworks.com> > > Thejas Nair <the...@hortonworks.com> > October 11, 2014 at 12:42 > The tests are also taking longer to complete - around 2 hr 50 mins, it > used by around 1hr 30 mins earlier. I wonder if the fewer test being > reported and longer duration are related (some kind of timeout ?) > > > > -- > Sent with Postbox <http://www.getpostbox.com> > > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity > to which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. >