| Summary: | [ Mac wk1 ] 2 media-capabilities/webrtc tests are flaky failures | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> | ||||||||
| Component: | WebRTC | Assignee: | youenn fablet <youennf> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | ehutchison, eric.carlson, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Eric Hutchison
2021-10-25 16:27:54 PDT
Updated test expectations at https://trac.webkit.org/changeset/284847/webkit Created attachment 442475 [details]
Patch
Downloading html5lib-1.1.0...
Installing html5lib-1.1.0...
Installed html5lib-1.1.0!
Downloading webencodings-0.5.1...
Installing webencodings-0.5.1...
Installed webencodings-0.5.1!
Traceback (most recent call last):
File "Tools/Scripts/webkit-patch", line 42, in <module>
from webkitpy.tool.main import WebKitPatch
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/main.py", line 39, in <module>
from webkitpy.tool import commands
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/__init__.py", line 3, in <module>
from webkitpy.tool.commands.applywatchlistlocal import ApplyWatchListLocal
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/applywatchlistlocal.py", line 29, in <module>
from webkitpy.tool import steps
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/steps/__init__.py", line 55, in <module>
from webkitpy.tool.steps.postdiff import PostDiff
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/steps/postdiff.py", line 30, in <module>
from webkitpy.common.net.bugzilla import Attachment
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py", line 4, in <module>
from webkitpy.common.net.bugzilla.bugzilla import Bugzilla
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 51, in <module>
from webkitpy.thirdparty.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup, SoupStrainer
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup.py", line 26, in <module>
import html5lib
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/html5lib/__init__.py", line 25, in <module>
from .html5parser import HTMLParser, parse, parseFragment
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/html5lib/html5parser.py", line 6, in <module>
from . import _inputstream
File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/html5lib/_inputstream.py", line 10, in <module>
import webencodings
ModuleNotFoundError: No module named 'webencodings'
Created attachment 442697 [details]
Patch
Created attachment 442699 [details]
Patch for landing
Committed r284976 (243624@main): <https://commits.webkit.org/243624@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442699 [details]. |