Closed Bug 1663319 Opened 4 years ago Closed 4 years ago

"ValueError: time data does not match format" while bisecting

Categories

(Testing :: mozregression, defect)

Default
x86_64
Linux
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1661607

People

(Reporter: gcp, Unassigned)

Details

mozregression-4.0.13

Exception in thread Thread-8:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/mozregression/fetch_build_info.py", line 134, in find_build_info
build_date = datetime.strptime(run["resolved"], "%Y-%m-%dT%H:%M:%S.%fZ")
File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/usr/lib/python3.6/_strptime.py", line 362, in _strptime
(data_string, format))
ValueError: time data '2020-09-05T05:43:32.226376+00:00' does not match format '%Y-%m-%dT%H:%M:%S.%fZ'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.6/dist-packages/mozregression/build_range.py", line 93, in getitem
return self._future_build_infos[item].build_info
File "/usr/local/lib/python3.6/dist-packages/mozregression/build_range.py", line 37, in build_info
self._build_info = self._fetch()
File "/usr/local/lib/python3.6/dist-packages/mozregression/build_range.py", line 31, in _fetch
return self.build_info_fetcher.find_build_info(self.data)
File "/usr/local/lib/python3.6/dist-packages/mozregression/fetch_build_info.py", line 136, in find_build_info
build_date = datetime.strptime(run["resolved"], "%Y-%m-%dT%H:%M:%S.%f%z")
File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/usr/lib/python3.6/_strptime.py", line 362, in _strptime
(data_string, format))
ValueError: time data '2020-09-05T05:43:32.226376+00:00' does not match format '%Y-%m-%dT%H:%M:%S.%f%z'

Exception in thread Thread-8:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/mozregression/fetch_build_info.py", line 134, in find_build_info
build_date = datetime.strptime(run["resolved"], "%Y-%m-%dT%H:%M:%S.%fZ")
File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/usr/lib/python3.6/_strptime.py", line 362, in _strptime
(data_string, format))
ValueError: time data '2020-09-05T05:43:32.226376+00:00' does not match format '%Y-%m-%dT%H:%M:%S.%fZ'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.6/dist-packages/mozregression/build_range.py", line 93, in getitem
return self._future_build_infos[item].build_info
File "/usr/local/lib/python3.6/dist-packages/mozregression/build_range.py", line 37, in build_info
self._build_info = self._fetch()
File "/usr/local/lib/python3.6/dist-packages/mozregression/build_range.py", line 31, in _fetch
return self.build_info_fetcher.find_build_info(self.data)
File "/usr/local/lib/python3.6/dist-packages/mozregression/fetch_build_info.py", line 136, in find_build_info
build_date = datetime.strptime(run["resolved"], "%Y-%m-%dT%H:%M:%S.%f%z")
File "/usr/lib/python3.6/_strptime.py", line 565, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/usr/lib/python3.6/_strptime.py", line 362, in _strptime
(data_string, format))
ValueError: time data '2020-09-05T05:43:32.226376+00:00' does not match format '%Y-%m-%dT%H:%M:%S.%f%z'

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.