Closed
Bug 997307
Opened 11 years ago
Closed 11 years ago
ValueError: Inbound finder fails on getting inbound revision timestamps
Categories
(Testing :: mozregression, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronmt, Unassigned)
References
Details
===== Downloaded 100% =====
Installing nightly
Success
4256 KB/s (33911627 bytes in 7.779s)
pkg: /data/local/tmp/fennec-31.0a1.multi.android-arm.apk
Success
Getting inbound builds between 6149db60c6cb and 215080b813a7
Traceback (most recent call last):
File "/Users/AaronMT/Documents/Projects/mozregression/bin/mozregression", line 8, in <module>
load_entry_point('mozregression==0.14', 'console_scripts', 'mozregression')()
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 276, in cli
get_date(options.bad_date))
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 182, in bisect_nightlies
self.bisect_nightlies(midDate, badDate)
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 182, in bisect_nightlies
self.bisect_nightlies(midDate, badDate)
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 182, in bisect_nightlies
self.bisect_nightlies(midDate, badDate)
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 185, in bisect_nightlies
self.bisect_nightlies(goodDate, midDate)
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 182, in bisect_nightlies
self.bisect_nightlies(midDate, badDate)
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 159, in bisect_nightlies
self.bisect_inbound()
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/regression.py", line 98, in bisect_inbound
bits=self.inboundRunner.bits)
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/inboundfinder.py", line 52, in getInboundRevisions
urlLinks(baseURL))
File "/Users/AaronMT/Documents/Projects/mozregression/mozregression/inboundfinder.py", line 51, in <lambda>
timestamps = map(lambda l: int(l.get('href').strip('/')),
ValueError: invalid literal for int() with base 10: 'latest'
Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(wlachance)
Reporter | ||
Comment 1•11 years ago
|
||
URL used for fetching in my example here was
https://hg.mozilla.org/integration/mozilla-inbound/json-pushes?fromchange=6149db60c6cb&tochange=215080b813a7
Reporter | ||
Comment 3•11 years ago
|
||
Probably failing on the "latest"-folder in http://inbound-archive.pub.build.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/
Comment 4•11 years ago
|
||
Should be fixed with this commit:
https://github.com/mozilla/mozregression/commit/e1f6b0ff5bd58af2ccb587b8aad46228a3ade68d
Uploaded new mozregression 0.16 to pypi
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(wlachance)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•