Bug 228014 - [AppleWin] delete-WebKitBuild-directory fails with FileNotFoundError: [Errno 2] No such file or directory: 'C:'
Summary: [AppleWin] delete-WebKitBuild-directory fails with FileNotFoundError: [Errno ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-15 19:11 PDT by Ryan Haddad
Modified: 2023-07-16 13:23 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2021-07-15 19:11:31 PDT
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
Comment 1 Radar WebKit Bug Importer 2021-07-15 19:11:53 PDT
<rdar://problem/80663398>
Comment 2 Fujii Hironori 2023-07-16 13:23:33 PDT
AppleWin port was removed.