Closed Bug 1186282 Opened 9 years ago Closed 9 years ago

HTTPError: HTTP Error 404: Not Found: on XPCShell and MozMill tests during 'python archiver_client.py mozharness..' step.

Categories

(Thunderbird :: Testing Infrastructure, defect)

defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ewong, Unassigned)

References

Details

On: https://treeherder.mozilla.org/#/jobs?repo=comm-central&revision=3903bf440cfd,

For all the X and Z tests, got the following errors:

2015-07-21 18:40:12,054 Setting DEBUG logging.
2015-07-21 18:40:12,054 attempt 1/10
2015-07-21 18:40:12,054 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:40:12,292 sleeping for 11.00s (attempt 1/10)
2015-07-21 18:40:23,293 attempt 2/10
2015-07-21 18:40:23,293 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:40:24,069 sleeping for 15.50s (attempt 2/10)
2015-07-21 18:40:39,570 attempt 3/10
2015-07-21 18:40:39,570 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:40:40,350 sleeping for 22.25s (attempt 3/10)
2015-07-21 18:41:02,601 attempt 4/10
2015-07-21 18:41:02,601 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:41:03,867 sleeping for 32.38s (attempt 4/10)
2015-07-21 18:41:36,243 attempt 5/10
2015-07-21 18:41:36,243 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:41:37,582 sleeping for 47.56s (attempt 5/10)
2015-07-21 18:42:25,149 attempt 6/10
2015-07-21 18:42:25,149 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:42:26,053 sleeping for 70.34s (attempt 6/10)
2015-07-21 18:43:36,399 attempt 7/10
2015-07-21 18:43:36,399 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:43:36,918 sleeping for 101.00s (attempt 7/10)
2015-07-21 18:45:17,922 attempt 8/10
2015-07-21 18:45:17,922 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:45:18,969 sleeping for 100.00s (attempt 8/10)
2015-07-21 18:46:58,972 attempt 9/10
2015-07-21 18:46:58,972 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:47:00,298 sleeping for 101.00s (attempt 9/10)
2015-07-21 18:48:41,307 attempt 10/10
2015-07-21 18:48:41,307 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/mozilla-central/3903bf440cfd?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness
2015-07-21 18:48:42,289 Could not get a valid response from archiver.
Traceback (most recent call last):
  File "archiver_client.py", line 153, in get_url_response
    response = urllib2.urlopen(api_url, timeout=60)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 442, in error
    result = self._call_chain(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 629, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
2015-07-21 18:48:42,334 attempt 1/3
2015-07-21 18:48:42,335 Trying src_url directly: https://hg.mozilla.org/mozilla-central/archive/3903bf440cfd.tar.gz/testing/mozharness
2015-07-21 18:48:42,448 sleeping for 8.00s (attempt 1/3)
2015-07-21 18:48:50,449 attempt 2/3
2015-07-21 18:48:50,449 Trying src_url directly: https://hg.mozilla.org/mozilla-central/archive/3903bf440cfd.tar.gz/testing/mozharness
2015-07-21 18:48:50,617 sleeping for 11.00s (attempt 2/3)
2015-07-21 18:49:01,627 attempt 3/3
2015-07-21 18:49:01,628 Trying src_url directly: https://hg.mozilla.org/mozilla-central/archive/3903bf440cfd.tar.gz/testing/mozharness
2015-07-21 18:49:01,782 Could not get a valid response.
Traceback (most recent call last):
  File "archiver_client.py", line 116, in get_src_url_response
    response = urllib2.urlopen(src_url, timeout=60)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
    response = meth(req, response)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
    'http', request, response, code, msg, hdrs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 448, in error
    return self._call_chain(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 531, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
program finished with exit code 3
elapsedTime=529.817465
Jordan, looks like the comm-central rev of mozharness is being requested, instead of whatever the m-c rev for that push was.
Severity: normal → critical
Depends on: 1186678
You need to log in before you can comment on or make changes to this bug.