Closed
Bug 1683161
Opened 4 years ago
Closed 4 years ago
Perma python TEST-UNEXPECTED-FAIL | No test output (missing mozunit.main() call?): /builds/worker/checkouts/gecko/testing/raptor/test/test_cpu.py | ModuleNotFoundError: No module named 'mod_pywebsocket'
Categories
(Testing :: Python Test, defect, P5)
Testing
Python Test
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jgraham)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: csabou [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=324839694&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/K1eaUkFLR2uUOUuKW37WQA/runs/0/artifacts/public/logs/live_backing.log
[vcs 2020-12-17T17:53:42.628Z] updated to cf4723fcd3a127ac32a139d7a475a3ed610ed79f
[vcs 2020-12-17T17:53:42.630Z] PERFHERDER_DATA: {"framework": {"name": "vcs"}, "suites": [{"extraOptions": ["m5d.xlarge"], "hgVersion": "4.8.1", "lowerIsBetter": true, "name": "purge", "serverUrl": "us-west-2.hgmointernal.net", "shouldAlert": false, "subtests": [], "value": 2.8454439640045166}, {"extraOptions": ["m5d.xlarge"], "hgVersion": "4.8.1", "lowerIsBetter": true, "name": "update", "serverUrl": "us-west-2.hgmointernal.net", "shouldAlert": false, "subtests": [], "value": 2.737791061401367}, {"extraOptions": ["m5d.xlarge"], "hgVersion": "4.8.1", "lowerIsBetter": true, "name": "overall", "serverUrl": "us-west-2.hgmointernal.net", "shouldAlert": false, "subtests": [], "value": 5.757833957672119}, {"extraOptions": ["m5d.xlarge"], "hgVersion": "4.8.1", "lowerIsBetter": true, "name": "overall_nopull", "serverUrl": "us-west-2.hgmointernal.net", "shouldAlert": false, "subtests": [], "value": 5.757833957672119}, {"extraOptions": ["m5d.xlarge"], "hgVersion": "4.8.1", "lowerIsBetter": true, "name": "overall_nopull_fullcheckout", "serverUrl": "us-west-2.hgmointernal.net", "shouldAlert": false, "subtests": [], "value": 5.757833957672119}, {"extraOptions": ["m5d.xlarge"], "hgVersion": "4.8.1", "lowerIsBetter": true, "name": "overall_nopull_populatedwdir", "serverUrl": "us-west-2.hgmointernal.net", "shouldAlert": false, "subtests": [], "value": 5.757833957672119}]}
[vcs 2020-12-17T17:53:42.785Z] TinderboxPrint:<a href=https://us-west-2.hgmointernal.net/integration/autoland/rev/cf4723fcd3a127ac32a139d7a475a3ed610ed79f title='Built from autoland revision cf4723fcd3a127ac32a139d7a475a3ed610ed79f'>cf4723fcd3a127ac32a139d7a475a3ed610ed79f</a>
[setup 2020-12-17T17:53:42.785Z] GECKO_PATH is /builds/worker/checkouts/gecko
[task 2020-12-17T17:53:42.785Z] executing ['bash', '-cx', 'python3 ./mach python-test --subsuite raptor --run-slow']in /builds/worker/checkouts/gecko
[task 2020-12-17T17:53:42.787Z] + python3 ./mach python-test --subsuite raptor --run-slow
[task 2020-12-17T17:53:43.960Z] created virtual environment CPython3.6.9.final.0-64 in 273ms
[task 2020-12-17T17:53:43.960Z] creator CPython3Posix(dest=/builds/worker/checkouts/gecko/obj-x86_64-pc-linux-gnu/_virtualenvs/python-test, clear=False, global=False)
[task 2020-12-17T17:53:43.960Z] seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/builds/worker/.local/share/virtualenv)
[task 2020-12-17T17:53:43.960Z] added seed packages: pip==20.2.2, setuptools==49.6.0, wheel==0.35.1
[task 2020-12-17T17:53:43.960Z] activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator
[task 2020-12-17T17:53:44.048Z] Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
[task 2020-12-17T17:53:47.951Z] 0:04.77 /builds/worker/checkouts/gecko/testing/raptor/test/test_cpu.py
[task 2020-12-17T17:53:47.951Z] 0:04.77 Traceback (most recent call last):
[task 2020-12-17T17:53:47.951Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/raptor/test/test_cpu.py", line 18, in <module>
[task 2020-12-17T17:53:47.951Z] 0:04.77 from webextension import WebExtensionAndroid
[task 2020-12-17T17:53:47.951Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/webextension/__init__.py", line 8, in <module>
[task 2020-12-17T17:53:47.951Z] 0:04.77 from .desktop import WebExtensionFirefox, WebExtensionDesktopChrome
[task 2020-12-17T17:53:47.951Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/webextension/desktop.py", line 18, in <module>
[task 2020-12-17T17:53:47.952Z] 0:04.77 from .base import WebExtension
[task 2020-12-17T17:53:47.952Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/webextension/base.py", line 14, in <module>
[task 2020-12-17T17:53:47.952Z] 0:04.77 from benchmark import Benchmark
[task 2020-12-17T17:53:47.952Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/benchmark.py", line 12, in <module>
[task 2020-12-17T17:53:47.952Z] 0:04.77 from wptserve import server, handlers
[task 2020-12-17T17:53:47.952Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptserve/wptserve/__init__.py", line 1, in <module>
[task 2020-12-17T17:53:47.952Z] 0:04.77 from .server import WebTestHttpd, WebTestServer, Router # noqa: F401
[task 2020-12-17T17:53:47.952Z] 0:04.77 File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptserve/wptserve/server.py", line 26, in <module>
[task 2020-12-17T17:53:47.952Z] 0:04.77 from mod_pywebsocket import dispatch
[task 2020-12-17T17:53:47.952Z] 0:04.77 ModuleNotFoundError: No module named 'mod_pywebsocket'
[task 2020-12-17T17:53:47.952Z] 0:04.77 TEST-UNEXPECTED-FAIL | No test output (missing mozunit.main() call?): /builds/worker/checkouts/gecko/testing/raptor/test/test_cpu.py
[task 2020-12-17T17:53:47.952Z] 0:04.77 Setting retcode to 1 from /builds/worker/checkouts/gecko/testing/raptor/test/test_cpu.py
[task 2020-12-17T17:53:48.177Z] 0:05.00 /builds/worker/checkouts/gecko/testing/raptor/test/test_control_server.py
[task 2020-12-17T17:53:48.184Z] 0:05.00 Traceback (most recent call last):
[task 2020-12-17T17:53:48.184Z] 0:05.00 File "/builds/worker/checkouts/gecko/third_party/python/pytest/src/_pytest/config/__init__.py", line 369, in _getconftestmodules
[task 2020-12-17T17:53:48.184Z] 0:05.00 return self._path2confmods[path]
[task 2020-12-17T17:53:48.184Z] 0:05.00 KeyError: local('/builds/worker/checkouts/gecko/testing/raptor/test/test_control_server.py')
[task 2020-12-17T17:53:48.184Z] 0:05.00
[task 2020-12-17T17:53:48.184Z] 0:05.00 During handling of the above exception, another exception occurred:
[task 2020-12-17T17:53:48.184Z] 0:05.00 Traceback (most recent call last):
[task 2020-12-17T17:53:48.184Z] 0:05.00 File "/builds/worker/checkouts/gecko/third_party/python/pytest/src/_pytest/config/__init__.py", line 369, in _getconftestmodules
[task 2020-12-17T17:53:48.185Z] 0:05.00 return self._path2confmods[path]
[task 2020-12-17T17:53:48.185Z] 0:05.00 KeyError: local('/builds/worker/checkouts/gecko/testing/raptor/test')
[task 2020-12-17T17:53:48.185Z] 0:05.00
[task 2020-12-17T17:53:48.185Z] 0:05.00 During handling of the above exception, another exception occurred:
[task 2020-12-17T17:53:48.185Z] 0:05.00 Traceback (most recent call last):
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/third_party/python/pytest/src/_pytest/config/__init__.py", line 400, in _importconftest
[task 2020-12-17T17:53:48.187Z] 0:05.00 return self._conftestpath2mod[conftestpath]
[task 2020-12-17T17:53:48.187Z] 0:05.00 KeyError: local('/builds/worker/checkouts/gecko/testing/raptor/test/conftest.py')
[task 2020-12-17T17:53:48.187Z] 0:05.00
[task 2020-12-17T17:53:48.187Z] 0:05.00 During handling of the above exception, another exception occurred:
[task 2020-12-17T17:53:48.187Z] 0:05.00 Traceback (most recent call last):
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/third_party/python/pytest/src/_pytest/config/__init__.py", line 406, in _importconftest
[task 2020-12-17T17:53:48.187Z] 0:05.00 mod = conftestpath.pyimport()
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/third_party/python/py/py/_path/local.py", line 668, in pyimport
[task 2020-12-17T17:53:48.187Z] 0:05.00 __import__(modname)
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/third_party/python/pytest/src/_pytest/assertion/rewrite.py", line 216, in load_module
[task 2020-12-17T17:53:48.187Z] 0:05.00 py.builtin.exec_(co, mod.__dict__)
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/testing/raptor/test/conftest.py", line 17, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.00 from webextension import WebExtensionFirefox
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/webextension/__init__.py", line 8, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.00 from .desktop import WebExtensionFirefox, WebExtensionDesktopChrome
[task 2020-12-17T17:53:48.187Z] 0:05.00 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/webextension/desktop.py", line 18, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.01 from .base import WebExtension
[task 2020-12-17T17:53:48.187Z] 0:05.01 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/webextension/base.py", line 14, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.01 from benchmark import Benchmark
[task 2020-12-17T17:53:48.187Z] 0:05.01 File "/builds/worker/checkouts/gecko/testing/raptor/raptor/benchmark.py", line 12, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.01 from wptserve import server, handlers
[task 2020-12-17T17:53:48.187Z] 0:05.01 File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptserve/wptserve/__init__.py", line 1, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.01 from .server import WebTestHttpd, WebTestServer, Router # noqa: F401
[task 2020-12-17T17:53:48.187Z] 0:05.01 File "/builds/worker/checkouts/gecko/testing/web-platform/tests/tools/wptserve/wptserve/server.py", line 26, in <module>
[task 2020-12-17T17:53:48.187Z] 0:05.01 from mod_pywebsocket import dispatch
[task 2020-12-17T17:53:48.187Z] 0:05.01 ModuleNotFoundError: No module named 'mod_pywebsocket'```
Comment 1•4 years ago
|
||
This is perma from the last wptsync here: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception&searchStr=rap%2Cpy&tochange=cf4723fcd3a127ac32a139d7a475a3ed610ed79f&fromchange=1a1aede6935895f87171c2386c8b1960a5980006&selectedTaskRun=ZKhY2UvxSBuBeEBjBMQqCg.0
Flags: needinfo?(james)
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a37716358f2d
Update mach venv path to include pywebsocket, r=firefox-build-system-reviewers,mhentges
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•