Closed
Bug 1170273
Opened 10 years ago
Closed 9 years ago
Let leeroy deploy-socorro.sh try on build errors we know we didn't cause
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jschneider, Unassigned)
References
Details
For example: make: *** [bootstrap] Error 1 in this log
ownloading isodate==0.4.7 (24K)...
Downloading lxml==3.4.1 (3524K)...
Downloading pgxnclient==1.2.1 (87K)...
Downloading pika==0.9.8 (56K)...
Downloading psycopg2==2.5.5 (779K)...
Downloading elasticsearch==1.2 (55K)...
Traceback (most recent call last):
File "/data/socorro/socorro-virtualenv/bin/peep", line 9, in <module>
load_entry_point('peep==2.4', 'console_scripts', 'peep')()
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 874, in main
return commands[argv[1]](argv[2:])
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 834, in peep_install
for path in req_paths))
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 834, in <genexpr>
for path in req_paths))
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 803, in downloaded_reqs_from_path
path, options=EmptyOptions(), finder=finder))
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 799, in downloaded_reqs
return [DownloadedReq(req, argv, finder) for req in parsed_reqs]
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 368, in __init__
self.__class__ = self._class()
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 673, in _class
if self._actual_hash() not in self._expected_hashes():
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 278, in memoizer
self._cache[func.__name__] = func(self)
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 629, in _actual_hash
return hash_of_file(join(self._temp_path, self._downloaded_filename()))
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 278, in memoizer
self._cache[func.__name__] = func(self)
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 587, in _downloaded_filename
file_path = self._download(link)
File "/data/socorro/socorro-virtualenv/lib/python2.7/site-packages/peep.py", line 549, in _download
response = opener(urlparse(url).scheme != 'http').open(url)
File "/usr/lib64/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 1224, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib64/python2.7/urllib2.py", line 1189, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib64/python2.7/httplib.py", line 1045, in getresponse
response.begin()
File "/usr/lib64/python2.7/httplib.py", line 409, in begin
version, status, reason = self._read_status()
File "/usr/lib64/python2.7/httplib.py", line 373, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine: ''
make: *** [bootstrap] Error 1
Mon Jun 1 19:01:46 UTC 2015 -- Error encountered during Building rpm : 2
Fatal, exiting
====================
Instances which may need to be terminated manually:
Build step 'Execute shell' marked build as failure
IRC notifier plugin: Sending notification to: #breakpad
Finished: FAILURE
Reporter | ||
Comment 1•10 years ago
|
||
https://github.com/mozilla/socorro-infra/pull/183 should resolve that.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•