[Webkit-unassigned] [Bug 223216] New: Forbidden to access WinCairo Buildbot sub-directories of layout test results as "403 Forbidden"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 14:38:37 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223216

            Bug ID: 223216
           Summary: Forbidden to access WinCairo Buildbot sub-directories
                    of layout test results as "403 Forbidden"
           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: Hironori.Fujii at sony.com

Forbidden to access WinCairo Buildbot sub-directories of layout test results as "403 Forbidden"

Slack discussions: 

fujihiro
@Aakash Jain: Why does WinCairo test result sub-directories say "403 Forbidden"? For example, https://build.webkit.org/results/WinCairo-64-bit-WKL-Release-Tests/r273718%20%28288%29/canvas/

fujihiro
Other builders can show the sub-directories. Only WinCairo-64-bit-WKL-Debug-Tests and WinCairo-64-bit-WKL-Release-Tests can't show. https://build.webkit.org/results

Aakash Jain
I'll check. (edited) 

Aakash Jain
@fujihiro Please check if your bots have umask = 022 in their buildbot.tac file. All our bots use that. It is for setting the file permissions.

Stephan Szabo
It does appear to have that on the two bots above.
...
usepty = 0
umask = 022
maxdelay = 300
...

Aakash Jain
not sure then.
Maybe you can download the zip files from https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/, unzip them locally and see file permissions, and then do same thing for some other queue and compare them.

Stephan Szabo
Downloading the latest GTK release tests zip and the WinCairo release tests zip to my mac, the base permissions on say "canvas" are the same drwxr-xr-x, but the GTK one has the "@" for extended attributes.

Stephan Szabo
Asking ls -@, it seems like it's a com.apple.quarantine on the directories in the GTK one.

Stephan Szabo
I'll continue poking at it, but for @fujihiro since it's not going to be first priority, for now, you'll probably need to grab the zip for the results and uncompress it locally.

fujihiro
Thank you, @Aakash Jain and @Stephan Szabo . But, I don't see such @ on my Mac. Why?
fujii at fujiis-Mac-mini $ ls -dl@ gtk/canvas wincairo/canvas
drwxr-xr-x  3 fujii  staff  96 Mar  2 11:13 gtk/canvas/
drwxr-xr-x  3 fujii  staff  96 Mar  2 12:07 wincairo/canvas/

Stephan Szabo
Hmm, interesting - I wonder if it depends on how it was uncompressed. But, you are also seeing rwxr-xr-x for both, so at least that's the same.

-- 
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/20210315/f1dca262/attachment.htm>


More information about the webkit-unassigned mailing list