WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
228014
[AppleWin] delete-WebKitBuild-directory fails with FileNotFoundError: [Errno 2] No such file or directory: 'C:'
https://bugs.webkit.org/show_bug.cgi?id=228014
Summary
[AppleWin] delete-WebKitBuild-directory fails with FileNotFoundError: [Errno ...
Ryan Haddad
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-07-15 19:11:53 PDT
<
rdar://problem/80663398
>
Fujii Hironori
Comment 2
2023-07-16 13:23:33 PDT
AppleWin port was removed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug