Perma OSX testing/mozbase/mozproxy/tests/test_recording.py::test_record_and_replay TEST-UNEXPECTED-FAIL | ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
Categories
(Testing :: Mozbase, defect, P5)
Tracking
(firefox-esr115 unaffected, firefox120 unaffected, firefox121 wontfix, firefox122 wontfix, firefox123 wontfix, firefox124 fixed)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox120 | --- | unaffected |
firefox121 | --- | wontfix |
firefox122 | --- | wontfix |
firefox123 | --- | wontfix |
firefox124 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: sergesanspaille)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=327261928&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TlLlNio9RWywrJsC5LQuvA/runs/0/artifacts/public/logs/live_backing.log
[task 2021-01-20T15:51:53.757Z] 0:46.58 /Users/cltbld/tasks/task_1611156228/checkouts/gecko/testing/mozbase/mozproxy/tests/test_recording.py
[task 2021-01-20T15:51:53.758Z] 0:46.58 ============================= test session starts ==============================
[task 2021-01-20T15:51:53.758Z] 0:46.58 platform darwin -- Python 2.7.16, pytest-3.6.2, py-1.5.4, pluggy-0.6.0 -- /Users/cltbld/tasks/task_1611156228/checkouts/gecko/obj-x86_64-apple-darwin18.6.0/_virtualenvs/python-test/bin/python
[task 2021-01-20T15:51:53.758Z] 0:46.58 rootdir: /Users/cltbld/tasks/task_1611156228/checkouts/gecko, inifile: /Users/cltbld/tasks/task_1611156228/checkouts/gecko/config/mozunit/mozunit/pytest.ini
[task 2021-01-20T15:51:53.758Z] 0:46.58 collecting ... collected 1 item
[task 2021-01-20T15:51:53.758Z] 0:46.58
[task 2021-01-20T15:51:53.758Z] 0:46.58 testing/mozbase/mozproxy/tests/test_recording.py::test_record_and_replay TEST-UNEXPECTED-FAIL
[task 2021-01-20T15:51:53.760Z] 0:46.58
[task 2021-01-20T15:51:53.761Z] 0:46.58 =================================== FAILURES ===================================
[task 2021-01-20T15:51:53.761Z] 0:46.58 ____________________________ test_record_and_replay ____________________________
[task 2021-01-20T15:51:53.761Z] 0:46.58
[task 2021-01-20T15:51:53.761Z] 0:46.58 args = ()
[task 2021-01-20T15:51:53.761Z] 0:46.58 recording_file = '/Users/cltbld/tasks/task_1611156228/checkouts/gecko/testing/mozbase/mozproxy/tests/files/new_recoding.zip'
[task 2021-01-20T15:51:53.761Z] 0:46.58 config = {'app': 'firefox', 'binary': 'firefox', 'host': '127.0.0.1', 'obj_path': '/var/folders/9w/gjfgmclx0fg6_2c_b07v2l4m000017/T/tmpyw2rEh', ...}
[task 2021-01-20T15:51:53.761Z] 0:46.58 obj_path = '/var/folders/9w/gjfgmclx0fg6_2c_b07v2l4m000017/T/tmpyw2rEh'
[task 2021-01-20T15:51:53.761Z] 0:46.58
[task 2021-01-20T15:51:53.761Z] 0:46.58 def test_record_and_replay(*args):
[task 2021-01-20T15:51:53.761Z] 0:46.58 # test setup
[task 2021-01-20T15:51:53.762Z] 0:46.58 recording_file = os.path.join(here, "files", "new_recoding.zip")
[task 2021-01-20T15:51:53.762Z] 0:46.58
[task 2021-01-20T15:51:53.762Z] 0:46.58 # Record part
[task 2021-01-20T15:51:53.762Z] 0:46.58 config = {
[task 2021-01-20T15:51:53.762Z] 0:46.58 "playback_tool": "mitmproxy",
[task 2021-01-20T15:51:53.762Z] 0:46.58 "recording_file": recording_file,
[task 2021-01-20T15:51:53.762Z] 0:46.58 "playback_version": "5.1.1",
[task 2021-01-20T15:51:53.762Z] 0:46.58 "platform": mozinfo.os,
[task 2021-01-20T15:51:53.762Z] 0:46.58 "run_local": "MOZ_AUTOMATION" not in os.environ,
[task 2021-01-20T15:51:53.762Z] 0:46.58 "binary": "firefox",
[task 2021-01-20T15:51:53.762Z] 0:46.58 "app": "firefox",
[task 2021-01-20T15:51:53.763Z] 0:46.58 "host": "127.0.0.1",
[task 2021-01-20T15:51:53.763Z] 0:46.58 "record": True,
[task 2021-01-20T15:51:53.763Z] 0:46.58 }
[task 2021-01-20T15:51:53.763Z] 0:46.58
[task 2021-01-20T15:51:53.763Z] 0:46.58 with tempdir() as obj_path:
[task 2021-01-20T15:51:53.763Z] 0:46.58 config["obj_path"] = obj_path
[task 2021-01-20T15:51:53.763Z] 0:46.58 record = get_playback(config)
[task 2021-01-20T15:51:53.763Z] 0:46.58 assert record is not None
[task 2021-01-20T15:51:53.763Z] 0:46.58
[task 2021-01-20T15:51:53.763Z] 0:46.58 try:
[task 2021-01-20T15:51:53.763Z] 0:46.58 > record.start()
[task 2021-01-20T15:51:53.763Z] 0:46.58
[task 2021-01-20T15:51:53.764Z] 0:46.58 testing/mozbase/mozproxy/tests/test_recording.py:46:```
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 3•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 4•4 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment 6•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 7•4 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=337733669&repo=autoland&lineNumber=1446
Comment 8•4 years ago
|
||
Started appearing on tier 1 jobs.
Comment hidden (Intermittent Failures Robot) |
Comment 10•4 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 11•3 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=345503874&repo=mozilla-central&lineNumber=1172
Comment hidden (Intermittent Failures Robot) |
Comment 13•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 14•3 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=353600402&repo=mozilla-beta&lineNumber=1549
Comment hidden (Intermittent Failures Robot) |
Comment 16•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 17•3 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=357526705&repo=autoland&lineNumber=3732
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 20•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 21•3 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=369192358&repo=mozilla-central
Comment hidden (Intermittent Failures Robot) |
Comment 23•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 24•2 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=401225472&repo=autoland
Comment hidden (Intermittent Failures Robot) |
Comment 26•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 27•1 years ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=420225050&repo=autoland
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 30•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 31•1 year ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=426654919&repo=mozilla-release
Comment hidden (Intermittent Failures Robot) |
Comment 33•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 34•1 year ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=430535701&repo=autoland
Comment hidden (Intermittent Failures Robot) |
Comment 36•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 37•1 year ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=433798781&repo=autoland
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 41•1 year ago
|
||
@Serg, can you look at this python failure?
it turned perma after bug 1863411 landed.
Caught it so late because the test doesn't run so often.
Comment 42•1 year ago
|
||
Set release status flags based on info from the regressing bug 1863411
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 46•1 year ago
|
||
I'm investigating this one, looks like the taskcluster-built python cannoit find the required certificates...
Comment 47•1 year ago
|
||
Set release status flags based on info from the regressing bug 1863411
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 53•10 months ago
|
||
Should the tests be disabled until this gets resolved?
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 57•10 months ago
|
||
Instead of trying to find the system certificates, something that may
depend on the running system, use the certifi package and have ssl point
to it.
Updated•10 months ago
|
Updated•10 months ago
|
Comment 58•10 months ago
|
||
Comment 59•10 months ago
|
||
bugherder |
Updated•10 months ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•