[Webkit-unassigned] [Bug 258819] New: [ews] Build failure notification step fails with: 'ascii' codec can't encode character '\u2018' in position 777: ordinal not in range(128)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 3 12:24:56 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=258819
Bug ID: 258819
Summary: [ews] Build failure notification step fails with:
'ascii' codec can't encode character '\u2018' in
position 777: ordinal not in range(128)
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: a_protyasha at apple.com
CC: a_protyasha at apple.com,
webkit-bug-importer at group.apple.com
I came across an encoding exception on EWS (in `Tools.CISupport.ews-build.send_email_for_new_build_failure()`) for one of my PRs -- https://ews-build.webkit.org/#/builders/2/builds/13740.
The standard output for the failing stage reads: `Sending email notification to a_protyasha at apple.comError in sending email for new build failure: 'ascii' codec can't encode character '\u2018' in position 777: ordinal not in range(128)`
For more context, the associated build failure is provided below, though I doubt it is related:
```
/app/webkit/Source/WebCore/dom/TouchEvent.cpp: In member function 'void WebCore::TouchEvent::initTouchEvent(WebCore::TouchList*, WebCore::TouchList*, WebCore::TouchList*, const WTF::AtomString&, WTF::RefPtr<WebCore::WindowProxy>&&, int, int, int, int, bool, bool, bool, bool)':
/app/webkit/Source/WebCore/dom/TouchEvent.cpp:74:5: error: 'WebCore::IntPoint WebCore::MouseRelatedEvent::m_screenLocation' is private within this context
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230703/3092e95e/attachment.htm>
More information about the webkit-unassigned
mailing list