[Webkit-unassigned] [Bug 228014] New: [AppleWin] delete-WebKitBuild-directory fails with FileNotFoundError: [Errno 2] No such file or directory: 'C:'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 19:11:31 PDT 2021


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

            Bug ID: 228014
           Summary: [AppleWin] delete-WebKitBuild-directory fails with
                    FileNotFoundError: [Errno 2] No such file or
                    directory: 'C:'
           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: ryanhaddad at apple.com

A clean build triggered for the Apple Windows queue failed with the following error:

Traceback (most recent call last):
  File "Tools/CISupport/clean-build", line 64, in <module>
    sys.exit(main())
  File "Tools/CISupport/clean-build", line 59, in main
    shutil.rmtree(webkit_build_directory)
  File "/usr/lib/python3.8/shutil.py", line 718, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/usr/lib/python3.8/shutil.py", line 655, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.8/shutil.py", line 655, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.8/shutil.py", line 655, in _rmtree_safe_fd
    _rmtree_safe_fd(dirfd, fullname, onerror)
  File "/usr/lib/python3.8/shutil.py", line 645, in _rmtree_safe_fd
    onerror(os.lstat, fullname, sys.exc_info())
  File "/usr/lib/python3.8/shutil.py", line 642, in _rmtree_safe_fd
    orig_st = entry.stat(follow_symlinks=False)
FileNotFoundError: [Errno 2] No such file or directory: 'C:'

https://build.webkit.org/#/builders/67/builds/4166

-- 
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/20210716/ad7ca9f9/attachment.htm>


More information about the webkit-unassigned mailing list