Closed
Bug 1314925
Opened 9 years ago
Closed 9 years ago
Nightlies show error Failed to log stats. Exception = [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(firefox50 unaffected, firefox51 fixed, firefox52 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | unaffected |
| firefox51 | --- | fixed |
| firefox52 | --- | fixed |
People
(Reporter: cbook, Assigned: rail)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
58 bytes,
text/x-review-board-request
|
bhearsum
:
review+
rail
:
checked-in+
|
Details |
06:09:24 INFO - SSLError: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
https://treeherder.mozilla.org/logviewer.html#?job_id=5479437&repo=mozilla-central
The Windows Nightly was also affected by this: https://treeherder.mozilla.org/logviewer.html#?job_id=5482419&repo=mozilla-central
Summary: Nightly on OSX and Android show error Failed to log stats. Exception = [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib → Nightlies show error Failed to log stats. Exception = [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
Comment 2•9 years ago
|
||
Normal seems awfully low-priority for total nightly bustage.
Severity: normal → blocker
Component: General Automation → Buildduty
QA Contact: catlee → bugspam.Callek
| Comment hidden (mozreview-request) |
Comment 4•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8807285 [details]
Bug 1314925 - Add certifi to vendor libs
https://reviewboard.mozilla.org/r/90502/#review90220
For posterity, the problem here is that the old balrog submitter code used a specific CA bundle to specify the SSL certificates. When we switched to balrogclient, it started using "verify=True", which appears to tell requests to use certifi instead.
Attachment #8807285 -
Flags: review?(bhearsum) → review+
Updated•9 years ago
|
Assignee: nobody → rail
| Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8807285 [details]
Bug 1314925 - Add certifi to vendor libs
https://hg.mozilla.org/build/tools/rev/f701da5c119e2e4f3eb2ba556ee1d16861805569
Attachment #8807285 -
Flags: checked-in+
| Assignee | ||
Comment 6•9 years ago
|
||
I believe the issue is https://hg.mozilla.org/build/tools/file/tip/lib/python/vendor/requests-2.7.0/requests/certs.py#l22. It points nowhere if certifi is not available.
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 8•9 years ago
|
||
I see green nightlies and l10n repacks on m-c \o/
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Comment 10•9 years ago
|
||
Android aurora nightlies failed with this error this morning.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 11•9 years ago
|
||
Can you point to he corresponding logs please?
I looked at https://archive.mozilla.org/pub/firefox/nightly/2016/11/2016-11-08-00-40-19-mozilla-aurora/mozilla-aurora-linux64-nightly-bm74-build1-build8.txt.gz and it shows something different:
02:50:51 INFO - ConnectionError: ('Connection aborted.', BadStatusLine("''",))
The following log is harmless and will be removed on next uplift by bug 1315104:
00:40:49 WARNING - Failed to log stats. Exception = [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
| Assignee | ||
Comment 12•9 years ago
|
||
looks like balrog-admin is not happy, I get Secure Connection Failed in Firefox.
| Assignee | ||
Comment 13•9 years ago
|
||
Closing this bug, opened bug 1315947.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•