Actually this is how it looked like:
thetaphi@opteron:~/lucene$ tail -100f nohup.out Java 1.7 JAVA_HOME=/home/thetaphi/jdk1.7.0_76 Java 1.8 JAVA_HOME=/home/thetaphi/jdk1.8.0_31 NOTE: output encoding is UTF-8 Load release URL "http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469"... unshortened: http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469/ Retrying download of url http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469/ after exception: <urlopen e rror [Errno 110] Connection timed out> Test Lucene... test basics... get KEYS 0.1 MB in 1.42 sec (0.1 MB/sec) check changes HTML... download lucene-5.0.0-src.tgz... 27.9 MB in 8.32 sec (3.4 MB/sec) verify md5/sha1 digests verify sig verify trust GPG: gpg: WARNING: This key is not certified with a trusted signature! download lucene-5.0.0.tgz... 64.0 MB in 15.83 sec (4.0 MB/sec) verify md5/sha1 digests verify sig verify trust GPG: gpg: WARNING: This key is not certified with a trusted signature! download lucene-5.0.0.zip... 73.5 MB in 23.91 sec (3.1 MB/sec) verify md5/sha1 digests verify sig verify trust GPG: gpg: WARNING: This key is not certified with a trusted signature! unpack lucene-5.0.0.tgz... verify JAR metadata/identity/no javax.* or java.* classes... test demo with 1.7... got 5647 hits for query "lucene" checkindex with 1.7... test demo with 1.8... got 5647 hits for query "lucene" checkindex with 1.8... check Lucene's javadoc JAR unpack lucene-5.0.0.zip... verify JAR metadata/identity/no javax.* or java.* classes... test demo with 1.7... got 5647 hits for query "lucene" checkindex with 1.7... test demo with 1.8... got 5647 hits for query "lucene" checkindex with 1.8... check Lucene's javadoc JAR unpack lucene-5.0.0-src.tgz... make sure no JARs/WARs in src dist... run "ant validate" run tests w/ Java 7 and testArgs=''... test demo with 1.7... got 210 hits for query "lucene" checkindex with 1.7... generate javadocs w/ Java 7... ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: [email protected] From: Uwe Schindler [mailto:[email protected]] Sent: Tuesday, February 10, 2015 11:15 PM To: [email protected] Subject: RE: [VOTE] 5.0.0 RC2 It is still running with http. For me it repeated one download because of timeout, but it passed through this. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: [email protected] From: Anshum Gupta [mailto:[email protected]] Sent: Tuesday, February 10, 2015 10:59 PM To: [email protected] Subject: Re: [VOTE] 5.0.0 RC2 I'm curious to know how many people actually ran it using http vs downloading the tgz. Did someone succeed with http? On Tue, Feb 10, 2015 at 1:43 PM, Uwe Schindler <[email protected]> wrote: Don’t forget to also test Java 8! python3 -u dev-tools/scripts/smokeTestRelease.py --test-java8 /path/to/jdk1.8.0 http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: [email protected] From: Anshum Gupta [mailto:[email protected]] Sent: Tuesday, February 10, 2015 12:17 AM To: [email protected] Subject: [VOTE] 5.0.0 RC2 Please vote for the second release candidate for Lucene/Solr 5.0.0. The artifacts can be downloaded here: http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 Or you can run the smoke tester directly with this command: python3.2 dev-tools/scripts/smokeTestRelease.py http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 I could not get the above command to work as downloading some file or the other timed out for me (over 6 attempts) so I instead downloaded the entire RC as a tgz. I still have it here: http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469.tgz Untar the above folder at a location of choice. Do not change the name of the folder as the smokeTestRelease.py extracts information from that. and then instead of using http, used file:// <file:///\\> . Here's the command: python3.2 dev-tools/scripts/smokeTestRelease.py file:// <file:///\\%3cpath_to_the_extracted_folder> <path_to_the_extracted_folder> and finally, here's my +1: > SUCCESS! [0:30:50.246761] -- Anshum Gupta http://about.me/anshumgupta -- Anshum Gupta http://about.me/anshumgupta
