Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
New, Patch Available
Description
When I run smokeTestRelease.py against an RC stored on Subversion:
python3 -u dev-tools/scripts/smokeTestRelease.py https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/
I got this failure:
Test Maven artifacts for Lucene and Solr... get POM templates ......................................................... download artifacts Retrying download of url https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.1.0-RC1-rev1671632//lucene/maven/org/apache/lucene-analyzers-common/ after exception: HTTP Error 404: Not Found FAILED to open url https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.1.0-RC1-rev1671632//lucene/maven/org/apache/lucene-analyzers-common/ Traceback (most recent call last): File "dev-tools/scripts/smokeTestRelease.py", line 150, in load content = urllib.request.urlopen(urlString).read().decode('utf-8') File "/Users/sarowe/homebrew/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/urllib/request.py", line 156, in urlopen return opener.open(url, data, timeout) File "/Users/sarowe/homebrew/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/urllib/request.py", line 475, in open response = meth(req, response) File "/Users/sarowe/homebrew/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/urllib/request.py", line 587, in http_response 'http', request, response, code, msg, hdrs) File "/Users/sarowe/homebrew/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/urllib/request.py", line 513, in error return self._call_chain(*args) File "/Users/sarowe/homebrew/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/urllib/request.py", line 447, in _call_chain result = func(*args) File "/Users/sarowe/homebrew/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/urllib/request.py", line 595, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found