Bug 266692
| Summary: | [ews] df command fails on gtk/wpe bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, clopez, dpino, lmoura, ryanhaddad, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Aakash Jain
df command fails on gtk/wpe bots.
https://ews-build.webkit.org/#/builders/5/builds/33877/steps/3/logs/stdio
df: /run/user/104/doc: Operation not permitted
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aakash Jain
After the recent change in ews status-bubbles in https://commits.webkit.org/272225@main, this causes orange ews status-bubble, and is very prominent.
Alexey Proskuryakov
While this is clearly something that needs to be fixed, we should probably also change EWS logic so that only actual failure causes orange bubble (AKA red spinner), if that's not already the case.
Note that https://ews-build.webkit.org/#/builders/5/builds/33877/steps/3/logs/stdio didn't complete building.
Carlos Alberto Lopez Perez
This is a bug caused by the flatpak SDK. Upstream bug is this one: https://github.com/flatpak/xdg-desktop-portal/issues/553
It will get eventually fixed, but I can take a while (months or even years) until the fix reaches our systems.
A possible workaround is to run this command for gtk/wpe ports:
df -hl --exclude-type=fuse.portal
That excludes the /run/user/$UID/doc virtual filesystem from the list of FS to be checked and avoids the error.
I will submit a patch for this
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/22109
EWS
Committed 272351@main (d2125ca493a8): <https://commits.webkit.org/272351@main>
Reviewed commits have been landed. Closing PR #22109 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/119937218>