Steve Rowe created LUCENE-6403:
----------------------------------
Summary: smokeTestRelease.py fails against an RC stored in
Subversion
Key: LUCENE-6403
URL: https://issues.apache.org/jira/browse/LUCENE-6403
Project: Lucene - Core
Issue Type: Bug
Components: general/build
Reporter: Steve Rowe
Assignee: Steve Rowe
When I run {{smokeTestRelease.py}} against an RC stored on Subversion:
{noformat}
python3 -u dev-tools/scripts/smokeTestRelease.py
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.1.0-RC1-rev1671632/
{noformat}
I got this failure:
{noformat}
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
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]