Closed
Bug 1552777
Opened 7 years ago
Closed 7 years ago
Intermittent 0:40.71 TEST-UNEXPECTED-FAIL | No test output (missing mozunit.main() call?): /Users/cltbld/tasks/task_1557741727/checkouts/gecko/testing/mozbase/mozfile/tests/test_load.py | ModuleNotFoundError: No module named '_ssl'
Categories
(Testing :: Mozbase, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, regression)
Filed by: bclary [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=246088793&repo=mozilla-release
Full log: https://queue.taskcluster.net/v1/task/BF9vTEZMRZOOOyYjzeU_Ig/runs/0/artifacts/public/logs/live_backing.log
task 2019-05-13T09:50:48.759Z] 0:41.29 /Users/cltbld/tasks/task_1557740802/checkouts/gecko/testing/mozbase/mozfile/tests/test_load.py
[task 2019-05-13T09:50:48.759Z] 0:41.29 Traceback (most recent call last):
[task 2019-05-13T09:50:48.759Z] 0:41.29 File "/Users/cltbld/tasks/task_1557740802/checkouts/gecko/testing/mozbase/mozfile/tests/test_load.py", line 12, in <module>
[task 2019-05-13T09:50:48.759Z] 0:41.29 from wptserve.handlers import handler
[task 2019-05-13T09:50:48.760Z] 0:41.29 File "/Users/cltbld/tasks/task_1557740802/checkouts/gecko/testing/web-platform/tests/tools/wptserve/wptserve/__init__.py", line 1, in <module>
[task 2019-05-13T09:50:48.762Z] 0:41.29 from .server import WebTestHttpd, WebTestServer, Router # noqa: F401
[task 2019-05-13T09:50:48.762Z] 0:41.29 File "/Users/cltbld/tasks/task_1557740802/checkouts/gecko/testing/web-platform/tests/tools/wptserve/wptserve/server.py", line 6, in <module>
[task 2019-05-13T09:50:48.762Z] 0:41.29 import ssl
[task 2019-05-13T09:50:48.763Z] 0:41.29 File "/tools/python37/lib/python3.7/ssl.py", line 98, in <module>
[task 2019-05-13T09:50:48.763Z] 0:41.29 import _ssl # if we can't import it, let the error propagate
[task 2019-05-13T09:50:48.763Z] 0:41.29 ModuleNotFoundError: No module named '_ssl'
[task 2019-05-13T09:50:48.763Z] 0:41.29 TEST-UNEXPECTED-FAIL | No test output (missing mozunit.main() call?): /Users/cltbld/tasks/task_1557740802/checkouts/gecko/testing/mozbase/mozfile/tests/test_load.py
Updated•7 years ago
|
OS: Unspecified → macOS
Comment 1•7 years ago
|
||
Our macosx python 3.7 has an issue with ssl; we have previously worked around it by forcing use of python 3.6 instead.
Depends on: 1542327
Comment 2•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•