Closed
Bug 1350045
Opened 8 years ago
Closed 8 years ago
run-task fingerprint fetching fallback doesn't work
Categories
(Taskcluster Graveyard :: Docker Images, defect)
Taskcluster Graveyard
Docker Images
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla55
People
(Reporter: dustin, Assigned: dustin)
References
Details
(Whiteboard: [stockwell infra])
Attachments
(3 files)
[taskcluster 2017-03-23 19:13:22.768Z] Task ID: HpkPAF3GTkSfA9oxHSHIKQ
[taskcluster 2017-03-23 19:13:22.768Z] Worker ID: i-09ba01b87daecb599
[taskcluster 2017-03-23 19:13:22.768Z] Worker Group: us-west-1
[taskcluster 2017-03-23 19:13:22.768Z] Worker Node Type: r3.xlarge
[taskcluster 2017-03-23 19:13:22.768Z] Worker Type: gecko-decision
[taskcluster 2017-03-23 19:13:22.768Z] Public IP: 54.193.28.47
[taskcluster 2017-03-23 19:13:22.768Z] using cache "level-3-checkouts" -> /home/worker/checkouts
[taskcluster 2017-03-23 19:13:23.937Z] === Task Starting ===
[setup 2017-03-23T19:13:24.135934Z] run-task started
[setup 2017-03-23T19:13:24.138030Z] running as worker:worker
[vcs 2017-03-23T19:13:24.138111Z] fetching hg.mozilla.org fingerprint from http://taskcluster/secrets/v1/secret/project/taskcluster/gecko/hgfingerprint
Traceback (most recent call last):
File "/home/worker/bin/run-task", line 336, in <module>
sys.exit(main(sys.argv[1:]))
File "/home/worker/bin/run-task", line 313, in main
branch=os.environ.get('GECKO_HEAD_REF'))
File "/home/worker/bin/run-task", line 101, in vcs_checkout
res = urllib2.urlopen(FINGERPRINT_URL, timeout=10)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib/python2.7/httplib.py", line 1136, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/usr/lib/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
socket.timeout: timed out
[taskcluster 2017-03-23 19:13:34.288Z] === Task Finished ===
[taskcluster 2017-03-23 19:13:34.346Z] Unsuccessful task run with exit code: 1 completed in 11.578 seconds
Assignee | ||
Comment 1•8 years ago
|
||
The taskcluster/decision image is using an old run-task. It just needs to be regenerated.
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8850660 [details]
Bug 1350045: rebuild the decision image to use the newest run-task;
https://reviewboard.mozilla.org/r/123212/#review125628
Attachment #8850660 -
Flags: review?(jopsen) → review+
Pushed by dmitchell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b31c893d19a0
rebuild the decision image to use the newest run-task; r=jonasfj
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Comment 6•8 years ago
|
||
https://hg.mozilla.org/build/puppet/rev/7bac377f6d0af397263fad4dc2525d00388c4607
bug 1350045 - add new decision docker image sha to allowlist. r=bustage
Comment 7•8 years ago
|
||
Attachment #8851261 -
Flags: review?(jlorenzo)
Comment 8•8 years ago
|
||
Attachment #8851262 -
Flags: review?(philringnalda)
Comment 9•8 years ago
|
||
Comment on attachment 8851262 [details] [diff] [review]
add comment to .taskcluster.yml
That would be enough to scare me off :)
Attachment #8851262 -
Flags: review?(philringnalda) → review+
Comment 10•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/6088c6885dd9e8f4d226654074d14af21ee39e5f
bug 1350045 - add warning to decision docker image line. r=philor
Comment hidden (Intermittent Failures Robot) |
Comment 12•8 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Attachment #8851261 -
Flags: review?(jlorenzo) → review+
Updated•8 years ago
|
Whiteboard: [stockwell infra]
Updated•7 years ago
|
Updated•6 years ago
|
Product: Taskcluster → Taskcluster Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•